@import url("./main_font.css");

/*==================body=================*/
body {
  direction: rtl;
  background: var(--gray-25);
  font-family: "IRANSANSX";
}
.headerSec {
    background-color: white;
    box-shadow: 1px 4px 10px #ced2d5;
}
.tabcontent {
  display: none;
}
#tabOne {
  display: block;
}

.fixedMenu {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  padding: 8px;
  border-radius: 0 8px 8px 0;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  box-shadow: 4px 0 20px 0 rgba(0, 0, 0, 0.15);
}
.fixedMenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
}
.fixedMenu a i {
  font-size: 24px;
}
.fixedMenu a p {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: var(--white);
}
.fixedMenu a.red p,
.fixedMenu a.blue p {
  color: var(--gray-900);
}
.fixedMenu a.green {
  background: var(--primary-main);
}
.fixedMenu a.green:hover {
  background: var(--primary-600);
}
.fixedMenu a.blue {
  background: #aac2e9;
}
.fixedMenu a.blue:hover {
  background: #8aaadd;
}
.fixedMenu a.red {
  background: var(--secondary-200);
}
.fixedMenu a.red:hover {
  background: var(--secondary-300);
}

/*==================Header=================*/
.headerSec {
  /* background: var(--white); */
  /* box-shadow: -4px 0 15px 0 rgba(0, 0, 0, 0.2); */
  /*padding-bottom: 25px;*/
  overflow: hidden;
}
.headerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
}
.headerBox .hdrRight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: calc((100% - 560px) / 2);
}
.headerBox .hdrRight a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.headerBox .hdrRight a img {
  width: 80px;
  height: auto;
  display: block;
}
.headerBox .hdrRight .text p,
.hdrBtm .hdrBtmRow .text p {
  font-weight: 900;
  font-size: 20px;
}
.headerBox .hdrRight .text .green,
.hdrBtm .hdrBtmRow .text .green {
  color: var(--primary-main);
  margin-bottom: 10px;
}
.headerBox .hdrRight .text .red,
.hdrBtm .hdrBtmRow .text .red {
  color: var(--secondary-main);
}
.headerBox .hdrCenter {
  width: 580px;
  height: 100%;
}
.headerBox .hdrCenter .flag {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.headerBox .hdrCenter .flag img {
  width: 100%;
  height: auto;
  display: block;
}
.headerBox .hdrCenter .content {
  background: url(../img/background-center.png);
  width: 100%;
  height: 120px;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-size: cover;
}
.headerBox .hdrCenter p:first-child {
  margin-bottom: 5px;
}
.headerBox .hdrCenter p {
  font-weight: bold;
  font-size: 16px;
  color: var(--white);
  display: block;
  text-align: center;
}
.headerBox .hdrCenter .content a {
  display: block;
  width: 96px;
  height: auto;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.headerBox .hdrCenter .content a img {
  width: 100%;
  height: auto;
  display: block;
}
.headerBox .hdrLeft {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: calc((100% - 500px) / 2);
}
.headerBox .hdrLeft .leftCntnt,
.hdrBtm .hdrBtmRow .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.headerBox .hdrLeft .leftCntnt img,
.hdrBtm .hdrBtmRow .left img {
  display: block;
  height: auto;
}
.headerBox .hdrLeft .leftCntnt .rahbar,
.hdrBtm .hdrBtmRow .left .rahbar {
  width: 137px;
}
.headerBox .hdrLeft .leftCntnt .shoar_sall,
.hdrBtm .hdrBtmRow .left .shoar_sall {
  width: 216px;
}
.headerBox .shape {
  /* object-fit: contain; */
  z-index: 1;
  width: 190%;
  height: 160px;
  position: absolute;
  top: 0px;
}
.headerBox .shape.shapeRght {
  left: -80px;
}
.headerBox .shape.shapeLft {
  right: -80px;
}
.hdrBtm {
  display: none;
}
.hdrBtm .hdrBtmRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

/*==================topSec=================*/
.topSec {
  margin: 40px 0 60px 0;
}
.topSec .topSecRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.topSec .formBox {
  width: 50%;
  height: 646px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.formBox .tabHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 12px;
  padding: 4px;
  width: 100%;
  max-width: 324px;
  height: 48px;
  margin: 0 auto;
}
.formBox .tabHeader li {
  width: 50%;
  height: 100%;
}
.formBox .tabHeader a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-900);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}
.formBox .tabHeader a.active {
  background: var(--white);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  color: var(--primary-main);
  font-weight: bold;
}
.formBox .tabcontent {
  padding-top: 24px;
}
.formBox .tabcontent h1 {
  font-size: 24px;
  font-weight: 900;
  color: var(--primary-main);
}
.formBox .tabcontent .tabFrmlbl {
  font-size: 14px;
  font-weight: bold;
  color: var(--gray-900);
}
.formBox .tabcontent .frmGroup {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  width: 100%;
  height: 44px;
}
.formBox .tabcontent .frmGroup input,
.formBox .tabcontent .frmGroup select {
  height: 100%;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  color: var(--gray-900);
}
.formBox .tabcontent .frmGroup .passInput {
  width: 100%;
  position: relative;
  z-index: 1;
}
.formBox .tabcontent .frmGroup select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}
.formBox .tabcontent .frmGroup .field-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 24px;
  color: var(--gray-900);
  z-index: 3;
  cursor: pointer;
}
.formBox
  .frmGroup.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-radius: 8px;
}
.formBox .tabcontent .frmGroup .input-group-text {
  height: 100%;
  background: transparent;
  color: var(--gray-900);
  font-size: 24px;
  border: none;
  border-radius: 8px;
}
.formBox .tabcontent .frmGroup:has(input:focus),
.formBox .tabcontent .frmGroup:has(select:focus) {
  border: 2px solid var(--primary-200);
}
.formBox .tabcontent .logForm {
  height: 475px;
  overflow: auto;
  margin-top: 24px;
  padding-top: 0;
}
.formBox .tabcontent .logForm::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: var(--primary-100);
}
.formBox .tabcontent .logForm::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: var(--primary-main);
  --webkit-box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.formBox .tabcontent .submitBtn {
  width: 196px;
  height: 48px;
  background: var(--primary-main);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  margin: 40px auto 0 auto;
}
.formBox .tabcontent .submitBtn p {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  z-index: 3;
}
.formBox .tabcontent .submitBtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 50%;
  width: 0;
  height: 102px;
  background: var(--primary-600);
  transition: all 0.8s;
}
.formBox .tabcontent .submitBtn:hover::after {
  width: 110%;
}
.formBox .tabcontent .forgetLink {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-main);
  text-decoration: underline;
  display: block;
  width: max-content;
  margin: 0 auto;
}
.formBox .tabcontent .forgetLink:hover {
  color: var(--primary-600);
}
.topSec .slideBox {
  width: 50%;
  border-radius: 16px;
}
.topSec .slideBox .swiper {
  height: 646px;
}
.topSec .slideBox .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.topSec .slideBox .swiper-slide .textBox {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 12px 16px 25px 16px;
}
.topSec .slideBox .swiper-slide .textBox h2 {
  font-size: 16px;
  font-weight: bold;
  color: var(--gray-900);
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topSec .slideBox .swiper-slide .textBox p {
  color: var(--gray-700);
  font-size: 12px;
}
.topSec .slideBox .swiperBtns {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.topSec .slideBox .swiperBtns div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  background: var(--white);
  font-size: 24px;
  color: var(--gray-500);
  border-radius: 50%;
}
.topSec .slideBox .swiperBtns .next {
  border-radius: 0 25px 25px 0;
  box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.2);
}
.topSec .slideBox .swiperBtns .prev {
  border-radius: 25px 0 0 25px;
  box-shadow: -4px 0 10px 0 rgba(0, 0, 0, 0.2);
}
.topSec .slideBox .swiperBtns div:hover {
  color: var(--gray-900);
}
.topSec .slideBox .swiper-pagination,
.topSec .slideBox .swiper-horizontal > .swiper-pagination-bullets,
.topSec .slideBox .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: max-content;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  top: unset;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.topSec .slideBox .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  transition: all 0.6s;
  border-radius: 50%;
  background: var(--primary-200);
  opacity: 1;
}
.topSec
  .slideBox
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.topSec
  .slideBox
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}
.topSec
  .slideBox
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-main);
  width: 6px;
  height: 6px;
}

/*==================contactSec=================*/
.contactSec {
  margin: 50px 0;
}
.contactSec .contactSecBx {
  background: #085fe9;
  border-radius: 16px;
  padding: 32px 32px 0 0;
  overflow: hidden;
}
.contactSec .shape {
  position: absolute;
  left: -45px;
  bottom: 0;
  width: 380px;
  height: auto;
}
.contactSec .content {
  position: relative;
  z-index: 2;
}
.contactSec .content h2 {
  font-size: 24px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 30px;
}
.contactSec .contactRow {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.contactSec .contactInfo {
  width: 448px;
  margin-bottom: 32px;
  padding-left: 30px;
}
.contactSec .contactInfo .infoBox {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.contactSec .contactInfo .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--white);
}
.contactSec .contactInfo .infoBox span {
  font-size: 18px;
}
.contactSec .contactInfo .infoBox p {
  font-size: 14px;
}
.contactSec .contactInfo .infoBox strong {
  font-size: 14px;
  font-weight: bold;
}
.contactSec .contactInfo .infoBox button {
  width: 88px;
  height: 100%;
  background: var(--white);
  border-radius: 6px;
  color: #085fe9;
  font-size: 12px;
  font-weight: 500;
  border: none;
}
.contactSec .contactInfo .infoBox:hover button {
  color: var(--white);
  background: #085fe9;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.contactSec .contactInfo .infoBox:hover {
  background: var(--white);
}
.contactSec .contactInfo .infoBox:hover .right {
  color: #085fe9;
}
.contactSec .contactUsr {
  width: 400px;
  height: auto;
}
.contactSec .contactUsr img {
  width: 100%;
  height: auto;
  display: block;
}
.contactSec .contactMap {
  width: 420px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
}
.contactSec .contactMap iframe {
  width: 100%;
  height: 260px;
  border-radius: 12px 12px 0 0;
}
.contactSec .contactMap .adress {
  color: var(--white);
  padding: 8px 12px;
}
.contactSec .contactMap .adress div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 8px;
}
.contactSec .contactMap .adress span {
  font-size: 18px;
}
.contactSec .contactMap .adress i {
  font-size: 14px;
}
.contactSec .contactMap .adress p {
  font-size: 14px;
  font-weight: bold;
}

/*==================licenseSec=================*/
.licenseSec {
  margin: 50px 0;
  background: var(--secondary-100);
  overflow: hidden;
  padding-top: 48px;
  position: relative;
}
.licenseSec .shape {
  position: absolute;
  /* width: 380px; */
  height: auto;
}
.licenseSec .topShape {
  left: -80px;
  top: 0;
  width: 1065px;
}
.licenseSec .btmShape {
  bottom: 0;
  right: -20px;
  width: 720px;
}
.licenseSec .content {
  position: relative;
  z-index: 2;
}
.licenseSec .hed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.licenseSec .hed h1 {
  font-size: 32px;
  font-weight: 900;
  color: var(--gray-900);
}
.licenseSec .hed img {
  width: 187px;
  height: auto;
  display: block;
}
.licenseSec .licensTxt {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-800);
  margin-bottom: 32px;
  text-align: center;
}
.licenseSec .licensRow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.licenseSec .licensCrd {
  width: 33%;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 36px 15px;
}
.licenseSec .licensCrd:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 12px;
  border: 2px dashed var(--white);
  transition: all 0.6s;
}
.licenseSec .licensCrd .crdCntnt {
  position: relative;
  z-index: 2;
}
.licenseSec .licensCrd .crdHed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}
.licenseSec .licensCrd .crdHed img {
  display: block;
  width: 20px;
  height: auto;
}
.licenseSec .licensCrd .crdHed h2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 900;
  color: var(--gray-900);
  text-align: center;
}
.licenseSec .licensCrd .buttonBx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 20px;
  background: var(--secondary-main);
  color: var(--white);
  border-radius: 8px;
  width: max-content;
  height: 40px;
  margin: 0 auto;
}
.licenseSec .licensCrd .buttonBx p {
  font-size: 14px;
  font-weight: bold;
}
.licenseSec .licensCrd .buttonBx span {
  font-size: 24px;
}
.licenseSec .licensCrd:hover {
  background: var(--secondary-main);
}
.licenseSec .licensCrd:hover .crdHed h2 {
  color: var(--white);
}
.licenseSec .licensCrd:hover:after {
  display: block;
}
.licenseSec .licensCrd:hover .buttonBx {
  color: var(--secondary-main);
  background: var(--white);
}
.licenseSec .roostaImg {
  display: block;
  margin: 45px auto 0 auto;
  width: 90%;
  height: auto;
}

/*==================lastNewsSec=================*/
.lastNewsSec {
  margin: 80px 0;
}
.lastNewsSec .lastHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.lastNewsSec .lastHed h2 {
  font-size: 32px;
  font-weight: 900;
  color: var(--gray-900);
}
.lastNewsSec .lastHed a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-main);
  color: var(--primary-main);
  background: var(--white);
  border-radius: 8px;
  padding: 0 28px;
  height: 48px;
  width: max-content;
  font-size: 16px;
  font-weight: bold;
}
.lastNewsSec .lastHed a:hover,
.lastNewsSec .seeMore:hover {
  color: var(--white);
  background: var(--primary-main);
}
.lastNewsSec .newsList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.newsList .newsCrd {
  width: 25%;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--white);
}
.newsList .imgBx {
  width: 100%;
  height: 240px;
  border-radius: 12px 12px 0 0;
}
.newsList .imgBx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-radius: 12px 12px 0 0;
  z-index: 2;
  transition: all 0.6s;
  background: rgba(35, 159, 64, 0.4);
}
.newsList .newsCrd:hover {
  border-color: var(--primary-200);
}
.newsList .newsCrd:hover .imgBx::after {
  height: 100%;
}
.newsList .imgBx img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
  z-index: 1;
}
.newsList .crdBody {
  padding: 16px;
}
.newsList .crdBody .tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 8px;
  background: var(--primary-main);
  margin-bottom: 8px;
  width: max-content;
  height: 28px;
}
.newsList .crdBody h2 {
  font-size: 16px;
  font-weight: bold;
  color: var(--gray-900);
  line-height: 1.6;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList .crdBody p {
  font-size: 12px;
  color: var(--gray-700);
}
.lastNewsSec .seeMore {
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-main);
  color: var(--primary-main);
  background: var(--white);
  border-radius: 8px;
  padding: 0 16px;
  height: 38px;
  width: max-content;
  margin: 20px auto 5px auto;
  font-size: 14px;
  font-weight: bold;
}

/*==================media=================*/
footer {
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding-top: 24px;
}
footer .ftrLine {
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
}
footer .ftrLine.green {
  right: 0;
  background: var(--primary-main);
}
footer .ftrLine.red {
  left: 0;
  background-color: var(--secondary-main);
}
footer .ftrGrid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 40px;
}
footer .foterLogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  max-width: 590px;
}
footer .foterLogo a {
  display: block;
  width: 80px;
  min-width: 80px;
  height: auto;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
footer .foterLogo a img {
  width: 100%;
  height: auto;
  display: block;
}
footer .foterLogo .text {
  color: var(--gray-900);
  text-align: right;
}
footer .foterLogo .text h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
footer .foterLogo .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
footer .foterLnks {
  width: 280px;
}
footer .foterLnks .hed {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
footer .foterLnks .hed strong {
  font-size: 14px;
  font-weight: 900;
  color: var(--gray-900);
}
footer .foterLnks a {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: var(--gray-700);
}
footer .foterLnks a:hover {
  color: var(--gray-900);
  font-weight: 500;
}
footer .foterBtm {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 40px;
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  color: var(--gray-600);
}
footer .foterBtm span {
  font-size: 16px;
}
footer .foterBtm p {
  color: var(--gray-600);
  font-size: 12px;
  font-weight: 400;
  margin-top: -2px;
}
footer .foterBtm a {
  color: var(--gray-600);
}
footer .foterBtm a:hover {
  color: var(--gray-900);
}

/*==================media=================*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .headerBox .shape.shapeRght {
    left: -80px;
  }
  .headerBox .shape.shapeLft {
    right: -80px;
  }
  .headerBox .hdrRight a img {
    width: 76px;
  }
  .headerBox .hdrCenter .flag {
    margin-top: 7px;
  }
  .headerBox {
    height: 110px;
  }
  .headerSec {
    /*padding-bottom: 50px;*/
  }
  .headerBox .hdrLeft .leftCntnt {
    gap: 25px;
  }
  .headerBox .hdrLeft .leftCntnt .rahbar {
    width: 100px;
  }
  .headerBox .hdrLeft .leftCntnt .shoar_sall {
    width: 135px;
  }
  .headerBox .hdrRight .text p {
    font-size: 17px;
  }
  .headerBox .hdrCenter .content {
    height: 96px;
    padding: 8px;
  }
  .headerBox .hdrCenter .content a {
    width: 80px;
  }
  .headerBox .hdrCenter p {
    font-size: 14px;
  }

  .newsList .imgBx {
    height: 210px;
  }
  .licenseSec .licensCrd {
    padding: 30px 10px;
  }
  .licenseSec .licensCrd .crdHed {
    gap: 6px;
  }
  .licenseSec .licensCrd .crdHed h2 {
    font-size: 17px;
  }
  .topSec .formBox,
  .topSec .slideBox .swiper {
    height: 570px;
  }
  .formBox .tabcontent .logForm {
    height: 390px;
  }

  .contactSec .contactInfo {
    padding-left: 15px;
  }
  .contactSec .contactMap {
    width: 360px;
  }
  .contactSec .contactUsr {
    width: 330px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .headerBox .shape {
    width: 194%;
    height: 137px;
  }
  .headerBox .hdrRight,
  .headerBox .hdrLeft {
    /*padding-top: 13px;*/
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .headerBox .shape {
    width: 168%;
    height: 129px;
    top: -14px;
  }
  .headerBox .hdrRight,
  .headerBox .hdrLeft {
    padding-top: 8px;
  }
}
@media (max-width: 1199px) {
  .headerSec {
    padding-bottom: 0;
  }
  .hdrBtm {
    display: block;
  }
  .headerBox .hdrRight,
  .headerBox .hdrLeft,
  .headerBox .hdrCenter .flag {
    display: none;
  }
  .headerBox .hdrCenter {
    width: 100%;
  }
  .headerBox .hdrCenter .content {
    background: transparent;
    height: 100%;
    padding: 10px 0;
  }
  .headerSec {
    background: url(../img/Background-Center.svg);
    box-shadow: none;
  }
  header {
    box-shadow: -4px 0 15px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .headerBox {
    height: max-content;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsList .imgBx {
    height: 170px;
  }
  .contactSec .contactInfo {
    padding-left: 12px;
  }
  .contactSec .contactMap {
    width: 290px;
  }
  .contactSec .contactUsr {
    width: 280px;
  }
  .topSec .formBox {
    height: 500px;
  }
  .formBox .tabcontent .logForm {
    height: 320px;
  }
  .topSec .slideBox .swiper {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .lastNewsSec .newsList {
    flex-wrap: wrap;
  }
  .contactSec .contactRow,
  .topSec .topSecRow {
    flex-direction: column;
  }
  .contactSec .contactMap {
    width: 100%;
  }
  .contactSec .contactInfo {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .contactSec .contactUsr {
    width: 100%;
    margin: 0 auto;
  }
  .contactSec .shape {
    left: 50%;
    transform: translateX(-50%);
  }
  .topSec .formBox {
    width: 100%;
    height: max-content;
  }
  .topSec .slideBox {
    width: 100%;
  }
  footer .footerBox {
    padding: 0 10px;
  }
  footer .ftrGrid {
    flex-wrap: wrap;
  }
  footer .foterLogo {
    width: 100%;
  }
  footer .foterLnks {
    width: 42%;
  }
  .hdrBtm .hdrBtmRow .left .rahbar {
    width: 59px;
  }
  .hdrBtm .hdrBtmRow .left .shoar_sall {
    width: 108px;
  }
  .hdrBtm .hdrBtmRow .text p {
    font-weight: bold;
    font-size: 14px;
  }
  .headerBox .hdrCenter .content a {
    width: 56px;
  }
  .headerBox .hdrCenter p {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .newsList .newsCrd {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .licenseSec .licensCrd .crdHed h2 {
    font-size: 17px;
  }
  .contactSec .contactSecBx {
    padding: 32px 32px 0 32px;
  }
  .contactSec .contactUsr {
    max-width: 300px;
  }
  .contactSec .contactMap {
    margin-bottom: 70px;
  }
  .topSec .slideBox .swiper {
    height: 500px;
  }
  .headerSec {
    height: max-content;
  }
  .headerBox {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .fixedMenu {
    width: 56px;
    padding: 5px;
    gap: 5px;
  }
  .fixedMenu a p {
    font-size: 10px;
  }
  .fixedMenu a i {
    font-size: 16px;
  }
  .lastNewsSec .seeMore {
    display: flex;
  }
  .lastNewsSec .lastHed h2 {
    font-size: 20px;
    text-align: center;
  }
  .lastNewsSec .lastHed a {
    display: none;
  }
  .newsList .crdBody h2 {
    font-size: 14px;
  }
  .newsList .crdBody .tag {
    font-size: 10px;
    height: 24px;
  }
  .newsList .crdBody p {
    font-size: 10px;
  }
  .licenseSec .topShape {
    width: 700px;
  }
  .licenseSec .btmShape {
    width: 400px;
  }
  .licenseSec .licensRow {
    flex-direction: column;
    gap: 15px;
  }
  .licenseSec .licensCrd {
    width: 100%;
    padding: 24px 15px 16px 15px;
  }
  .contactSec .content h2 {
    margin-bottom: 20px;
  }
  .licenseSec .hed img {
    width: 67px;
  }
  .contactSec .contactSecBx {
    padding: 20px 15px 0 15px;
  }
  .contactSec .contactUsr {
    max-width: 280px;
  }
  .contactSec .shape {
    width: 290px;
  }
  .formBox .tabcontent .frmGroup {
    height: 40px;
  }
  .licenseSec .hed h1,
  .formBox .tabcontent .frmGroup .input-group-text,
  .formBox .tabcontent .frmGroup .field-icon {
    font-size: 20px;
  }
  .contactSec .content h2,
  .formBox .tabcontent h1 {
    font-size: 18px;
  }
  .licenseSec .licensCrd .buttonBx span,
  .licenseSec .licensCrd .crdHed h2 {
    font-size: 16px;
  }
  .contactSec .contactInfo .infoBox span,
  .formBox .tabHeader a,
  .formBox .tabcontent .submitBtn p {
    font-size: 14px;
  }
  .licenseSec .licensCrd .buttonBx p,
  .licenseSec .licensTxt,
  .contactSec .contactInfo .infoBox strong,
  .contactSec .contactInfo .infoBox p,
  .formBox .tabcontent .frmGroup input,
  .formBox .tabcontent .frmGroup select,
  .formBox .tabcontent .tabFrmlbl {
    font-size: 12px;
  }
  .contactSec .contactInfo .infoBox button {
    width: 72px;
    font-size: 10px;
  }
  .formBox .tabcontent .logForm {
    height: 500px;
  }
  .topSec .slideBox .swiper {
    height: 440px;
  }
  footer .foterLogo .text h2 {
    font-size: 14px;
  }
  footer .foterLnks .hed strong,
  footer .foterLogo .text p {
    font-size: 12px;
  }
  footer .foterBtm p,
  footer .foterLnks a {
    font-size: 10px;
  }
  footer .ftrLine {
    width: 8px;
  }
  .headerSec {
    height: 72px;
  }
  .headerBox {
    height: 100%;
  }
  .hdrBtm .hdrBtmRow .left {
    gap: 15px;
  }
  .hdrBtm .hdrBtmRow .text .green {
    margin-bottom: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .newsList .imgBx {
    height: 185px;
  }
}
@media (max-width: 575px) {
  .lastNewsSec .newsList {
    gap: 10px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .newsList .newsCrd {
    width: 48.9%;
  }
  .newsList .imgBx {
    height: 180px;
  }
}
@media (max-width: 480px) {
  .hdrBtm .hdrBtmRow .left .shoar_sall {
    width: 90px;
  }
  .hdrBtm .hdrBtmRow .left .rahbar {
    width: 52px;
  }
  .hdrBtm .hdrBtmRow .text p,
  .headerBox .hdrCenter p {
    font-size: 12px;
  }
  .hdrBtm .hdrBtmRow .text .green,
  .headerBox .hdrCenter p:first-child {
    margin-bottom: 2px;
  }
  .newsList .newsCrd {
    width: 50%;
    flex: 47%;
  }
  .newsList .imgBx {
    height: 160px;
  }
}
