
@font-face {
	font-family: AbarLow;
	font-style: normal;
	font-weight: normal;
	src: url('font/fonts/AbarLow-Regular.woff') format('woff'),   
	url('font/fonts/AbarLow-Regular.woff2') format('woff2');		 	 
}

@font-face {
	font-family: AbarLow;
	font-style: normal;
	font-weight: 600;
	src: url('font/fonts/AbarLow-SemiBold.woff') format('woff'),   
	url('font/fonts/AbarLow-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: AbarLow;
	font-style: normal;
	font-weight: bold;
	src: url('font/fonts/AbarLow-Bold.woff') format('woff'),   
	url('font/fonts/AbarLow-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: AbarLow;
	font-style: normal;
	font-weight: 800;
	src: url('font/fonts/AbarLow-ExtraBold.woff') format('woff'),   
	url('font/fonts/AbarLow-ExtraBold.woff2') format('woff2'); 
}

@font-face {
	font-family: AbarLow;
	font-style: normal;
	font-weight: 900;
	src: url('font/fonts/AbarLow-Black.woff') format('woff'),   
	url('font/fonts/AbarLow-Black.woff2') format('woff2');		 
}

body {
  background-image: url("../new/bg_pannel.jpg");
  background-position: top;
  /*background-position: center;*/
  font-family: AbarLow;
  background-size: cover;
  position: relative;
}
.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  gap: 10vh;
  width: 100%;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1200px;
}
.mx-lg {
  margin: 0 100px;
}

.title {
  display: flex;
}

.title2 {
  font-size: 30px;
  font-weight: 900;
}

.title3 {
  float: left;
  font-size: 20px;
  font-weight: 900;
}

.title img {
  width: 100%;
}

.title h1 {
  font-size: 58px !important;
  color: #00316a;
  font-weight: 900;
}

.item_box {
  height: 65px;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  position: relative;
}
.item_box3 {
  height: 65px;
  position: relative;
}
.item_box svg{
  height: 100%;
}
.item_box2 svg{
  height: 100%;
}
.item_box2 {
  border: 2px solid #fff;
  padding: 10px;
  font-weight: 900;
  font-size: 20px;
  border-radius: 4px;
  position: relative;
  height: 65px;
}
.item_box2 img {
  width: 40px;
  margin-left: 25px;
}
.item_box img {
  width: 40px;
  margin-left: 25px;
}

.item_box2 .icon_p {
  position: absolute;
  width: 15px;
  transform: rotate(180deg);
  top: 22px;
  left: 0;
  transition: revert;
}

.item_box .icon_p {
  position: absolute;
  width: 15px;
  transform: rotate(180deg);
  top: 25px;
  left: 0;
  transition: revert;
}

.item_box .text {
  font-size: 20px;
  font-weight: 900;
}

.item_box .icon {
}

a {
  text-decoration: none;
  color: unset;
}

.header1 {
  font-size: 36px;
  font-weight: 900;
}

.header2 {
  font-size: 20px;
  font-weight: 900;
  float: left;
  padding-left: 10px;
}
.link {
  position: relative;
  height: 100%;
}
.link a {
  position: absolute;
  left: 0;
  bottom: 0;
}
.flex {
  align-items: center;
  justify-content: center;
  display: flex;
}
.pdf {
  width: 100%;
  height: 100vh;
}

.return-back {
  position: fixed;
  top: 5rem;
  left: 1rem;
  z-index: 1000;
  display: block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 150px;
  height: auto;
}
.return-back img{
  width: 85%;
}
.title{
  margin-top: 125px!important;
}
.return-back span{
  background: #cabebe;
  border-radius: 1.625rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}
.return-back .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}

.return-back .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  inset-block: 0;
  margin: auto;
  background: #fff;
  transform: scaleX(-1);
}

.return-back .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 1rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.return-back .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.return-back .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.return-back:hover .circle {
  z-index: 99;
  width: 3rem;
}
.return-back .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.return-back:hover .circle .icon.arrow {
  left: 0;
  background: #fff;
  transform: translate(1rem, 0) scaleX(-1);
}
.text_img{
  height: 50%!important;
  width: unset!important;
  margin-top: 7px!important;
}
.item_box3 .text_img{
  height: 30% !important;
  width: unset !important;
  margin-top: 7px !important;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .mx-lg {
    margin: 0 3rem;
  }
}

@media (max-width: 768px) {
  .mx-lg {
    margin: 0 2rem;
  }

  .main-container {
    padding-block: 3rem;
    gap: 8vh;
  }

  .return-back {
    position: fixed;
    top: 1rem;
    left: 1rem;
  }

  .item_box3 .text_img {
    height: 25% !important;
    width: unset !important;
    margin-top: 7px !important;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  body {
    background-image: url("../new/bg_mobile.jpg");
  }
  .title{
    margin-top: 125px!important;
  }
  .container{}
}

@media (max-width: 576px) {
  .mx-lg {
    margin: 0 1.25rem;
  }
  .main-container {
    gap: 6vh;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {

}
.url_box svg{
  width: 100%;
  height: 100%;
}
.back_btn{
  position: fixed;
  left: 15px;
  top: 25px;
  background: #3100ff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 15px;
  border-radius: 20px;
  box-shadow: 2px 0px 3px 0px red;
}