/*
Theme Name: hamyaran2019
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'iransans';
  src: url('/wp-content/themes/hamyaran-skin/fonts/irsans/irsans.woff') format('woff');
  font-display: swap;
}
html{scroll-behavior:smooth;}
body {
  font-family: 'IRANSans', sans-serif !important;
  font-size: .875rem;
  direction:rtl;
}
input,label,button span,figcaption{ font-family: 'iransans' !important; }
a {
  color: #007bff;
  transition: 0.5s;
  font-family: 'iransans';
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none !important;
}

p {
  font-family: 'iransans' !important;    
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'iransans' !important;
  font-size: .875rem;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding:0;
}

img{max-width:100%; height:auto;}
/* Back to top button */

.back-to-top {
  position: fixed;
  
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.curved{
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
}


    .tv {
     border-radius:50% / 30% ;
     margin-top:-20px;
    }
    
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #FFFFFF;
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); */
}

#header.header-scrolled,
#header.header-pages {
  height: 90px;
  padding: 10px 0;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;     /* مرکز عمودی */
    height: 60px;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
    border-radius: 7px;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
    z-index: 999;
    background: #FFFFFF;
    
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 10px 0;
  max-height: 40px;
}
@media (max-width : 991px){
#header .container{
    height: 45px;
    border-bottom: none;
    width: 90%;
    margin-top: 25px;
}	

#header .logo img {
  max-height: 32px;
  margin: 7px 0;
}
}
.main-pages {
  margin-top: 60px;
}

.phone-action img{ border-radius:50px;


 }

.mypage-alo-phone {
        font-size: 13px;
    line-height: 22px;
    color: #414546;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: byekan;
    list-style: none;
    position: fixed;
    z-index: 200000!important;
    bottom: 0;
    left: 0;
    visibility: visible;
    width: 110px;
    height: 110px;
    cursor: pointer;
    background-color: transparent;
}
.pulse {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 rgb(47 37 36 / 70%);
}


.mypage-alo-ph-circle-fill {
        font-size: 13px;
    line-height: 22px;
    color: #414546;
    visibility: visible;
    cursor: pointer;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: byekan;
    list-style: none;
    position: absolute;
    top: 28px;
    left: 28px;
    width: 60px;
    height: 60px;
    transition: all .5s;
    opacity: .75!important;
    border: 2px solid transparent;
    border-radius: 100%;
    background-color: rgba(0,175,242,.5);
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 rgba(232,76,61,.7);
    animation-iteration-count: infinite;
}
.mypage-alo-ph-circle{
        font-size: 13px;
    line-height: 22px;
    color: #414546;
    visibility: visible;
    cursor: pointer;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: byekan;
    list-style: none;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.mypage-alo-ph-img-circle{
	    font-size: 13px;
    line-height: 22px;
    color: #414546;
    visibility: visible;
    cursor: pointer;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: byekan;
    list-style: none;
    position: absolute;
    top: 43px;
    left: 43px;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    transform-origin: 50% 50%;
    opacity: .7;
    border: 2px solid transparent;
    border-radius: 100%;
    background: rgba(30,30,30,.1) url("img/call-icon.png") no-repeat center center;
    background-color: #0089b9;
    background-image: url("img/call-icon.png");
    background-size: 70%;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: tada;
    animation-iteration-count: infinite;
	
	
}


/* ------------------- Desktop Navigation ------------------- */

.main-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-top: 10px;
  font-family: iransans;
  text-align: right;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav > ul > li {
  position: relative;
  margin: 0 10px;
  float: right;
}
.main-nav > ul > li:not(:first-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 25%;
  height: 50%;
  width: 1px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));
}


.main-nav li a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #3d3d3d;
  transition: color 0.3s;
  position: relative;
  text-decoration: none;
}

.main-nav li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.main-nav .sub-menu li.menu-item-has-children > a::after {
  content: "\f104"; /* فلش به چپ */
  font-family: 'Font Awesome 5 Free';    
  left: 10px; /* تنظیم دقیق‌تر موقعیت فلش */
  font-size: 12px; /* کوچکتر برای هماهنگی با فونت زیرمنو */
}


.main-nav li a:hover,
.main-nav li:hover > a,
.main-nav .current-menu-item > a {
  color: #000;
  font-weight: bold;
}

.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 260px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 999;
  border-radius: 5px;
}

.main-nav li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-nav .sub-menu li {
  position: relative;
}

.main-nav .sub-menu li a {
  padding: 10px 20px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.main-nav .sub-menu li a:hover {
  background: #f4f4f4;
}

.main-nav .sub-menu .sub-menu {
  top: 0;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 5px;
  z-index: 1000;
}

.main-nav .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

/* ------------------- Mobile Navigation ------------------- */
.mobile-nav-header {
  background: #fff;
}

.mobile-search input {
  border-radius: 25px;
  padding: 8px 15px;
  font-size: 14px;
}

.mobile-nav .btn {
    font-size:12px;
    border-radius: 25px 0 25px 25px;
    padding:5px !important;
}
.mobile-nav input[type="text"] {border-radius:15px 0 15px 15px;}
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -340px;
  width: 340px;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s ease;
  z-index: 9999;
  padding-top: 20px;
  text-align: right;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav li {
  border-bottom: 1px solid #eee;
  margin-right: 20px;
}

.mobile-nav a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  position: relative;
  transition: 0.3s;
}

.mobile-nav li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-nav ul.sub-menu {
  display: none;
  background: #f9f9f9;
}

.mobile-nav ul.sub-menu li a {
  padding-left: 40px;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-toggle {
    position: fixed;
    left: 15px;
    top: 19px;
    background: none;
    border: none;
    z-index: 99999;
    font-size: 24px;
    cursor: pointer;
    color: #204cb0;
}
.mobile-nav-toggle:focus,
.mobile-nav-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}
.menu-icon-wrap {
  display: flex;
  align-items: center;
  
}

.menu-text {
  font-size: 7px;
  transform: rotate(90deg);
  display: inline-block;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.mobile-nav-active .mobile-nav-overly {
  display: block;
}

.only-mobile-menu {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .only-mobile-menu {
    display: block !important;
  }
}


.phone-head{position:fixed; z-index:999; color:#FFF; left:50px; top:12px; border:none; background:none;}
.phone-head a{font-family: 'Lalezar', cursive; color:#c1d5ff; font-size:20px; }
.phone-head a:hover{ color:#FFF; }
i.fa-phone-square{color:#c1d5ff;}


.container{ direction:rtl; text-align:justify; }
.container h1 , .container h2{
  padding:5px;
  width:fit-content;
  }
.container h1{font-size:20px !important; font-weight:900px;}
/* .container h1:before{font-family: Font Awesome\ 5 Free; content:"\f058"; margin-left:5px;} */
.container h2{font-size:18px !important; font-weight:400px; }
/* .container h2:before{font-family: Font Awesome\ 5 Free; content:"\f05d"; margin-left:5px;} */
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  font-family: 'iransans';
  width: 100%;
  position: relative;
  background:#FFFFFF /*url("img/intro-bg.png") center bottom no-repeat*/;
  background-size: cover;
  padding: 0;
}
span.wrap{ line-height:100px; } 
#intro .intro-img {
  width: 50%;
  float: left;
}

#intro .intro-info {
  width: 50%;
  text-align: justify;
  margin: 100px 0px;
  font-family: 'dastnevis';
  line-height: 0px;
  transform: rotate(-5deg);
  float: right;
}

#intro .intro-info b {
  color: #333;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  font-family:'dastnevis';
}

#intro .intro-info b span {
  color: #284581;
  text-decoration:none;
  font-size:28px;
  font-family:'dastnevis';
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 20px 0 0 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}


@media(max-width : 767px){
    .guard{
    position: absolute;
    top: 190px ;
    left: 215px ;
    width: 150px;

}
}
@media(min-width : 768px){
.guard{
    position: absolute;
    top: 230px!important;
    left: 350px!important;
    width: 150px;
    
}
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h2 {
  font-size: 26px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;


}

.section-header h2 b {  font-weight: 900;
  font-size: 28px; }


.section-header p {
  text-align: justify;
  direction:rtl;
  margin:0 auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 100%;
  line-height:30px;

}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 60px 0;
  direction:ltr;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
  text-align:justify;
  direction:rtl;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
  text-align:right;
}

#about .about-container .icon-box .icon {
  float: right;
  margin-right:5px;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}
@media(max-width : 991px){
	#about .about-container .icon-box .icon {
	width: 40px;
	height: 40px;
	}
}
#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  width:auto;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 0px;

}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
  text-align:right;
  margin-top:60px;
}

#about .about-extra p {direction:rtl; text-align:justify;}

#about .about-extra .video{ padding-top:100px; }
#about .about-extra .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0;
  text-align:right;
  height:50px !important;
}

#about .about-extra .icon-box .icon {
  float: right;
  background: #fff;
  width: 45px;
  height: 45px;
  margin-left:10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
  
}

#about .about-extra .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-extra .icon-box:hover .icon {
  background: #007bff;
}

#about .about-extra .icon-box:hover .icon i {
  color: #fff;
}

#about .about-extra .icon-box .title {
  margin-left: 80px;
  font-weight:bold;
  margin: 5px;
  font-size: 14px;
  padding-top:15px;
}

#about .about-extra .icon-box .title a {
  color: #283d50;
}

#about .about-extra .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

.marketing *{ text-align:center !important; } 
.marketing h4{ text-align:center !important; margin-bottom:20px; font-weight:normal !important; }
.marketing h4 b#red{ color:#F00; }


/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-align:right;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
  text-align:justify;;
}

#why-us {
  padding: 60px 0;
  background: #004a99;

}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
  text-align:center;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: iransans;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: iransans;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio h3 ,#portfolio p{ text-align:center; }

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
  border:1px solid #EEE;
  border-radius:5px;
  padding:10px !important;

}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 20px;

}
#testimonials .section-header p{text-align:center; font-size:18px; color:#333; padding:20px 0 0 0 !important; }

#testimonials .customers{
   margin-bottom: 20px;
}
.logo-customers{ }

#testimonials .customers img{ margin:0 auto;  padding:5px; }

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Link Section
--------------------------------*/
#link{ margin:30px 0 0 30px; }
#link .section-header h3{ text-align:right; font-size:18px; }
#link ul{ background:none; }
#link ul li{ color:#999 !important; list-style:5px circle #111; text-align:center; padding: 10px; border-bottom:1px dotted #DDD; margin: 0 40px 0 20px; }
#link ul li a{ color:#555 !important; }

/* Contact Section
--------------------------------*/
.clear-fix{clear:both; height:0;}
.contactbox{}
.contactbox span{color:#c0d4ff; font-size:15px; letter-spacing: 2px;}
.contactbox span b{font-size:18px;}
.contactbox i{font-size:24px !important; color:#779bed; margin:15px 5px 0 0;}
.contactbox a{}

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

.footer-contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-contact .form #sendmessage.show,
.footer-contact .form #errormessage.show,
.footer-contact .form .show {
  display: block;
}

.footer-contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.footer-contact .form input{ height:30px;  }
/*.footer-contact .form input::placeholder , .footer-contact .form textarea::placeholder{ color:#FFF; }*/
.footer-contact .form textarea { min-height:120px; }
.footer-contact .form input,
.footer-contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  border:none;
  
}

.footer-contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 0px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

.footer-contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}


.contact-info{ position:fixed; left:0; width:20%; height:0; bottom:0; background:rgba(0, 127, 255, 0.85);
 direction:rtl; z-index:1010; }
.contact-info a { color:#FFF; transition: ease-in-out ; }
.contact-info a:hover { background:#FFF; color:#000; font-size:18px; padding:0 20px 0 20px; border-radius:5px; }
.contact-info div{ height:50px; text-align:center; color:#EEE; font-family: 'iransans'; font-size:16px; padding-top:10px; }
.contact-info i{ font-size:20px; margin-right:15px; }
.toggle{ position:fixed; left:10px; bottom:10px; z-index:1050; } 
.minimize{ position:relative; padding:20px 20px 0 20px; }
.minimize i{ position:relative; padding:20px 0 0 20px; }


/* Archive
--------------------------------*/
#archive{ margin-top:100px; background:#F7F7F7; padding:20px 0 20px 0; }
#archive .container{ min-height:500px;}
#archive a { color:#39F; }
#archive img{ float:right; margin-left:5px; }
#archive h2{ text-align:right; font-size:22px; }
#archive p{ line-height:30px; text-align:justify; }

#archive .post-box{ text-align:center;  background:#FFF; padding:10px; margin-bottom:10px;
-webkit-box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);
-moz-box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);
box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);}

li.categories { list-style:none; color:#F7F7F7; text-align:center; }
li.cat-item { text-align:center; padding:10px; list-style:none; margin-bottom:10px !important; border-radius:5px; width:100%;
-webkit-box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);
-moz-box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);
box-shadow: 0px 7px 6px -9px rgba(214,214,214,1); }
li.categories ul { padding:0 !important; }

@media(max-width:640px){#archive img{ float:none; clear:both; } #archive h2{ clear:both; text-align:center; }}


/* Post
--------------------------------*/
#post{ margin-top:20px; }
#post p{ line-height:30px; }
#post .container{ min-height:500px;}
.post-thumbnail{margin:10px auto; text-align: center;}

/* Page
--------------------------------*/
#page{ margin-top:20px; }
#page p{ line-height:30px; }
#page .container{ min-height:500px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 30px 0;
  color: #EEE;
  font-size: 14px;
  margin-top:20px;

}

#footer .footer-top {
    background: #0d224b;
    padding: 15px;
    margin: 0 auto;
    border-radius: 25px
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
  
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-contact input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-contact input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #6d6d6d;
}

#footer .credits a {
  color: #6d6d6d;
}

#footer .credits a:hover {
  color: #6d6d6d;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 90px;
    padding: 10px 0;
	margin-top:-25px;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width:100%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
	
  }
  #intro .intro-info b , #intro .intro-info span{font-size:24px !important; line-height:40px !important;}

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
  
  .contact-info{ width:50%; }

}

@media (max-width: 574px) {
  #intro {
    padding: 0 0 20px 0;
  }
}

.portfolio-block::before {
    background: linear-gradient(#1c4fc3, #1c4fc3);
    height: 40%;
    width: 70%;
    position: absolute;
    left: 50%;
    top: 120rem;
    content: "";
    z-index: -1;
    border-radius: 25px 0 25px 25px;
    transform: translateX(-50%);
}

/* .portfolio-block::after {
    background: linear-gradient(#1c76c3, #1c76c3);
	border:1px dashed #FFF;
    height: 60%;
    width: 65%;
    position: absolute;
    left: 50%;
    top: 111.5rem;
    content: "";
    z-index: -1;
    border-radius: 25px 0 25px 25px;
    transform: translateX(-50%);
}*/

/* استایل اصلی */
.custom-homepage {
    font-family: 'Dana', sans-serif;
    padding: 0;
    margin: 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* بخش معرفی */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    background: #f8f9fa;
}

.hero-content {
    flex: 1;
    text-align: right;
    padding: 20px;
}

.hero-content .btn {
    background: #0d6efd;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px 0 25px 25px;
    text-decoration: none;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 40px 0 40px 40px;
}

/* بخش ویژگی‌ها */
.features {
    display: flex;
    justify-content: space-around;
    padding: 40px 20px;
    background: #e9ecef;
    text-align: center;
}

.feature-item {
    width: 30%;
}

/* بسته‌های قیمتی */
.pricing {
    text-align: center;
    padding: 0px 20px 40px 20px;
}

.pricing-plans {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
}

.plan {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 23%;
    text-align: center;
    border-radius: 25px 0 25px 25px;
    margin-bottom: 20px;
}

.plan img {
    max-width: 75px;
    margin-bottom: 10px;
}

.plan .btn {
    background: #0d6efd;
    color: #fff;
    padding: 10px 35px;
    border-radius: 25px 0 25px 25px;
    text-decoration: none;
}

/* مقالات */
.blog .posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-item {
    width: 30%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 25px 0 25px 25px;
    text-align: center;
}
.post-item h3{font-size: larger;}
.post-item img{border-radius: 25px 0 25px 25px; margin-bottom:10px;}

/* ریسپانسیو */
@media (max-width: 768px) {
    .hero {
        flex-direction: column-reverse;
        text-align: center;
    }

    .features {
        flex-direction: column;
    }

    .features .feature-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .pricing-plans {
        flex-direction: column;
    }

    .pricing-plans .plan {
        width: 100%;
    }
    
    .blog .posts {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .blog .post-item {
        width: 80%;
        min-width: 250px;
    }
}

/* استایل کلی */
.custom-paragraphs {
    font-family: 'Dana', sans-serif;
    padding: 40px 0;
    background-color: #f8f9fa;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* استایل پاراگراف‌ها */
.paragraph-item {
    margin-bottom: 30px;
}

.paragraph-item h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #343a40;
}

.paragraph-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* استایل لیست در بخش مزایای آی‌پی ثابت */
.paragraph-item ul {
    margin-top: 15px;
    padding-left: 20px;
}

.paragraph-item ul li {
    font-size: 16px;
    color: #555;
}

/* استایل باکس‌های ریسپانسیو */
.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.step-item {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    width: 30%;
    border-radius: 25px 0 25px 25px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.step-item a{
    display: inline-block;
    color: #607585;
    /* background: #44476b; */
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 15px 0 15px 15px;
    border: #65beff 1px solid;
    font-size: 14px;
    width: 100%;
    line-height: 35px;
}
.step-item a:hover{color: #000;}
.step-item h3 {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 10px;
}

.step-item p {
    font-size: 14px;
    color: #555;
}

.step-item a img{
    float:right;
    border-radius:25px;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .steps {
        flex-direction: column;
        align-items: center;
    }

    .step-item {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .step-item {
        width: 100%;
    }
}

/* استایل بخش ویژگی‌ها */
.features {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.features .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 30%;
    border-radius: 25px 0 25px 25px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feature-item h3 {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 14px;
    color: #555;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .features .container {
        flex-direction: column;
        align-items: center;
    }

    .feature-item {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .feature-item {
        width: 100%;
    }
}

.accordion {
  width: 100%;
  margin: 0 auto 20px auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  width: 100%;
  padding: 15px;
  text-align: right;
  background-color: #acb9ff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #e0e0e0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background:#e8ebff;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
}

.accordion-item.active .accordion-content {
  max-height: 100%;
  padding: 15px;
}

.copylink{
    background: #f97704;
    color:#FFF;
    padding: 5px 20px;
    border-radius: 15px 0 15px 15px;
    align-items: center;
    font-family: monospace;
    cursor: pointer;
    margin: 10px auto;
    max-width: 400px;
}
.copylink a{color:#FFF;}
.copylink i{
margin-right: 10px; 
}

.woocommerce #customer_details{display:none !important;}