
@import url('https://fonts.googleapis.com/css?family=Montserrat|Ubuntu');

/* Import CSS */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';
@import 'css/others/font-awesome.min.css';
@import 'css/others/pe-icon-7-stroke.css';

/* Base CSS */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 15, 2019 */



@font-face {
    font-family: 'blackregular';
    src: url('black_personal_use-webfont.woff2') format('woff2'),
         url('black_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
}
body {


    font-family: 'Ubuntu', sans-serif;



}


h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1.3;
}

p {
    color: #848484;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    font-weight: 400;
}
.container {
  width: 1170px;
  margin: auto;

}
.navbar {
    line-height: normal;
    position: fixed;
    z-index: 1;
    width: 100%;
    color: #f2f2f2;
}
.header
{
  width: 100%;
  height: auto;
  margin: 0;
}
.cover
{

	background-image: url(img/bg-img/hero-4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
}
.overlay
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(14, 2, 35, 0.5);
  z-index: -1;
}


.navbar a
{
  color: #7643EA !important;
font-size: 50px;
margin-bottom: 15px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
letter-spacing:  0.1em;

}
.navbar-brand
{
  color: #7643EA;
}
.navbar-brand img
{
  width: 150px;
  height: 90px;
  background-color: transparent;
}
.cover h2
{
  color: #fff;
  font-size: 35px;
  position: absolute;
  top: 30%;
  right: 35%;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.icon
{
  color: #502E9E;
  font-size: 35px;
  position: absolute;
  bottom: 0%;
  right: 2%;
  font-size: 60px;

	background: transparent;
	border: 0;
}
.icon:hover{color:#7643EA  }
.icon:visited{border: 0;}

.navbar input{
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
  opacity: 0.5;
  color: #000;
}
input[type=search]:focus {
	width: 600px;
	background-color: #ccc;
	border-color: #333;
	border: solid 1px #fff;
}
.navbar button
{

  	background-color: #7643ea;
  	border-radius: 0;
  	padding: 0 15px;
  	line-height: 40px;
  	color: #fff;
  	font-weight: 600;
  	font-size: 20px;
  	-webkit-transition-duration: 500ms;
  	transition-duration: 500ms;
}
.Form button:hover {opacity: 0.8}
.Form button:visited{border: 0 #7643ea;}
.modal-title ,.modal-header button{text-align: center;color: #fff;}


.modal-header{background-color: #7643ea;}
.modal-title ,.modal-header button{text-align: center;color: #fff;}
.btn-danger{
background-color: #7643ea;
color: #fff;
border: 0;
}
/* Search Area CSS */



#canvas{

  margin-top: 0px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;


}
