/* Arch Bureau One Page Architecture - HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Sticky Header
5. Main Slider
6. Main Banner
7. Section Title
8. About Section
9. Service Section
10. Video Section
11. project Section
12. Contact Section
13. Main Footer

**********************************************/
/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,800italic,800,700italic,700,600italic,600,400italic);
@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic);

/*
font-family: 'Rubik', sans-serif;
*/

@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('scrolling-nav.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#5a5956;
	line-height:30px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	 font-family: 'Montserrat', sans-serif;
}
body.dark {
	color:#eee;
	font-weight:400;
	background:#222831;
}
figure{
	margin:0; 
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#702e3e;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	color: #0e1014;
	
	font-family: 'Old Standard TT', serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #5a5956;
	margin: 0;
}
body.dark p,.text{
	color: #eee;
}
::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: 'Rubik', sans-serif;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:14px;
	line-height:25px;
	color:#ffffff;
	padding:10px 25px;
	border:3px solid #fff;
	font-weight:400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}

.btn-style-one:hover{
	background:#ffffff;
	color:#0e1014;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:13px;
	line-height:25px;
	color:#fff;
	padding:15px 35px;
	font-weight:600;
	background:#702e3e;
	text-transform: uppercase;
	border-radius: 5px;
}

.btn-style-two:hover{
	background:#702e3e;
	color:#ffffff;
}
.theme_color{
	color:#702e3e;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	z-index:9999;
	width:100%;
	transition: all 300ms ease;
}
.main-header.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	border-color: transparent;
	box-shadow: 2px 5px 15px rgba(0,0,0,0.1);
}

body.dark .main-header.fixed-header{
	background: #222831;
}
/*=== Header Upper ===*/

.main-header .logo-outer {
	position: relative;
	z-index: 999;
	display: inline-block;
	float: left;
}
.main-header .nav-outer {
	display: inline-block;
}
.main-header .logo{
	position: relative;
	padding: 30px 0px;
	text-align: left;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

/*=== Header Lower ===*/

.main-header .header-lower .nav-outer{
	position: relative;
}

.main-header .main-box{
	position:relative;
	width: 100%;
	text-align: center;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:40px;
	padding: 31px 0px 17px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#0e1014;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	opacity:1;
	font-weight:400;
	font-size:16px;
	padding: 0;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

body.dark .main-menu .navigation > li > a{
	color:#fff;
}

.main-menu .navigation > li::before {
	position: absolute;
	top: 24px;
	height: 3px;
	width: 0;
	left: 0;
	content: "";
	background-color: #0092ca;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation > li.current::before, 
.main-menu .navigation > li:hover::before {
	width: 43px;
	left: 0;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:230px;
	padding:0px 0px;
	z-index:100;
	background:#ffffff;
	border-top:2px solid #0092ca;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	opacity: 0;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#2b2b2b;
	text-align:left;
	text-transform:capitalize;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#0092ca;
	padding-left:25px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	font-weight: 900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:230px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #ff214f;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#2b2b2b;
	text-align:left;
	text-transform:capitalize;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background:#ff214f;
	padding-left:25px;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	top:0px;
	visibility:visible;
	opacity:1;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
}
/*** 

====================================================================
			Main Slider
====================================================================

***/
.main-slider {
	position: relative;
}

.fullwidthbanner-container .fullwidthabanner {
	width: 100% !important;
	position: relative;
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
 
    /* black overlay with 50% transparency */
    background: rgba(16,29,45,0.7);
}
.main-slider h1{
	font-size: 72px;
	font-weight: 300;
}
.main-slider h1,
.main-slider p{
	color: #fff;
}
.main-slider .slider-btn {
	margin-top: 67px;
	display: inline-block;
}
/*** 

====================================================================
			Main Banner
====================================================================

***/

.banner-section {
	position: relative;
	z-index: 10;
	background-image: url(/images/main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0 327px;
}
.banner-section:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.7); 
}
.banner-section .text-box {
	position: relative;
	width: 100%;
	/*margin-left: -10%;
	padding: 0px 40px 0 185px;*/
}
.banner-section .text-box h1{
	font-size: 72px;
	font-weight: 300;
}
.banner-section .text-box h1,
.banner-section .text-box h3,
.banner-section .text-box p{
	color: #fff;
}
.banner-section .text-box a {
	margin-top: 67px;
	display: inline-block;
}
.scroll-btn {
	position: fixed;
	left: -1%;
	bottom: -1%;
	z-index: 999999;
}
.scroll-btn a {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	background-color: #702e3e;
	color: #fff;
	padding: 39px 65px 27px;
	width: 100%;
	display: block;
}
body.dark .scroll-btn a{
	background-color: #393e46;
}

.scroll-btn a i {
	display: block;
	width: 100%;
	margin-top: 5px;
}
.scroll-btn a i:before{
	margin: 0;
}
/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
}

.sec-title h2{
	display: block;
	font-size:36px;
	line-height: 1.2em;
	color: #0e1014;
	font-weight: 500;
	padding-bottom: 40px;
}
body.dark .sec-title h2{
	color: #fff;
}

/*** 

====================================================================
			About Section
====================================================================

***/
.about-section {
	position: relative;
	padding: 71px 0 0px;
}
.about-section .image-column{
	position: relative;
	width: 100%;
	z-index: 1;

}
.about-section .image-column .image {
	position: relative;
	margin-top: 74px;
}
.about-section .image-column .image img{
	width: 100%;
}
.about-section .image-column .image::before {
	position: absolute;
	content: "";
	left: 13.6%;
	top: -33px;
	height: 360px;
	width: 325px;
	border: 7px solid #702e3e;
	z-index: -1;
}
.about-section .content-column {
	position: relative;
	width: 100%;
	padding-left: 54px;
}
.about-section .content-column .inner-column{
	position: relative;
}

.about-section h2{
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 500;
}

.about-section .text{
	position: relative;
	margin-bottom: 30px;
}
.about-section .content-column .inner-column h4 {
	padding: 15px 0;
	font-weight: 500;
	font-size: 24px;
}
body.dark .about-section .content-column .inner-column h4{
	color: #fff;
}
/*** 

====================================================================
			Service Section
====================================================================

***/
.service-section {
	position: relative;
	padding: 59px 0 70px;
}

.service-section .image-wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.service-section .col-md-3.col-sm-6.col-xs-12{
	padding: 0;
	margin:0; 
}
.service-section .image-wrapper img{
	width: 100%;
}
.service-section .image-wrapper .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #702e3e;
	overflow: hidden;
	 -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	left: 100%;
	opacity: 0;
}
.service-section .image-wrapper:hover .overlay{
	-webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    left: 0;
    opacity: 0.7;
}
.service-section .image-wrapper .overlay h4{
	position: relative;
	text-align: center;
	text-transform:translate(-50,-50);
	top: 20%;
	z-index: 2;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

.service-section .image-wrapper .overlay ul{
	position: relative;
	text-align: center;
	text-transform:translate(-50,-50);
	top: 30%;
	z-index: 2;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	list-style: disc !important;
    padding: 0px;
    margin: 0px;
}
.service-section .content-column {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #702e3e;
	padding: 30px 70px 30px 30px;
}
/*** 

====================================================================
			Video Section
====================================================================

***/
.video-section {
	position: relative;
	width: 100%;
	padding-bottom: 28px;
}

.video-section .content-column {
	position: absolute;
	bottom: -30px;
	right: 42px;
	background: #702e3e;
	padding: 30px 70px 30px 30px;
}
.video-section .project-column img{
	width: 100%;
}
.video-section .content-column h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 65px;
}
.video-section .content-column p,
.video-section .content-column a{
	color: #fff;
	display: inline-block;
}

.video-section .content-column a i:before{
	font-size: 30px;
}
.video-section .content-column2 {
	
	background: #702e3e;
	
}
.video-section .project-column2 img{
	width: 100%;
}
.video-section .content-column2 h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	
}
.video-section .content-column2 p,
.video-section .content-column2 h2,
.video-section .content-column2 h3,
.video-section .content-column2 a{
	color: #fff;
	
}

.video-section .content-column2 a i:before{
	font-size: 30px;
}

/*** 

====================================================================
			project Section
====================================================================

***/

.project-section {
	position: relative;
	width: 100%;
	padding-top: 80px;
}

.project-section .image-wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.project-section .col-md-3.col-sm-6.col-xs-12{
	padding: 0;
	margin:0; 
}
.project-section .image-wrapper img{
	width: 100%;
}
.project-section .image-wrapper .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #702e3e;
	overflow: hidden;
	 -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	left: 100%;
	opacity: 0;
}
.project-section .image-wrapper:hover .overlay{
	-webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    left: 0;
    opacity: 0.7;
}
.project-section .image-wrapper .overlay .icon-area{
	position: relative;
	text-align: center;
	text-transform:translate(-50,-50);
	top: 50%;
	z-index: 2;
	font-weight: 500;
}

.project-section .image-wrapper .overlay .icon-area i:before{
	margin: 0;
	font-size: 40px;
	color: #fff;
}
.project-section .image-wrapper .overlay h4 {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px;
}
.project-section .owl-item {
	display: inline-block;
}
.project-section .col-12 {
	padding: 0;
	margin: 0;
}
.owl-nav {
	display: block !important;
	float: right;
	right: 26%;
	position: relative;
}
.owl-nav span {
	cursor: pointer;
}
.owl-nav span:before{
	font-size: 22px;
	color: #702e3e;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.owl-nav span:hover:before{
	color: #0092ca;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	display: inline-block;
}

/*** 

====================================================================
			Contact Section
====================================================================

***/
.contact-section {
	position: relative;
	width: 100%;
	padding: 56px 0 63px;
}

.contact-section .contact-logo {
	position: relative;
	width: 100%;
}

.contact-section .contact-info{
	position: relative;
	width: 100%;
	margin-top: 36px;
}
.contact-section .contact-info.style-two {
	margin-top: 66px;
}
.contact-section .contact-info h6{
	font-size: 18px;
	font-weight: 500;
}
body.dark .contact-section .contact-info h6{
	color: #fff;
} 
.contact-section .contact-info ul{
	margin-top:15px; 
}
.contact-section .contact-info ul li a{
	color: #0092ca;
}
.contact-section input[type='text'],
.contact-section input[type='email'],
.contact-section textarea {
	background: #eee;
	padding: 10px 30px;
	border-radius: 5px;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	color: #232323;
}

body.dark .contact-section input[type='text'],
body.dark .contact-section input[type='email'],
body.dark .contact-section textarea {
	background: #393e46;
	color: #fff;
}

.contact-section textarea{
	height: 130px;
	position: relative;
	display: block;
	width: 100%;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 10px
}

/*** 

====================================================================
			Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	width: 100%;
	background-color: #702e3e;
	padding: 80px 0 42px;
}
body.dark .main-footer {
	background-color: #1a1f26;
}
.social-footer ul li{
	display: inline-block;
	margin-right: 10px;
}
.social-footer ul li a{
	color: #ffffff;
	border:1px solid #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 50%; 
	display: block;
}
.social-footer ul li a:hover{
	color: #0092ca;
	border:1px solid #0092ca;
}
.social-footer ul li a i::before {
	font-size: 22px;
	margin: 0;
	line-height: 40px;
}
.footer-bottom {
	position: relative;
	width: 100%;
	padding-top: 70px;
}
.footer-bottom .copyright-text {
	color: #ffffff;
}

.footer-bottom .copyright-text a{
	color: #ffffff;
}