/*------------------------------------------------------------------
Main Stylesheet

Project:    Upstake - Multipurpose Business Template
Version:    1.0
Last change:    26/06/2024
Author:    creativemaze
Primary use:    Creative Agency
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General
2. Header
	2.1. Logo & Navigation
	2.2. Header Content
3. Main Content
	3.1. Creative Area One 
	3.2. Creative Area Two
	3.3. Creative Area Three
	3.4. Creative Area Four
	3.5. Creative Area Five
	3.6. Creative Area Six
	3.7. Creative Area Seven
	3.8. Creative 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);
	}
}

.creative_head{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #111111;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.creative_info{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 10px 0;
	line-height: 1.5em;
}

.creative_sub_info{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #ec2f4b;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
}

/* 2. HEADER
 ----------- */
 
/* --- 2.1. Logo & Navigation --- */
.navbar-header > a{
	text-decoration: none;
	color: #111111;
	transition: 0.5s;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 30px;
}

.navbar-header > a:hover{
	color: #111111;
}

#nav-logo > a{
	max-width: 160px; 
	min-height: 10px;
	position: relative;
	top: 33px;
}

#nav-logo > a img{
   position: relative;
   max-width: 160px;
   height: auto;
}

nav.navbar.bootsnav{
	background-color: transparent;
	border-bottom: none ;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav{
	margin-right: 160px;
	margin-top: 5px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border: 0;
	background: #ffffff;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav > li > a{
    color: #111111;
    font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 1px;
	border-top: none;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    text-align: left;
	color: #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: #ec2f4b;
}

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: #ec2f4b;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 14px;
    font-weight: 600;
	font-family: 'Montserrat' , Arial, sans-serif;
    color: #ec2f4b;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu{
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px !important;
}

.attr-nav > ul > li > a{
    color: #111111;
	padding-top: 36px;
	margin-left: -12px;
	position: relative;
	left: -160px;
}

.top-search ::placeholder{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

/* --- 2.2. Header Content --- */
.top_box{
	height: 50px;
	overflow-y: auto;
	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: #111111;
}

.left_info .fas,
.left_info .far{
	padding-right: 8px;
}

.right_info > a .fab{
	padding-right: 14px;
}

.right_info > a > .fab:hover{
	color: #ec2f4b;
	transition: 0.5s;
}

.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: #111111;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0;
}

.head_btn{
	max-width: 450px;
	display: inline-block;
	position: absolute;
	top: 19px;
	right: 0;
}

.head_btn a{
	width: auto;
	margin: 5px auto 0;
    color: #ec2f4b;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border-bottom: 2px solid #ec2f4b;
	letter-spacing: 1px;
	text-align: center;
}

.head_btn a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
	margin-right: -3px;
}

.head_btn a:hover{
	color: #111111;
	border-color: #111111;
}

.sliderwrap{
	position: relative;
	top: -140px;
}

.header__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 750px;
	height: 100vh;
}

.slide__content{
	position: relative;
	z-index: 1000;
	min-height: 750px;
	height: 100vh;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header-title {
	max-width: 1200px;
	display: block;
	padding: 0 25px;
}

.header-title__main{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 85px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	color: #111111;
}

.color_main{
	color: #ec2f4b;
	box-shadow: inset 0 -28px 0 #111111;
}

.first_word{
	box-shadow: inset 0 -0.38em 0 #ec2f4b;
}

.header-title__sub{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #ec2f4b;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 10px;
	max-width: 550px;
	margin: auto;
}

.buttoncol a{
	width: auto;
	margin: 30px auto 0;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: center;
	margin-right: 15px;
}

.buttoncol a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
	margin-right: -3px;
}

.left_btn{
	color: #ec2f4b;
	border-bottom: 2px solid #ec2f4b;
}

.left_btn:hover{
	color: #111111;
	border-color: #111111;
}

.right_btn{
	color: #111111;
	border-bottom: 2px solid #111111;
}

.right_btn:hover{
	color: #ec2f4b;
	border-color: #ec2f4b;
}

/* 3. MAIN CONTENT
 ----------- */
 
/* --- 3.1. Creative Area One --- */
.creative_area_one{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
	position: relative;
}

.creative_group_one{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info_col{
	position: relative;
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.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;
}

.info_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.info_box{
	max-width: 550px;
	padding-right: 25px;
}

.info_box h5{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #ec2f4b;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
	margin-top: 0;
}

.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: 15px 0 0;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 450px;
}

.creative_info_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.creative_info_col{
	flex: 50%;
	width: 50%;
	padding: 20px 10px 10px 0;
}

.creative_info_box{
	max-width: 320px;
	text-align: left;
}

.creative_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.creative_title::before{
	font-family: 'uicons-thin-straight';
	content: "\fc0a";
	font-weight: 100;
	font-size: 32px;
	position: relative;
	top: 11px;
	padding-right: 10px;
	color: #ec2f4b;
}

.creative_col_button a{
	width: auto;
	margin: 10px 0 0;
    color: #111111;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border-bottom: 2px solid #111111;
	letter-spacing: 1px;
	text-align: center;
}

.creative_col_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
	margin-right: -3px;
}

.creative_col_button a:hover{
	color: #ec2f4b;
	border-color: #ec2f4b;
}

.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: #ec2f4b;
	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;
}

.video-play-button{
	position: relative;
	z-index: 10;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	box-sizing: content-box;
	display: block;
	width: 28px;
	height: 42px;
	border-radius: 50%;
	padding: 38px 16px 12px 32px;
	margin-left: -70px;
	margin-top: -60px;
}

.video-play-button:before{
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 65px;
	height: 65px;
	background: #111111;
	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: 65px;
	height: 65px;
	background: #111111;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button span{
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 15px solid #ffffff;
	border-top: 9px solid transparent;
	border-bottom: 9px 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.2. Creative Area Two --- */
.creative_area_two{
	min-height: 190px;
	width: 100%;
	margin-bottom: calc(9em + 135px);
}

.creative_group_two{
	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: #111111;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.left_border_box{
	position: absolute;
	top: -20px;
	right: 0;
	margin-right: -20px;
	width: 250px;
	height: 100px;
	border-top: double 5px #ec2f4b;
	border-right: double 5px #ec2f4b;
}

.right_col_area{
	position: relative;
	top: 95px;
	z-index: 99;
	flex: 50%;
	width: 50%;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.right_border_box{
	position: absolute;
	bottom: -20px;
	left: 0;
	margin-left: -20px;
	width: 250px;
	height: 100px;
	border-bottom: double 5px #111111;
	border-left: double 5px #111111;
}

.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: #dddddd;
	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: #ec2f4b;
	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: #ec2f4b;
	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-align: left;
	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: #ec2f4b;
}

.right_icon_col .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: #ec2f4b;
	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.3. Creative Area Three --- */
.creative_area_three{
	position: relative;
	min-height: 475px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* --- 3.4. Creative Area Four --- */
.creative_area_four{
	max-width: 1280px;
	margin: -375px auto 9em;
	padding: 0 25px;
}

.creative_group_four{
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
}

.grid_col{
	position: relative;
	flex: 25%;
	width: 25%;
	padding: 40px 20px 0;
}

.grid_box{
	max-width: 320px;
	position: relative;
	text-align: center;
	margin: auto;
	padding: 0;
}

.grid_image{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.grid_image img{
	width: 100%;
	height: auto;
	display: block;
}

.grid_num{
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	width: 100px;
	height: 100px;
	background-color: #ec2f4b;
	border-radius: 50%;
}

.black_num{
	background-color: #111111;
}

.white_num{
	background-color: #ffffff;
}

.grid_num h4{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #ffffff;
	line-height: 1.4em;
	padding-top: 5px;
}

.white_num h4{
	color: #111111;
}

.grid_info{
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	padding: 10px 15px 25px;
	text-align: center;
}

.grid_info h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.4em;
}

.grid_info 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: 8px;
}

.grid_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: #ec2f4b;
	text-decoration: none;
	max-width: 120px;
	margin: auto;
	transition: 0.5s;
}

.grid_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.grid_button a:hover{
	color: #111111;
}

/* --- 3.5. Creative Area Five --- */
.creative_area_five{
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: calc(9em - 20px);
	padding: 0 25px;
}

.creative_group_five{
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
}

.square_col_left{
	flex: 58.33%;
	width: 58.33%;
	padding: 0 20px;
}

.square_col_right{
	flex: 41.66%;
	width: 41.66%;
	padding: 0 20px;
}

.square_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.square_box{
	max-width: 500px;
	padding-left: 20px;
}

.square_box h5{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #ec2f4b;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
}

.square_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;
}

.square_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 15px 0;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 450px;
}

.square_info{
	max-width: 300px;
	padding: 5px 0;
	display: block;
	width: 100%;
	overflow: hidden;
}

.portfolio_area{
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
}

.portfolio_col{
	flex: 50%;
	width: 50%;
}

.base_col{
	flex: 33.33%;
	width: 33.33%;
}

.portfolio_box{
	max-width: 750px;
	position: relative;
	text-align: center;
	margin: auto;
	padding: 10px;
}

.portfolio_image{
	overflow: hidden;
	position: relative;
}

.portfolio_image img{
	width: 100%;
	height: auto;
}

.portfolio_image > a > img{
	transition: ease-in-out 3.25s;
}

.portfolio_image > a > img:hover{
	transform: scale(1.15);
}

.portfolio_content{
	text-align: left;
}

.portfolio_content h3{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
}

.portfolio_content a{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
    color: #696969;
	display: inline-block;
    text-decoration: none;
	text-transform: uppercase;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: left;
}

.portfolio_content a:hover{
	color: #ec2f4b;
}

.square_icon{
	float: left;
	width: 20%;
}

.square_content{
	float: left;
	width: 80%;
	padding-left: 10px;
}

.square_icon .fi{
	font-size: 34px;
	color: #ec2f4b;
	display: block;
	text-align: left;
}

.square_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0;
	line-height: 1.4em;
	padding-top: 9px;
}

.square_col_button a{
	width: auto;
	margin: 20px 0 0;
    color: #111111;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border-bottom: 2px solid #111111;
	letter-spacing: 1px;
	text-align: center;
}

.square_col_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
	margin-right: -3px;
}

.square_col_button a:hover{
	color: #ec2f4b;
	border-color: #ec2f4b;
}

/* --- 3.6. Creative Area Six --- */
.creative_area_six{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	margin-bottom: 9em;
	padding: 3em 0 2em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.creative_group_six{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.num_col{
	flex: 25%;
	width: 25%;
	padding: 25px 20px;
}

.num_box{
	max-width: 320px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.list_num{
	width: 140px;
	height: 140px;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	padding: 15px;
	overflow: hidden;
	text-align: center;
}

.num_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.counter{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 60px;
	font-weight: 800;
	display: inline-block;
	text-align: left;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
}

.counter.letter::after{
	content:'k';
	font-size: 50px;
	color: #ec2f4b;
}

.mid_info{
	padding-top: 15px;
}

.mid_info h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.num_crumb{
	width: 50px;
	height: 1px;
	margin: auto;
	border-bottom: double 5px #ec2f4b;
	margin-top: 8px;
}

/* --- 3.7. Creative Area Seven --- */
.creative_area_seven{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.creative_group_seven{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 25px 20px 0;
}

.blog_box{
	max-width: 400px;
	position: relative;
	text-align: center;
	margin: auto;
}

.blog_date{
	padding-bottom: 15px;
}

.blog_date h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
	color: #111111;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.numeric{
	background-color: #ec2f4b;
	padding: 12px;
	color: #ffffff;
	overflow: auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.blog_image{
	overflow: hidden;
	position: relative;
}

.blog_content{
	text-align: left;
	padding: 10px 10px 0 15px;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	padding-bottom: 20px;
}

.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 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;
}

a.blog_btn{
	max-width: 110px;	
    color: #ec2f4b;
    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{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.blog_title a:hover{
	opacity: 0.6;
}

a.blog_btn:hover{
	color: #111111;
}

/* --- 3.8. Creative Area Eight --- */
.creative_area_eight{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.creative_group_eight{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	
}

.review_col_left{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.review_col_right{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
	margin-top: -85px;
	position: relative;
}

.review_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.review_box{
	max-width: 550px;
	padding-right: 20px;
}

.review_box h5{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #ec2f4b;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
}

.review_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;
}

.review_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;
}

.client_col{
	width: 100%;
	padding: 0 10px;
}

.client_details{
	max-width: 640px;
	padding: 20px;
	text-align: center;
	background-color: #f6f6f6;
	border-left: solid 4px #111111;
	margin-bottom: 65px;
}

.client_info{
	margin-bottom: -110px;
	clear: both;
}

.client_name{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	margin: 0;
	padding: 11px 0;
}

.client_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #ec2f4b;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}

.client_details p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	padding: 15px;
	line-height: 1.5em;
}

.client_photo img{
	max-width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	text-align: left;
}

.quote_format{
	font-size: 130px;
	color: #ec2f4b;
	display: inline-block;
	text-align: center;
	bottom: -65px;
	position: relative;
}

.slidenav{
	position: absolute;
	right: 24px;
	top: 115px;
	padding: 0 10px;
}

.prev_nav .fi,
.next_nav .fi{
	font-size: 38px;
	transition: 0.6s ease;
	display: inline-block;
	overflow: hidden;
	color: #ec2f4b;
	cursor: pointer;
}

.prev_nav .fi{
	margin-right: 15px;
}

.next_nav .fi:hover,
.prev_nav .fi:hover{
	color: #111111;
}

/* 4. FOOTER
 ----------- */
.footer{
	width: 100%;
	min-height: 350px;
	position: relative;
	clear: both;
	height: 100%;
	background-color: #111111;
}

.footer_sub{
	max-width: 1100px;
	width: calc(100% - 50px);
	margin: 0 auto;
	padding: 3em 0 4em;
	min-height: 50px;
	border-bottom: solid 1px #6f6f6f;
}

.footer_group{
	max-width: 650px;
	margin: auto;
	text-align: center;
}

.bg_head{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.3em;
}

.bg_col_button a{
	width: auto;
	margin: 20px auto 0;
    color: #ec2f4b;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border-bottom: 2px solid #ec2f4b;
	letter-spacing: 1px;
	text-align: center;
}

.bg_col_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
	margin-right: -3px;
}

.bg_col_button a:hover{
	color: #ffffff;
	border-color: #ffffff;
}

.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: 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: #ec2f4b;
}

.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: #ec2f4b;
}

.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;
	}
	
	.video-play-button{
		margin-left: -20px;
	}
	
	.left_icon_col{
		flex: 100%;
		width: 100%;
		padding: 20px 25px;
	}
	
	.right_icon_col{
		flex: 100%;
		width: 100%;
		padding: 20px 25px;
	}
	
	.grid_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 992px){
	nav.navbar.bootsnav .navbar-toggle{
        background: transparent;
        color: #111111;
		font-size: 25px;
		margin-top: 7px;
		margin-bottom: 12px;
	}
	
	.head_btn{	
		margin-top: 20px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.navbar-header > a{
		margin-top: 14px;
	}
	
	#nav-logo > a{
		top: 19px;
	}
	
	nav.navbar.bootsnav ul.nav > li > a{
		color: #111111;
	}
	
	nav.navbar.bootsnav 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__main{
		font-size: 65px;
	}
	
	.info_col{
		flex: 100%;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.photo_col{
		flex: 100%;
		width: 100%;
	}
	
	.video-play-button{
		margin-left: -70px;
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
		max-width: 700px;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
		margin-top: 50px;
	}
	
	.num_col{
		flex: 50%;
		width: 50%;
	}
	
	.blog_col{
		flex: 50%;
		width: 50%;
	}
	
	.review_col_left{
		flex: 100%;
		width: 100%;
		margin-bottom: 40px;
	}
	
	.review_col_right{
		flex: 100%;
		width: 100%;
	}
	
	.footer_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 600px){
	.header-title__main{
		font-size: 45px;
	}
	
	.info_box h2,
	.creative_head,
	.square_box h2,
	.review_box h2{
		font-size: 30px;
	}
	
	.info_col,
	.info_box,
	.square_col_left,
	.square_col_right,
	.square_box,
	.review_col_right,
	.review_col_left,
	.review_box{
		padding-left: 0;
		padding-right: 0;
	}
	
	.photo_box{
		margin: 0;
		text-align: right;
		max-width: 400px;
	}
	
	.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;
	}
	
	.video-play-button{
		margin-left: -85px;
	}
	
	.left_col_area{
		flex: 100%;
		width: 100%;
		margin-right: 45px;
	}
	
	.right_col_area{
		flex: 100%;
		width: 100%;
		top: 0;
		margin-left: 45px;
	}
	
	.creative_area_two{
		margin-bottom: calc(9em + 40px);
	}
	
	.grid_col{
		flex: 100%;
		width: 100%;
	}
	
	.blog_col{
		flex: 100%;
		width: 100%;
	}
	
	.portfolio_col,
	.base_col{
		flex: 100%;
		width: 100%;
	}
	
	.num_col{
		flex: 100%;
		width: 100%;
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 480px){
	.video-play-button{
		margin-left: 10px;
	}
	
	.creative_info_col{
		flex: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 420px){
	.grid_col,
	.blog_col,
	.portfolio_box,
	.client_col{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 360px){
	.video-play-button{
		margin-left: 40px;
	}
	
	.box_check .fi::before,
	.box_check .fi.last_checkbox::before{
		font-size: 18px;
	}
	
	.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){
	.video-play-button{
		margin-left: 50px;
	}
	
	.dark_top_box,
	.color_mid_box,
	.white_bottom_box{
		max-width: 130px;
		padding: 15px 10px 10px;
	}
	
	.box_content h3{
		font-size: 10px;
	}
}