@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
/* CSS Document */

body{margin:0px; background-image:url(images/bg.jpg); background-repeat:repeat; }

@font-face {
    font-family: Raleway;
	src: url(../font/Raleway-Regular.ttf);
}




.clear{clear:both;}

.main{width:1170px; margin:auto;}

.title-font{font-family:'Rubik', sans-serif; color:#1568b5; font-weight:bold; font-size:36px; text-align:center; padding:20px 0px; line-height:40px;}
.title-font span{font-family:'Rubik', sans-serif; color:#333333; font-weight:600; font-size:24px; text-align:center; padding:20px 0px; line-height:40px;}

.about-font{font-family:'Rubik', sans-serif; color:#333333; font-size:16px; text-align:center; padding:20px 0px; line-height:26px;}

.main-bg{background: url(images/main-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;}
  
.group-logo{padding:30px 0px 50px 0px; text-align:center;}

.logo-left{text-align:left;}
.logo-right{text-align:right;}


.readmore {
	background-color:#c00000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	border:3px solid #c00000;
	margin:20px 0px 40px 0px;
	font-family:'Rubik', sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px 30px;
	text-decoration:none;
	transition: 0.6s;
	text-transform:uppercase; 
	position:relative;
	z-index:100;
	border-radius:30px;
}
.readmore:hover {
	background-color:#ffffff;
	color:#c00000;
	transition: 0.6s;
	text-decoration:none;
}

.readmore1 {
	background-color:#c0c9cf;
	display:inline-block;
	cursor:pointer;
	color:#c00000;
	border:3px solid #FFFFFF;
	margin:30px 60px 20px 0px;
	font-family:'Rubik', sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px 30px;
	text-decoration:none;
	transition: 0.6s;
	text-transform:uppercase; 
	position:relative;
	z-index:100;
}
.readmore1:hover {
	background-color:#c00000;
	color:#fff;
	transition: 0.6s;
	text-decoration:none;
}




