
body {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: rgb(32, 31, 31);
  overflow-x: hidden; 
  
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
 }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #192437;
  margin: 0px;
  letter-spacing: .4px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #555;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.slick-slide {
  outline: 0; }

.banner-slide .slide-bg1 {
  background-image: url("../images/banner1.jpg");
}
.banner-slide .slide-bg2 {
  background-image: url("../images/banner2.jpg");
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ff5316;
  padding: 0 60px 0 85px;
  font-size: 14px;
  line-height: 75px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #ff5316;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative; }
  @media (max-width: 767px) {
    .main-btn {
      padding: 0 30px 0 55px; } }
  .main-btn::before {
    position: absolute;
    content: '';
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media (max-width: 767px) {
      .main-btn::before {
        left: 30px; } }
  .main-btn:hover {
    background: #055ffc;
    color: #fff;
    border-color: #192437; }
    .main-btn:hover::before {
      background: #fff; }
  .main-btn.main-btn-2 {
    background-color: #075ef5;
    color: #fff;
    border-color: #192437; }
    .main-btn.main-btn-2::before {
      background: #fff; }
    .main-btn.main-btn-2:hover {
      border-color: #192437;
      color: #192437;
      background: transparent; }
      .main-btn.main-btn-2:hover::before {
        background: #192437; }

.preloader {
  background-color: #ff5316;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000; }

.preloader .lds-ellipsis {
  width: 64px;
  height: 64px;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px); }

.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite; }

.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite; }

.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite; }

.preloader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
/*===========================
    2.HEADER css
===========================*/
.header-area .header-top {
  position: relative; }
  .header-area .header-top::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    min-width: 20%;
    background: #fff; }
    @media (max-width: 767px) {
      .header-area .header-top::before {
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-area .header-top::before {
        width: 20%; } }
  .header-area .header-top .header-top-items .logo {
    background: #fff;
    /* padding: 41px 85px 41px 0; */
    width:13rem;
  }
  .header-area .header-top .header-top-items .logo-txt{
    font-size:1.5rem;
  } 
    @media (max-width: 767px) {
      .header-area .header-top .header-top-items .logo-txt{
        font-size:1.2rem;
        font-weight:bold;
      } 
  }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area .header-top .header-top-items .logo {
        padding: 41px 31px 41px 0; } }
  .header-area .header-top .header-top-items .header-top-info ul {
    display: flex; }
    .header-area .header-top .header-top-items .header-top-info ul li {
      position: relative;
      margin-left: 60px;
      padding-left: 116px;
      border-left: 1px solid #eaeaea;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area .header-top .header-top-items .header-top-info ul li {
          margin-left: 30px;
          padding-left: 110px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .header-top .header-top-items .header-top-info ul li {
          margin-left: 15px;
          padding-left: 14px; } }
      .header-area .header-top .header-top-items .header-top-info ul li:first-child {
        margin-left: 0;
        border-left: 0; }
      .header-area .header-top .header-top-items .header-top-info ul li i {
        position: absolute;
        left: 60px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 40px;
        color: #ff5316; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-area .header-top .header-top-items .header-top-info ul li i {
            left: 50px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .header-top .header-top-items .header-top-info ul li i {
            position: static;
            transform: translateY(0); } }
      .header-area .header-top .header-top-items .header-top-info ul li span {
        display: block;
        font-size: 12px;
        color: #7f8692;
        text-transform: uppercase; }
      .header-area .header-top .header-top-items .header-top-info ul li a {
        font-size: 14px;
        color: #192437; }
.header-area .main-header {
  background: #121b2b;
  position: relative; }
  .header-area .main-header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    min-width: 100%;
    background: #ffffff; }
  .header-area .main-header .main-header-item .header-btn a {
    background: #ff5316;
    line-height: 70px;
    padding: 0 60px 0 85px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-right: 10px solid #fff;
    white-space: nowrap;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area .main-header .main-header-item .header-btn a {
        padding: 0 30px 0 55px; } }
    @media (max-width: 767px) {
      .header-area .main-header .main-header-item .header-btn a {
        padding: 0 20px; } }
    .header-area .main-header .main-header-item .header-btn a::before {
      position: absolute;
      content: '';
      left: 60px;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 15px;
      background: #fff;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area .main-header .main-header-item .header-btn a::before {
          left: 30px; } }
      @media (max-width: 767px) {
        .header-area .main-header .main-header-item .header-btn a::before {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .main-header .main-header-item .header-btn a::before {
          display: block; } }
    .header-area .main-header .main-header-item .header-btn a:hover {
      color: #fff;
      background: #192437; }
      .header-area .main-header .main-header-item .header-btn a:hover::before {
        background: #fff; }
  .header-area .main-header .main-header-item .header-menu {
    background: #0153a5; }
    .header-area .main-header .main-header-item .header-menu ul {
      padding: 0 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area .main-header .main-header-item .header-menu ul {
          padding: 0 15px; } }
      .header-area .main-header .main-header-item .header-menu ul li {
        display: inline-block;
        position: relative; }
        .header-area .main-header .main-header-item .header-menu ul li > a {
          line-height: 3.125rem;
          font-size: 1rem;
          color: #fff;
          text-transform: uppercase;
          margin: 0 1rem;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .header-area .main-header .main-header-item .header-menu ul li > a {
              margin: 0 20px; } }
          .header-area .main-header .main-header-item .header-menu ul li > a.active {
            color: #fff; }
        .header-area .main-header .main-header-item .header-menu ul li .sub-menu {
          position: absolute;
          left: 30px;
          top: 110%;
          width: 200px;
          background-color: #fff;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          z-index: 99;
          -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          border-top: 4px solid #e40114;
          padding: 0; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu {
              left: 15px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 1 !important;
              visibility: visible !important;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all 0s ease-out 0s;
              -moz-transition: all 0s ease-out 0s;
              -ms-transition: all 0s ease-out 0s;
              -o-transition: all 0s ease-out 0s;
              transition: all 0s ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0; } }
          @media (max-width: 767px) {
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 1 !important;
              visibility: visible !important;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all 0s ease-out 0s;
              -moz-transition: all 0s ease-out 0s;
              -ms-transition: all 0s ease-out 0s;
              -o-transition: all 0s ease-out 0s;
              transition: all 0s ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0; } }
          .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li {
            position: relative;
            display: block; }
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a {
              display: block;
              padding: 10px 24px;
              margin: 0;
              position: relative;
              color: #222;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s;
              border-radius: 0;
              margin: 0 0;
              line-height: 30px;
              border-top: 1px solid #e40114; }
              .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
                float: right;
                font-size: 14px;
                margin-top: 5px; }
                @media only screen and (min-width: 768px) and (max-width: 991px) {
                  .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
                    display: none; } }
                @media (max-width: 767px) {
                  .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
                    display: none; } }
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
              right: auto;
              left: 100%;
              top: 0;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
                  padding-left: 30px; } }
              @media (max-width: 767px) {
                .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
                  padding-left: 30px; } }
              .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu li:hover .sub-menu {
                top: 0 !important; }
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li:hover .sub-menu {
              top: 0%;
              opacity: 1;
              visibility: visible; }
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li:hover > a {
              background-color: #ffffff;
              color: #fff !important; }
        .header-area .main-header .main-header-item .header-menu ul li:hover a {
          color: #fff; }
        .header-area .main-header .main-header-item .header-menu ul li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          top: 100%; }
  .header-area .main-header .main-header-item .header-laguage {
    position: relative; }
    .header-area .main-header .main-header-item .header-laguage img {
      position: absolute;
      left: -5px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .header-area .main-header .main-header-item .header-laguage img {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .main-header .main-header-item .header-laguage img {
          display: block; } }
    .header-area .main-header .main-header-item .header-laguage .nice-select {
      background-color: transparent;
      border: 0;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff;
      height: auto;
      line-height: 40px;
      padding: 0 20px 0 30px;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .header-area .main-header .main-header-item .header-laguage .nice-select {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .main-header .main-header-item .header-laguage .nice-select {
          display: block; } }
      .header-area .main-header .main-header-item .header-laguage .nice-select .list .option {
        color: #192437; }
      .header-area .main-header .main-header-item .header-laguage .nice-select::after {
        right: 0; }
  .header-area .main-header .main-header-item .toggle-btn {
    font-size: 2rem;
    color: #000;
    display: none;
    cursor: pointer;
  }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .main-header .main-header-item .toggle-btn {
        display: block; } }
    @media (max-width: 767px) {
      .header-area .main-header .main-header-item .toggle-btn {
        display: block; } }
.header-area.header-2-area .header-top-2 {
  background: #192437;
  padding: 17px 0;
  position: relative;
  z-index: 10; }
  .header-area.header-2-area .header-top-2 .container-fluid {
    max-width: 1595px; }
  .header-area.header-2-area .header-top-2::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
    background: #ff5316;
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area.header-2-area .header-top-2::before {
        display: none; } }
    @media (max-width: 767px) {
      .header-area.header-2-area .header-top-2::before {
        display: none; } }
  .header-area.header-2-area .header-top-2 .header-top-item {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .header-area.header-2-area .header-top-2 .header-top-item {
        display: block; } }
    .header-area.header-2-area .header-top-2 .header-top-item .social {
      margin-left: 286px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area.header-2-area .header-top-2 .header-top-item .social {
          margin-left: 0; } }
      @media (max-width: 767px) {
        .header-area.header-2-area .header-top-2 .header-top-item .social {
          margin-left: 0;
          text-align: center;
          padding-bottom: 15px; } }
      .header-area.header-2-area .header-top-2 .header-top-item .social ul li {
        display: inline-block; }
        .header-area.header-2-area .header-top-2 .header-top-item .social ul li a {
          color: #e5efff;
          margin-right: 30px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          @media (max-width: 767px) {
            .header-area.header-2-area .header-top-2 .header-top-item .social ul li a {
              margin: 0 13px; } }
          .header-area.header-2-area .header-top-2 .header-top-item .social ul li a:hover {
            color: #ff5316; }
    @media (max-width: 767px) {
      .header-area.header-2-area .header-top-2 .header-top-item .header-info {
        text-align: center; } }
    .header-area.header-2-area .header-top-2 .header-top-item .header-info ul li {
      display: inline-block; }
      .header-area.header-2-area .header-top-2 .header-top-item .header-info ul li a {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        margin-left: 27px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area.header-2-area .header-top-2 .header-top-item .header-info ul li a {
            margin: 0 12px; } }
        .header-area.header-2-area .header-top-2 .header-top-item .header-info ul li a i {
          color: #ff5316;
          padding-right: 6px; }
.header-area.header-2-area .main-header {
  background: #f4f4f5;
  position: relative;
  z-index: 11; }
  .header-area.header-2-area .main-header::before {
    background: #ff5316; }
  .header-area.header-2-area .main-header .container-fluid {
    max-width: 1595px; }
  .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo {
    padding-right: 50px;
    background: #ff5316;
    padding-top: 40px;
    margin-top: -60px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo {
        padding: 10px 50px 10px 0;
        margin-top: 0; } }
    @media (max-width: 767px) {
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo {
        margin-top: 0;
        padding: 10px 50px 10px 0; } }
  .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
    padding-right: 110px;
    background: #fff;
    position: relative;
    min-width: 1175px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
        min-width: auto; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
        min-width: auto; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
        min-width: auto; } }
    @media (max-width: 767px) {
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
        min-width: auto; } }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu .header-search {
      position: absolute;
      right: 60px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu .header-search {
          right: 30px; } }
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu .header-search i {
        font-size: 22px;
        color: #555; }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a {
      line-height: 78px;
      color: #7f8692; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a {
          margin: 0 14px; } }
      .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a.active {
        color: #ff5316; }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li .sub-menu li a {
      line-height: 30px;
      color: #222; }
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li:hover a {
      color: #ff5316; }
  .header-area.header-2-area .main-header .main-header-item .header-laguage .nice-select {
    color: #7f8692; }
  .header-area.header-2-area .main-header .main-header-item .toggle-btn {
    color: #192437; }
.header-area.header-3-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99; }
  .header-area.header-3-area .header-top-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .header-area.header-3-area .header-top-3 .header-top-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0; }
      @media (max-width: 767px) {
        .header-area.header-3-area .header-top-3 .header-top-item {
          display: block; } }
      @media (max-width: 767px) {
        .header-area.header-3-area .header-top-3 .header-top-item .header-info {
          text-align: center; } }
      .header-area.header-3-area .header-top-3 .header-top-item .header-info ul li {
        display: inline-block; }
        .header-area.header-3-area .header-top-3 .header-top-item .header-info ul li a {
          font-size: 12px;
          color: #fff;
          display: flex;
          align-items: center;
          margin-right: 32px; }
          @media (max-width: 767px) {
            .header-area.header-3-area .header-top-3 .header-top-item .header-info ul li a {
              margin: 0 15px; } }
          .header-area.header-3-area .header-top-3 .header-top-item .header-info ul li a i {
            color: #ff5316;
            font-size: 18px;
            padding-right: 6px; }
      @media (max-width: 767px) {
        .header-area.header-3-area .header-top-3 .header-top-item .social {
          text-align: center; } }
      .header-area.header-3-area .header-top-3 .header-top-item .social ul li {
        display: inline-block; }
        .header-area.header-3-area .header-top-3 .header-top-item .social ul li a {
          font-size: 16px;
          color: #e5efff;
          margin-left: 30px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          @media (max-width: 767px) {
            .header-area.header-3-area .header-top-3 .header-top-item .social ul li a {
              margin: 0 14px; } }
          .header-area.header-3-area .header-top-3 .header-top-item .social ul li a:hover {
            color: #ff5316; }
  .header-area.header-3-area .main-header {
    background-color: transparent;
    margin-top: 21px; }
    .header-area.header-3-area .main-header::before {
      display: none; }
    .header-area.header-3-area .main-header .main-header-item .header-menu {
      background-color: transparent; }
      .header-area.header-3-area .main-header .main-header-item .header-menu ul {
        padding: 0; }
        .header-area.header-3-area .main-header .main-header-item .header-menu ul li > a {
          margin: 0 0 0 56px; }
          .header-area.header-3-area .main-header .main-header-item .header-menu ul li > a.active {
            color: #fff; }
        .header-area.header-3-area .main-header .main-header-item .header-menu ul li .sub-menu {
          left: 55px; }

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0; }
  .off_canvars_overlay.active {
    opacity: .5;
    visibility: visible; }

.offcanvas_menu {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
      display: block; } }
  @media (max-width: 767px) {
    .offcanvas_menu {
      display: block; } }

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 15px 30px;
  overflow-y: auto; }
  .offcanvas_menu_wrapper.active {
    margin-left: 0; }
  .offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto; }
  .offcanvas_menu_wrapper .header-btn {
    margin-bottom: 30px; }
    .offcanvas_menu_wrapper .header-btn a {
      color: #222; }
      .offcanvas_menu_wrapper .header-btn a:hover {
        color: #222; }

.offcanvas_main_menu li {
  position: relative; }
  .offcanvas_main_menu li:last-child {
    margin: 0; }
  .offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0; }
  .offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .offcanvas_main_menu li a:hover {
      color: #ff5316; }
  .offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px; }

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  .offcanvas_footer span a {
    font-size: 14px;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .offcanvas_footer span a:hover {
      color: #ff5316; }

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px; }
  .canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 26px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .canvas_close a:hover {
      background: #ff5316;
      border-color: #ff5316;
      color: #fff; }

.canvas_open a {
  font-size: 26px;
  width: 50px;
  height: 42px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #232323;
  color: #222;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .canvas_open a:hover {
    color: #ff5316;
    border-color: #ff5316; }

.header-social {
  margin-bottom: 40px; }
  .header-social ul li {
    display: inline-block; }
    .header-social ul li a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      color: #ff5316;
      border: 1px solid #eaeaea;
      border-radius: 50%;
      margin: 0 5px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .header-social ul li a:hover {
        background: #ff5316;
        border-color: #ff5316;
        color: #fff; }

/*===========================
    3.BANNER css
===========================*/
.banner-area {
  height: 34.37rem;
  position: relative;
  z-index: 10; 
}
  .banner-area .banner-content span {
    font-size: 22px;
    color: #fff;
    background-color: rgba(18, 27, 43, 0.2);
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .banner-area .banner-content span {
        font-size: 18px;
        line-height: 28px; } }
  .banner-area .banner-content .title {
    font-size: 90px;
    line-height: 100px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 41px;
    letter-spacing: 2.5px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-area .banner-content .title {
        font-size: 76px;
        line-height: 86px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-area .banner-content .title {
        font-size: 64px;
        line-height: 74px; } }
    @media (max-width: 767px) {
      .banner-area .banner-content .title {
        font-size: 34px;
        line-height: 44px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-area .banner-content .title {
        font-size: 50px;
        line-height: 60px; } }
  .banner-area .banner-content a {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04); }
  .banner-area.banner-2-area {
    z-index: 10; }
    .banner-area.banner-2-area .banner-shadow {
      position: absolute;
      left: 0;
      top: 0;
      opacity: .6;
      width: 100%;
      z-index: -1; }
      .banner-area.banner-2-area .banner-shadow img {
        width: 100%; }
    .banner-area.banner-2-area::before {
      opacity: .6; }
    .banner-area.banner-2-area .banner-content .title {
      padding-bottom: 31px; }
    .banner-area.banner-2-area .banner-content p {
      font-size: 20px;
      line-height: 34px;
      color: #fff;
      padding-right: 200px;
      padding-bottom: 42px; }
      @media (max-width: 767px) {
        .banner-area.banner-2-area .banner-content p {
          padding-right: 0; } }
    .banner-area.banner-2-area.banner-3-area {
      height: 970px; }
      .banner-area.banner-2-area.banner-3-area::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #121b2b; }
      .banner-area.banner-2-area.banner-3-area .banner-shadow {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%; }

.banner-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  width: 140px;
  text-align: center;
  line-height: 170px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 22px;
  color: #192437; }
  .banner-slide .slick-arrow:hover {
    background-color: white; }
  .banner-slide .slick-arrow.prev {
    left: 0; }
  .banner-slide .slick-arrow.next {
    right: 0; }

.banner-slide .slick-arrow:hover {
  background: none;
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px; } }
.sidebar__title {
  margin: 0;
  color: #192437;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px; }

.sidebar__single:not(.sidebar__search) {
  padding: 45px 50px 43px;
  background-color: #f4f4f5;
  border-radius: 0px; }

@media (max-width: 1199px) {
  .sidebar__single:not(.sidebar__search) {
    padding: 30px; } }
.sidebar__single + .sidebar__single {
  margin-top: 30px; }

.sidebar__post__single + .sidebar__post__single {
  margin-top: 50px; }

.sidebar__post__single {
  position: relative; }
  .sidebar__post__single::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 1px;
    background: #fff; }
  .sidebar__post__single.item::before {
    display: none; }

.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle; }

.sidebar__post-image {
  min-width: 66px; }

.sidebar__post-image .inner-block {
  width: 100%; }

.sidebar__post-image .inner-block > img {
  width: 100%;
  border-radius: 0%; }

.sidebar__post-content {
  padding-left: 20px; }

.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #838999; }

.sidebar__post-title a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 24px;
  color: #192437;
  line-height: 24px;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .sidebar__post-title a {
      padding-right: 0;
      font-size: 15px; } }

.sidebar__post-content span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff5316;
  padding-bottom: 9px; }

.sidebar__post-title a:hover {
  color: #192437; }

.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar__category-list-item {
  line-height: 1em; }

.sidebar__category-list-item a {
  color: #7e8591;
  font-size: 16px;
  font-weight: 300;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.sidebar__category-list-item a:hover {
  color: #ff5316; }

.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 27px; }

.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px; }

.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em; }

.sidebar__tags-list-item a {
  display: block;
  color: #7e8591;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.sidebar__tags-list-item a:hover {
  color: #ff5316; }

.sidebar__search-form {
  width: 100%;
  height: 72px;
  position: relative;
  border-radius: px;
  background: #ff5316; }

.sidebar__search-form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent; }

.sidebar__search-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff; }

.sidebar__search-form :-ms-input-placeholder {
  opacity: 1;
  color: #fff; }

.sidebar__search-form ::-ms-input-placeholder {
  opacity: 1;
  color: #fff; }

.sidebar__search-form ::-moz-placeholder {
  opacity: 1;
  color: #fff; }

.sidebar__search-form ::placeholder {
  opacity: 1;
  color: #fff; }

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.sidebar__search-form button[type=submit] i {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

/*===========================
    13.FOOTER css
===========================*/
.footer-area {
  position: relative;
  background: #0153a5;
  z-index: 10; }
  .footer-area .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
    .footer-area .footer-copyright p {
      font-size: 1.1rem;
      color: #fff;
      line-height: 2rem; 
      word-spacing: 5px;
    }
      .footer-area .footer-copyright p a {
        color: #e5efff; }
  
/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 999; }
  .go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #0153a5;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; }
    .go-top-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      .go-top-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; }
    .go-top-area .go-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: #0153a5;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      border-radius: 10px; }
    .go-top-area .go-top:focus, .go-top-area .go-top:hover {
      color: #fff; }
      .go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; }
      .go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden; }
      .go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; }
    .go-top-area .go-top.active {
      top: 98%;
      -webkit-transform: translateY(-98%);
      -moz-transform: translateY(-98%);
      -ms-transform: translateY(-98%);
      -o-transform: translateY(-98%);
      transform: translateY(-98%);
      opacity: 1;
      visibility: visible;
      border-radius: 10px;
      right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .go-top-area .go-top.active {
          top: 93%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .go-top-area .go-top.active {
          top: 93%; } }

.go-top-wrap {
  position: relative; }
  .go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #0153a5;
    border-radius: 10px; }
    .go-top-wrap .go-top-btn i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff; }
    .go-top-wrap .go-top-btn::after {
      z-index: -1;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      -webkit-animation: ripple 1.6s ease-out infinite;
      -moz-animation: ripple 1.6s ease-out infinite;
      -o-animation: ripple 1.6s ease-out infinite;
      animation: ripple 1.6s ease-out infinite;
      opacity: 0;
      background: #0153a5;
      border-radius: 10px; }
    .go-top-wrap .go-top-btn:hover {
      background-color: #222;
      color: #fff; }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
.sing-area {
  z-index: 11;
  position: relative; }
  .sing-area .footer-sing-up {
    margin-top: 0;
    margin-bottom: -60px; }

@-webkit-keyframes footer-shape {
  0% {
    right: 100px; }
  50% {
    right: 0; }
  100% {
    right: 100px; } }
@keyframes footer-shape {
  0% {
    right: 100px; }
  50% {
    right: 0; }
  100% {
    right: 100px; } }

/*# sourceMappingURL=style.css.map */

.header-area .main-header .main-header-item .header-laguage img {
  left: -30px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0153a5;
}

html {
  scroll-behavior: smooth;
}

.newsTitle{
  font-size:1rem;
  margin-bottom:.8rem;
}
.noticeTxt{
  color:#0153a5;

}
.newsMore{
  color: #0153a5;
  position: absolute;
  right: 30rem;
}
@media only screen and (max-width: 1920px) {
  .newsMore {
      right:12rem; }
}
@media only screen and (max-width: 1600px) {
  .newsMore {
      right:12rem; }
}
@media only screen and (max-width: 1500px) {
  .newsMore {
      right:10rem; }
}
@media only screen and (max-width: 1300px) {
  .newsMore {
      right:8rem; }
}
@media only screen and (max-width: 700px) {
  .newsMore {
      right:5rem; }
}
.noticeTitle{
  font-size:1.875rem;
  border-left:.25rem solid #0153a5;
  text-indent:.8rem;
  color:#0153a5;
  margin-bottom:2rem;
  margin-top:2rem;
  font-weight:bold;
}
.linkContent{
  height:9.375rem;
  width:9.375rem;
  background-color: #0153a5;
  border-radius: .25rem;
  text-align: center;
  color:#fff;
  font-size:1.3rem;
}
.linkContent img{
  height:50%;
  text-align: center;
  color:#fff;
}
.location{
  text-indent:3rem;
  font-size:1rem;
  margin-top:1rem;
}
.el-table_1_column_1 {
  color:#0054a6;
}
.el-table_1_column_2  {
  color:#000;
  width: 20rem;
}
.el-table_1_column_4 {
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  -webkit-box-orient: vertical;
}
.more{
  font-size:1rem;
  margin: 0.5rem;
  float: right;
  color: white;
  background-color: #e50012;
  padding: 0.5rem;
  height: 2.8rem; 
width: 6.5rem;
border-style: solid;
border-radius: 10px;	
}
.more:hover{
  font-weight:bold;
  font-size:1rem;
   margin: 0.5rem;
   float: right;
   color: white;
   background-color: #e50012;
   padding: 0.5rem;
   height: 2.8rem; 
 width: 6.5rem;
 border-style: solid;
 border-radius: 10px;	
}
.IntroductionTitle{
  color: #e50012;
  font-size: 2rem;
  font-weight:bold;
  width: 10rem;
  text-align:center;
   margin:0 auto;
   padding-top:0rem;
}
.IntroductionTitle_line{
  width: 10rem;
  height: 1px;
  border-top: solid #e50012 5px;
  margin:0 auto;
  margin-bottom: 1rem;
}
.newsList{
  padding:1rem;
  border-bottom: dotted 1px #ccc;
  cursor: pointer;
}
.newsList:hover{
  background-color: #0054a6;
  transition: .3s all;
  color:#fff;
  border:none;
  box-shadow:  2px 2px 5px #888888;
}
.newsTitle{
  color:#0054a6;
  font-size: 2rem;
}
.newsAbstract {
  color:#7B7B7B;
  font-family: Arial;
  font-size:.95rem;
  text-indent: 2rem;
}
.newsList:hover .newsTitle  {color:#fff;}
.newsList:hover .newsAbstract{color:#fff;}
.newsContent{
  min-height:32rem;
}
.null{
  text-align: center;
  margin-top: 2rem;
  font-size: 2rem;
  color:#ccc
}
/* html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);}  */
