body {
        transition: 0.5s ease;
        background-size: 100% 100%;
      text-decoration: none;
      font-size: 12pt;
    }
body, h1, h2 h3, div, p, i, ul, li, a, span, img {
      text-decoration: none;
      margin: 0;
      padding: 0;
    }
    a
    {
      text-decoration: none;
    }
body
{
  margin: 0px;
  padding: 0px;
  }
.container
{
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.page
{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
	margin: auto;
}

/*-------topbar---------*/
.topbar
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 0px solid #ccc;
  background-color: #0742a8;
  display: block;

}
.topbar .topbar-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left span
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left span a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 10px;
  color: white;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 1px;
}
.topbar .topbar-con .topbar-right
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-right span
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-right span a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 8px;
  color: white;
  font-size: 10pt;
}
/*-------topbar---------*/
.header
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background-color: none;
  z-index: 2000;
  background: white;
}
.header .header-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.header .header-con .header-left
{
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.header .header-con .header-left .web-logo
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 8px;
}
.header .header-con .header-left .web-logo img
{
  position: relative;
  float: left;
  width: auto;
  height: 70px;
  box-sizing: border-box;
}
.header .header-con .header-right
{
  position: relative;
  float: left;
  width: 75%;
  box-sizing: border-box;

}

.header .header-con .header-right .top-info
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.header .header-con .header-right .top-info .t-info
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  padding: 0px 6px 6px 6px;
}
.header .header-con .header-right .top-info .t-info p
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  background: #2196f3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.5s ease;
}
.header .header-con .header-right .top-info .t-info p:hover
{
  background: white;
}
.header .header-con .header-right .top-info .t-info p:hover a
{
  color: #2196f3;
}

.header .header-con .header-right .top-info .t-info p a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  color: white;
  padding: 6px 12px;
  display: inline-block;
}

.header .header-con .header-right .navbar
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0px;
}
.header .header-con .header-right .navbar ul.menubar
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  list-style-type: none;
}
.header .header-con .header-right .navbar ul.menubar li
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 0px 6px;
}
.header .header-con .header-right .navbar ul.menubar li a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 18px 5px;
  color: #333;
  transition: 0.5s ease;
  font-size: 14pt;
  cursor: pointer;
  text-transform: uppercase;
  text-transform: inherit;
  font-weight: 600;
}
.header .header-con .header-right .navbar ul.menubar li:hover a
{
    background: none;
  color: gray;
}
.header .header-con .header-right .navbar ul.menubar li:hover .sub-menu
{
  display: block;
}

.header .header-con .header-right .navbar ul.menubar li .sub-menu
{
  position: absolute;
  float: left;
  background: white;
  box-sizing: border-box;
  margin-top: 60px;
  width: 250px;
  display: none;
}
.header .header-con .header-right .navbar ul.menubar li .sub-menu a
{
  float: left;
  box-sizing: border-box;
  width: 100%;
  font-size:11pt;
  font-weight:normal;
  padding: 10px 10px;
}
.header .header-con .header-right .navbar ul.menubar li .sub-menu a:hover
{
  background: #222;
  color: white;
}



.mob-nav-open-btn
{
  display: none;
}




    .content-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .content-box .content-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
  }
  .content-box .content-box-con img
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
  }

  .content-box .content-box-con h1,h2,h3,h4,h5,h6
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    
    font-weight: normal;
    color: #2e2e2e;
  }
  .content-box .content-box-con h1
  {
    font-size: 30pt;
  }
  .content-box .content-box-con h2
  {
    font-size: 25pt;
  }
  .content-box .content-box-con h3
  {
    font-size: 20pt;
  }
  .content-box .content-box-con h4
  {
    font-size: 16pt;
  }
  .content-box .content-box-con h5
  {
    font-size: 14pt;
  }
  .content-box .content-box-con h2 span
  {
    color: orange;
    
    font-weight: normal;
  }
  .content-box .content-box-con h1 span
  {
    color: orange;
    
    font-weight: normal;
  }


  .content-box .content-box-con p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    
    line-height: 30px;
    font-weight: 300;
    color: #2e2e2e;
    text-align: justify;
    font-size: 12pt;
  }
  .content-box .content-box-con ul
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    
        line-height: 30px;
    font-weight: 300;
  }
  .content-box .content-box-con ul li
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0px;
    
        line-height: 30px;
    font-weight: 300;
    color: #2e2e2e;
  }