:root {
	--w1: #1bb6c1;
	--b1: #114147;
	--w2: #ee8267;
	--w3: #f3c653;
    
}

::-moz-selection { /* Code for Firefox */
    /* color:#858282; */
    color:white;
    background: cadetblue;
  }
  
  ::selection {
  /* color:#858282; */
  color:white;
  background: cadetblue;
  }

/* fonts */
@font-face {
      font-family: iranyekanwebregular;
      font-style: normal;
      font-weight: 400;
      src: url(../fonts/iranyekanwebregular.eot) format("embedded-opentype"), url(../fonts/iranyekanwebregular.ttf) format("truetype")
}
  
@font-face {
      font-family: IRANSansWeb_Light;
      font-style: normal;
      font-weight: 400;
      src: url(../fonts/IRANSansWeb.eot) format("embedded-opentype"), url('../fonts/IRANSansWeb(FaNum).woff') format("woff"), url(../fonts/IRANSansWeb.ttf) format("truetype")
}
@font-face {
      font-family: Yekan;
      font-style: normal;
      font-weight: 400;
      src: url(../fonts/Yekan.eot) format("embedded-opentype"), url(../fonts/Yekan.woff) format("woff"), url(../fonts/Yekan.ttf) format("truetype")
}
@font-face {
      font-family: Vazir;
      font-style: normal;
      font-weight: 400;
      src: url(../fonts/Vazir.eot) format("embedded-opentype"), url(../fonts/Vazir.woff) format("woff"), url(../fonts/Vazir.ttf) format("truetype")
}
@font-face {
      font-family: Kalameh-Regular;
      font-style: normal;
      font-weight: 400;
      src: url(../fonts/Kalameh-Regular.eot) format("embedded-opentype"), url(../fonts/Kalameh-Regular.ttf) format("truetype")
}
  
body{
	margin: 0;
	padding: 0;
	font-family: 'Vazir';
	background-color:#ffffff;
	font-size:14px;
    /* background-color: #ffed99; */
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
a{
	color:var(--w1);
}
a:hover{
	color:var(--c3);
}
p{
	font-size:14px;
}
section.home1 {
    margin-top: 6em;
}
@media (max-width:768px){
.horizontal-scroll {
		
}
.horizontal-scroll-box {
    display: block;
    direction: rtl;
    background-color: white;
    border-radius: 24px;
    border: 1px solid rgba(14, 32, 38, 0.2);
    background: #FFFFFF;
    color: #0E2026;
}
.horizontal-scroll-box img{
	border-radius:24px 24px 0 0;
}
.horizontal-scroll-box h3 {
    font-size: 14px;
    padding: 15px 15px 8px 15px ;
    margin-bottom: 0;
    line-height: 1.6;
	font-weight:bold;
}
.horizontal-scroll-box p {
    padding: 0 15px 15px 15px;
    margin-bottom: 0;
    text-align: justify;
	font-size:13px;
}
}

@media (min-width:768px){
.horizontal-scroll {

}
.horizontal-scroll-box {
    display: block;
    /* direction: ltr; */
    background-color: white;
    border-radius: 24px;
    border: 1px solid rgba(14, 32, 38, 0.2);
    background: #FFFFFF;
    color: #0E2026;
}
.horizontal-scroll-box img {
    border-radius: 24px 24px 0 0;
    max-width: 300px;
}
.horizontal-scroll-box h3 {
    font-size: 15px;
    padding: 15px;
    margin-bottom: 0;
    line-height: 1.6;
	font-weight: bold;
}
.horizontal-scroll-box p {
    padding: 0 15px 15px 15px;
    margin-bottom: 0;
    text-align: justify;
}
}

.horizontal-scroll  .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -64px;
    left: 0;
}
.horizontal-scroll  .owl-nav button.owl-next, .horizontal-scroll  .owl-nav button.owl-prev, .horizontal-scroll  button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 30px!important;
    margin: 0px 0px 10px 0px;
}
.horizontal-scroll .owl-next span, .horizontal-scroll .owl-prev span {
    padding: 5px;
    padding: 0px 12px;
    font-size: 20px;
    border: 1px solid #818181;
    margin: 0 5px;
    border-radius: 24px;
}
.horizontal-scroll .owl-next span, .horizontal-scroll .owl-prev span {
    padding: 5px;
    padding: 0px 14px 1px 14px;
    font-size: 20px;
    border: 1px solid rgba(14, 32, 38, 0.2);
    margin: 0 5px;
    border-radius: 12px;
    background: white;
	transition:all 0.4s;
}
.horizontal-scroll .owl-next span:hover, .horizontal-scroll .owl-prev span:hover {
	color:white;
	background-color:#0E2026;
}
/* Tab Codes */

/* Tab Buttons */
.tab-buttons {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    /* background-color: #333; */
    padding: 10px 0;
    /* scroll-snap-type: x mandatory; */
}
.tab-button:hover {
    background-color: var(--c3);
	color:white;
}

/* Tab Content */
.tab-content-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    width: 100%;
    /* height: 300px; */
    /* background-color: #f9f9f9; */
    /* scrollbar-width: none; */
    /* -webkit-scrollbar-style: none; */
}
.tab-panel {
    scroll-snap-align: start;
    width: 100%;
    flex-shrink: 0;
    padding: 12px;
    box-sizing: border-box;
    /* background: #fff; */
    /* border: 1px solid #ddd; */
}
.tab-panel p {
    margin: 0;
}
section.home2 {
    margin: 5em 0 4em 0;
}
.tabbox img {
    border-radius: 24px;
}
.tabbox p{}
.tabbox h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.row.tabbox {
    /* border: 1px solid lightgray; */
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 1px;
    margin-left: 1px;
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(14, 32, 38, 0.2);
    background: #FFFFFF;
    color: #0E2026;
}
.a-img-tabbox{
	display:flex;
	align-items:center;
}
.colimg{
	display:flex;
}
.coltext{
	margin-top: auto;
    margin-bottom: auto;
}
.intab-mycol{
	padding-right: 5px!important;
    padding-left: 5px!important;
}
.tabs {
    display: flex;
    gap: 10px;
    /* margin-bottom: 20px; */
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-scrollbar-style: none;
}
.tab-button {
    /* font-family: Manrope,sans-serif; */
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 24px;
    border: 1px solid rgba(14, 32, 38, 0.2);
    background: #FFFFFF;
    color: #0E2026;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* padding: 7px 15px; */
    /* border: none; */
    /* font-size: 13px; */
    /* background: #007bff; */
    /* color: white; */
    /* border-radius: 8px; */
    /* cursor: pointer; */
    /* transition: background-color 0.3s; */
    /* font-weight: 200; */
}
.tab-button.active {
      color: #FFFFFF;
    border: none;
    background: #0E2026;
}
.tab-button:hover:not(.active) {
  background: var(--w3);
  color: #fff;
}
.tab-content-container {
    width: 100%;
    /* max-width: 600px; */
    padding: 20px;
    /* border: 2px solid #007bff; */
    border-radius: 24px;
    /* background-color: white; */
    /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
}
/* Tab content styling */
.tab-content {
  /* display: none; */
  opacity: 0;
  animation: fadeIn 0.4s forwards;
}
.tab-content.active {
  display: block;
}
/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dnone{
	display:none;
}


@media(max-width:320px){
	.tabbox h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.tabbox p {
font-size:12px;
}
}
@media(min-width:572px){
.sldr {
    margin-top: 8em;
    background: linear-gradient(
        90deg,
        rgba(24, 91, 100, 1) 0%,
        rgba(17, 65, 71, 1) 35%
    );
    margin-bottom: 3em;
    border-radius: 24px;
    color: white;
    padding: 2em;
    direction: rtl;
    text-align: right;
	position:relative;
}
}
@media(max-width:572px){
	.sldr {
    margin-top: 5em;
    background: linear-gradient(
        90deg,
        rgba(24, 91, 100, 1) 0%,
        rgba(17, 65, 71, 1) 35%
    );
    margin-bottom: 3em;
    /* border-radius: 8px; */
    color: white;
    padding: 2em;
    direction: rtl;
    text-align: right;
	position:relative;
}
}
.home0-col1{
	
}
.home0-col1 h1 {
    font-size: 24px;
    font-weight: bold;
	padding:10px;
    padding-bottom: 0em;
}
.home0-col1 p {
    font-size: 14px;
    padding-bottom: 1em;
    text-align: justify;
    padding: 10px;
    color: #ababab;
}
.myowl1 {
    padding: 20px;
}
.myowl1 .item {
    text-align: center;
}
.myitem1 {
    padding: 10px;
    /* border: 1px solid white; */
    border-radius: 24px;
    /* margin: 10px; */
    background: rgba(81, 150, 171, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.myitem1 h4 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
}
.myitem1 p {
    color: #ababab;
}
.myitem1 img {
    max-width: 80px;
	padding-bottom:10px;
}
.myowl1 .owl-nav .owl-prev{
	position:absolute;
	right:0;
	top:40%;
}
.myowl1 .owl-nav .owl-next{
	position:absolute;
	left:0;
	top:40%;
}
.myowl1 .owl-nav .owl-prev span{
	font-size:24px;
}
.myowl1 .owl-nav .owl-next span{
	font-size:24px;
}
/* 
.mybtn1{
	 padding: 7px 15px;
    border: none;
    font-size: 13px;
    background: #007bff;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 200;
} 
*/
footer {
    background:linear-gradient(
        90deg,
        rgba(24, 91, 100, 1) 0%,
        rgba(17, 65, 71, 1) 35%
    ) !important;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-line2 {
    padding: 60px 0;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.color-d {
    color: #ddd!important;
    font-size: 14px;
}
.footercol h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
.footerul ul {
    padding: 0!important;
}
.footerul ul li {
    padding: 0!important;
    padding-bottom: 10px!important;
    font-size: 14px;
}
.footerul li {
    color: #ddd!important;
    padding: 8px;
    font-size: 16px;
    list-style: none;
}
.footerul a {
    color: #ddd!important;
	transition:all 0.4s;
}
.footerul a:hover{
	color:white!important;
}
.tagsfooter span {
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
    padding: 12px 12px;
    border-radius: 24px;
    margin: 0 5px 10px 0;
    background: #1bb6c1;
    font-size: 12px;
    font-weight: 600;
	color:white;
}
.signfooter {
    color: white;
    font-size: 14px;
}
.signfooter i {
    color: red;
    animation-name: heartbeat;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
.socialfooterl3 li {
    display: inline-block;
    margin-right: .5rem;
}
.socialfooterl3 a {
    color: #ddd;
	transition:all 0.4s;
}
.socialfooterl3 a:hover{
	color:var(--w3);
}
.socialfooterl3 i {
    font-size: 18px;
}
.searchbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #555555a1;
    content: '';
    z-index: 99999;
    transition: all 0.2s;
}
.myitem1 a{
	color:white;
	transition:all 0.4s;
}
.myitem1 a:hover{
	color:var(--w1);
}
.horizontal-scroll-box a{
	color:black;
	transition:all 0.4s;
}
.horizontal-scroll-box a:hover{
	color:var(--w1);
}
.intab-mycol a{
	color:black;
	transition:all 0.4s;
}
.intab-mycol a:hover{
	color:var(--w1);
}
.horizontal-scroll .owl-dots {
    display: none;
}
.blogbox{
	display: block;
    direction: ltr;
	text-align:right;
    background-color: white;
    border-radius: 24px;
    border: 1px solid rgba(14, 32, 38, 0.2);
    background: #FFFFFF;
    color: #0E2026;
}
.blogbox img {
    border-radius: 24px 24px 0 0;
}
.blogbox a {
    color: black;
    transition: all 0.4s;
}
.blogbox a:hover {
    color: var(--w1);
}
.blogbox h3 {
    font-size: 14px;
    padding: 15px 15px 8px 15px;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: bold;
}
.blogbox p {
    padding: 0 15px 15px 15px;
    margin-bottom: 0;
    /* text-align: justify; */
    font-size: 14px;
}

.archive-bc {
    margin-top: 8em;
    margin-bottom: 1em;
    background-color: white;
    border: 1px solid rgba(14, 32, 38, 0.2);
    border-radius: 24px;
    padding-top: 12px;
}
.archive1{
	/* margin-top:8em; */
	margin-bottom:3em;
}
@media (max-width:426px){
.archive-bc ul{
	display: inline-flex;
    list-style: none;
	padding:0 10px;
}
.archive-bc{
	text-align:center;
}
}
@media (min-width:426px){
.archive-bc ul{
	display: inline-flex;
    list-style: none;
}
}
.archive-bc ul li:not(:first-child) {
  margin-right:25px;
  position:relative;
}
.archive-bc ul li:not(:first-child):before {
    Content: '›';
    position: absolute;
    right: -13px;
    font-size: 18px;
    top: -2px;
    color: var(--w1);
}
.archive-bc ul li a{
	transition:all 0.4s;
}
.archive-bc ul li:last-child a{
 color:black;
}
.owl-carousel{
	display:block!important;
}
.bitbirmenu-logo-column-div img{
	max-width:100px;
}
.item{
	margin-bottom:1em;
}
.single-heading-section{
	margin-top: 1em;
    margin-bottom: 3em;
    padding-top: 12px;
}
.single-heading {
    background-color: white;
    border: 1px solid rgba(14, 32, 38, 0.2);
    border-radius: 24px;
    padding: 1.5em;
    margin-bottom: 1em;
}
.single-heading h1 {
    font-size: 20px;
    font-weight: bold;
	position:relative;
}
.single-heading img {
    border-radius: 24px;
    margin-bottom: 1em;
}
.single-heading-h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
article.blogtext {
    padding-top: 1em;
}
article.blogtext p {
    font-size: 15px;
    line-height: 1.9;
}
article.blogtext h2{
	font-size:20px;
	font-weight:bold;
	margin-top:2em;
	margin-bottom: 0.8em;
}
article.blogtext h3{
	font-size:19px;
	font-weight:bold;
	margin-top:2em;
	margin-bottom: 0.8em;
}
article.blogtext h4{
	font-size:18px;
	font-weight:bold;
	margin-top:2em;
	margin-bottom: 0.8em;
}
article.blogtext h5{
	font-size:17px;
	font-weight:bold;
	margin-top:2em;
	margin-bottom: 0.8em;
}
article.blogtext h6{
	font-size:16px;
	font-weight:bold;
	margin-top:2em;
	margin-bottom: 0.8em;
}
article.blogtext a{
	color:var(--w1)!important;
}
article.blogtext a:hover{
	color:var(--w3)!important;
}
/* .single-heading h1:before {
    position: absolute;
    content: "\f530";
	font-family:fontawesome;
    right: -10px;
    top: 12px;
}
.single-heading h1:after {
    position: absolute;
    content: "\f530";
	font-family:fontawesome;
    left: -10px;
    top: 12px;
} */
.sidebar1 h5{
	    font-size: 15px;
    font-weight: bold;
}
.sidebar1 a:hover{
	color:var(--w3)!important;
}
.pt-10em {
    padding-top: 10em;
}
.sidebox {
    padding: 2em;
    /* background: linear-gradient(45deg,transparent, #0abec317, transparent); */
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(14, 32, 38, 0.2);
    margin-top: 15px;
    margin-bottom: 3em;
}
.resultbox h4 {
    font-size: 16px;
}
.resultbox span{
	color:var(--w3);
}
.comment-div {
    /* background-color: white;
    border: 1px solid rgba(14, 32, 38, 0.2);
    border-radius: 24px;
    padding: 1.5em;
    margin-bottom: 1em; */
}
.comment-section{
	margin-bottom:3em;
}

/* wordpress comments styles */
#commentform textarea,input{
	width:100%;
}
#commentform textarea{
	height:140px;
}
#commentform #submit {
    padding: 8px 15px;
    background-color: var(--w1);
    color: white;
    border-radius: 8px;
    transition: all 0.5s ease;
    position: relative;
    display: inline-block;
    z-index: 1;
    width: auto;
    border: none;
    font-size: 13px;
}
#commentform #wp-comment-cookies-consent{
	width:auto;
}
#commentform #comment {
	padding: 14px 20px 10px 15px;
    /* border: none; */
    /* outline: none; */
    border-radius: 0 4px 4px 0;
    /* width: 85%; */
    /* border: 1px solid var(--w1); */
	font-size:13px;
	background-color: white;
    border: 1px solid rgba(14, 32, 38, 0.2);
    border-radius: 24px;
}
#commentform #author {
	    padding:9px 20px 9px 15px;
    border: none;
    outline: none;
    border-radius: 0 4px 4px 0;
    /* width: 85%; */
    border: 1px solid var(--w1);
	font-size:13px;
	background-color: white;
    border: 1px solid rgba(14, 32, 38, 0.2);
    border-radius: 24px;
}
#commentform #email {
	    padding: 9px 20px 9px 15px;
    border: none;
    outline: none;
    border-radius: 0 4px 4px 0;
    /* width: 85%; */
    border: 1px solid var(--w1);
	font-size:13px;
	background-color: white;
    border: 1px solid rgba(14, 32, 38, 0.2);
    border-radius: 24px;
	direction: ltr;
}
#commentform #url {
	    padding: 9px 20px 9px 15px;
    border: none;
    outline: none;
    border-radius: 0 4px 4px 0;
    /* width: 85%; */
    border: 1px solid var(--w1);
	font-size:13px;
	    background-color: white;
    border: 1px solid rgba(14, 32, 38, 0.2);
    border-radius: 24px;
}
.comment-list {
    list-style: none;
    padding-right: 0;
    padding-left: 0;
}
.comment-author span{
	display:none;
}
.comment-author cite {
    font-style: normal;
    font-size: 13px;
}
/* li.comment {
    padding: 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 19%);
    border-radius: 12px;
    margin-bottom: 15px;
} */
li.comment {
    /* border: 1px solid #21cdde33; */
    padding: 10px;
    /* box-shadow: 0 2px 5px rgb(0 0 0 / 19%); */
    /* border-radius: 12px; */
    margin-bottom: 15px;
	background-color: white;
    border: 1px solid rgba(14, 32, 38, 0.2);
    border-radius: 24px;
}
.commentmetadata {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 13px;
    background-color: white;
    padding-right: 3px;
}
.comment-body{
	position:relative;
}
.comment ul{
	list-style:none;
}
ul.children {
    padding-left: 0;
    padding-right: 15px;
    margin-top: 10px;
    box-shadow: none;
}
li.comment.depth-2 {
    box-shadow: none;
	border:none;
} 
.comment-author img {
    border-radius: 50%;
    margin-left: 5px;
}
.reply{
	padding: 5px;
}
.reply a{
    /* border: 1px solid lightgray; */
}
.comment-body p {
    margin-top: 15px;
    color: var(--text);
	direction:rtl;
}
.comments-title {
    font-size: 18px;
    margin-bottom: 1em;
    margin-right: 1em;
}
.comments{
	padding-top:30px;
}
.comments-title span {
    font-size: 16px;
    color: var(--text);
    font-weight: bold;
}
.children li{
	position:relative;
}
.children li:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #dfdfdf73, transparent);
    top: 12px;
    right: 0;
}
h3#reply-title {
    font-size: 18px;
    margin-top: 25px;
}
.comment-notes span{
	font-size:13px;
	color:var(--text);
}
.comment-form label{
	font-size:14px;
	color:var(--text);
	    width: unset;
    display: inline;
	margin-right:10px;
}
#comments {
    margin-bottom: 3em;
}
.comments{
	direction:rtl;
	text-align:right;
}
/* wordpress comments styles */

.myitem1 img {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
	padding: 15px 0;
}
@media (min-width:769px){
.slider-text-box {
    padding: 20px;
}
}