/*------------------------------------------------------------------
Main Stylesheet

Project:     Upstake - Multipurpose Business Template
Version:    1.0
Last change:    23/05/2024
Author:    creativemaze
Primary use:    SEO Agency
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General
2. Header
	2.1. Logo & Navigation
	2.2. Header Content
3. Main Content
	3.1. SEO Area One 
	3.2. SEO Area Two
	3.3. SEO Area Three
	3.4. SEO Area Four
	3.5. SEO Area Five
	3.6. SEO Area Six
	3.7. SEO Area Seven
	3.8. SEO Area Eight
	3.9. SEO Area Nine
	 
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);
	}
}

.seo_head{
	color: #111111;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.seo_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;
}

.seo_center_sub{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #fcb045;
	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: #fcb045;
}

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: #fcb045;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 14px;
    font-weight: 600;
	font-family: 'Montserrat' , Arial, sans-serif;
    color: #fcb045;
    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;
	background-color: #fcb045;
}

.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: #111111;
}

.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: #111111;
	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 #111111;
	letter-spacing: 1px;
	text-align: center;
}

.head_btn a:hover{
	background-color: transparent;
	color: #111111;
	border: 1px solid #111111;
}

.sliderwrap{
	position: relative;
	max-width: 1280px;
	margin: auto;
	padding: 0 20px;
}

.slide__content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	min-height: 500px;
}

.slide__left{
	position: relative;
	flex: 50%;
	width: 50%;
	padding: 0 15px;
}

.bg_arc_dark{
	position: absolute;
	top: -50px;
	left: 0;
	overflow: hidden;
	width: 15px;
	height: 15px;
	border: solid 2px #111111;
	border-radius: 50%;
	animation: diagonal-move-anim 3s linear infinite alternate;
}

@keyframes diagonal-move-anim {

	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(50px, 50px);
	}
}

.bg_arc{
	position: absolute;
	top: -50px;
	right: 110px;
	overflow: hidden;
	width: 15px;
	height: 15px;
	border: solid 2px #fcb045;
	border-radius: 50%;
	animation: right-diagonal-move-anim 3s linear infinite alternate;
}

@keyframes right-diagonal-move-anim{

	0% {
		transform: translate(-0, -0);
	}

	100% {
		transform: translate(-50px, 50px);
	}
}

.slide__right{
	position: relative;
	flex: 50%;
	width: 50%;
	padding: 0 15px;
	padding-top: 30px
}

.slide_photo{
	max-width: 650px;
	position: relative;
	overflow: hidden;
	animation: 3s infinite ease-in-out up-down;
}

@keyframes up-down{
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

.slide_photo img{
	width: 100%;
	height: auto;
}

.slide_center{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.slide__box{
	position: relative;
	max-width: 600px;
	text-align: left;
	padding-right: 15px;
}

.slide__box h5{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #fcb045;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
}

.slide__box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	display: block;
	color: #111111;
	line-height: 1.1em;
}

.slide__box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px 0;
	max-width: 500px;
}

.buttoncol a{
	width: 150px;
    border: none;
    color: #ffffff;
    padding: 12px 14px;
    text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
   	background-color: #fcb045;
	border: 1px solid #fcb045;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
}

.buttoncol a:hover{
	color: #111111;
	background-color: transparent;
	border-color: #111111;
}

/* 3. MAIN CONTENT
 ----------- */
 
/* --- 3.1. SEO Area One --- */
.seo_area_one{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	background-color: #eeeeee;
	padding: 2em 25px;
	margin-bottom: 9em;
	margin-top: 3em;
}

.seo_group_one{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
}

.bg_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 15px 25px;
}

.bg_box{
	max-width: 375px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 ;
	overflow: auto;
	min-height: 30px;
}

.bg_icon{
	float: left;
	width: 25%;
}

.bg_content{
	float: left;
	width: 75%;
	padding-left: 20px;
}

.bg_icon .fi{
	font-size: 44px;
	width: 75px;
	height: 75px;
	display: inline-block;
	text-align: center;
	background-color: #fcb045;
	color: #ffffff;
	padding: 12px;
}

.bg_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;
}

.bg_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;
}

.bg_button a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	display: block;
	color: #fcb045;
	text-decoration: none;
	width: 115px;
	transition: 0.5s;
}

.bg_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.bg_button a:hover{
	color: #111111;
}

/* --- 3.2. SEO Area Two --- */
.seo_area_two{
	max-width: 1280px;
	padding: 0 25px;
	margin: 0 auto 9em;
}

.seo_group_two{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #fcb045;
	border-radius: 10px;
	min-height: 50px;
	text-align: center;
	padding: 0 20px;
	margin-top: 100px;
}

.feature_col{
	position: relative;
	flex: 33.33%;
	width: 33.33%;
	padding: 0 15px;
	text-align: center;
	border-right: solid 1px #e0e0e0;
	margin: 25px 0;
}

.third_border{
	border-right: none;
}

.feature_box{
	position: relative;
	max-width: 350px;
	margin: auto;
	padding: 20px 10px;
	text-align: center;
}

.feature_area{
	width: 140px;
	height: 140px;
	background-color: #ffffff;
	margin: -110px auto 0;
}

.feature_image{
	position: relative;
	width: 140px;
	height: 140px;
	padding: 10px;
	margin: auto;
}

.feature_image img{
	width: 100%;
	height: auto;
	display: block;
}

.feature_content{
	position: relative;
	z-index: 999;
	width: 100%;
}

.feature_num{
	float: left;
	width: 20%;
	margin-bottom: 20px;
}

.feature_info{
	float: left;
	width: 80%;
	text-align: left;
	padding-left: 12px;
}

.feature_num h4{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	line-height: 1.4em;
	padding-top: 4px;
}

.feature_info h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	text-align: left;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
	padding-top: 18px;
}

.area_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: 105px;
	transition: 0.5s;
	padding-top: 10px;
}

.area_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.area_button a:hover{
	color: #111111;
}

.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 #ffffff;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
}

li.slick-active button{
	background-color: #ffffff;
}

.slick-dots button:hover{
	background-color: #ffffff;
}

.slick-dots li{
	margin: -15px 4px 15px 4px;
}

.seo_area_two .slick-list{
	overflow: visible;
}

/* --- 3.3. SEO Area Three --- */
.seo_area_three{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.seo_group_three{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.square_col_left{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.square_col_right{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.square_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.square_box{
	max-width: 550px;
	padding-left: 20px;
}

.square_box h5{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #fcb045;
	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 0;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 450px;
}

.square_info_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.square_info_col{
	flex: 50%;
	width: 50%;
	padding: 20px 20px 10px 0;
}

.square_info_box{
	max-width: 300px;
	text-align: left;
}

.square_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;
}

.square_title::before{
	content: '';
	width: 9px;
	height: 9px;
	display:  inline-block;
	background: #fcb045;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 7px;
}

.graphic_box{
	max-width: 475px;
	position: relative;
	text-align: left;
}

.graphic_image{
	position: relative;
	overflow: hidden;
	z-index: 1;
	animation: 3s infinite ease-in-out up-down;
}

.graphic_image img{
	width: 100%;
	height: auto;
	display: block;
}

.graphic_info_area{
	max-width: 180px;
	width: 100%;
	position: absolute;
	bottom: 30px;
	right: 0;
	margin-right: -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: #fcb045;
	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_check::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;
}

.square_col_button a{
	background-color: #fcb045;
	width: 165px;
	margin-top: 30px;	
    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: solid 1px #fcb045;
	letter-spacing: 1px;
	text-align: center;
}

.square_col_button a:hover{
	color: #111111;
	background-color: transparent;
	border-color: #111111;
}

/* --- 3.4. SEO Area Four --- */
.seo_area_four{
	min-height: 450px;
	background-color: #eeeeee;
}

.bg_head{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	color: #ffffff;
}

/* --- 3.5. SEO Area Five --- */
.seo_area_five{
	position: relative;
	z-index: 999;
	max-width: 1125px;
	margin: -350px auto;
	padding: 0 25px;
	margin-bottom: calc(9em - 50px);
}

.seo_group_five{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.price_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 80px 0 0;
}

.price_content .fi{
	font-size: 52px;
	color: #fcb045;
	display: block;
	text-align: left;
	margin-top: 20px;
	margin-bottom: -15px;
}

.price_content .fi.color-price-icon{
	font-size: 52px;
	color: #ffffff;
	display: block;
	text-align: left;
	margin-top: 20px;
	margin-bottom: -15px;
}

.price_box{
	max-width: 375px;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: auto;
	padding-bottom: 35px;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.center_col{
	position: relative;
	bottom: 50px;
}

.price_content{
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom: solid 1px #e0e0e0;
	width: calc(100% - 30px);
	margin: auto;
}

.center_content{
	border-bottom: solid 1px #d2d2d2;
}

.center_box{
	background-color: #fcb045;
	padding-bottom: 50px;
	box-shadow: none;
}

.price_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
}

.center_title{
	color: #ffffff;
}

.price_value{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #fcb045;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.2em;
}

.price_box h4{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 6px;
}

.center_value,
.center_content > h4{
	color: #ffffff;
}

.price_list{
	width: 100%;
	margin: auto;
	padding-top: 1px;
}

.price_list ul{
	padding: 20px 10px;
}

.price_list > ul li{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px;
	line-height: 1.5em;
}

.price_list > ul li::after{
	font-family: 'uicons-regular-straight';
	content: "\fb2b";
	font-size: 20px;
	position: relative;
	float: right;
	top: 0;
	padding-right: 6px;
	color: #fcb045;
}

.center_list > ul li{
	color: #ffffff;
}

.center_list > ul li::after{
	color: #ffffff;
}

.price_btn a{
	background-color: #fcb045;
	width: 150px;
    color: #ffffff;
    padding: 12px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 12px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    margin: auto;
    transition: 0.5s;
	border: 1px solid #fcb045;
	letter-spacing: 1px;
	text-align: center;
}

.mid_btn a{
	background-color: #ffffff;
	width: 150px;
    color: #111111;
    padding: 12px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 12px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 35px auto 0;
    transition: 0.5s;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
	text-align: center;
}

.price_btn a:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #111111;
}

.mid_btn a:hover{
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

/* --- 3.6. SEO Area Six --- */
.seo_area_six{
	width: 100%;
	margin: 0 0 9em;
}

.seo_group_six{
	max-width: 1280px;
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
	margin: auto;
	padding: 0 25px;
}

.area_head{
	flex: 83.33%;
	width: 83.33%;
}

.slidenav{
	flex: 16.66%;
	width: 16.66%;
	margin-top: 130px;
}

.prev_slide .fi,
.next_slide .fi{
	font-size: 38px;
	transition: 0.6s ease;
	max-width: 160px;
	display: inline-block;
	overflow: hidden;
	color: #fcb045;
	cursor: pointer;
}

.prev_slide .fi{
	margin-right: 15px;
}

.next_slide .fi:hover,
.prev_slide .fi:hover{
	color: #111111;
}

.grid_slider.slick-list{
	overflow: visible;
}

.area_head h5{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #fcb045;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
}

.area_head h2{
	max-width: 600px;
	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;
}

.area_head 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;
	padding-top: 15px;
}

.grid_slider{
	width: 90vw;
	text-align: center;
	margin: 25px auto 0;
}

.grid_col{
	position: relative;
	margin: auto;
	padding-right: 20px;
}

.grid_box{
	overflow: hidden;
	position: relative;
}

.grid_image{
	position: relative;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.grid_image img{
	width: 100%;
	height: auto;
	display: block;
}

/* --- 3.7. SEO Area Seven --- */
.seo_area_seven{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 250px;
	background-color: #111111;
	margin-bottom: 9em;
	padding: 2em 0 1em;
}

.seo_group_seven{
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.count_col{
	flex: 25%;
	width: 25%;
	padding: 25px 20px;
}

.count_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.count_title::first-letter{
	color: #fcb045;
}

.count_title::after{
	content: '';
	display: block;
    width: 50px;
    height: 2px;
    background: #fcb045;
    transition: width .5s;
}

.count_box{
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
}

.counter{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 50px;
	font-weight: 800;
	display: inline-block;
	text-align: center;
	color: #fcb045;
	letter-spacing: 1px;
	margin: 0;
}

.counter.letter::after{
	content:'k';
	font-size: 50px;
	color: #fcb045;
}

.counter.percent::after{
	content:'%';
	font-size: 50px;
	color: #fcb045;
}

/* --- 3.8. SEO Area Eight --- */
.seo_area_eight{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.seo_group_eight{
	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: #fcb045;
	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: #fcb045;
    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{
	color: #fcb045;
}

a.blog_btn:hover{
	color: #111111;
}

/* --- 3.9. SEO Area Nine --- */
.seo_area_nine{
	max-width: 1200px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.seo_group_nine{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.client_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.review_box{
	flex: 100%;
	width: 100%;
	max-width: 550px;
}

.review_box h5{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #fcb045;
	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;
}

.client_col{
	flex: 25%;
	width: 25%;
	padding: 0 20px;
}

.client_comment p{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.5em;
}

.client_comment p::before{
	content: '\275D';
	position: relative;
	top: 10px;
	padding-right: 5px;
	font-size: 45px;
	color: #fcb045;
}

.client_info{
	margin: 40px 0 0;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	padding: 30px 20px 20px;
	max-width: 275px;
}

.client_info img{
	max-width: 90px;
	height: 90px;
	margin: auto;
	border-radius: 50%;
	display: block;
	text-align: center;
}

.client_name{
	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;
}

.client_title{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #fcb045;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4em;
	margin: 0;
}

.client_icon{
	display: block;
	text-align: center;
	padding-top: 8px;
}

.client_icon .fi{
	font-size: 22px;
	color: #fcb045;
	display: inline-block;
	text-align: center;
}

/* 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;
}

.footer_head{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 35px;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.bg_col_button a{
	background-color: #fcb045;
	width: 150px;
	margin: 30px 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: solid 1px #fcb045;
	letter-spacing: 1px;
	text-align: center;
}

.bg_col_button a:hover{
	background-color: #ffffff;
	color: #111111;
	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: #fcb045;
}

.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: #fcb045;
}

.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){
	.square_box{
		padding-left: 75px;
	}
} 
 
@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: 40px;
		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;
	}
	
	.bg_arc_dark,
	.bg_arc{
		top: 0;
	}
	
	.slide__left,
	.slide__right{
		flex: 100%;
		width: 100%;
		max-width: 600px;
	}
	
	.slide__box{
		padding: 45px 0;
	}
	
	.bg_col{
		flex: 100%;
		width: 100%;
	}
	
	.first_border,
	.second_border{
		border-right: none;
	}
	
	.seo_group_two{
		max-width: 350px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
	}
	
	.square_box{
		padding-left: 25px;
	}
	
	.price_col{
		flex: 100%;
		width: 100%;
		padding-top: 40px;
	}
	
	.center_col{
		bottom: 0;
	}
	
	.area_head{
		flex: 100%;
		width: 100%;
	}
	
	.slidenav{
		flex: 100%;
		width: 100%;
		margin-top: 0;
	}
	
	.count_col{
		flex: 50%;
		width: 50%;
	}
	
	.blog_col{
		flex: 50%;
		width: 50%;
	}
	
	.client_col{
		flex: 50%;
		width: 50%;
	}
	
	.footer_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 600px){
	.slide__box h2{
		font-size: 40px;
	}
	
	.seo_head,
	.square_box h2,
	.info_box h2,
	.bg_head,
	.area_head h2,
	.review_box h2,
	.footer_head{
		font-size: 30px;
	}
	
	.slide__left,
	.slide__right,
	.square_col_left,
	.square_col_right,
	.square_box{
		padding-left: 0;
		padding-right: 0;
	}
	
	.graphic_box{
		margin: 0;
		text-align: right;
		max-width: 400px;
	}
	
	.graphic_info_area{
		bottom: 0;
		margin-right: -55px;
	}
	
	.inner_col{
		padding: 5px 0;
	}
	
	.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;
	}
	
	.count_col{
		flex: 100%;
		width: 100%;
	}
	
	.blog_col{
		flex: 100%;
		width: 100%;
	}
	
	.client_col{
		flex: 100%;
		width: 100%;
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 480px){
	.square_info_col{
		flex: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 420px){
	.slide__box h2{
		font-size: 30px;
	}
	
	.bg_content{
		padding-left: 30px;
	}
	
	.bg_col,
	.feature_col,
	.count_col,
	.blog_col,
	.client_col{
		padding-left: 0;
		padding-right: 0;
	}
	
	.grid_col{
		padding-right: 10px;
	}
}

@media only screen and (max-width: 360px){
	.box_check .fi::before,
	.box_check .fi.last_checkbox::before{
		font-size: 18px;
	}
}

@media only screen and (max-width: 320px){
	.dark_top_box,
	.color_mid_box,
	.white_bottom_box{
		max-width: 130px;
		padding: 15px 10px;
	}
	
	.graphic_info_area{
		margin-right: -70px;
	}
	
	.box_content h3{
		font-size: 10px;
	}
}