* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;

}
ul, p {
  margin-bottom: 0 !important;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  min-height: 100%;
  min-width: 100%;;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
a {
  text-decoration: none !important;
}

.page{
  overflow-x: hidden;
   min-height: 100%;
}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');

}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');

}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');

}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');

}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Entezar';
  font-style: normal;
  src: url('../fonts/entezar.woff2') format('woff2');
}
@font-face {
    font-family:IRANSansDigit;
    src: url('../fonts/web_Yekan.woff2') format('woff2');
    font-weight:normal;

}
body{
  font-family:IRANSans, sans-serif;
  font-size: 13px;
  line-height: 2;
  direction: rtl;
  background:#363b36 url('../images/bg.png') repeat;
  scroll-behavior: smooth;
  overflow-x: hidden;
  min-height: 100%;
width: 100%;
color:#fff;

}

.panel-menu {
  width: 300px;
  background-color: #121212 !important;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}
.close-li {
  background-color: #424141 !important;
}
.subPanel {
  width: 300px;
  background-color: #121212 !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  padding-right: 0 !important;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}
#panel-menu ul {
  padding-right: 0 !important;
max-height: 100vh;
overflow-y: auto;
}
.panel-menu ul li {
  list-style: none;
width: 100%;
line-height: 50px;
padding-left: 20px;
padding-right: 20px;
padding-top: 0 !important;
padding-bottom: 0 !important;
cursor: pointer;
position: relative;
background-color: #121212;
border-bottom: 1px solid #2625257a;
color: #ffffffcf;
font-weight: 300;
font-size: 14px;
  font-size: 14px;
}
.btn-menu {
  background-color: #424141 !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
    padding-right: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-bottom: 1px solid rgb(18, 18, 18);
  color: #858585;
  padding-right: 21px;
}

.panel-menu {
  z-index: 10;
}
.panel-menu ul li {
  padding-left: 20px;
  padding-right: 10px;
}
.main-menu a {
  color: #ffffffcf;
font-weight: 300;
font-size: 14px;
}
.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}
.panel-menu.isOpen, .subPanel.isOpen {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.subPanel {
  z-index: 20;
}
.closeSubPanel, .closePanel, .openSubPanel {
  cursor: pointer;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
  width: 100%;
}
.border-none {
  border: none !important;
}
.panel-menu.isOpen::before {
  position: absolute;
  right: 300px;
  content: '';
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, .5);
  width: 500%;
}
.arow-menu i {
  background: url("../images/nav-sprite.png") no-repeat -137px -288px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}
.close-menu .times {
  background: url("../images/nav-sprite.png") no-repeat -190px -288px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.closeSubPanel i {
  background: url("../images/nav-sprite.png") no-repeat -136px -309px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}
.panel-menu.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #858585;
  line-height: 15px;
  text-align: center;
  line-height: 33px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}
.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}
.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}

.title-slider{
  font-size: 1.3rem;
font-weight: 300;
text-align: justify;

}
.title-slider b {
  font-weight: 700;
}
@media screen and (min-width:991.99px){
  .row.row-about-section .col-md-6 {
    margin-right: -39px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
  }
  .header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    right: 0;
    padding-top: 34px;
  }
}
.menuTrigger i {
  color: #fff;
  font-size: 34px;
  vertical-align: middle;
}
.container {
  margin: 0 auto;
  max-width: 1676px !important;
}
.link-slide span{
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}
.link-slide1{
  background-color: #01c0ff;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.2s  linear;
}
.link-slide2{
  background-color: #fff;
  color: #262626;
  text-align: center;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.2s  linear;
}
.link-slide1:hover {
  color: #19b5d1 !important;
  background-color: #fff;
}
.link-slide2:hover {
  color: #fff !important;
  background-color: #19b5d1;
}
.link-slide span a {
  min-width: 141px;
  display: inline-block;
}

.about-section .container{
  background: url('../images/cinema.png') no-repeat;
background-attachment: fixed !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.header.sticky-menu {
  background: rgba(32, 31, 26, 0.59);
  padding-top: 10px;
  padding-bottom: 10px;
}
.header{
  -webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
transition: all 1s ease-out;
}
.js-video-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 62px;
  height: 67px;
  cursor: pointer;
}
.tiltle-about-section {
  font-family: 'Entezar';
}
.desc-about-section {
  text-align: justify;
  font-weight: 300;
  color: #fffffff2;
  font-size: 14px;
}
.btn-primary:hover{
  text-decoration:none;
  color: #fff;
  background-color:#fff;
/*   border-radius:4px; */
}
.btn-primary{
  color: #ffffff;
  border: 1px solid #fff !important;
  padding: 8px 30px;
  font-size: 15px;
  position: relative;
  transition: all .5s;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.btn-primary::before,
.btn-primary::after{
  content:"";
  position:absolute;
  width:3rem;
  height:3rem;
  border-style: solid;
  border-color: #fff;
  transition: all .5s
}
.btn-primary::before{
  top: -9px;
  left: -9px;
  border-width: 1px 0 0 1px;
}
.btn-primary::after{
  bottom:-9px;
  right:-9px;
  border-width: 0px 1px 1px 0px;
}

.btn-primary:hover::before,
.btn-primary:hover::after{
  width:calc(100% + 9px);
  height:calc(100% + 9px);
  border-color:#fff;
}
.sample-section{
  background: url('../images/bg-sample.png') top right no-repeat;
  background-size: contain;
}
.title-sample-section {
  font-family: 'Entezar';
  font-size: 6rem;
}
.owl-sample .owl-item .item {
  transform: scale(1);
  transition: all 0.3s linear;
  opacity: 0.8;
  z-index: 1;
  position: relative;
}
.owl-sample .owl-item.active.center .item {
  transform: scale(1.51) !important;
  transition: all 0.3s linear;
  opacity: 1;
 
}
.owl-sample .owl-item.active.center {
  z-index: 2;
  position: relative;
}
.owl-sample .owl-stage-outer{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bonyad{
  background: url('../images/bonyad-bg.jpg') no-repeat top center;
  padding-top: 10rem;
  background-size: cover !important;
}
.title-bonyad-section{
  font-family: 'Entezar';
  font-size: 4rem;
}
.bonyad-list span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.owl-blog .item {
  background-color: #292929;
  border: 1px solid #2b4c58;
}
.d-block.text-blog {
  color: #bfbfbf;
  font-size: 12px;
  padding: 10px;
  text-align: justify;
  font-weight: 300;
  min-height: 120px;
}
.more-article {
  color: #216f7d;
  padding-left: 10px;
}
.show-all{
  color: #ffffff !important;
}
.title-section-blog {
  font-family: 'Entezar';
  font-size: 4rem;
}
.title-section-blog span::after{
  background: url('../images/not1.png') no-repeat;
  position: absolute;
  top: 5px;
  right: -38px;
  content: '';
  width: 25px;
  height: 25px;
}
.title-section-blog span::before{
  background: url('../images/not2.png') no-repeat;
  position: absolute;
  top: 5px;
  left: -38px;
  content: '';
  width: 25px;
  height: 25px;
}
.copy {
  color: #999;
  font-weight: 400;
  font-size: 11px;
  background-color: #0d0d0d;
  padding-top: 16px;
  padding-bottom: 16px;
}
.copy .color{
  color: #19b5d1;
}
.mail-text{
  color: #999999;
}
.link-footer li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
}
.link-footer li a{
  color: #999;
font-size: 11px;
transition: all 0.2s linear;
}
.link-footer li a:hover{
  color: #19b5d1;
}
.link-footer li:not(:last-child)::after{
  content: '|';
position: absolute;
top: 2px;
left: -14px;
color: #999;
}
.about-company.mt-2 {
  color: #999;
  font-size: 12px;
  font-weight: 300;
}
.d-block.mail a {
  color: #fff;
}
.logo a {
  display: inline-block;
}
@media screen and (min-width:768px){
 .about-section .container{
background-position-x: 98% !important;
background-position-y: center !important;

} 
   .tiltle-about-section.aos-init.aos-animate,.title-sample-section,.title-bonyad-section.aos-init.aos-animate
  , .title-section-blog span.aos-init.aos-animate,.title-section.aos-init.aos-animate{
  font-size: 3rem;
} 
  .text1{
    color: #595959;
    font-weight: 600;
  }
  .text3{
    color: #737373;
  }
  .title-slider{
  color: #000;
  }
  .sample-section{
     padding-top: 153px;
  }
  .tiltle-about-section {
    font-size: 4rem;

  }
  
  .text-slide {
    position: absolute;
    bottom: 40%;
    right: 6%;
    width: 38%;
    z-index: 1;
  }
  .text1{
    font-size: 1.3rem;
  }
  .text2{
  font-size: 2.3rem;
  }
  .text3{
    font-size: 1.3rem;
  }
  .link-baaner a {
    min-width: 165px;
    height: 55px;
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
  }
  .full-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer {
    padding-top:4rem;
    padding-bottom:4rem;
    position: relative;
  }
  .footer::before{
    width: 50%;
    content: '';
    background-color: #202020;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer::after{
    width: 50%;
    content: '';
    background-color: #121212;
    height: 100%;
    position: absolute;
    top: 0;
    left:  0;
  }
  .footer .container{
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width:767.99px){
   .about-section .container{
        background-attachment: local !important;
    background-position: bottom;
    background-size: 35%;

}   
  .tiltle-about-section.aos-init.aos-animate,.title-sample-section,.title-bonyad-section.aos-init.aos-animate
  , .title-section-blog span.aos-init.aos-animate,.title-section.aos-init.aos-animate{
  font-size: 1.8rem;
}  
    .container-fluid.about-section {
  background-attachment: fixed !important;
}
  .link-baaner li {
    width: 43%;
    display: inline-block;
  }
  .link-baaner li a{
    width: 100%;
    display: inline-block;
  }
  .text1{
    color: #a59696;
    font-weight: 600;
    font-size: 1.3rem;
  }
  .text2{
    font-size: 1.2rem;
  }
  .text3{
    color: #a59696;
    font-size: 1.2rem;
  }
  .full-banner{
    background: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sample-section{
    padding-top: 113px;
 }
  .mt-xs-20{
    margin-top: 20px;
  }
  .bonyad-list span img {
    max-width: 120px;
  }
  .text-xs-center{
    text-align: center;
  }
  .tiltle-about-section {
    font-size: 2rem;
  }
  .title-slider {
    text-align: center !important;
  }
  .text-slide {
    color: #fff;
    padding: 10px 17px !important;
    text-align: center !important;
  }
  .container-fluid.header {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .p-xs-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .info-contact{
    background-color: #202020;
    padding:2rem 20px  2rem 20px ;
  }
  .form-contact{
    background-color: #121212;
    padding:2rem 20px  2rem 20px ;
  }
}
.btn-form{
  background-color: #19b5d1;
  color: #fff;
  width: 135px;
  height: 36px;
  text-align: center;
  border-radius: 0;
  font-size: 13px;
  box-shadow: none !important;
}
.frm-contact input[type="text"],.frm-contact input[type="password"],.frm-contact input[type="email"] {
  background-color: #121212;
  border: 1px solid #3a3a3a;
  color: #fff;
  font-size: 13px;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.frm-contact textarea {
  background-color: #121212 !important;
  border: 1px solid #3a3a3a !important;
  color: #fff;
  font-size: 13px;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 150px !important;
  display: block !important;
}
.blog-section{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.title-section{
  font-family: 'Entezar';
font-size: 4rem;
}
.owl-article .item{
  background-color: #464646;
border: 1px solid #317a87;
}
.d-block.title-blog {
  color: #fff;
  padding: 10px;
  min-height: 50px;
  max-height:150px;
  font-size:13px;
}
.d-block.short-text-blog {
  font-size: 12px;
  text-align: justify;
  color: #fff;
  font-weight: 300;
  min-height: 80px;
  padding: 0 10px;
}
.more-blog {
  border: 1px solid #3a646b;
  padding: 5px 10px;
  transition: all 0.2s linear;
  color: #19b5d1;
}
.more-blog:hover {
  background-color: #19b5d1;
  color: #fff;
  border-color: #19b5d1;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 5px;
  border: 1px solid #959595;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #1ab1cc;
  border-color: #1ab1cc;
}
.lnk-1{
  color: #19b5d1;
  background-color: #fff;
  border: 1px solid #19b5d1;
  padding: 5px 10px;
  border-radius: 25px;
}
.lnk-2{
  color: #fff;
  background-color: #19b5d1;
  border: 1px solid #19b5d1;
  padding: 5px 10px;
  border-radius: 25px;

}
.link-baaner li {
  display: inline-block;
  margin: 0 10px;
}

.text2{
  color: #19b5d1;
  font-family: 'Entezar';
}

.full-banner {
  min-height: 316px;
}
.container-fluid.article-section {
  padding-bottom: 8rem;
  padding-top: 3rem;
}
.shape1 {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.shape2 {
  position: absolute;
  right: 0;
  bottom: -77px;
}
.full-banners{
  animation: marquee 30s infinite linear;
  height: 342px;
  position: relative;
  z-index: 1;
}
.full-banner-box {
  background: url('../images/bg-marquee1.png');
  content: '';
  height: 454px;
  width: 100%;
  padding-top: 52px;
  background-position: top !important;
  background-size: 100% 100% !important;
}

@keyframes marquee {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -1190px;
  }
}
@media screen and (min-width:992px){
  .link-slide1, .link-slide2 {
  padding: 10px 35px  !important;
  transition: all 0.2s linear;
  font-size: 20px !important;
  min-width:211px !important;
}  
.about-section{
  min-height:792px;
}
}
.img-article {
  height: 221px;
  overflow: hidden;
}
.img-blog{
  height: 220px;
  overflow: hidden;
}
.img-article img ,.img-blog img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: fill;
  -webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
}
.owl-article .item:hover .img-article img,.owl-blog .item:hover .img-blog img  {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 1;
}

/*=*=*=*=*=*= * --- P-Swc-body ---  * =========================== */
.scroll-style1 .P-Header .Fix-Headr {
  transition: all 0.3s;
  background: #fff;
}

.fix-social {
  left: 6px;
  bottom: 6px;
  z-index: 2
}

.lifx {
  width: 50px;
  height: 50px;
  box-shadow: inset 0 0 2px 3px #2ea970;
}

.P-Header .Fix-Headr {
  transition: all 0.3s;
  background: #ffffff6e;
}

.P-Header .H-logo {
  margin: 0 0 -11px;
  position: relative;
  z-index: 1;
}

.P-Swc1 .content-Swc1 {
  top: 0;
  z-index: 1;
}

.P-Swc1 .title-Swc1 {
  font-size: 38px;
  transition: all 0.5s ease-in-out;
  color: #7b7b7c;
}

.P-Swc1 .title-Swc1:hover {
  letter-spacing: 2px;
  transition: all 0.6s ease-in-out;
}

.P-Swc1 .owl-dots {
  position: absolute;
  bottom: 38px;
  right: 18px;
}

.P-Swc1 .owl-dots .owl-dot span {
  background: #00000000;
  border: 1px solid white;
  margin: 5px 2px !important;
  width: 8px !important;
  height: 8px !important;
}

.P-Swc1 .owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #fff !important;
  width: 17px !important;
  height: 7px !important;
}

.Box-Swc3::before {
  content: "";
  background: var(--main1-color);
  position: absolute;
  top: 100%;
  height: 8px;
  width: 85%;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 0 0 1rem 1rem;
}

.Box-Swc3 .pc-Swc3 {
  transition: all 0.3s ease-in-out;
  margin-top: -63px;
  width: 115px;
  height: 115px;
  box-shadow: 0 5px 1px 1px #efefef;
}

.Box-Swc3:hover .pc-Swc3 {
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
  box-shadow: 0 5px 7px 2px #efefef;
}

.Box-Swc3 .expln-Swc3 {
  min-height: 100px;
}

.Box-Swc3 .lnk-Swc3 {
  transition: all 0.3s ease-in-out;
  color: var(--main2-color);
}

.Box-Swc3:hover .lnk-Swc3 {
  transition: all 0.3s ease-in-out;
  color: var(--main1-color);
}

.Box-Swc5 {
  transition: all 0.3s ease-in-out;
}

.Box-Swc5:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 7px 2px #00000033 !important;
}

.Box-Swc6 {
  background: linear-gradient(490deg, #7d489a, #1e9692);
}

.btmlogo {
  border-bottom: 21px solid var(--main1-color);
}

.btmlogo img {
  margin: 0 0 -19px;
}

.P-Footer {
  font-size: 12px;
}

.P-Footer .P-ft1 {
  background: #e1e1e1;
}

.P-Footer .ft-logo {
  margin-top: -70px;
}
.fixed-top{
    position:absolute !important;
}
/*=*=*=*=*=*= * --- RESPANSIVE --  * ======================== */
@media (min-width:1900px) {
  body {
    max-width: 1900px;
    margin: auto;
    position: relative;
  }
}

/* @media (min-width:1200px) {
  .container-fluid {
    width: 1200px;
    max-width: 1200px;
    margin: auto;
  }
} */

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .P-Header {
    height: auto;
  }

  .fixed-top {
    position: relative;
  }

}

@media (max-width: 500px) {
  .P-Swc1 .title-Swc1 {
    font-size: 20px;
  }

  .pc-Swc1 {
    height: 45vh;
    object-fit: cover;
  }
}


/*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*==*=*=*=*=*=**=*=*=*=*=*= */
/*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=* * --- Style Other Page --  * ============================== */
.layout-top {
  margin-top: -14%;
}

.titleSub span {
  border-bottom: 3px solid var(--main2-color);
}

.lg-backdrop,
.lg-outer .lg-thumb-outer {
  background-color: #000000ba;
}

/*=*=*=*=*=*= * --- P-Sqsl ---  * =========================== */
.P-Sqsl {
  height: 425px;
}

.P-Sqsl .img-Sqsl {
  object-fit: cover;
}

.P-Sqsl .content-Sqsl {
  top: 0;
  background: #0000005e;
}

.P-Sq01 .content-Sq01 {
  text-align: justify;
}

.P-Sq03 .img-Sq03 {
  transition: all 0.4s ease-out;
  filter: brightness(0.7) grayscale(0.3);
  height: 300px;
  object-fit: cover;
}

.P-Sq03 .img-Sq03:hover {
  transition: all 0.4s ease-out;
  filter: brightness(1) grayscale(0);
}

.P-Sq03 .title-Sq03 {
  top: 0;
}

.P-Sq04 .ic-Sq04 {
  font-size: 53px;
  color: var(--main1-color);
}

.P-Sq04 .deta-Sq04 {
  min-height: 97px;
}

.P-Sq07 .Bw-Sq07 {
  border-bottom: 1px solid #eeeeee;
}

.P-Sq07 .Bw-Sq07:last-child {
  border-bottom: 0;
}

.P-Sq11 .dt-Sq11 {
  font-size: 3px;
}

.P-Sq11 .list-Sq11 li {
  list-style: disc !important;
}

.P-Sq11 .Score-Sq11 svg {
  color: #ffbc00;
}

.P-Sq11 .eng-Sq11 {
  margin-top: -16px;
  background: #f4f2f3;
}

.P-Sq12 svg {
  width: 47px;
  margin: 0 0 0 6px;
}

.BX-cart {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 80px;
}

.P-Sq13 .li-Sq13 {
  color: #555555;
}

.P-Sq13 .li-Sq13.active {
  color: #fff;
  background: #555555;
}

.P-Sq13 .eng-ttl::before {
  content: "";
  background: var(--main1-color);
  border-radius: 12px;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  position: absolute;
}

.P-Sq13 .date-mz {
  left: 15px;
  top: 0;
}

.P-Sq13 .sugest-mz.postive {
  background: #21ab182b;
  border: 1px solid #90d28c;
}

.P-Sq13 .sugest-mz.negtive {
  background: #ab18182b;
  border: 1px solid #d28c8c;
}

.P-Sq14 .BX-Sq14 {
  height: 149px;
}

.P-Sq14 .BX-Sq14 .contct-Sq14 {
  top: 0;
  background: #0000007a;
  transform: scale(0.6);
  transition: all 0.8s ease-out;
  opacity: 0;
}

.P-Sq14 .BX-Sq14:hover .contct-Sq14 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.8s ease-out;
}

.P-SqPn .Bx-SqPn {
  background: linear-gradient(45deg, #f3f3f3, transparent);
  box-shadow: 0 3px 6px -1px #d6d6d6;
  border: 3px solid #fff;
  transition: all 0.3s;
  color: black;
}

/*=*=*=*=*=*= * --- login-register ---  * ======================== */
.P-SqLr .main {
  width: 1000px;
  min-width: 1000px;
  min-height: 600px;
  height: 600px;
  background-color: #ecf0f3;
  /* box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9; */
  border-radius: 12px;
  overflow: hidden;
  color: #000;
}

.P-SqLr .inBx {
  top: 0;
  width: 600px;
  background-color: #ecf0f3;
  transition: 1.25s;
}

.P-SqLr .form {
  flex-direction: column;
}

.P-SqLr .form__icon {
  object-fit: contain;
  width: 30px;
  margin: 0 5px;
  opacity: .5;
  transition: .15s;
}

.P-SqLr .form__icon:hover {
  opacity: 1;
  transition: .15s;
  cursor: pointer;
}
.gallery {
  display: flex;
  padding: 2px;
  transition: 0.3s;
}
.gallery:hover .gallery__image {
  filter: grayscale(1);
}
.gallery__column {
  display: flex;
  flex-direction: column;
  width: 25%;
}
@media (max-width:430px){
    
.gallery__column {
  display: flex;
  flex-direction: column;
  min-width: 50%;
}
}
.gallery__link {
  margin: 2px;
  overflow: hidden;
}
.gallery__link:hover .gallery__image {
  filter: grayscale(0);
}
.gallery__link:hover .gallery__caption {
  opacity: 1;
}
.gallery__thumb {
  position: relative;
}
.gallery__image {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.gallery__image:hover {
  transform: scale(1.1);
}
.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  /* font-family: "Raleway", sans-serif; */
  font-size: 16px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}
.P-SqLr .form__input {
  max-width: 100%;
  width: 350px;
  height: 40px;
  margin: 4px 0;
  padding-right: 25px;
  font-size: 13px;
  letter-spacing: .15px;
  border: none;
  outline: none;
  background-color: #ecf0f3 ; transition: .25s ease;
  border-radius: 8px;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}

.P-SqLr .form__input:focus {
  box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
}

.P-SqLr .form__link {
  color: #181818;
  font-size: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #a0a5a8;
  line-height: 2;
}

.P-SqLr .title {
  font-size: 34px;
  line-height: 3;
  color: #181818;
}

.P-SqLr .description {
  font-size: 14px;
  letter-spacing: .25px;
  text-align: center;
  line-height: 1.6;
}

.P-SqLr .button {
  max-width: 100%;
  width: 180px;
  height: 50px;
  margin-top: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.15px;
  background-color: var(--main2-color);
  color: #00c4ff;
  box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9;
  border: none;
  outline: none;
}

.P-SqLr .a-container {
  z-index: 100;
  left: calc(100% - 600px);
}

.P-SqLr .b-container {
  left: calc(100% - 600px);
  z-index: 0;
}

.P-SqLr .switch {
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  padding: 50px;
  z-index: 200;
  transition: 1.25s;
  background-color: #ecf0f3;
  overflow: hidden;
  box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #f9f9f9;
}

.P-SqLr .switch__circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #ecf0f3;
  box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;
  bottom: -60%;
  left: -60%;
  transition: 1.25s;
}

.P-SqLr .switch__circle--t {
  top: -30%;
  left: 60%;
  width: 300px;
  height: 300px;
}

.P-SqLr .switch__container {
  flex-direction: column;
  width: 400px;
  padding: 50px 55px;
  transition: 1.25s;
  max-width: 100%
}

.P-SqLr .switch__button {
  cursor: pointer;
  color: #00c4ff;
}

.P-SqLr .switch__button:hover {
  box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
  transform: scale(0.985);
  transition: .25s;
}

.P-SqLr .switch__button:active,
.P-SqLr .switch__button:focus {
  box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
  transform: scale(0.97);
  transition: .25s;
}

.P-SqLr .is-txr {
  left: calc(100% - 400px);
  transition: 1.25s;
  transform-origin: left;
}

.P-SqLr .is-txl {
  left: 0;
  transition: 1.25s;
  transform-origin: right;
}

.P-SqLr .is-z200 {
  z-index: 200;
  transition: 1.25s;
}

.P-SqLr .is-hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 1.25s;
}

.P-SqLr .is-gx {
  animation: is-gx 1.25s;
}

@keyframes is-gx {

  0%,
  10%,
  100% {
    width: 400px;
  }

  30%,
  50% {
    width: 500px;
  }
}

/*=*=*=*=*=*= * --- FILTER-color ---  * ======================== */
.each-color {
  width: 30px;
  height: 30px;
  padding: 1px;
}

.rw-colorS .clr:first-child .each-color,
.rw-colorS .clr:first-child .each-color .main-color,
.rw-colorS .clr:first-child .each-color .main-color:checked::after {
  background: #f70000;
}

.rw-colorS .clr:nth-child(2) .each-color,
.rw-colorS .clr:nth-child(2) .each-color .main-color,
.rw-colorS .clr:nth-child(2) .each-color .main-color:checked::after {
  background: #86ff00;
}

.rw-colorS .clr:nth-child(3) .each-color,
.rw-colorS .clr:nth-child(3) .each-color .main-color,
.rw-colorS .clr:nth-child(3) .each-color .main-color:checked::after {
  background: #00c4ff;
}

.rw-colorS .clr:nth-child(4) .each-color,
.rw-colorS .clr:nth-child(4) .each-color .main-color,
.rw-colorS .clr:nth-child(4) .each-color .main-color:checked::after {
  background: #ff006a;
}

.rw-colorS .clr:nth-child(5) .each-color,
.rw-colorS .clr:nth-child(5) .each-color .main-color,
.rw-colorS .clr:nth-child(5) .each-color .main-color:checked::after {
  background: #f7a900;
}

.rw-colorS .clr:nth-child(6) .each-color,
.rw-colorS .clr:nth-child(6) .each-color .main-color,
.rw-colorS .clr:nth-child(6) .each-color .main-color:checked::after {
  background: #8df700;
}

.rw-colorS .clr:nth-child(7) .each-color,
.rw-colorS .clr:nth-child(7) .each-color .main-color,
.rw-colorS .clr:nth-child(7) .each-color .main-color:checked::after {
  background: #7600f7;
}

.rw-colorS .clr:nth-child(8) .each-color,
.rw-colorS .clr:nth-child(8) .each-color .main-color,
.rw-colorS .clr:nth-child(8) .each-color .main-color:checked::after {
  background: #000000;
}

.rw-colorS .clr:nth-child(9) .each-color,
.rw-colorS .clr:nth-child(9) .each-color .main-color,
.rw-colorS .clr:nth-child(9) .each-color .main-color:checked::after {
  background: #45ff98;
}

.rw-colorS .clr:nth-child(10) .each-color,
.rw-colorS .clr:nth-child(10) .each-color .main-color,
.rw-colorS .clr:nth-child(10) .each-color .main-color:checked::after {
  background: #d8ff00;
}

.main-color {
  border: 2px solid white;
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  right: 0;
  top: 0;
  left: 0;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
}

.main-color:checked::before {
  height: 28px;
  width: 28px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}

.main-color:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

@keyframes click-wave {
  0% {
    height: 0px;
    width: 0px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    height: 40px;
    width: 40px;
    margin-right: -5px;
    margin-top: -10px;
    opacity: 0;
  }
}

/*=*=*=*=*=*= * --- FILTER-items --  * ======================== */
.check {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 19px 0 0;
  color: #6f6f6f;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}

.check .checkmark {
  top: -1px;
  right: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
}

.check input:checked~.checkmark {
  background-color: var(--main1-color);
}

.check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check input:checked~.checkmark:after {
  display: block;
}

.check .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 11px;
  border: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=*=*=*=*=*= * --- Bx-Rang --  * ======================== */
.Bx-Rang .irs {
  height: 55px;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Bx-Rang .irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

.Bx-Rang .irs-line-left,
.Bx-Rang .irs-line-mid,
.Bx-Rang .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
  height: 8px;
}

.Bx-Rang .irs-line-left {
  left: 0;
  width: 11%;
}

.Bx-Rang .irs-line-mid {
  left: 9%;
  width: 82%;
}

.Bx-Rang .irs-line-right {
  right: 0;
  width: 11%;
}

.Bx-Rang .irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.Bx-Rang .irs-slider {
  position: absolute;
  display: block;
  z-index: 1;
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 20%, rgba(255, 255, 255, 1) 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.Bx-Rang .irs-slider.type_last {
  z-index: 2;
}

.Bx-Rang .irs-min {
  left: 0;
  cursor: default;
}

.Bx-Rang .irs-max {
  right: 0;
  cursor: default;
}

.Bx-Rang .irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.Bx-Rang .irs-with-grid .irs-grid {
  display: block;
}

.Bx-Rang .irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.Bx-Rang .irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid var(--main1-color);
  border-bottom: 1px solid var(--main1-color);
  background: var(--main1-color);
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.Bx-Rang .lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

.Bx-Rang .irs-slider.state_hover,
.Bx-Rang .irs-slider:hover {
  background: #FFF;
}

.Bx-Rang .irs-min,
.Bx-Rang .irs-max {
  position: absolute;
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.Bx-Rang .irs-from,
.Bx-Rang .irs-to,
.Bx-Rang .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: var(--main1-color);
  border-radius: 3px;
  -moz-border-radius: 3px;
}

/*=*=*=*=*=*= * --- radio bottn --  * ======================== */
.Radio-L+.Label-L {
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 40px;
  height: 20px;
  background-color: #e4e4e4;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.Radio-L+.Label-L::before,
.Radio-L+.Label-L::after {
  content: "";
  display: block;
  position: absolute;
}

.Radio-L+.Label-L::before {
  right: 1px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #F1F1F1;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.Radio-L+.Label-L::after {
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

.Radio-L:checked+.Label-L,
.Radio-L:checked+.Label-L::before {
  background-color: var(--main1-color);
}

.Radio-L:checked+.Label-L::after {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.Radio-L:disabled+.Label-L {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/*--------------------*/

.box-item .item .card {
  border-radius: 15px;
  position: relative;
}

.cat-name {
  min-height: 40px;
  padding: 10px;
  color: #334195;
}

/*----------*/
.box-item {
  background-color: #e7e7e7;
  padding-top: 30px;
}

/*-----تخفیفات شگفت انگیز------*/
.pro-name a {
  color: #2e2e2e;
  font-size: 12px;
  display: block;
  min-height: 50px;
}

.old-cost {
  color: #ababab;
  text-decoration: line-through;
}

.Box-e1 .pic-e1 {
  height: 172px;
}

.woner-full {
  background-color: #fbaf5d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.woner-full .title-section {
  border-bottom: 2px solid #bd8446;
  padding-bottom: 10px;
  position: relative;
}

.all-wnd {
  float: left;
}

.woner-full .title-section::after {
  position: absolute;
  bottom: -3px;
  content: '';
  right: 0;
  height: 3px;
  width: 10%;
  background-color: #334195;
}

.all-wnd a {
  color: #2e2e2e;
  font-size: 13px;
}

.title-section {
  color: #334195;
  font-weight: 600;
  font-size: 15px;
}

.cost-total {
  font-size: 15px;
  margin: 0 4px;
}

.offer-mob {
  background-color: #b5179e;
  color: #fff;
  font-size: 12px;
  letter-spacing: -1px;
  padding: 0px 9px;
  display: inline-block;
  border-radius: 25px;
}

.Box-e1 {
  ;
  border-radius: 10px;
}

.w-px3 .owl-nav span:hover {
  background: white;
}

.w-px3 .owl-nav span {
  background: transparent;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  line-height: 33px;
  font-size: 45px;
  color: #5a5a5a;
  position: absolute;
  top: 37%;
  border: 1px solid #e3e3e3;
}

.w-px3 .owl-nav .owl-next span {
  left: 6px;
}

.w-px3 .owl-nav .owl-prev span {
  right: 6px;
}

/*-----جدیدترین محصولات------*/
.Box-b1 {
  ;
  border-radius: 10px;
}

.Box-b1:hover {
  box-shadow: 0 2px 18px -5px #a2a2a2;
  transform: translateY(-3px);
  transition: all 0.3s;
}

.new-product {
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-product .title-section::after {
  position: absolute;
  bottom: -3px;
  content: '';
  right: 0;
  height: 3px;
  width: 10%;
  background-color: #334195;
}

.new-product .title-section {
  color: #2e2e2e;
}

.new-product .title-section {
  border-bottom: 3px solid #d7d7d7;
  position: relative;
  padding-bottom: 6px;
}

/*----------doctor--------*/
.card-bodyvv {
  border-radius: 15px;
}

.img-mosr {
  width: 78px;
  height: 78px;
  border-radius: 50px;
}

.p-link li svg {
  width: 18px;
  height: 18px;
  fill: rgb(57, 73, 89);
  cursor: pointer;
}

.d-block.block2 span {
  background-color: #e7e7e7;
  padding: 2px 10px;
  color: #464646;
  min-width: 72%;
}

.silver-text {
  color: rgb(141, 148, 159) !important;
  letter-spacing: 1px;
}

.p-total-rte {
  font-size: 24px;
  font-weight: 900;
}

.show-rate .fa-star {
  color: #f8c248;
  font-size: 12px;
  letter-spacing: -1px;
}

.add-commet {
  color: #334195;
  display: inline-block;
  border: 1px solid #334195;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.progress {
  height: 10px;
  background-color: #e1e1e1;
  border-radius: 25px;
}

.box-progress {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
}

.progress-title {
  color: rgb(141, 148, 159) !important;
  font-size: 12px;
}

.bg-primary {
  background-color: #1cc6f0 !important;
  border-radius: 25px;
}

.d-rate {
  font-size: 11px;
  letter-spacing: -1px;
  color: #f8c248;
}

.show-all-comment {
  color: #535353;
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #e7e7e7;
  margin-left: 33px;
}

.p-hg {
  background: #ece8fc;
}

.seclect-time {
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  color: #334195;
  padding: 5px;
  font-size: 15px;
  position: relative;
}

.lbl-city {
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #6d88fc;
  color: #fff;
  border-radius: 15px 0 0 0;
  padding: 0 10px;
}

.search-product-header {
  text-align: center;
  color: #3f414d;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin: 9px 0;
}

.search-product-header:before {
  content: "";
  background: #ece8fc;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 10%;
  height: 3px;
  left: 0;
  margin: auto;
  border-radius: 8px;
}

.o-do {
  font-size: 16px;
  padding: 6px;
}

.circle {
  background-color: #a0a0a0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.conut-commment a,
.conut-fq a {
  color: #0ea6c0;
  font-size: 12px;
}

.more-info {
  background-color: #868686;
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  transition: all 0.2s linear;
}

.get-more {
  background-color: #f3722c;
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  transition: all 0.2s linear;
}

/*=*=*=*=*=*= * --- RESPANSIVE --  * ======================== */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:1900px) {
  body {
    max-width: 1900px;
    margin: auto;
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .row.inner-wrapper {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  .img-moshaver {
    width: 97px;
    height: 97px;
    border-radius: 50px;
  }
}

@media (max-width: 768px) {
       .news-top{
    position:absolute;
    right:20% !important;
    top:10px !important;
}
  .P-SqLr .main {
    width: 750px;
    min-width: 750px;
  }
    .P-Sqsl{
      height: 260px;
    }
  .P-SqLr .switch {
    width: 350px;
  }

  .P-SqLr .is-txr {
    left: calc(100% - 350px);
  }

  .P-SqLr .a-container {
    left: calc(100% - 400px);
  }

  .P-SqLr .inBx {
    width: 400px;
  }
}

@media (max-width: 500px) {
    .menu-news{
        position:relative
    }
 .news-top{
    position:absolute;
    right:40px !important;
    top:50% !important;
    transform:translateY(-50%);
    font-size: .9em !important;
}
.news-header{
    max-height: 3.6em; 
   
    line-height: 1.2em;
}
  .P-SqLr .main {
    width: 350px;
    min-width: 350px;
  }

  .P-SqLr .switch {
    width: 150px;
  }

  .P-SqLr .is-txr {
    left: calc(100% - 150px);
  }

  .P-SqLr .a-container {
    left: calc(100% - 200px);
  }

  .P-SqLr .inBx {
    width: 200px;
  }

  .P-SqLr .switch__container {
    padding: 5px;
  }

  .P-SqLr .title {
    font-size: 17px;
  }

  .P-SqLr .description,
  .P-SqLr .form__link {
    font-size: 11px;
  }

  .more-info {
    padding: 5px 7px;
  }

  .get-more {
    padding: 9px 3px;
  }

  .title-section {
    font-size: 12px;
  }
}
.text-black-50{
        color: #f1f1f1 !important;
        font-size: 13px;
        text-align: justify;
}
.Bx-Sq08{
  font-size: 13px  !important;
}
.text1-theme{
 color: #19b5d1
}
.Bx-Sq04 i{
  color: #00c4ff;
  font-size: 30px;
}
.lnk-Swc5{
  background-color: #00c4ff;
}

.gallery {
  display: flex;
  padding: 2px;
  transition: 0.3s;
  font-family: inherit;
}

.gallery:hover .gallery__image {
  filter: grayscale(1);
}

.gallery__column {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.gallery__link {
  margin: 2px;
  overflow: hidden;
}

.gallery__link:hover .gallery__image {
  filter: grayscale(0);
}

.gallery__link:hover .gallery__caption {
  opacity: 1;
}

.gallery__thumb {
  position: relative;
}

.gallery__image {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.gallery__image:hover {
  transform: scale(1.1);
}

.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  /* font-family: "Raleway", sans-serif; */
  font-size: 16px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}

/* 
Form style
 */

 .form-holder {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   min-height: 100vh;
 }

 .form-holder .form-content {
   position: relative;
   text-align: center;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   padding: 60px;
 }

 .form-content .form-items {
   border: 3px solid #fff;
   padding: 40px;
   display: inline-block;
   width: 100%;
   min-width: 540px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-align: left;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
 }
@media(max-width:430px){
  .form-content .form-items {
      padding: 15px;
      /* width: 100%; */
      min-width: 160%;
    }
}
 .form-content h3 {
   color: #fff;
   text-align: center;
   font-size: 28px;
   font-weight: 600;
   margin-bottom: 5px;
 }

 .form-content h3.form-title {
   margin-bottom: 30px;
 }

 .form-content p {
   color: #fff;
   text-align: right;
   font-size: 12px;
   font-weight: 300;
   line-height: 20px;
   margin-bottom: 30px;
 }


 .form-content label,
 .was-validated .form-check-input:invalid~.form-check-label,
 .was-validated .form-check-input:valid~.form-check-label {
   color: #fff;
 }

 .form-content input[type=text],
 .form-content input[type=number],
 .form-content input[type=email],

 .form-content select {
   width: 100%;
   padding: 9px 20px;
   text-align: right;
   border: 0;
   outline: 0;
   border-radius: 6px;
   background-color: #fff;
   font-size: 15px;
   font-weight: 300;
   color: #8D8D8D;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   margin-top: 16px;
 }


 .btn-primary {
   background-color: #6C757D;
   outline: none;
   border: 0px;
   box-shadow: none;
 }

 .btn-primary:hover,
 .btn-primary:focus,
 .btn-primary:active {
   background-color: #495056;
   outline: none !important;
   border: none !important;
   box-shadow: none;
 }

 .form-content textarea {
   position: static !important;
   width: 100%;
   padding: 8px 20px;
   border-radius: 6px;
   text-align: right;
   background-color: #fff;
   border: 0;
   font-size: 14px;
   font-weight: 300;
   color: #8D8D8D;
   outline: none;
   resize: none;
   height: 120px;
   -webkit-transition: none;
   transition: none;
   margin-top: 16px;
 }

 .form-content textarea:hover,
 .form-content textarea:focus {
   border: 0;
   background-color: #ebeff8;
   color: #8D8D8D;
 }

 .mv-up {
   margin-top: -9px !important;
   margin-bottom: 8px !important;
 }

 .invalid-feedback {
   color: #ff606e;
 }

 .valid-feedback {
   color: #2acc80;
 }
 .owl-insta .owl-item img{
     height:500px;
     object-fit:scale-down;
 }
 @media(min-width:768px){
     .insta-col{
         transform:translateY(80px);
     }
 }
 .owl-gallery-box .item{
     background: url(../images/navar.png) no-repeat;
     background-size:110% 100%;
 }
.owl-insta .owl-nav button.owl-next, .owl-insta .owl-nav button.owl-prev{
    font-size:35px !important;
}
.owl-insta .owl-nav {
    line-height:1;
}
.owl-sample .owl-nav button.owl-next, .owl-sample .owl-nav button.owl-prev{
    font-size:35px !important;
    border:1px solid #ccc;
    border-radius:15px;
    width:45px;
    margin:1rem;
}
.owl-sample .owl-nav {
    line-height:1;
}
 .owl-gallery-box .item img{
     /*background: url(https://nonegar2.ir/mohamadaghaii/images/navar.png) no-repeat;*/
     padding:2rem 0;

         height: 380px;
    object-fit: fill;
    border-radius: 15px;
    overflow: hidden;
     
 }
 .about-col-desc p{
     text-align:justify;
 }
 .video-title{
     position:absolute;
     inset:0;
     display:flex;
     top:65%;
     justify-content:center;
     align-items:end;
     padding-bottom:1rem ;
     text-align:center !important;
     margin:auto;
     height:fit-content;
     width:fit-content;
 }

 @media(max-width:430px){
     .exp-Sq09 img{
         width:100% !important;
         height:100% !important;
         margin:.5rem 0 !important;
     }
 }
 @media(min-width:991px){
     .gallery{
         margin-top:6rem;
     }
 }
 .dropdown-toggle::after {
    display: none;
  }
.text-decoration-none{
  text-decoration: none!important;
}
.navbar{
    position:fixed;
    top:0px;
    right:0px;
    left:0px;
    width:100%;
    z-index:10000;
}
/*.navbar.header-hidden {*/
/*    transform: translateY(-100%);*/
/*    transition: transform 1s ease;*/

/*}*/
  .news-source-item {
             display: none;
        }
.news-top{
    position:absolute;
    right:40%;
    top:10px;
    font-size:1.2em;
    width:max-content;
}
.scrolling-text {
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    animation: marquee-left 10s linear infinite;
    will-change: transform;
}


@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

.news-marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 250px;      
    height: 30px;
}
.news-marquee-text {
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee-left 10s linear infinite;
}

@keyframes marquee-left {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.news-header{
    /*text-shadow:0px 1px #ececec;*/
}
.news-top .date{
    color:#fff;
}
.navbar.header-up-back{
    background-color:#c6c6c69d;
}
.menubar-header{
    /*position:absolute;*/
    /*width:100%;*/
    /*right:0;*/
    /*left:0;*/
   
}
.menubar-header.header-up-lg {
    z-index: 20001;

}
.menubar-header .container{
    display:flex;
    justify-content:space-between;
}
.news-top{
    justify-content:start !important;
}

.emerge {
  margin: 0 8px;
  font-weight: bold;
  color: red;
}
.date {
  color: #555;
}
.navbar-brand{
    position:relative
}
.navbar-light .navbar-nav .nav-link{
    color:#fff !important;
    font-size:.9rem;
}
.dropdown-menu{
    min-width:12rem !important;
    border-radius:10px ;
    padding:.5rem !important;
}
.dropdown-menu .dropdown-item{
    border:1px solid #333;
    border-radius:10px;
    margin-top:.5rem;
}
.navbar-collapse{
    flex-grow:unset !important;
}
#navbar4{
    margin-left:auto ;
    /*transform:translateX(30%);*/
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    background:#ccc0 !important;
}
/*.navbar.navbar-expand-lg{*/
/*    background:none !important;*/
/*}*/
/*.bg-dark{*/
/*    background:#333 !important;*/
/*}*/
/*.bg-none{*/
/*    background:none !important;*/
/*}*/
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width { width: 2rem;}
 /*.inline-w-50{*/
 /*    width:50% !important;*/
 /*    display:inline-block;*/
 /*}*/