@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Droidserif';
    src:  url('../font/Droidserif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Droidserifbd';
    src:  url('../font/Droidserifbd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body{   background: #F1CFA1 url(../image/bg.jpg) top center no-repeat;
  background-size: 100% 100%;}

.container{  /*background: #eeeeee; padding: 0px 26px 10px;  margin-top: 26px;*/ }

.headingrow{
  background: #edf1f6;
}

.arim{
  text-align: right;
  margin-top: -18px;
  margin-right: 62px;
  z-index: -1;
  position: relative;
 
}

.fscol{  background: url(../image/laptop.png) top center no-repeat;
  background-size: 100% 100%;padding: 22px 0px 36px 0px;}

.headlinefont
{  color: #000000;
  text-align: center;
  font-weight: bold;
  font-family: 'Arial';
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 13px;
}

.headlinefont span{color:#e70202;}

.form1{ background: rgba(255, 255, 255, 0.77);
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  padding: 1px 10px 10px 10px;}

.subheadlinefont{font-size: 17px;
  text-align: center;
  line-height: 24px;
  color: #02154e;
  font-family: 'Arial';
  }
  
  
  
.paragraphfont{color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  font-family: 'Droidbd';
  padding-top: 17px;}
  
  .arrow{  text-align: center;}

.arrow img{  width: 170px;}

.seccol{padding-bottom: 22px;
  padding-left: 5px !important;
  padding-right: 0px !important;
  }

.contentbg{/*background:rgba(2, 2, 2, 0.68);
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(152, 152, 152, 0.75);
  -moz-box-shadow: 0px 0px 8px 2px rgba(152, 152, 152, 0.75);
  box-shadow: 0px 0px 8px 2px rgba(152, 152, 152, 0.75);*/}



.vid{text-align:center;}
.vid img{  width: 100%;
  max-width: 480px;
  max-height: 270px;}

iframe{
  max-width: 480px;
  max-height: 270px;
   width: 100%;
}

embed{
  max-width: 400px;
  max-height: 270px;
   width: 100%;
}


input[type="email"], input[type="text"]{
  width: 100%;
  background: none;
  border: 1px solid #252525;
  text-align: center;
  color: #252525;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 15px;
  margin-bottom: 7px;
}

input[type="image"]
{
  text-align: center;
  margin: auto !important;
    /*width: 100%;
  padding: 0px 38px;*/  width: 92%;
}


input[type="submit"]{
  background: #d22121;
  border: 1px solid #860606;
  padding: 9px 18px 9px 18px;
  font-size: 15px;
  color: #fff;
  /* font-weight: bold; */
  font-family: 'Droidserifbd';
  text-transform:uppercase;
  border-radius: 4px;
  -webkit-box-shadow: inset -7px -7px 15px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: inset -7px -7px 15px -5px rgba(0,0,0,0.75);
  box-shadow: inset -8px -8px 7px -7px rgba(119, 5, 5, 1);
  margin-top: 12px;
}



::-webkit-input-placeholder {
   color:  #252525;
}

:-moz-placeholder { /* Firefox 18- */
   color:  #252525;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  #252525;  
}

:-ms-input-placeholder {  
   color:  #252525;  
}


.smalllink
{
  clear: both;
  text-align: center;
  margin-top: 41px;
}

.smalllinkli
{
    list-style-type: none;
  display: inline;
  color: #900;
  font-size: 15px;
  border-right: 1px solid #000;
  padding-right: 15px;
  padding-left: 15px;
}

.smalllinkli a
{
	color: #000;
}

.smalllinkli a:hover {
  color: #000 !important;
  
}

.lastlink{border:none;}


.formm{
  text-align: center; padding: 13px 0px 25px;
}

.priv{
  font-size: 12px;
  margin-left: 5;
  margin-top: -7px;
}

.priv img {
  width: 12px;
  margin-top: -6px;
  margin-right: 4px;
}
