/*
	Theme Name: Pishgalman Template
	Description: تمام حقوق این قالب برای صاحب آن محفوظ می باشد و هرگونه استفاده و کپی برداری ، نال ، از طریق پلیس فتا پیگرد قانونی دارد .
	Author: Alireza Fadaei
	Author https://telegram.me/iu456
	Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

a {
  text-decoration: none !important;
}

/****************************************new styles**********************/
*{
	line-height: normal;
	list-style: none;
	box-sizing: border-box;
}
body{
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	background: #f8f8f8;
}
input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
html {
  scroll-behavior: smooth;
}
.w100{
	width: 100%;
}
.header{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	height: 100vh;
	color: #fff;
}
.header h3{
	font-weight: 700;
	color: #fff;
	transition: 0.4s;
	display: table;
}
.header h3:hover{
	color: #1eb2a6;
	transition: 0.4s;
}
.header p{
	font-size: 13px;
}
.social ul{
	padding: 0;
	margin: 0;
}
.social ul li{
	display: inline-block;
	margin-left: 5px;
	background: rgba(255,255,255,.2);
	border-radius: 100px;
	padding: 10px;
	transition: 0.4s;
}
.social ul li svg{
	float: right;
	color: #1eb2a6;
}
.social ul li:hover{
	transition: 0.2s;
	background: #1eb2a6;
}
.social ul li:hover svg{
	transition: 0.2s;
	color: #fff;
}
.logobar{
	position: relative;
}
.hinfo{
	position: absolute;
	right: 0;
	top: 0;
}
.hinfo svg{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
.hinfo li{
	display: inline-block;
	margin-left: 40px;
	position: relative;
	padding: 2px 0;
	padding-left: 50px;
}
.hinfo li:first-child{
	margin: 0;
}
.hinfo p{
	font-size: 17px;
}
.hinfo span{
	font-weight: 500;
}
.menubar{
	background: rgba(255,255,255,.1);
	padding: 20px 10px;
	position: relative;
	margin-top: 30px;
}
.menubar ul{
	padding: 0;
	margin: 0;
}
.menubar ul li{
	display: inline-block;
	padding: 0 15px;
	font-weight: 400;
	font-size: 17px;
}
.menubar ul li a{
	color: #fff;
}
.menubar ul li.current-menu-item a{
	color: #1eb2a6;
}
.menubtn{
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 50px;
	padding-left: 35px;
	background: #1eb2a6;
	height: 100%;
	z-index: 2;
}
.menubtn a{
	color: #fff;
}
.menubtn::after{
	left: -12px;
	position: absolute;
	top: 0;
	height: 100%;
	width: 23px;
	z-index: 1;
	background: #1eb2a6;
	content: "";
	transform: skewX(-20deg);
}
.btn2{
	padding: 15px 50px;
	background: #1eb2a6;
	display: table;
	margin: 0 auto;
	border-radius: 5px;
	color: #fff;
	transition: 0.4s;
}

.btn2:hover{
	background: #333;
	transition: 0.4s;
}
.hero{
	margin: 100px 0;
}
.hero p{
	font-weight: 400;
	font-size: 17px;
	color: rgba(255,255,255,.7);
}
.hero h1{
	font-weight: 700;
}
.hero li{
	display: inline-block;
	padding: 15px 20px;
	border-radius: 3px;
	background: #fff;
	margin-right: 3px;
	text-transform: uppercase;
	font-size: 12px;
}
.hero li a{
	color: #1eb2a6;
}
.hero li svg{
	float: right;
	margin-top: -1px;
	margin-left: 10px;
}
.hero li.active{
	background: #1eb2a6;
}
.hero li.active a{
	color: #fff;
}
.box1 p{
	color: #666;
}
.maintitle{
	color: #fff!important;
	background: #1eb2a6;
	padding: 10px 15px;
	border-radius: 20px 0 20px 0;
	font-size: 20px;
	display: table;
	text-transform: uppercase;
}
.box1bg{
	position: relative;
	height: 100%;
	object-fit: cover;
}
.box1post li{
	background: #fff;
	margin-bottom: 10px;
	padding: 20px;
	padding-left: 120px;
	padding-right: 50px;
	position: relative;
	transition: 0.3s;
}
.box1post li img{
	position: absolute;
	left: 25px;
	top: 14px;
	width: 64px;
	filter: invert(52%) sepia(90%) saturate(380%) hue-rotate(126deg) brightness(94%) contrast(89%);
}
.box1post li:last-child{
	margin: 0;
}
.box1post li p{
	color: #999;
	line-height: 1.3;
	font-size: 15px;
}
.box1post li:hover img{
	filter: invert(100%) sepia(24%) saturate(1091%) hue-rotate(97deg) brightness(112%) contrast(115%);
	transition: 0.3s;
}
.box1post li:hover h5,.box1post li:hover p{
	color: #fff;
	transition: 0.3s;
}
.box1post li:hover{
	background: #1eb2a6;
	transition: 0.3s;
	box-shadow: 0 0 50px 0 #0000001c;
}
.box2{
	padding: 100px 15px;
	overflow: hidden;
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	color: #000;
	box-shadow: 0 0 50px 0 #00000012;
	margin-top: 20px;
	border-radius: 20px;
}
.box2 p{
	line-height: 1.8;
	font-size: 18px;
	color: #666;
}
.stitle{
	color: #1eb2a6;
	font-weight: 500;
}
.btitle{
	font-weight: bold;
}
.mytext{
    color: #999;
}
.maintitlemar{
	margin: 0 auto 20px auto;
}
.box3sliderpost{
	background: #fff;
	padding: 20px;
	position: relative;
	border-radius: 30px 0 30px 0;
	box-shadow: 0 0 20px 0 #0000000d;
	min-height: 370px;
}
.box3sliderpost img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 30px 0 30px 0;
	margin-bottom: 20px;
}
.box3sliderpostname{
	position: relative;
}
.box3slidertext{
	line-height: 1.5;
	color: #777;
	margin-top: 20px;
}
.box3 .slick-list{
	padding: 20px 0;
}
/*.box3slider .slick-current .box3sliderpost{
	background: #1eb2a6!important;
}
.box3slider .slick-current .box3sliderpost .box3slidertext{
	color: #fff;
}
.box3slider .slick-current .box3sliderpost .stitle{
	color: #fff;
}
.box3slider .slick-current .box3sliderpost .btitle{
	color: #fff;
}*/
.slick-dots li button:before {
	display: none;
}
.slick-dots li{
	width: 30px!important;
	background: #eee;
	height: 2px!important;
	border-radius: 100px;
}
.slick-dots li.slick-active{
	background: #1eb2a6!important;
}
.slick-dots{
	bottom: -40px!important;
}
.b3btn{
	padding: 25px 15px;
	background: #333;
	color: #fff!important;
	display: table;
	margin: 0 auto;
	margin-top: 50px;
	padding-left: 90px;
	position: relative;
	transition: 0.3s;
	border-radius: 15px;
}
.b3btn img{
	width: 60px;
	position: absolute;
	top: 23px;
	left: 10px;
}
.b3btn svg{
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	margin-left: -20px;
}
.b3btn:hover svg{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
	margin-left: 0;
}
.b3btn:hover{
	background: #1eb2a6;
	transition: 0.3s;
}
.b3btn h5{
	font-weight: normal;
	width: 253px;
}
.box4 .b4text{
	background: linear-gradient(to right bottom , #f8f8f8 , #fff);
	padding: 30px;
	border-radius: 30px;
	line-height: 1.6;
	color: #666;
	font-size: 17px;
}
.box5{
	overflow: hidden;
	position: relative;
	padding: 120px 0;
	color: #fff;
}
.box5 p{
	line-height: 1.8;
	font-size: 18px;
}
#particle-canvas{
	position: relative;
	overflow: hidden;
}
#particle-canvas canvas{
	position: absolute!important;
	top: 0;
	left: 0;
}
.fp{
	border-left: 2px solid #444;
	padding: 80px 0;
}
.fp:first-child{
	border:none;
}
.fp svg{
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}
.fp li{
	display: inline-block;
	margin-right: 6px;
}
.fp li svg{
	width: 20px;
	height: 20px;
	color: #333;
}
.resopen{
	display: none;
	position: absolute;
	top: 5px;
	right: 15px;
}
.resmenu{
	background: #fff;
	padding: 30px;
	position: fixed;
	top: 0;
	left: -500px;
	height: 100%;
	width: 300px;
	z-index: 30;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}
.resmenu ul{
	padding: 0;
	margin: 0;
}
.resmenu ul li{
	margin-bottom: 30px;
	width: 100%;
}
.resmenu ul li a{
	color: #000;
}
.resmenu ul li.current-menu-item a{
	color: #1eb2a6;
}
.closemenu{
	background: #000000c9;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 29;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}
.maincontent ul{
	padding: 0 15px;
}
.maincontent ul li{
	list-style: disc!important;
}
.maincontent ol{
	padding: 0 15px;
}
.maincontent ol li{
	list-style: decimal!important;
}
.maincontent a{
	color: #1eb2a6;
}
.maincontent{
	padding: 30px;
	box-shadow: 0 0 50px 0 #0000000d;
	border-radius: 30px;
}
.mtitle{
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}
.maincontent img{
	max-width: 100%;
}
.flag{
	position: absolute;
    top: 6px;
    left: 224px;
}
.flag img{
	width: 25px;
	height: 20px;
	object-fit: cover;
	border-radius: 2px;
}
.menubar .flag{
	right: 15px;
	top: 20px;
	left: inherit;
}
.logobar .flag{
	display: none;
}
@media(max-width:992px){
	.hinfo{
		display: none;
	}
	.box1{
		margin-top: 50px;
	}
	.box3sliderpost img{
		height: 350px;
	}
	.m1{
		margin-bottom: 30px;
	}
	.fp{
		padding: 50px 0;
		border: none;
		border-top: 2px solid #444;
	}
	.fp2{
		text-align: center!important;
		margin-bottom: 20px;
	}
	.r1{
		padding: 40px 0!important;
	}
	.pa1{
		padding: 30px 15px!important;
	}
	.box3sliderpost{
		box-shadow: none;
	}
	.social ul li svg{
		color: #fff!important;
	}
	.logobar .flag{
		display: block;
	}
	.menubar .flag{
		display: none;
	}
}
@media(max-width:576px){
	.resopen{
		display: block;
	}
	.social{
		text-align: left!important;
		margin-top: 10px!important;
	}
	.social ul li:first-child{
		margin-left: 0;
	}
	.menubar{
		display: none;
	}
}















