/*
	Theme Name: TAM ARVAND Template
	Description: تمام حقوق این قالب برای صاحب آن محفوظ است و هرگونه کپی برداری و نال قالب از طریق پلیس فتا پیگیری خواهد شد .
	Author: علیرضا فداحی
	Author URI: https://alirezafadahi.ir
	Version: 1.0
*/
@font-face {
  font-family: 'Peyda';
  src: url(fonts/PeydaFaNum-Regular.eot),
       url(fonts/PeydaFaNum-Regular.ttf) format('truetype'),
       url(fonts/PeydaFaNum-Regular.woff) format('woff'),
       url(fonts/PeydaFaNum-Regular.woff2) format('woff2');
       font-weight:normal;
       font-style:normal;
       font-display:swap;
}
@font-face {
  font-family: 'Peyda';
  src: url(fonts/PeydaFaNum-SemiBold.eot),
       url(fonts/PeydaFaNum-SemiBold.ttf) format('truetype'),
       url(fonts/PeydaFaNum-SemiBold.woff) format('woff'),
       url(fonts/PeydaFaNum-SemiBold.woff2) format('woff2');
       font-weight:600;
       font-style:normal;
       font-display:swap;
}
@font-face{
  font-family: 'Peyda';
  src: url(fonts/PeydaFaNum-Bold.eot),
       url(fonts/PeydaFaNum-Bold.ttf) format('truetype'),
       url(fonts/PeydaFaNum-Bold.woff) format('woff'),
       url(fonts/PeydaFaNum-Bold.woff2) format('woff2');
  font-weight:bold;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family: "Peyda";
  src: url(fonts/PeydaFaNum-ExtraBold.eot),
       url(fonts/PeydaFaNum-ExtraBold.ttf) format('truetype'),
       url(fonts/PeydaFaNum-ExtraBold.woff) format('woff'),
       url(fonts/PeydaFaNum-ExtraBold.woff2) format('woff2');
  font-weight:800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family: "Peyda";
  src: url(fonts/PeydaFaNum-Black.eot),
       url(fonts/PeydaFaNum-Black.ttf) format('truetype'),
       url(fonts/PeydaFaNum-Black.woff) format('woff'),
       url(fonts/PeydaFaNum-Black.woff2) format('woff2');
  font-weight:900;
  font-style:normal;
  font-display:swap;
}
a {
  text-decoration: none !important;
}
*{
	line-height: normal;
	list-style: none;
	box-sizing: border-box;
  font-family: 'Peyda';
}
body{
	font-size: 18px;
	background: #fff;
  font-family: 'Peyda';
}
input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
:root{
  --primary:#0c2b65;
  --sec:#315D49;
  --white:#fff;
  --black:#111;
  --text: #555;
}
.flex{
  display: flex;
}
.flex1{
  flex: 1;
}
.wrap{
  flex-wrap: wrap;
}
.fc{
  flex-direction: column;
}
.ac{
  align-items: center;
}
.jbet{
  justify-content: space-between;
}
.jcen{
  justify-content: center;
}
.jstart{
  justify-content: start;
}
.jend{
  justify-content: end;
}
.g5{
  gap: 5px;
}
.g10{
  gap: 10px;
}
.g15{
  gap: 15px;
}
.g20{
  gap: 20px;
}
.g30{
  gap: 30px;
}
.g40{
  gap: 40px;
}
.g50{
  gap: 50px;
}
.f40{
  font-size: 40px;
}
.f32{
  font-size: 32px;
}
.f24{
  font-size: 24px;
}
.f18{
  font-size: 18px;
}
.f16{
  font-size: 16px;
}
.f14{
  font-size: 14px;
}
.f600{
  font-weight: 600;
}
.fbold{
  font-weight: bold;
}
.padd{
  padding: 50px 0;
}
.padd2{
  padding: 100px 0;
}
ul,ol{
  margin: 0;
  padding: 0;
}
.contactbox{
  background: var(--white);
  flex: 1;
  padding: 10px 15px;
}
.contactbox ul li img{
  height: 25px;
  transition: 0.7s all;
}
.contactbox ul li img:hover{
  transform: rotate(360deg);
}
.headbaritems{
  background: var(--primary);
}
.pl{
  padding-left: 150px!important;
}
svg{
  position: relative;
  top: -1px;
}
.mybar{
  display: flex;
  justify-content: end;
  width: 50px;
}
.mybar span{
  width: calc(100% - 30px);
  background: var(--black);
  display: block;
  height: 2px;
  transition: 1s all;
}
a:hover .mybar span{
  width: 100%;
}
.headbaritemsbox{
  padding: 10px 50px 10px 50px;
}
.headbaritems a{
  color: var(--white);
}
.headbaritems a .mybar span{
  background: var(--white);
}
.headbaritems svg{
  width: 20px;
  height: 20px;
}
.contactbox a{
  color: var(--black);
  transition:1s all;
}
.contactbox a:hover{
  color: var(--primary);
}
.contactbox a:hover .mybar span{
  background: var(--primary);
}
.hero{
  position: relative;
  height: calc(100vh - 47px);
}
.hero video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  width: 100%;
}
.herobox{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 30px 50px;
}
.logobox img{
  max-width: 200px;
}
.mainmenu{
  padding-left: 50px;
}
.mainmenu ul{
  display: flex;
  align-items: center;
  gap: 30px;
}
.mainmenu ul li a{
  color: var(--white);
  transition: 0.4s all;
  position: relative;
}
.mainmenu ul li a::after{
  content: "";
  height: 2px;
  background: var(--white);
  transition: 0.7s all;
  width: 0;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.mainmenu ul li:hover a:after{
  width: 100%;
}
.fixedmenu{
  position: fixed;
  z-index: 1000;
  background: #0009;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  left: -300px;
  top: 0;
  transition: 0.4s all;
}
.fixedmenu .fixedtabs{
  flex: none;
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.heroslider{
  color: var(--white);
  width: 100%;
}
.herosliderbg{
  padding: 50px 0 0 50px;
}
.herobox{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mytext{
  width: 50%;
}
.mybtn{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 30px;
  background: var(--white);
  color: var(--black);
  width: fit-content;
  transition: 0.4s all;
}
.mybtn:hover{
  background: var(--primary);
  color: var(--white);
}
.mybtn:hover .mybar span{
  background: var(--white);
}
.herobox .swiper-pagination-bullet{
  background: var(--white)!important;
  opacity: 1!important;
  width: 30px!important;
  border-radius: 0!important;
  height: 5px!important;
}
.herobox .swiper-pagination-bullet-active{
  background: var(--primary)!important;
}
.herobox .slider__pagination{
  display: flex;
  gap: 10px;
}
.heroiconbox{
  margin-top: 50px;
}
.heroiconbox svg{
  width: 25px;
  height: 25px;
  animation: upDown 1s infinite alternate ease-in-out;
}
@keyframes upDown {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(10px);
  }
}
.heroiconboxscroll{
  padding-bottom: 15px;
}
.ways2{
  padding: 50px;
}
.mytitle{
  position: relative;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--primary);
  padding-right: 50px;
}
.mytitle::before{
  content: "";
  width: 40px;
  margin-left: 20px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary);
}
.about{
  padding: 150px 50px;
  background: url(img/inabout.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.aboutbox{
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: var(--white);
  padding: 70px 50px 0;
}
.aboutbox::before{
  content: "";
  border: 12px solid var(--white);
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 1;
}
.aboutbox::after{
  content: "";
  border: 12px solid var(--white);
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: 1;
}
.aboutbox .mybtn{
  margin: 0 auto;
  position: relative;
  bottom: -27px;
  z-index: 10;
}
.aboutbox h2,.aboutbox p{
  position: relative;
  z-index: 10;
}
.aboutbox h2{
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 40px;
}
.aboutbox p{
  text-align: justify;
}
.inblog{
  padding: 50px;
}
.blogslide{
  display: flex;
  gap: 0;
  align-items: center;
}
.blogslideimg{
  flex: 1;
  width: 100%;
}
.blogslide img{
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}
.bloginfo{
  flex: 1;
  background: var(--white);
  padding: 30px;
  position: relative;
  margin-right: -100px;
  border: 1px solid #ccc;
}
.bloginfo h3{
  color: var(--primary);
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.blogslide span{
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.blogslide p{
  font-size: 14px;
}
.blogsliderbg{
  padding-left: 50px;
}
.blogslide .mybtn{
  background: var(--primary);
  margin-top: 30px;
  color: var(--white);
}
.blogslide .mybar span{
  margin: 0;
  background: var(--white);
}
.blogslider .swiper-pagination-bullet{
  background: var(--white)!important;
  border: 1px solid var(--black);
  opacity: 1!important;
  width: 15px!important;
  border-radius: 0!important;
  height: auto!important;
  aspect-ratio: 1/1;
}
.blogslider .swiper-pagination-bullet-active{
  background: var(--primary)!important;
}
.blogslider .slider__pagination{
  display: flex;
  justify-content: center;
}
.innews{
  background: #fafafc;
  padding: 50px;
}
.newsimgbox img{
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}
.newsinfo{
  width: calc(100% - 30px);
  background: var(--white);
  padding: 30px;
  position: relative;
  margin: -150px auto 0;
  border: 1px solid #ccc;
}
.newsinfo h3{
  color: var(--primary);
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.newsinfo span{
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.newsinfo p{
  font-size: 14px;
}
.newsinfo .mybtn{
  background: var(--primary);
  margin-top: 30px;
  color: var(--white);
}
.newsinfo .mybar span{
  margin: 0;
  background: var(--white);
}
.innews .swiper-pagination-bullet{
  background: var(--white)!important;
  border: 1px solid var(--black);
  opacity: 1!important;
  width: 15px!important;
  border-radius: 0!important;
  height: auto!important;
  aspect-ratio: 1/1;
}
.innews .swiper-pagination-bullet-active{
  background: var(--primary)!important;
}
.innews .slider__pagination{
  display: flex;
  justify-content: center;
}
.newssliderbg{
  padding-left: 50px;
}
footer{
  border-top: 3px solid var(--primary);
}
.footer{
  padding: 50px;
}
.flogo{
  width: 200px;
  max-width: 100%;
}
.ftext{
  text-align: justify;
}
.ftitle{
  font-weight: bold;
  margin-bottom: 10px
}
.flink ul{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.flink ul li a{
  color: var(--primary);
  font-weight: 600;
  font-size: 15px;
}
.flink ul li{
  padding-right: 15px;
  position: relative;
  transition: 0.4s all;
}
.flink ul li::before{
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
}
.flink ul li:hover{
  padding-right: 20px;
}
.fitem{
  margin-bottom: 10px;
}
.fitem:last-child{
  margin: 0;
}
.fitem svg{
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  color: var(--primary);
}
.fitem a{
  color: var(--black);
  transition: 0.4s all;
}
.fitem a:hover{
  color: var(--primary);
}
.fsocial img{
  width: 25px;
  transition: 0.7s all;
}
.fsocial img:hover{
  transform: rotate(360deg);
}
.copy{
  padding: 20px 50px;
  border-top: 1px solid #eee;
}
.up{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--white);
  position: fixed;
  bottom: 7px;
  left: 157px;
  font-size: 12px;
  cursor: pointer;
  z-index: 1000;
  transition: 0.4s all;
  opacity: 0;
  visibility: hidden;
}
.up:hover{
  background: var(--black);
}
.up svg{
  position: relative;
  top: 5px;
}
header{
  background: #f5f5f5;
  padding: 30px 50px;
}
header .mainmenu ul li a{
  color: var(--black);
}
header .mainmenu ul li a::after{
  background: var(--black);
}
.bread{
  padding: 30px 50px;
}
.bread #crumbs{
  display: flex;
  gap: 10px;
  align-items: center;
}
.bread a{
  color: var(--primary);
  transition: 0.4s all;
}
.bread a:hover{
  color: var(--black);
}
.titlebox img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.titlebox h1{
  background: var(--primary);
  width: fit-content;
  padding: 20px 40px;
  color: var(--white);
  font-weight: bold;
  position: relative;
  z-index: 10;
  top: -50px;
  margin: 0 50px;
}
.paybox{
  width: 100%;
  padding: 0 50px 50px;
}
.paypfost h2{
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.paypfost p{
  text-align: justify;
}
.paypost img{
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}
.pl2{
  padding-left: 200px!important;
}
.paypost{
  position: relative;
}
.paypost h3{
  position: absolute;
  bottom: 20px;
  width: calc(100% - 50px);
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  background:#0c2b65cc;
  color: var(--white);
  padding: 30px 20px;
  font-size: 24px;
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin: 0;
}
.paybox .row{
  gap: 30px 0;
}
.paysingleth img{
  width: 600px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.paycontent{
  background: var(--white);
  border: 1px solid #ccc;
  padding: 50px;
  margin: 100px -150px 50px 50px;
}
.catbox{
  padding: 0 50px 50px;
}
.catimg img{
  width: 350px;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}
.catinfo{
  background: var(--white);
  border: 1px solid #ccc;
  padding: 30px;
  height: max-content;
  margin: 35px -80px 0 0;
}
.catinfo .mybtn{
  background: var(--primary);
  color: var(--white);
}
.catinfo .mybtn .mybar span{
  background: var(--white);
}
.catinfo h3{
  font-size: 24px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 20px;
}
.catinfo .catdate{
  font-size: 16px;
}
.catinfo p{
  color: var(--text);
  font-size: 16px;
  margin-top: 10px;
  margin-bottom:20px;
}
.catpost{
  margin-bottom: 30px;
}
.mysbox{
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 15px;
}
.searchbox input{
  width: 100%;
  background: none;
  border: 0;
}
.searchbox form{
  background: var(--white);
  padding: 10px;
}
.searchbox button{
  background: var(--primary);
  width: 40px;
  height: 40px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 0;
}
.searchbox button svg{
  width: 20px;
  height: 20px;
}
.sidebartitle{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.scat ul{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.scat ul li{
  padding-right: 20px;
  position: relative;
}
.scat ul li a{
  color: var(--primary);
}
.scat ul li::before{
  content: "";
  right: 0;
  top: 50%;
  height: 1px;
  width: 10px;
  background: var(--primary);
  position: absolute;
}
.mysidebar{
  position: sticky;
  top: 20px;
}
.newposts li{
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.newposts img{
  width: 100px;
  height: auto;
  aspect-ratio: 1.1/1;
  object-fit: cover;
}
.snpinfo h3{
  font-size: 16px;
  font-weight: bold;
  color: var(--primary);
}
.snpinfo p{
  font-size: 13px;
  color: var(--text);
}
.newposts ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.newposts li:last-child{
  border: 0;
  padding: 0;
}
.singlerelated{
  padding: 0 50px 100px 50px;
}
.tabconbox{
  padding: 100px 50px;
  position: relative;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.tabconbox::after{
  width: 100%;
  height: 100%;
  background: #0008;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  content: "";
}
.tabtitlebox{
  background: var(--primary);
  width: fit-content;
  position: relative;
  z-index: 10;
  padding: 40px 60px;
}
.tabconbox{
  overflow: hidden;
}
.tabconbox::before{
  width: 80px;
  left: -80px;
  top: 0;
  height: 100%;
  background: #eee;
  position: absolute;
  content: "";
}
.tabconbox h1{
  color: var(--white);
  margin-bottom: 30px;
}
.tabconbox h1::before{
  background: var(--white);
}
.tabconbox .maincontent{
  z-index: 10;
  position: relative;
}
.tabconbox .maincontent p{
  color: var(--white);
  text-align: justify;
}
.tabs ul{
  align-items: end;
  gap: 20px;
}
.tabs ul li{
  flex: 1;
}
.tabs ul li div{
  text-align: center;
  cursor: pointer;
}
.tabs ul li div h2{
  margin: 0;
  font-size: 20px;
  background: #f5f5f5;
  padding: 40px 20px;
}
.tabs ul li .active{
  background: var(--primary);
  color: var(--white);
  padding: 50px 20px;
}
.tabs ul li .active h2{
  background: var(--primary);
  padding: 0;
}
.mytab-content{
  background: var(--primary);
  padding: 50px;
}
.mytab-content .paysingle{
  background: var(--white);
  padding: 50px;
}
.mytab-content .paycontent{
  margin-left: 0;
  margin-bottom: 0;
  border: 1px solid #eee;
}
.contactarea{
  padding: 0 50px 50px;
}
.cbox{
  padding: 20px;
  border: 1px solid #eee;
}
.cbox h3{
  color: var(--primary);
  font-weight: bold;
  font-size: 24px;
}
.cbox svg{
  width: 25px;
  height: 25px;
  color: var(--primary);
}
.cbox ul span{
  font-weight: bold;
}
.cbox iframe{
  width: 100%;
  margin-top: 30px;
  height: 250px;
}
.contactarea .row{
  gap: 30px 0;
}
.contactform{
  padding: 50px;
}
.contactformbox{
  padding: 50px;
}
.formgp{
  background: var(--white);
  padding: 20px;
  margin-bottom: 10px;
}
.formgp label{
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  color: var(--primary);
  padding-right: 40px;
  position: relative;
}
.formgp label::before{
  content: "";
  height: 1px;
  width: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: var(--primary);
  position: absolute;
}
.formgp input,.formgp textarea{
  border: 1px solid var(--primary);
  width: 100%;
  padding: 10px;
}
.contactformbox input[type=submit]{
  background: var(--primary);
  color: var(--white);
  width: 100%;
  border: 0;
  padding: 20px;
  transition: 0.4s all;
}
.contactformbox input[type=submit]:hover{
  background: var(--black);
}
.formgp textarea{
  height: 250px;
}
.fixedtabsitem{
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  color: var(--white);
  cursor: pointer;
}
.fixedtabsitem img{
  width: 50px;
  transition: 0.4s all;
}
.fixedtabsitem:hover img{
  scale: 1.3;
}
.fixedsearchbox{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 1002;
  padding: 50px;
  width: 400px;
  max-width: 90%;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}
.fixedsearchbox form{
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  padding: 10px;
}
.fixedsearchbox input{
  background: none;
  border: 0;
  width: 100%;
}
.fixedsearchbox button{
  background: var(--primary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 0;
  flex: none;
}
.fixedsearchbox button svg{
  width: 20px;
  height: 20px;
}
.closemodal{
  width: 100%;
  height: 100%;
  background: #0005;
  position: fixed;
  backdrop-filter: blur(20px);
  transition: 0.4s all;
  -webkit-backdrop-filter: blur(20px);
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
}
.searchicon{
  cursor: pointer;
  color: var(--white);
}
.fphone {
  flex-wrap: wrap;
}
.intro{
  padding: 50px;
  background: #fafafc;
  overflow: hidden;
}
.intro img{
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.3/1;
}
.intro h3{
  font-weight: bold;
  color: var(--primary);
}
.intro .row{
  gap: 30px 0;
  margin-bottom: 30px;
}
.intro .row:nth-child(even){
  flex-direction: row-reverse;
}
.intro .row:last-child{
  margin-bottom: 0;
}
.fixedmenu .tab-content{
  height: 100%;
  width: 300px;
  background: #0009;
  max-width: 100%;
}
.fixedmenu .tab-content ul{
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  gap: 5px;
}
.fixedmenu .tab-content ul li a{
  font-size: 17px;
  color: var(--white);
  transition: 0.4s all;
  padding: 0 10px;
}
.fixedmenu .tab-content ul li a:hover{
  padding-right: 15px;
}
.fixedtitlebox{
  background: var(--primary);
  color: var(--white);
  padding: 10px;
  font-weight: bold;
}
.resmenuicon{
  display: none;
}
.gform_validation_errors,.gfield_validation_message,.gfield_required{
  display: none;
}
input[aria-invalid="true"]{
  border: 1px solid red;
  background: rgb(255, 225, 225);
}
.gform_confirmation_message{
  background: #3fbb3f;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.f2{
  bottom: 0;
  top: inherit;
  width: 100%;
  left: 0;
  flex-direction: column;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: none;
  height: auto;
}
.f2 .nav{
  flex-direction: row!important;
}
.f2 .fixedtabs{
  width: 100%;
  justify-content: center;
  padding: 15px;
  position: fixed;
  bottom: 0;
  background: #000000db;
  flex-wrap: nowrap;
  gap: 0;
  z-index: 1003;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.f2 .fixedtabsitem{
  flex: 1;
  gap: 5px;
}
.f2 .fixedtabsitem span{
  font-size: 11px;
}
.f2 .fixedtabsitem img{
  height: 20px;
}
.f2 .tab-content{
  position: fixed;
  top: 0;
  width: 100%;
  background: #000000db;
  left: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
}
.resblock{
  display: none;
}














/* maincontent */
.maincontent{
  color: var(--title);
}
.maincontent p{
  white-space: pre-line;
  margin: 0;
  color: var(--text);
}
.maincontent blockquote{
  padding: 20px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  margin: 20px 0;
}
.maincontent blockquote a{
  color: var(--primary);
}
.maincontent a{
  color: var(--primary);
  transition: 0.4s all;
  font-weight: bold;
  text-decoration: underline;
}
.maincontent .aligncenter{
  display: block;
  margin: 20px auto;
}
.maincontent .alignleft{
  display: block;
  margin: 20px auto 20px 0;
}
.maincontent .alignright{
  display: block;
  margin: 20px 0 20px auto;
}
.maincontent img{
  max-width: 100%;
  margin: 20px 0;
}
.maincontent ul{
  padding: 0 20px 0 0;
  display: flex;
  gap: 5px 0;
  margin: 20px 0;
  flex-direction: column;
}
.maincontent ul li{
  list-style: disc!important;
}
.maincontent ol{
  padding: 0 20px 0 0;
  display: flex;
  gap: 5px 0;
  flex-direction: column;
  margin: 20px 0;
}
.maincontent ol li{
  list-style: decimal!important;
}
.maincontent .wp-video{
  width: 100%!important;
  margin: 20px auto;
  overflow: hidden;
}
/* maincontent */









/*menu*/
.mainmenu ul li{
  position: relative;
}
.mainmenu ul li a{
  padding:10px 0;
}
.mainmenu ul li ul{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  padding: 15px 0;
  background: var(--white);
  width:200px;
  top: 36px;
  font-size: 17px;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
  box-shadow: 0 0 50px 0 #0001;
}
.mainmenu ul li ul li a::after{
  display: none;
}
.mainmenu ul li:hover ul{
  opacity: 1;
  visibility: visible;
}
.mainmenu ul li:hover ul li ul{
  opacity: 0;
  visibility: hidden;
}
.mainmenu ul li ul li a{
  color: var(--primary);
  display: block;
  padding: 0 15px;
}
.mainmenu ul li ul li{
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.mainmenu ul li ul li:last-child{
  border: none;
  padding: 0;
}
.mainmenu ul li ul li ul{
  top: -15px;
  right: 201px;
}
.mainmenu ul li ul li:hover ul{
  opacity: 1;
  visibility: visible;
}
.mainmenu .menu-item-has-children a{
  padding-left: 10px;
}
.mainmenu .menu-item-has-children::after{
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  top: 7px;
}
header .mainmenu .menu-item-has-children::after{
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.mainmenu ul li ul li.menu-item-has-children::after{
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  transform: rotate(45deg);
  left: 12px;
  top: 10px;
}
.resmenu{
  position: fixed;
  top: 0;
  right: -300px;
  background: var(--white);
  height: 100%;
  padding: 20px;
  width: 300px;
  max-width: 90%;
  z-index: 1002;
  scrollbar-width: none;
  overflow-y: scroll;
  transition: 0.4s all;
  opacity: 0;
  visibility: hidden;
}
.resmenu ul{
  display: flex;
  width: 100%;
  gap: 10px;
  flex-direction: column;
}
.resmenu ul li{
  display: block;
  width: 100%;
  position: relative;
}
.resmenu ul li:last-child a{
  border: none;
  padding: 0;
}
.resmenu ul li a{
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: var(--primary);
  display: block;
}
.resmenu svg{
  margin-bottom: 20px;
}
.resmenu ul li ul{
  padding: 10px;
  background: #f8f8f8;
  display: none;
}
.resmenu ul li ul li:first-child{
  margin-top: 0;
}
.resmenu ul li ul li{
  margin-top: 10px;
}
.resmenu ul li ul li ul{
  background: #eee;
  font-size: 13px;
}
.resmenu ul li ul li ul a{
  border-bottom: 1px solid #ccc;
}
.resmenu .menu-item-has-children::after{
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 7px;
}
/*menu*/

























@media(max-width:1300px){
  .paysingleth img{
    width: 500px;
  }
  .catimg img{
    width: 200px;
  }
  .catinfo{
    margin-right: -150px;
  }
  .blogslide{
    flex-direction: column;
  }
  .bloginfo{
    margin:-150px auto 0;
    width: calc(100% - 30px);
  }
  .tab-content .paycontent{
    margin-right: -300px;
  }
}
@media(max-width:1200px){
  .paysingleth img{
    width: 400px;
  }
  .snpimg{
    display: none;
  }
  .mytext{
    width: 70%;
  }
}
@media(max-width:992px){
  .headbaritems {
    display: none;
  }
  .contactbox{
    display: none;
  }
  .mainmenu{
    display: none;
  }
  .herobox{
    padding: 12px;
  }
  .pl,.pl2{
    padding: 20px 12px!important;
  }
  .heroslide h2{
    font-size: 24px;
  }
  .heroslide .mytext{
    font-size: 15px;
    width: 100%;
  }
  .mytext{
    font-size: 15px;
  }
  .herobox {
    padding: 12px 12px 50px 12px!important;
  }
  .mybtn{
    padding:10px 15px;
  }
  .herosliderbg{
    padding: 0;
  }
  .hero{
    height: 100vh;
  }
  .intro{
    padding: 50px 12px!important;
  }
  .mytitle{
    font-size: 24px;
  }
  .intro h3{
    font-size: 20px;
  }
  .ways{
    padding: 50px 0 0!important;
  }
  .ways2{
    padding: 0 12px;
  }
  .ways img{
    margin-top: 30px;
  }
  .about{
    padding: 100px 20px;
  }
  .aboutbox{
    padding: 70px 25px 0;
  }
  .aboutbox .mybtn{
    bottom: -17px;
  }
  .inblog,.innews{
    padding: 50px 12px!important;
  }
  .blogsliderbg,.newssliderbg{
    padding: 0;
  }
  .bloginfo h3,.newsinfo h3{
    font-size: 20px;
  }
  .footer{
    padding: 0;
  }
  .footer .ftext{
    font-size: 15px;
  }
  .copy{
    padding: 12px 12px 82px 72px;
    font-size: 15px;
  }
  .fmenubox{
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }
  .footer{
    font-size: 15px;
  }
  .up{
    left: 12px;
    bottom: 83px;
  }
  .logobox{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .resmenuicon{
    color: var(--white);
    display: block;
  }
  .resmenuicon svg{
    width: 30px;
    height: 30px;
  }
  header .resmenuicon{
    color: var(--primary);
  }
  .paysingle {
    padding: 0 12px!important;
  }
  .paysingle .flex{
    flex-direction: column;
  }
  .paycontent{
    margin: -50px auto 0;
    width: calc(100% - 24px);
    display: block;
    padding: 20px;
  }
  .maincontent p{
    font-size: 15px;
  }
  .bread{
    padding: 30px 12px;
  }
  .titlebox h1{
    margin: 0 12px 0 12px;
    top: -40px;
    font-size: 24px;
  }
  .paypfost h2{
    font-size: 24px;
  }
  body{
    font-size: 15px;
  }
  .catimg img{
    width: 100%;
  }
  .catpost{
    flex-direction: column;
  }
  .catinfo{
    margin: -50px auto 0;
    width: calc(100% - 24px);
    padding: 20px;
  }
  .catinfo h3,.paypost h3{
    font-size: 20px;
  }
  .cbox h3{
    font-size: 20px;
  }
  .formgp{
    padding: 20px;
  }
  header.pl{
    padding: 12px!important;
  }
  .logobox img,.flogo{
    max-width: 120px;
  }
  .paysingleth img{
    width: 100%;
  }
  .tabconbox{
    padding: 20px!important;
  }
  .tab-content .paycontent{
    margin: -50px auto 0;
  }
  .mytab-content .paysingle{
    padding:12px!important;
  }
  .tabs ul li .active{
    padding:15px;
  }
  .tabs ul li div h2{
    padding:15px;
  }
  .tabs ul li{
    flex: none;
  }
  .tabs ul{
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    gap: 10px;
    flex-wrap: nowrap;
    padding: 12px 0 12px 12px;
  }
  .tabs ul li div h2{
    font-size: 18px;
  }
  .tabs{
    padding: 12px 12px 12px 0!important;
  }
  .heroiconboxscroll{
    display: none;
  }
  .resblock{
    display: block;
  }
  .fixedmenu{
    display: none;
  }
}