@charset "utf-8";
/* CSS Document */

*
{
   padding:0;
   margin:0;  
}
body
{
   padding:0;
   margin:0;
   font:16px/30px 'open_sansregular';
   color:#000;
   background:#fff; 
}
input[type=radio]
{
    width: 46px;
    height: 20px;
    text-align: center;
}
li
{
   list-style-type:none;  
}
a:focus {
    text-decoration:none!important;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../opensans-regular-webfont.woff2') format('woff2'),
         url('../opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../lato-regular-webfont.woff2') format('woff2'),
         url('../lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'latoheavy_italic';
    src: url('../lato-heavyitalic-webfont.woff2') format('woff2'),
         url('../lato-heavyitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latomedium_italic';
    src: url('../lato-mediumitalic-webfont.woff2') format('woff2'),
         url('../lato-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#main
{
  width:100%;
  float:left;
}
.bodyarea
{
   width:100%;
   float:left;
   padding:30px 0 0 0;
}
.toppart_sec
{
    width: 100%;
    float: left;
    /*background: url(../images/management_bg.jpg) no-repeat center center;*/
    height: 269px;
    position: relative;
    background-size: cover;
  z-index:9999;
}
.bodyarea img
{
    float: left;
    /*margin: 30px 24px 30px 70px;*/
}
.bodyarea h2
{
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #02509c;
    font-size:26px;
    text-transform: uppercase;
    line-height: 48px;
    margin:15px 0 0 0;
    font-weight: 800;
}
.bodyarea p
{
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 0 0;
    font-weight: 400;
  padding:0 0 30px 0;
  text-align:justify;
}
.bodyarea h3
{
    width: auto;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 48px;
    margin:33px 0 0 11px;
    font-weight: 800;
    position: absolute;
    top: 194px;
    z-index: 99;
}

/*.pho_area
{
  width: auto;
    float: right;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    font-weight: 800;
}
.pho_area .fa
{
  font-size:26px;
  line-height:50px;
  color:#fff;
}
.pho_area span
{
  font-family: 'Open Sans', sans-serif;
  color:#9e0f0f;
  font-size:20px;
  text-transform:uppercase;
  padding:0;
}

*/
.contct
{ 
  width:100%;
  float:left;
  background:url(../images/newsbg.jpg) no-repeat 0 0;
  background-size: cover;
  padding:72px;
}
.contct h1
{ 
  width:auto;
  float:left;
  font:24px/30px 'latoregular';
    color:#fff;
  text-transform:uppercase;
  text-align:center;
  padding:0 42px 0 56px;
}
/*.contct .form-control
{
    width:289px;
  float:left;
  height:52px;
  background:#fff;
  border:0;
  outline:0;
  margin:10px 0 0 0;
}*/

.subbtn {
    height:50px;
    width: 109px;
    background:#6e1b00!important;
    margin:10px 0 16px 18px;
    border-radius:5px;
    float: left;
    border:0;
    color: #fff!important;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-align: center;
    line-height: 31px;
    float: left;
    padding: 0 10px;
    position: static;
    bottom: 0;
    right: 10px;
  font-size:18px;
  line-height:44px;
  text-transform:uppercase;
}
.subbtn:hover {
    background-color: #e1c37b!important;
    border-color: #ccc!important;
  -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  color:#000!important;
}








.topcolr
{
   background:#2266a8;
   color:#fff;
   line-height:40px;
}
.topcolr tr
{
   line-height:28px;
   height:40px;
   font-size:16px;
}
.lightgrey
{
   background:#dadada;
   color:#282828;
   line-height:40px;
   height:40px;
}
.darkgrey
{
   background:#c1c1c1;
   color:#282828;
   line-height:40px;
   height:40px;
}
.yellow
{
   background:#fed853;
   color:#282828;
   line-height:40px;
   height:40px;
}
.green
{
   background:#e3bd38;
   color:#282828;
   line-height:40px;
   height:40px;
}
.price_tabl .subbtn {
    height: 50px;
    width: auto;
    background: #6e1b00!important;
    margin:18px 0 16px 0;
    border-radius: 5px;
    float: right;
    border: 0;
    color: #fff!important;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-align: center;
    line-height: 31px;
    padding: 0 20px;
    position: static;
    bottom: 0;
    right:0;
    font-size: 18px;
    line-height:50px;
    text-transform: uppercase;
}

.price_tabl select
{
    width: auto;
    background: none;
    border: 0;
    outline: 0;
}


.price_tabl
{
   width:100%;
   float:left;
   padding:52px 0 40px 0;
}
.priceblurbar {
    width: 100%;
    float: left;
    background: #2266a8;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height:40px;
    text-align: center;
    font-weight: 700;
    margin:15px 0 0 0;
}
.outr{ width:332px; border-left:1px solid #818181;}






/*-------------3-7-2021-------------------*/
.priceupdate span{
	font-size:14px;
}



















/*----------------------9-7-2021-----------------------*/

.tableimg{
	width:100%;
	float:left;
	text-align:center;
	justify-content:center;
	display:flex;
}
.tableimg img{
	width:80%;
	float:left;
	padding:0 0 40px 0;
}
.red{
	color:#ff0000;
	font-size:22px;
}

.price-new-page-video .slick-slide{
	width: 81%!important;
    margin: 0 auto;
    float: none!important;
}