/*
Theme Name: امتیاز وار
Theme URI: https://seo90.ir/
Author: گروه برنامه نویسی سئو 90
Author URI: https://seo90.ir/
Description: قالب اختصاصی وردپرس طراحی شده توسط گروه طراحی و برنامه نویسی سئو 90
Version: 1.0
License URI: https://seo90.ir/
Text Domain: emtiazvar
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

@font-face {
	font-family: 'WooPanelSeo90';
	src: url('fonts/IRANSansXFaNum-Regular.woff') format("woff");
}

.ff-en {
	font-family: 'WooPanelSeo90-en';
}

.tooltip-inner {
	font-family: 'WooPanelSeo90';
	font-size: 12px;
}

:root {
	--Color-body: #eee7e7;
	--Color-b: #3b5fff;
	--Color-y: #ebc934;
	--Color-g: #92d133;
	--Color-d: #121212;
	--Color-r: #116466;
	--Color-w: #fff;
	--Color-e: #e5e1e1;
	--Color-el: #f5f4f4;
	--Color-bg: #116466;
	--Color-fp: #ffcb9a;
	
}

body,
html {
	font-family: 'WooPanelSeo90';
	font-size: 16px;
	background-color: var(--Color-body);
	/* background-image: linear-gradient(45deg, #a0f585, #00000030); */
}

.Color-b {
	color: var(--Color-b);
}

.Color-y {
	color: var(--Color-y);
}

.Color-g {
	color: var(--Color-g) !important;
}

.Color-d {
	color: var(--Color-d);
}

.Color-r {
	color: var(--Color-r);
}

.Color-w {
	color: var(--Color-w);
}

.Color-e {
	color: var(--Color-e);
}

.Color-el {
	color: var(--Color-el);
}

.Bg-b {
	background-color: var(--Color-b);
}

.Bg-y {
	background-color: var(--Color-y);
}

.Bg-g {
	background-color: var(--Color-g);
}

.Bg-d {
	background-color: var(--Color-d);
}

.Bg-r {
	background-color: var(--Color-r);
}

.Bg-w {
	background-color: var(--Color-w);
}

.Bg-e {
	background-color: var(--Color-e);
}

.Bg-el {
	background-color: var(--Color-el);
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.text-justify {
	text-align: justify !important;
}

.rounded-8 {
	border-radius: 8px;
}

.rounded-12 {
	border-radius: 12px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.line-clamp-2 {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 2;
	height: 55px;
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.crsr-p {
	cursor: pointer;
}

/* Form Elements */

::placeholder {
	font-size: 16px;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form select {
	border: 1px solid var(--Color-el);
	height: 45px;
	padding: 0 12px;
	border-radius: 6px;
	color: var(--Color-d);
	width: 100%;
	margin: 2px 0;
	background-color: var(--Color-el);
}

form button,
form input[type="submit"] {
	width: auto;
	height: 45px;
	line-height: 46px;
	border: 0;
	background-color: var(--Color-d);
	color: var(--Color-w);
	text-align: center;
	font-size: 15px;
	padding: 0 20px;
	border-radius: 6px;
}

button.disabled {
	cursor: not-allowed;
}

textarea {
	width: 100%;
	border: 1px solid var(--Color-el);
	height: 100px;
	padding: 10px;
	background-color: var(--Color-el);
	resize: none;
	margin: 2px 0;
	border-radius: 6px;
}

input[type="checkbox"] , input[type="radio"] {
    width: 0;
    height: 0;
    position: relative;
}

input[type="checkbox"]::before , input[type="radio"]::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid var(--Color-e);
    background-color: var(--Color-w);
    position: absolute;
    border-radius: 3px;
    right: 0;
    top: -13px;
    transition: all 0.4s ease;
}

input[type="checkbox"]:checked::before , input[type="radio"]:checked::before {
    background-color: var(--Color-d);
    border-color: transparent;
    transition: all 0.4s ease;
}

form p{
	margin: 0;
}

form label {
    margin: 12px 0;
	display: block;
}

.invert-1 {
	filter: invert(1);
}

/* Panel-side-Access */

.btn-close:focus {
	box-shadow: none !important;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mh-100vh {
	min-height: 100vh;
}

/* .PanelLogo {
	filter: invert(1);
} */

.Panel-side-Access ul li {
	background-color: #1f1f1f;
	color: var(--Color-d);
	border-radius: 4px;
	padding: 0px 8px 0px 8px;
	opacity: 0.9;
	transition: all 0.3s ease;
	margin: 8px 0;
}

.Panel-side-Access ul li a {
	opacity: 0.85;
	color: var(--Color-w);
	transition: all 0.3s ease;
}

.Panel-side-Access ul li a:hover {
	color: var(--Color-fp);
	transition: all 0.3s ease;
}

.offcanvas-start {
	width: 300px;
}

#offcanvasExample_Panel .btn-close {
	filter: invert(1);
}

.Tile_Logo img , .logo-box img{
	height: 55px;
	object-fit: contain;
}

.Nv-Items {
	width: 40px;
	height: 40px;
	line-height: 46px;
	font-size: 20px;
}

/* Panel_MainMenu */

a:hover {
	color: inherit;
}

.Panel_Head {
	background-color: #1f1f1f !important;
}

.Panel_Color {
	background-color: #383838 !important;
}

.Panel_Avatar {
	height: 45px;
	object-fit: contain;
}

.Panel_MainMenu ul li a {
	color: #bfbfbf;
	padding: 12px;
	border-bottom: 2px solid #555;
	transition: all 0.4s ease;
}

.Panel_MainMenu ul li a.active {
	color: var(--Color-w);
	border-color: var(--Color-r);
}

.Panel_MainMenu ul li a:hover {
	color: var(--Color-w);
	border-color: var(--Color-r);
	transition: all 0.4s ease;
}

.Panel_MainMenu ul li:first-child a {
	padding: 12px 0;
	margin-left: 12px;
}

.Panel_MainMenu ul li:last-child a {
	padding: 12px 0;
	margin-right: 12px;
}

/* Panel_Head_Profile */

.Panel_Head_Profile>.position-absolute {
	width: 200px;
	top: 65px;
	z-index: 4;
	border-bottom: 2px solid var(--Color-r);
}

.Panel_Head_Profile>.position-absolute ul li a {
	transition: all 0.4s ease;
	color: var(--Color-d);
}

.Panel_Head_Profile>.position-absolute ul li a:hover {
	opacity: 0.5;
	transition: all 0.4s ease;
}

.Panel_Head_Profile>.position-absolute::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 7px;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid var(--Color-w)fff;
}

.Hide_jQuery {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.Show_jQuery {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
}

/* Panel_Main */

.Panel_Main {
	margin-top: -45px;
}

/* login */

.mvh-100 {
	min-height: 100vh;
}

.CaptchaCode {
	filter: blur(1px);
}

.Login-Side {
	background-image: url("img/login.jpg");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}

.toast {
	width: 300px;
    background-color: var(--Color-w);
    box-shadow: none;
    z-index: 5;
}

/* PanelTable */

.PanelTable .row:last-child {
	padding-bottom: 0 !important;
}

.PanelTableNumber {
	width: 22px;
    height: 22px;
    line-height: 25px;
	font-size: 16px;
	border-left: 2px solid var(--Color-e);
}

/* Paginatino */

.Paginatino-Box span,
.Paginatino-Box a {
	display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--Color-w);
    color: var(--Color-d);
    font-size: 16px;
}

.Paginatino-Box span {
	color: var(--Color-e);
	background-color: var(--Color-d);
}

/* TextArea */

.TextArea {
	margin: 0 8px;
}

@media only screen and (min-width : 767px){
	.TextArea {
		margin: 0 12px;
	}
}

.TextArea p {
	padding: 0 !important;
	margin: 16px 0;
	font-size: 16px;
	text-align: justify;
	opacity: 0.8;
	color: var(--Color-d);
	line-height: 1.8;
}

.TextArea p:last-of-type {
	margin-bottom: 4px !important;
}

.TextArea h2,
.TextArea h3,
.TextArea h4,
.TextArea h5,
.TextArea h6{
	margin: 16px 0;
	padding: 0;
}

/* ticket-shape */

@media only screen and (min-width:992px) {
	.tickets-shape-main .col-sm-6:nth-child(3n-1) {
		padding-right: 3px;
		padding-left: 3px;
	}
}

.ticket-shape {
	height: 90px;
}

.ticket-shape::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
	background-color: #eee7e7;
    right: -10px;
    top: 35px;
    border-radius: 90px;
}

.ticket-shape::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
	background-color: #eee7e7;
    left: -10px;
    top: 35px;
    border-radius: 90px;
}

.ticket-shape-2 {
	height: 115px;
	border-radius: 6px;
}

.ticket-shape-2::before {
    top: 47px;
}

.ticket-shape-2::after {
    top: 47px;

}

.border-end-dashed {
	border-left: 2px dashed var(--Color-e);
}

.top-1 {
    top: 1px;
}

.top-2- {
    top: -2px;
}

/* Index_Box */

.Index_Box_1 {
	background-color: var(--Color-e);
	background-image: linear-gradient(90deg, var(--Color-r), #a16d6d);
}

.Index_Box_2 {
	background-color: var(--Color-e);
    background-image: linear-gradient(90deg, #79a7e1, #7276ef);
}

.Index_Box_3 {
	background-color: var(--Color-e);
    background-image: linear-gradient(90deg, #bfc4c9, #a9a9b3);
}

.Index_Box_3 a{
	color: var(--Color-d);
}

/* DocsTable */

@media only screen and (min-width : 768px) {
	.DocsTable table tr td:first-child {
		width: 25%;
	}
}

@media only screen and (max-width : 767px) {
	.DocsTable table tr td {
		width: 100% !important;
		display: block;
		border-bottom: 1px solid #eee;
	}
	.DocsTable table tr td:last-child {
		border-bottom-color: transparent !important;
	}
}

/* DocsGallery */

.DocsGallery {
	touch-action: pan-x;
    overflow-x: auto;
}

.DocsGallery::-webkit-scrollbar {
	display: none;
}

.DocsGallery a{
	width: 64px !important;
	height: 64px !important;
	margin: 0 12px;
}

.DocsGallery img{
	width: 64px !important;
	height: 64px !important;
	object-fit: contain;
}

/* chosen */

.chosen-container {
	width: 100% !important;
	border: 0 !important;
}

.chosen-container .chosen-drop {
	top: calc(100% - 4px);
}

.chosen-container-multi .chosen-choices {
    border: 1px solid var(--Color-e);
	border-radius: 6px;
	font-size: 16px;
	background-image: none;
	box-shadow: none;
	padding: 0;
	padding-bottom: 3px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 39px;
    font-family: "WooPanelSeo90";
	padding: 3px 6px 0px 0;
    font-size: 17px;
}

.chosen-container-active {
	box-shadow: none;
    border: 1px solid var(--Color-e);
}

.chosen-container .chosen-results li {
	font-size: 16px;
	padding: 13px 10px 12px 10px;
	background-color: var(--Color-w);
	color: var(--Color-d);
	border-radius: 3px;
}

.chosen-container .chosen-results li.highlighted {
	background-color: var(--Color-e);
	background-image: none !important;
	color: var(--Color-d);
}

.chosen-container .chosen-drop {
	box-shadow: none;
	border: 1px solid var(--Color-e);
	border-top: 0;
	padding: 6px;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 3px 0 0;
    padding: 9px 9px 9px 22px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	background-image:none;
	background-color: var(--Color-e);
	border: 0;
	border-radius: 4px;
	line-height: normal;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 4px;
}

/* Front page */

.rounded-shape-bottom-left-HERO {
	width: 65px;
	height: 65px;
	bottom: 0;
	background: var(--Color-w);
	border-radius: 12px;
}

.rounded-shape-bottom-left-HERO span:nth-child(1) {
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 0;
	right: -14px;
	background-color: var(--Color-body);
}

.rounded-shape-bottom-left-HERO span:nth-child(2) {
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 0px;
	right: -18px;
	background-color: var(--Color-bg);
	border-radius: 0 0 0 16px;
}

.rounded-shape-bottom-left-HERO span:nth-child(3) {
	width: 18px;
	height: 26px !important;
	position: absolute;
	top: -15px;
	left: 0px;
	background-color: var(--Color-body);
}

.rounded-shape-bottom-left-HERO span:nth-child(4) {
	width: 18px;
	position: absolute;
	top: -18px;
	left: 0;
	background-color: var(--Color-bg);
	height: 18px;
	border-radius: 0 0 0 14px;
}

.rounded-shape-bottom-left-HERO span:nth-child(5) {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0;
	border-radius: 0 14px 0 0;
	background-color: var(--Color-body);
}

.rounded-shape-bottom-left-HERO span:last-child {
	width: 59px;
	height: 59px;
	background-color: var(--Color-bg);
	color: var(--Color-d);
	z-index: 3;
	text-align: center;
	font-size: 12px;
	border-radius: 11px;
	line-height: 32px;
	right: 3px;
}

.rounded-shape-bottom-left-HERO span:nth-child(4),
.rounded-shape-bottom-left-HERO span:nth-child(2) {
	background-color: var(--Color-bg);
}

.rounded-shape-bottom-left-HERO span:nth-child(5),
.rounded-shape-bottom-left-HERO span:nth-child(3),
.rounded-shape-bottom-left-HERO span:nth-child(1),
.rounded-shape-bottom-left {
	background-color: var(--Color-body);
}

.Bg-bg {
	background-color: var(--Color-bg) !important;
}

.Bg-fp {
	background-color: var(--Color-fp) !important;
}

.Color-fp {
	color: var(--Color-fp);
}

.Front_MainMenu li a.active {
    color: var(--Color-w);
    border-color: var(--Color-fp) !important; 
}

.Front_MainMenu ul li a {
    border-bottom: 2px solid #14787b !important;
}

.Front_MainMenu ul li a:hover {
    border-color: var(--Color-fp) !important;
}

#particles-js{
	position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.Hd_top {
	background: #00000014;
	border-radius: 25px;
}

.SERVICEss {
	background-image: url("img/Tile_Bg.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
}

.SRVc {
	background-image: url("img/hexagon-alt-svgrepo-com.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 240px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title-dot::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: var(--Color-bg);
    top: 14px;
    right: 0;
}

.title-dot::after {
	content: "";
    position: absolute;
    width: 11px;
    height: 10px;
    background-color: var(--Color-fp);
    top: 22px;
    right: 4px;
}

.rrnd {
	transform: rotate(-20deg);
}

img.PopTn {
	height: 85px;
	object-fit: contain;
	filter: grayscale(0.6);
	transition: all 0.4s ease;
}

img.PopTn:hover {
	filter: grayscale(1);
	transition: all 0.4s ease;
}

.servc_Desc div.position-relative {
	z-index: 1;
}

.Srv_ {
	border-radius: 12px;
	z-index: 2;
	overflow: hidden;
}

.Srv_::before{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: var(--Color-el);
	transition: all 0.4s ease;
	z-index: -1;
}

.Srv_:hover::before{
	content: "";
	position: absolute;
	height: 100%;
	transition: all 0.4s ease;
}

/* Main-Slide */

@media only screen and (max-width:991px){
	.TTT {
		background-color: var(--Color-bg);
	}
}

.Main-Slide {
	margin-top: -232px;
}

.Main-Slide .swiper-slide {
	padding-top: 252px !important;
}

.Main-Slide , .Main-Slide .row {
	/* min-height: 70vh; */
}

.swiper-main .swiper-pagination {
	z-index: 2;
	bottom: 30px;
}

.swiper-main .swiper-pagination-bullet-active {
	background-color: var(--Color-w);
	width: 20px;
	border-radius: 8px;
}

.swiper-main-slide .swiper-slide {
    background-image: linear-gradient(to left, #0e2829, #1e9597);
}

.swiper-main-slide .swiper-slide:nth-child(2n) {
    background-image: linear-gradient(to left, #262987, #41cacc);
}

.Panel-side-Access-Front  ul li.active{
	background-color: var(--Color-bg);
}

.footer-menu li a{
	color: var(--Color-e);
	margin: 8px 0;
	display: block;
}


/* contact-us */

.contact-us-form-3-shapes>span.shapess:nth-child(1) {
	content: "";
	top: 50px;
	left: -15px;
	background-color: var(--Color-bg);
	display: inline-flex;
	width: 50px;
	height: 13px;
	border-radius: 20px;
}

.contact-us-form-3-shapes>span.shapess:nth-child(2) {
	content: "";
	top: 63px;
	left: -15px;
	background-color: var(--Color-w);
	display: inline-flex;
	width: 50px;
	height: 13px;
	border-radius: 20px;
}

.contact-us-form-3-shapes>span.shapess:nth-child(3) {
	content: "";
	top: 76px;
	left: -15px;
	background-color: var(--Color-bg);
	display: inline-flex;
	width: 50px;
	height: 13px;
	border-radius: 20px;
}

@media only screen and (max-width: 767px) {
	.row-reverse-md {
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 768px) {
	.contact-us-form-3-shapes>span.shapess:nth-child(3) {
		left: -35px;
	}
}

.Contact-Map * {
	width: 100% !important;
	height: 350px !important;
	border-radius: 8px;
}

.scroll-to-top {
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 47px;
    font-size: 20px;
}