#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:630px; 
  height:auto;
  padding:0px;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
	font-size: 16px;
	float: none;
	color: #fff;
	opacity: 1;
	font-weight: unset;
}
.agree:hover{
  //background-color: #D1D1D1;
  text-decoration: none;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
	text-decoration: none;
}
.popupoption2:hover{
	
	color: red;
}
.sub_pop
{
float: left;
width: 100%;
background-image: url(sub.jpg);
height: 280px;
background-position: center;
background-size: cover;
}
.sub_pop1
{
float: right;
width: 325px;
background-color: #fff;
text-align: center;
padding: 0px 0px;
height: 280px;
border-radius: 0px 0px 0px 0px;
border: 10px solid #fc5a1a;

}
.sub_pop1 h3
{
margin-top: 50px;
color: #11c3f1;
}
.sub_pop1 p
{
font-size: 16px;
}
.sub_pop1 img
{
width: 100%;
}
.sub_pop2
{
float: right;
width: 55%;
background-color: rgba(0, 0,0, 0.7);
text-align: center;
padding: 10px;
height: 333px;
}
.sub_pop21 h4
{
color: #fff;
font-size: 17px;
margin: 0px 0px;
}
.sub_pop21 h3
{
color: #fff;
font-size: 23px;
margin-top: 55px;
}
.sub_pop21 p
{
color: #fff;
text-align: center;
margin-top: 10px;
font-size: 14px;
}
.sub_pop21_p
{
width: 150px;
text-align: center;
color: #fff !important;
font-size: 16px;
background-color: #3a4671;
padding-top: 7px;
padding-bottom: 13px;
margin: 0 auto;
margin-top: 25px;
text-decoration:none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
}
.sub_pop21_p:hover
{
background-color: #333;
color: #fff
}
.sub_pop22
{
}
.sub_pop22 img
{
width: 110px;
background-color: #333;
padding: 20px;
border-radius: 92px;
}
.close1
{
background-color: #3a4671;
color: #fff !important;
position: absolute;
top: -15px;
right: -15px;
font-size: 30px !important;
width: 40px;
height: 40px;
border-radius: 560px;
padding: 2px 5px;
}
.sub_bo0
{
width: 75%;
margin: 0 auto;
}
.sub_box
{
float: left;
width: 50%;
margin-bottom: 5px;
}
.sub_box label
{
}
.sub_box input
{
float: left;
width: 95%;
border: 2px solid #333;
padding: 10px 10px;
margin-top: 10px;
}
.sub_box input:focus
{
border: 2px solid #7ac143;
color: #7ac143;
}
.sub_box select
{
float: left;
width: 98% !important;
border: 2px solid #333;
padding: 9px 10px;
margin-top: 10px;
}
.sub_box select:focus
{
border: 2px solid #f05f40;
color: #f05f40;
}
.sub_box1
{
float: left;
margin-top: 20px !important;
}
.sub_box2
{
margin-top: 15px !important;
margin-left: 25px !important;
color: #fff !important
}
.contact_box3
{
background-color: #ff401b;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
margin: 20px 0px;
}
.contact_box3 i
{
}
.contact_box3:hover
{
background-color: #337ab7;
}
.cap_bg
{
width: 135px;
float: left;
background-image: url(../images/cap.jpg);
text-align: center;
background-size: 100%;
font-size: 16px;
height: 40px;
color: #c7ceff;
font-weight: bold;
line-height: 40px;
margin-bottom: 10px;
font-family: 'quikhandregular';
}
@font-face {
    font-family: 'quikhandregular';
    src: url('../fonts/quikhand-webfont.woff2') format('woff2'),
         url('../fonts/quikhand-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}