/*************************
  1.General
*************************/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,500,500i,700,700i,900,900i');
body {
  background: #fff;
  color: #999999;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}
img{
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
*::before,
*::after,
a,
button,
span,
input,
textarea,
.btn {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button,
input,
textarea {
  color: #999999;
  outline: medium none;
}
.uppercase { 
  text-transform: uppercase
}
.capitalize { 
  text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f3f3f;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
  color: inherit 
}
ul {
  margin: 0px;
  padding: 0px;
}
li { 
  list-style: none; 
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
  margin-bottom: 15px;
}




/* -----------------------------------
  02. Header Section
--------------------------------------*/

/*hero section css here*/
.buy-btn {
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  line-height: 24px;
  margin-top: 0;
  padding: 6px 35px;
  text-transform: uppercase;
}
.stick .buy-btn {
  border: 2px solid #3498db ;
  color: #3498db ;
    margin-top: 3px;
}
.buy-btn:hover {
  background-color: #3498db ;
  border-color: #3498db ;
  color: #ffffff;
}
.hero-section{
    background: url(../assets/img/monsta/bg-monsta.jpg) no-repeat scroll center center/cover;
    margin-bottom: 93px;
}
.hero-section .row {
	height: 960px;
}
.hero-content {
	padding-left: 120px;
}


.hero-content h1 span {
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-size: 72px;
    display: block;
    line-height: 65px;
}
.hero-content h1 span.medium{
    font-weight: 500;
} 
.hero-content p {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}


/*section title css here*/

.section_content {
	text-align: center;
    padding-bottom: 52px;
}
.section_content h2 {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 15px;
	color: #2e2e2e;
	text-transform: capitalize;
}
.section_content p {
	font-size: 16px;
	line-height: 30px;
	color: #2e2e2e;
	margin-bottom: 0;
}

/* demo-section css here */
.demo-section.section {
	padding: 0 64px 20px;
}
.demo-item {
	text-align: center;
	margin-bottom: 80px;
}
.demo-item .image {
  display: block;
  position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.demo-item:hover .image {
    opacity: 0.8;
}


.demo-item .image img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.demo-item .title a {
  text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
	border: 2px solid #ededec;
	display: inline-block;
	vertical-align: top;
	padding: 0 75px;
	margin-top: 30px;
	border-radius: 2px;
}
.demo-item:hover .title a{
    color: #c09578;
    border-color: #c09578;
}


/*header option cs shere*/
.header_titile {
    text-align: center;
    margin-bottom: 63px;
}
.header_titile h2 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 15px;
  color: #2e2e2e;
}
.header_titile p {
  font-size: 16px;
  line-height: 30px;
  color: #2e2e2e;
    margin-bottom: 0;
}
.header_box_thumb {
	text-align: center;
}

.box_thumb {
	margin-bottom: 40px;
}
.header_option {
    background: #f5f5f5;
    padding: 92px 0 60px;
}


/*mobile responcive css here*/
.mobile_responcive{
    padding: 94px 0 90px;
}
.mobile_thumb {
	text-align: center;
}

/*footer area css here*/
.footer_content {
	text-align: center;
}


.copyright_area {
	text-align: center;
}

.footer_area {
	background: url(../assets/img/other/bkg_footer.jpg) no-repeat scroll center center/cover;
}

.footer_content h3 {
	text-transform: capitalize;
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 400;
}

.footer_content p {
	color: #fff;
	font-size: 24px;
}


.footer_content a {
	display: inline-block;
	line-height: 55px;
	border-radius: 3px;
	text-transform: uppercase;
	background: #eb3d32;
	color: #fff;
	padding: 0 46px;
	margin: 65px 0 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 500;
	font-size: 12px;
}

.footer_content a:hover{
    opacity: 0.7;
}
.footer-top {
	padding: 110px 0;
}
.copyright_area p {
	color: #fff;
	margin-bottom: 0;
    text-transform: capitalize;
}
.copyright_area p a{
    color: #fff;
}
.copyright_area p a:hover{
    text-decoration: underline;
}
.copyright_area {
	text-align: center;
	padding: 31px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}





