@import "bootstrap/bootstrap.min.css";
@import "bootstrap-override.css";

:focus {
  outline-color: transparent !important;
  outline-style: none !important;
  outline: none !important
}

html {
  background: #1c1c1c
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: 14px;
  line-height: 1.4em;
  border-top: 5px solid #E0E8EA
}

h1 {
  font-size: 30px;
  margin: 0
}

h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px
}

h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px
}

h4 {
  font-size: 14px;
  margin: 0
}

.btn.btn-primary {
  background-image: none;
  box-shadow: none
}

.fr {
  float: right
}

.fl {
  float: left
}

.ac {
  text-align: center;
  margin-top: 20px
}

.al {
  text-align: left
}

.ar {
  text-align: right
}

.clr {
  clear: both
}

.grey {
  color: #999
}

.hidden {
  display: none
}

footer {
  /* background: #292727;
  margin: 0;
  padding: 40px 0 0;
  color: #ccc */
}

footer h3 {
  /* color: #fff;
  margin: 0 0 10px;
  font-weight: 300 */
}

footer ul {
  /* list-style-type: none;
  margin: 0 0 10px;
  padding: 0 */
}

footer ul li {
  /* padding: 6px 0; */
  /* width: 50%; */
  /* float: left; */
  /* display: inline-block */
}

footer ul li a {
  /* color: #999 */
}

footer ul li a:hover {
  /* color: #fff */
}

@media (max-width: 979px) {
  footer ul li {
    /* width: 33% */
  }
}

footer .social-networks a {
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 22px;
  line-height: 22px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  padding: 6px 0;
  text-align: center;
  background: #222;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s
}

footer .social-networks .icon-facebook,
footer .social-networks a {
  border: 3px solid #3B5998
}

footer .social-networks .icon-facebook:hover {
  background: #3B5998
}

footer .social-networks .icon-github {
  border: 3px solid #A9CF54
}

footer .social-networks .icon-github:hover {
  background: #A9CF54
}

footer .social-networks .icon-pinterest {
  border: 3px solid #DE2C6C
}

footer .social-networks .icon-pinterest:hover {
  background: #DE2C6C
}

footer .social-networks .icon-twitter {
  border: 3px solid #31CDFD
}

footer .social-networks .icon-twitter:hover {
  background: #31CDFD
}

footer .social-networks .icon-google-plus {
  border: 3px solid #C9402E
}

footer .social-networks .icon-google-plus:hover {
  background: #C9402E
}

footer .social-networks a:hover {
  background: #000;
  color: #fff
}

#footer-extra {
  margin-top: 20px;
  background: #1c1c1c;
  padding: 2px 0;
  font-size: .9em;
  color: #EF7F1A
}

#footer-extra i {
  color: #AFDBEA
}

.navbar {
  margin: 0
}

.navbar .container {
  padding-bottom: 0;
  border-bottom: 0 solid #eee;
  margin-bottom: 0
}

.navbar #navbar {
  float: right
}

.navbar-inner {
  background: #f6f6f6 !important;
  background-image: none !important;
  filter: none;
  border: none;
  padding: 0;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, .2)
}

.navbar .navbar-brand {
  font-weight: 600;
  font-size: 28px;
  color: #222
}

@media (min-width: 980px) {
  .navbar .nav-collapse {
    float: right
  }

  .navbar .navbar-brand {
    padding-top: 24px;
    font-weight: 700
  }

  .navbar .nav>li.active>a,
  .navbar .nav>li.active:hover>a {
    background-color: transparent;
    font-weight: 700;
    background: none;
    color: #222
  }

  .navbar .nav>li.active>a,
  .navbar .nav>li.active>a:hover {
    background-image: url(../img/navbar-active-item.png);
    background-color: transparent;
    box-shadow: none;
    background-position: center bottom;
    background-repeat: no-repeat
  }

  .navbar .nav>li {
    margin: 0 0 -1px 10px
  }

  .navbar .nav>li>a {
    padding: 26px 10px;
    color: white;
    font-size: 1.1em;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25)
  }

  .navbar .nav>li>a:hover {
    color: #222;
    text-decoration: underline
  }
}

.carousel {
  position: relative
}

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  margin-top: -10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  padding: 6px;
  line-height: 1em;
  font-size: 20px;
  text-align: center;
  background: #777;
  background-image: none !important;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s
}

.carousel-inner .item img {
  width: 100%
}

.carousel-control:hover {
  background: #0081CC
}

.carousel-control.left {
  left: 20px
}

.carousel-control.right {
  right: 20px
}

.carousel-control .glyphicon {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  text-shadow: none;
  line-height: 30px;
  font-size: 20px;
  font-weight: 100
}

#macbook_carousel {
  max-width: 100%;
  position: relative;
  height: 540px;
  background: url(../img/mac.png) transparent top center no-repeat;
  margin: 70px 0 0
}

#macbook_carousel .carousel {
  width: 600px;
  margin: 0 auto;
  padding: 28px 0 0
}

#macbook_carousel .carousel .item {
  width: 600px;
  height: 360px;
  overflow: hidden
}

#macbook_carousel .carousel img {
  width: 600px
}

#macbook_carousel .carousel-control.left {
  left: -160px
}

#macbook_carousel .carousel-control.right {
  right: -160px
}

@media (min-width: 979px) {
  .homepage {
    background: url(../img/homepage-background.png);
    padding-bottom: 0px;
    background: white;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  #macbook_carousel {
    width: 100%;
    background-size: 100%;
    height: 440px
  }

  #macbook_carousel .carousel {
    padding: 22px 0 0;
    width: 474px
  }

  #macbook_carousel .carousel .item {
    width: 474px
  }

  #macbook_carousel .carousel-control.left {
    left: -120px;
    margin-top: -30px
  }

  #macbook_carousel .carousel-control.right {
    right: -120px;
    margin-top: -30px
  }
}

@media (max-width: 767px) {
  #macbook_carousel {
    background: none;
    height: auto
  }

  #macbook_carousel .carousel {
    width: 100%;
    margin: 0 auto;
    padding: 0
  }

  #macbook_carousel .carousel .item {
    width: auto;
    margin: 0 auto;
    height: auto
  }

  #macbook_carousel .carousel .item img {
    display: block;
    margin: 0 auto
  }

  #macbook_carousel .carousel-control {
    width: 48px;
    height: 48px
  }

  #macbook_carousel .carousel-control.left {
    top: 50%;
    left: -20px
  }

  #macbook_carousel .carousel-control.right {
    top: 50%;
    right: -20px
  }
}

.hero-unit {
  position: relative;
  margin: 40px 0;
  background: transparent;
  margin-top: 70px;
  margin-bottom: 70px
}

.hero-unit h1 {
  font-size: 2.2em;
  margin: 0 0 16px;
  font-weight: 600
}

.faq ol {
  margin: 60px 0
}

.faq ol>li {
  margin: 30px 0 !important
}

.faq ol>li>a {
  font-size: 16px;
  font-weight: 700
}

.faq ol>li>p {
  font-size: 1.05em;
  line-height: 1.6em
}

.faq input[type=text] {
  box-shadow: none
}

@media (max-width: 480px) {
  .faq input[type=text] {
    width: 260px
  }
}

.pricing>div {
  color: #666
}

.pricing ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0
}

.pricing ul li {
  border-bottom: 1px solid #eee;
  padding: 4px 0;
  font-size: 1.2em;
  color: #222
}

.pricing .glyphicon {
  font-size: 12px;
  color: #444;
  margin: 0 4px 0 0
}

.pricing .well {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 40px
}

.pricing h2 {
  font-size: 30px;
  margin: 4px 0 20px;
  color: #0085CC
}

.pricing .most-popular {
  margin-top: -15px
}

.most-popular {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  font-family: Arial, sans-serif
}

.most-popular .well {
  position: relative;
  overflow: hidden
}

.most-popular p span {
  position: absolute;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  right: -26px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 5px 30px rgba(255, 255, 255, 0.2);
  text-align: center;
  text-transform: uppercase;
  top: 22px;
  background: #DA4221;
  width: 120px;
  padding: 3px 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg)
}

.member:hover .member-networks a {
  color: #DE2C6C
}

.member .member-avatar {
  margin: 0 0 20px;
  text-align: center;
  margin: 0 auto 20px auto
}

.member .member-avatar img {
  display: inline;
  max-width: 100%
}

.member .member-name {
  margin: 0;
  color: #0082CC
}

.member .member-position {
  color: #aaa;
  font-weight: 400;
  margin: 6px 0 10px
}

.member .member-networks {
  float: right
}

.member .member-networks a {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 10px 0 0;
  color: #666
}

.member .member-bio {
  border-top: 1px dotted #aaa;
  margin: 16px 0;
  padding: 16px 0;
  font-size: .9em;
  color: #777
}

html:not(.osx) ::-webkit-scrollbar {
  width: 10px
}

html:not(.osx) ::-webkit-scrollbar-track-piece {
  background-color: #eee;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2)
}

html:not(.osx) ::-webkit-scrollbar-thumb:vertical {
  opacity: .4;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px
}

#project {
  color: #666
}

#project h1 {
  margin: 0 20px 10px
}

#project h3 {
  margin: 20px 0
}

#project h4 {
  color: #000;
  font-size: 1.15em;
  font-weight: 600;
  margin: 0 0 10px
}

#project ul {
  list-style-type: none;
  padding: 0
}

#project ul li {
  padding: 0;
  margin: 0 10px 10px 0
}

.project-links {
  padding: 10px 0;
  font-size: 15px;
  color: #ccc
}

.project-links a {
  margin: 0 8px
}

#project .project-description {
  padding: 20px
}

#related-projects .project {
  margin-bottom: 20px
}

#portfolio-items .thumbnail {
  margin: 0 0 20px
}

#portfolio-filter {
  border: none;
  margin: 0 0 20px
}

#portfolio-filter li a {
  border: 0;
  background: 0;
  margin: 0 10px 10px 0;
  padding: 6px 12px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}

#portfolio-filter li:hover a {
  color: #333
}

#portfolio-filter li.active a {
  text-decoration: none;
  background: #222;
  color: #fff
}

.project .thumbnail {
  text-decoration: none
}

.project .thumbnail b {
  padding: 6px 4px 2px
}

.project .thumbnail img {
  width: 100%
}

.project .thumbnail:hover {
  border-color: #999
}

.project .project-name {
  padding: 10px;
  color: #666;
  font-weight: 400;
  display: block
}

.isotope-item {
  z-index: 2
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0
}

@media (max-width: 979px) {
  #portfolio-items .thumbnail img {
    width: 100%
  }
}

@media (max-width: 768px) {
  .thumbnail img {
    width: 100%
  }
}

.post {
  padding: 0 20px 0 0;
  margin: 0 0 30px;
  clear: both;
  max-width: 100%
}

.post .entry-media {
  width: 100%
}

.post .entry-media img {
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.carousel .entry-media img {
  border: 0 solid #ddd;
  padding: 0;
  width: 100%
}

.post .entry-body {
  width: 70%;
  float: left;
  color: #888;
  font-size: 11px
}

.post .entry-body h2 {
  font-size: 16px;
  display: inline-block;
  margin: 10px 0;
  font-weight: 400
}

.post.single-post .entry-body h2 {
  color: #000;
  font-weight: 600;
  margin: 10px 0
}

.post .entry-body a:hover h2 {
  text-decoration: underline
}

.post:hover .entry-body a {
  color: #000
}

.post .entry-meta {
  width: 24%;
  padding: 0 2%;
  margin: 16px 0 0;
  float: right;
  clear: right
}

.post .entry-meta span {
  display: block;
  text-align: right
}

.post .entry-type:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 26px;
  color: #666;
  text-align: center;
  margin: 0 0 8px;
  color: #999;
  line-height: 1em;
  content: "\f031"
}

.post.video-post .entry-type:before {
  content: "\f04b"
}

.post.audio-post .entry-type:before {
  content: "\f028"
}

.post.image-post .entry-type:before {
  content: "\f03e"
}

.post.video-post .entry-media,
.post.audio-post .entry-media {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 5px;
  height: 0;
  overflow: hidden
}

.post.video-post .entry-media iframe,
.post.video-post .entry-media object,
.post.video-post .entry-media embed .post.audio-post .entry-media iframe,
.post.audio-post .entry-media object,
.post.audio-post .entry-media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.post .entry-content {
  font-size: 13px;
  line-height: 1.6em
}

#comments h4 {
  margin: 30px 0 0;
  padding: 16px 0 0;
  border-width: 1px 0 0;
  border-color: #eee;
  border-style: solid;
}

.commentlist {
  list-style-type: none;
  margin: 0
}

.comment-replies li {
  list-style-type: none;
  margin: 0 0 0 64px
}

.comment {
  position: relative;
  clear: both;
  padding: 20px 0 0 64px;
  margin: 20px 0;
  border-top: 1px solid #eee
}

.comment .avatar {
  position: absolute;
  top: 20px;
  left: 0;
  width: 64px
}

.comment .avatar img {
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.comment .comment-meta {
  margin: 0 0 10px;
  font-size: 12px;
  color: #666
}

.comment .comment-meta strong {
  font-size: 1.2em;
  display: block;
  color: #222
}

.comment .comment-meta span {
  display: inline-block;
  margin-top: 6px
}

.sidebar {
  color: #666;
  font-size: .9em
}

.widget {
  margin: 0 0 30px;
  position: relative;
  overflow: hidden
}

.widget h4 {
  font-size: 1.1em;
  margin: 0 0 6px;
  padding: 0 0 6px;
  border-bottom: 1px dotted #ccc;
  text-transform: uppercase;
  font-weight: 400;
  color: #222
}

.widget ul.list-style {
  margin: 0;
  padding: 0
}

.widget ul.list-style li {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
  color: #333
}

.widget ul.list-style li:hover {
  background: #fafafa
}

.widget .related-articles .thumbnail {
  width: 58px
}

.pagination {
  display: block
}

.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  list-style-type: none;
  box-shadow: none;
  padding: 0
}

.pagination ul li {
  border: none
}

.pagination ul li a {
  border: none;
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border-left-width: 0;
  color: #999
}

.pagination ul li.active a {
  background: #eee;
  color: #000
}

input[type=search],
input.search {
  padding-left: 26px;
  background-color: #fff;
  background: url(../img/search.png) 5px 5px no-repeat #fff
}

input.animated {
  width: 50%;
  -webkit-transition: width .4s ease;
  -moz-transition: width .4s ease;
  -o-transition: width .4s ease;
  -ms-transition: width .4s ease;
  transition: width .4s ease
}

input.animated:focus {
  width: 84%
}

.zoom {
  position: relative
}

.zoom .zoom-overlay {
  display: none;
  position: absolute;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -24px;
  margin-top: -16px;
  cursor: pointer;
  background: url(../img/icon-zoom.png) center center no-repeat
}

@media (max-width: 979px) {
  .zoom .zoom-overlay {
    display: none !important
  }
}

.not-ie .zoom .zoom-overlay {
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

.not-ie .zoom:hover .zoom-overlay {
  filter: alpha(opacity=100);
  opacity: 1
}

.zoom:hover .zoom-overlay {
  display: block
}

#back-to-top {
  position: fixed;
  bottom: -30px;
  right: 30px;
  height: 20px;
  width: 40px;
  cursor: pointer;
  background: #555;
  padding: 8px 0 12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 1em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity=(0));
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

#back-to-top.shown {
  bottom: 30px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity=(80));
  -webkit-opacity: .8;
  -khtml-opacity: .8;
  -moz-opacity: .8;
  opacity: .8
}

#back-to-top:hover {
  background-color: #222;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity=(80));
  -webkit-opacity: .8;
  -khtml-opacity: .8;
  -moz-opacity: .8;
  opacity: .8
}

.ribbon {
  margin: 0
}

.ribbon span {
  position: absolute;
  display: inline-block;
  top: 16px;
  right: -22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #F26A46;
  width: 100px;
  padding: 3px 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 5px 30px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 5px 30px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 5px 30px rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg)
}

.ie .ribbon span {
  right: 0;
  top: 0;
  padding: 3px
}

.tags {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  clear: both
}

.tags li,
.tags a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin-bottom: 8px
}

.tags a {
  margin-right: 6px;
  margin-top: 6px;
  padding: 0 10px 0 12px;
  background: #FED86F;
  color: #963;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.tags a:hover {
  background: #58504B;
  color: #fff;
  text-shadow: none
}

.tags a:hover:before {
  border-color: transparent #58504B transparent transparent
}

.tags a:hover:after {
  background: #FED86F
}

.tags.green a {
  background: #7ED090;
  color: #fff;
  text-shadow: none
}

.tags.green a:before {
  border-color: transparent #7ED090 transparent transparent
}

.tags.green a:after {
  background: #555
}

.tags.green a:hover:after {
  background: #fff
}

.tags.blue a {
  background: #0089e0;
  color: #fff;
  text-shadow: none
}

.tags.blue a:before {
  border-color: transparent #0089e0 transparent transparent
}

.tags.blue a:after {
  background: #555
}

.tags.blue a:hover:after {
  background: #fff
}

.ie7 .tags a {
  padding: 1px 8px;
  margin: 0
}

.flickr-feed img {
  margin: 0 2px 2px 0;
  padding: 2px;
  border: 1px solid #ccc;
  width: 25%;
  max-width: 64px
}

.circle {
  font-weight: 700;
  display: inline-block;
  width: 52px;
  line-height: 50px;
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
  background: #f30;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.thumbnail {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.thumbnail img {
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s
}

.thumbnail:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: .8
}

.thumbnail:hover {
  border-color: #ccc !important
}

.contact-map {
  margin: 0 0 60px
}

#explore h3 {
  margin: 0 0 10px
}

@media (max-width: 767px) {
  #explore img {
    width: 100%
  }
}

ul.the-icons {
  margin: 0
}

ul.the-icons li {
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
  margin: 0 0 10px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}

ul.the-icons li:hover {
  background: #eee
}



@charset "utf-8";

body {
  background-color: white;
}

@font-face {
  font-family: 'IRANSans-web';
  src: url('IRANSans-Bold-web.eot');

  src: url('IRANSans-Bold-web.eot?#iefix') format('eot'),
    /* IE6–8 */
    url('IRANSans-Bold-web.woff2') format('woff2'),
    /* Chrome36+, Opera24+*/
    url('IRANSans-Bold-web.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('IRANSans-Bold-web.ttf') format('ttf');
  font-weight: bold;
}


@font-face {
  font-family: 'IRANSans-web';
  src: url('IRANSans-Medium-web.eot');

  src: url('IRANSans-Medium-web.eot?#iefix') format('eot'),
    /* IE6–8 */
    url('IRANSans-Medium-web.woff2') format('woff2'),
    /* Chrome36+, Opera24+*/
    url('IRANSans-Medium-web.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('IRANSans-Medium-web.ttf') format('ttf');
  font-weight: 500;
}


@font-face {
  font-family: 'IRANSans-web';
  src: url('IRANSans-UltraLight-web.eot');

  src: url('IRANSans-UltraLight-web.eot?#iefix') format('eot'),
    /* IE6–8 */
    url('IRANSans-UltraLight-web.woff2') format('woff2'),
    /* Chrome36+, Opera24+*/
    url('IRANSans-UltraLight-web.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('IRANSans-UltraLight-web.ttf') format('ttf');
  font-weight: 200;
}


@font-face {
  font-family: 'IRANSans-web';
  src: url('IRANSans-Light-web.eot');

  src: url('IRANSans-Light-web.eot?#iefix') format('eot'),
    /* IE6–8 */
    url('IRANSans-Light-web.woff2') format('woff2'),
    /* Chrome36+, Opera24+*/
    url('IRANSans-Light-web.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('IRANSans-Light-web.ttf') format('ttf');
  font-weight: 300;
}


@font-face {
  font-family: 'IRANSans-web';
  src: url('IRANSans-web.eot');

  src: url('IRANSans-web.eot?#iefix') format('eot'),
    /* IE6–8 */
    url('IRANSans-web.woff2') format('woff2'),
    /* Chrome36+, Opera24+*/
    url('IRANSans-web.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('IRANSans-web.ttf') format('ttf');
  font-weight: normal;
}


.IRANSansBold {
  font-family: IRANSans-web;
  color: #000;
  margin-right: 50px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  font-weight: bold;
}

.IRANSansMedium {
  font-family: IRANSans-web;
  color: #000;
  margin-right: 50px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  font-weight: 500;
}


.IRANSansUltraLight {
  font-family: IRANSans-web;
  color: #000;
  margin-right: 50px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  font-weight: 200;
}

.IRANSansLight {
  font-family: IRANSans-web;
  color: #000;
  margin-right: 50px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  font-weight: 300;
}

.IRANSans {
  font-family: IRANSans-web;
  color: #000;
  margin-right: 50px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  font-weight: normal;
}



@font-face {
  font-family: 'BRoya';
  src: url('fonts/BRoya.eot?#') format('eot'),
    url('fonts/BRoya.ttf') format('truetype'),
    url('fonts/BRoya.woff') format('woff');
}


body {
  font-family: 'FontAwesome', IRANSans-web !important;
  border-top: none !important;
}


/*--------------------
Chat
--------------------*/

#live_chat_icon:hover {
  transform: scale(1.1);
}

#live_chat_icon {
  width: 50px;
  height: 50px;
  background: #e48129;
  position: fixed;
  display: none;
  right: 12px;
  border-radius: 50%;
  bottom: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000000000;
}

.chat {
  bottom: 0;
  font-size: 12px;
  right: 24px;
  position: fixed;
  width: 300px;

  -webkit-transform: translate(10px, -5px);
  transform: translate(10px, -5px);
  width: 300px;
  height: calc(100vh - 215px);
  /*max-height: 500px;*/
  z-index: 10000;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  background: rgb(239, 127, 26);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/*--------------------
Chat Title
--------------------*/
.chat-title {
  flex: 0 1 45px;
  position: relative;
  z-index: 2;
  /*background: rgba(0, 0, 0, 0.2);*/
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 10px 10px 50px;
  text-align: right;
  line-height: 30px;
  direction: rtl;
}

.chat-title div.title_chat_s {
  line-height: 1.1;
}

.chat-title h1,
.chat-title h2,
.chat-title div.title_chat_s {
  font-weight: 600 !important;
  font-size: 10px;
  margin: 0;
  padding: 3px 1px;
  margin-right: 35px;
}

.chat-title h2 {
  /*color: rgba(255, 255, 255, 0.5);*/
  font-size: 8px;
  letter-spacing: 1px;
}

.timestamp {
  font-size: 8px;
  padding-top: 2px;
  color: #676767;

}

.chat-title .avatar {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 9px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*border: 2px solid rgba(255, 255, 255, 0.24);*/
}

.chat-title .avatar img {
  width: 100%;
  height: auto;
}

.close_chat {
  /*background: rgba(0,0,0,0.1);*/
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  z-index: 20005;
  left: 10px;
  top: 10px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  text-align: center;
}

.close_chat:hover {
  /*background: rgba(0,0,0,0.3);*/
}

/*--------------------
Messages
--------------------*/
.messages {
  flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f3f3f3 url(../../imgs/bgchat.png);
  background-size: 100px;
}

.messages .messages-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
}

.messages .message {
  clear: both;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 10px 10px 10px 0;
  background: rgba(0, 0, 0, 0.3);
  margin: 8px 0;
  font-size: 10px;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
  color: white;
  direction: rtl;

  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 80%;
}


.messages .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
}

.messages .message::before {
  content: '';
  position: absolute;
  bottom: -6px;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  left: 0;
  border-right: 7px solid transparent;
}

.messages .message .avatar {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}

.messages .message .avatar img {
  width: 100%;
  height: auto;
}

.messages .message.message-personal {
  float: right;
  color: #fff;
  text-align: right;
  background: linear-gradient(120deg, #248A52, #257287);
  border-radius: 10px 10px 0 10px;
  background: #ffffff;
  color: #444444;
}

.messages .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #fff;
  bottom: -4px;
}

.messages .message:last-child {
  margin-bottom: 30px;
}

.messages .message.new {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
  animation: bounce 500ms linear both;
  white-space: pre-line;
}

.messages .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.messages .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}

.messages .message.loading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: -7px;
}

.messages .message.loading span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: 7px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

/*--------------------
Message Box
--------------------*/

.online_support {
  border-bottom: 2px solid #19a64d !important;
}

.offline_support {
  border-bottom: 2px solid #ff0000 !important;
}

.message-box {
  flex: 0 1 40px;
  width: 100%;
  background: #fff;
  padding: 10px;
  position: relative;
  color: #000;
}

.message-box .message-input {
  background: none;
  border: none;
  outline: none !important;
  resize: none;
  color: #6d6c6c;
  font-size: 11px;
  height: 25px;
  margin: 0;
  padding-right: 0px;
  width: 265px;
  text-align: right;
  direction: rtl;
  padding: initial !important;
}

.message-box textarea:focus:-webkit-placeholder {
  color: transparent;
}

.message-box .message-submit {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 10px;
  color: #fff;
  border: none;
  background: #f08014;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 5px;
  outline: none !important;
  transition: background .2s ease;
}

.message-box .message-submit:hover {
  background: #f08014;
}

/*--------------------
Custom Srollbar
--------------------*/
.mCSB_scrollTools {
  margin: 1px -3px 1px 0;
  opacity: 0;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0px;
  padding: 0 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5) !important;
}


h1.whitelab_title {
  margin-bottom: 45px;
  font-weight: 400 !important;
  font-size: 28px !important;
}


/*--------------------
Bounce
--------------------*/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}



.navbar-default {
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: transparent;
  border-color: #e7e7e7;
}

#header {
  height: 500px;
}

.navbar-default {
  padding: 10px;
}

#header {
  height: 650px;
  background: linear-gradient(rgba(58, 58, 58, 0.55), rgba(10, 10, 10, 0.9)), url(/static/imgs/back_head.jpeg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

#header2 {
  height: 190px;
  background: linear-gradient( rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5) ), url(../landing/landing/imgs/header.jpg) no-repeat;
  /* background: linear-gradient(rgba(58, 58, 58, 0.55), rgba(10, 10, 10, 0.9)), url(/static/imgs/back_head.jpeg); */
  background-position: center;
  background-size: cover;
  background-position: 0 -185px;
  background-position: 0 0;

  
}


#header3 {
  height: 100px;
}

.navbar-default {
  border-color: none !important;
}

.g-recaptcha {
  margin-top: 0 !important;
}

.g-recaptcha iframe {
  transform: scale(0.8) !important;
}

.btn:hover {
  /*box-shadow: 1px 1px 6px -2px #ef7f1a !important;*/
  font-weight: 600 !important;
}

.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
  border: none !important;
}


.icon_sec_c {
  position: relative;
  margin-right: 50px !important;
}

.icon_sec_c i.icon_custom {
  position: absolute;
  top: 36px;
}

.modal_advice.modal-content {
  color: #918b8b;
}

.modal_advice.modal-content .title_ad {
  text-align: center;
  padding: 20px;
  font-weight: 600;
}

.modal_advice.modal-content .switch_btn {
  display: flex;
  justify-content: center;
}

.modal_advice.modal-content .switch_btn .btn_ad {
  border: 1px solid #918b8b;
  padding: 8px;
  border-radius: 4px;
  margin-right: 2px;
  cursor: pointer;
  text-align: center;
}


.modal_advice.modal-content .switch_btn .btn_ad.active {
  border: 1px solid #ef7f1a;
  color: #ef7f1a;
}


.modal_advice.modal-content .boxCustom {
  position: relative;
  border: 1px dashed #918b8b;
  min-height: 170px;
  width: 90%;
  margin: 35px auto;
  border-radius: 5px;
  padding: 50px 40px;
}

.modal_advice.modal-content .boxCustom .title_boxCustom {
  position: absolute;
  position: absolute;
  top: -12px;
  right: 15px;
  background: white;
  padding: 0 15px;
  color: #ef8524;
  font-weight: 600;
}

.modal_advice.modal-content {}


.submenu>ul::before {
  content: '  ';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #343737;
  border-bottom-color: rgba(12, 53, 95, 0.7);
  position: absolute;
  top: -9.5px;
  left: 120px;
}

.submenu>ul {
  position: absolute;
  right: -90px;
  top: 62px;
  color: white;
  list-style: none;
  direction: rtl;
  text-align: right;
  padding: 0;
  min-width: 240px;
  background: rgba(1, 20, 39, .95);
  opacity: 0.9;
  display: none;
  z-index: 1000;
}

.submenu>ul li {
  padding: 7px 11px;

}


.submenu>ul li span.icon_hover {
  display: none;
}

.submenu>ul li:hover span.icon_hover {
  display: inline-block !important;
}

.submenu>ul li:hover span.icon_white {
  display: none !important;
}

.submenu>ul li:hover {
  cursor: pointer;
  background: rgba(1, 20, 39, .95);
}

.submenu>ul li:hover a {
  color: #ef7f1a !important;
  text-decoration: none !important;
}

.submenu>a {
  cursor: pointer;

}

.color_custooom {
  color: #EF7F1A !important;
}




.submenu>ul a {
  color: white;
  font-size: 11px;

}

a.submenu_btn_mobile {
  display: none !important;
}

.modal_advice.modal-content .hr_c {
  border-bottom: 1px dashed #918b8b;
  width: 80%;
  margin: 40px auto;

}

.modal_advice.modal-content select {
  background: none;
  height: 30px;
  width: 50%;
  direction: rtl;
  border: 1px solid #898484;
  padding: 0px 11px;
}

.modal_advice.modal-content .box_radiogroup {
  display: flex;
  justify-content: center;
  direction: rtl;
  color: #898484 !important;
  margin-top: 25px;
  font-weight: 600;
  font-size: calc(0.34em + 1vmin);
}



.modal_advice.modal-content .title_box_radiogroup {
  width: 50%;
}

.modal_advice.modal-content .box_radiogroup .item_box_radiogroup {
  width: 30%;
  display: inline-block;
}


.modal_advice.modal-content .form-control {
  padding-right: 12px !important;
}

.float_right {
  float: right !important;
}

.color_orange {
  color: #EF7F1A !important;
}

.hover-top {
  min-width: 430px;
}

@media (min-width: 980px) {
  .submenu:hover>ul {
    display: block !important;
  }
}


@media (min-width: 980px) .navbar .nav>li>a {
  padding: 26px 10px;
  color: White;
  font-size: 1.1em;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

#wbox {
  border-top: 3px solid #EF7F1A;
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  min-height: 350px;
  background: white;
}

.card-head {
  padding: 10px;
  text-align: center;
}

.card-content {
  text-align: justify;
  padding: 5px;
}

.proc-view {
  margin-top: 20px;
}


#logo {
  height: 62px;
  line-height: 50px;
  float: left;
  position: absolute;
  left: 50px;
}

.hover-top2 {
  margin: auto;
  text-align: center;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
  color: white;
  width: 120px;
  height: 120px;
  line-height: 130px;
  font-size: 22px;
}

.hover-top3 {

  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid white;
  padding-top: 4px;
  color: white;
  text-align: center;
  margin: auto;
  width: 130px;
  height: 130px;
}

.hover-top {
  margin: auto;
  text-align: right;
  margin-top: 1%;
  width: 40%;
  min-height: 300px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 15px 50px 45px;
  font-size: large;
  direction: rtl;
  line-height: 25px;
  min-height: 150px;
}

#hover-button {
  margin-top: 20px;
}

.proc2-view {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(10, 10, 10, 0.9)), url(/static/imgs/world.jpeg);
  background-position: center;
  background-size: cover;
}


#wbox2 {
  height: 25%;
  min-height: 165px;
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
  margin: 7px;
  border: solid 1px #efefef;
  border-top: 2px solid #EF7F1A;


}

.inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
}

.box_schematic .info_chart {
  margin-top: 40px;
  text-align: right;
  direction: rtl;
  width: 20%;
}

.box_schematic .info_chart .item {
  margin-bottom: 15px;
}


.green_cu {
  color: #28a745;
}

.blue_cu {
  color: lightskyblue;
}

.gray_cu {
  color: gray;
}

.yellow_cu {
  color: #ffc107;
}

.red_cu {
  color: #dc3545;
}

.box_schematic .chart_item {
  width: 80%
}

.box_schematic {
  display: flex;
}

.description_schematic .item .item_desc {
  margin-left: 15px;
  margin-right: 3px;
  font-size: 12px;
}

}

.box_schematic .info_chart .item span:nth-of-type(2) {
  font-size: 12px;
}

.description_schematic .item {}

.description_schematic {
  direction: rtl;
  text-align: right;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 8px;
  margin-bottom: 20px;
}


.proc3-view {
  margin-bottom: 30px;
  width: 100%;
}

.proc4-view {
  width: 100%;
  background: #e7e7e7e7;
  padding: 30px;
}


#foot {
  color: #EF7F1A;
}

.form-group .glyphicon {
  top: 5px !important;
  color: #9f9e9f !important;
  font-size: 17px;
  margin-right: 8px;
  width: 30px;
}


input[type=text],
input[type=url],
input[type=email],
input[type=password] {
  height: 45px;
  border-color: #c2c2c2 !important;
}

footer {
  /* background: #2e313e;
  border-top: 2px solid #EF7F1A;
  line-height: 25px;
  font-weight: 200;
  font-size: .8em;
  position: sticky; */
}


#header2 .helper img {
  margin-left: 5px;
}

.helper {
  /*padding-top: 50px;*/
  padding-top: 5px;
  color: white;
  padding-right: 180px;
  font-size: 20px;
  text-align: right;
}


.contact-hepler {
  text-align: right;
  padding: 40px;
  width: 90%;
  margin: auto;
  direction: rtl;
}

.form-group {
  margin-bottom: 8px !important;
}

.contact-hepler2 {
  text-align: right;
  padding: 40px 10%;
  width: 90%;
  margin: auto;
  direction: rtl;
  /*    box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.3);*/
  margin-top: 30px;
  margin-bottom: 30px;
  /*border:1px solid #868686*/
}

#logreg {
  width: 100%;
  /*background: linear-gradient(rgba(255, 0, 0 ,0.55),rgba(10, 10, 10, 0.9)),url(/static/imgs/back_head.jpeg);*/
  background-size: cover;
  background-position: center;
}

.lockscreen-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  direction: rtl;
  color: black !important;
}


.lockscreen-content .lock-box {
  position: relative;

  text-align: center;
  min-width: 500px;

  padding: 20px 80px;
  width: 60%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.nav.navbar-nav li a.active {
  color: #EF7F1A !important;
}

img.icon_remove,
img.icon_check {
  margin-right: 5px !important;
}

::placeholder {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.lockscreen-content .lock-box .user-image {
  border: 3px solid #fff;
  max-width: 100px;
  display: block;
  margin: 0 auto;
}

.lockscreen-content .lock-box .user-name {
  margin-bottom: 2px;
}

.lockscreen-content .lock-box label {
  color: white;
  font-weight: 700;
}


section.pricing {
  background: #9CECFB;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.btn {
  padding: 8px 12px !important;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}


.has-feedback {
  position: relative;
  line-height: normal;
  width: 49%;
}


#imgcov {
  margin: 20px;
  width: 70px;
  animation: scale-display .4s;

}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: BRoya !important;
  line-height: 1.1em;
}



.navbar .nav>li>a {
  padding: 15px 10px !important;
}

.navbar-nav {
  margin: 7.5px -15px;
  position: absolute;
  right: 50px !important;
}


.faq {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 50px !important;
}


.badge_custom {
  margin-left: 10px;
}

.dis_inline {
  display: inline-block;
}

#footnote {
  margin: 0 0 0 2px !important;
}


h3,
h2,
h1 {
  font-weight: 300 !important;
}

.navbar .nav>li>a {
  padding: 15px 10px !important;
  font-size: .9em !important;
  text-decoration: none !important;
  min-height: 62px;
}

.navbar .nav>li>a:hover {
  padding: 15px 10px !important;
  font-size: 1em !important;
  text-decoration: none !important;
  color: #EF7F1A !important;
  font-size: .9em !important;
}

.has-success .form-control {
  border-color: #868686;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border-radius: 0px;
}


@media (max-width: 800px) {

  .contact-hepler2 {
    padding: 10px !important;
  }

  .lockscreen-content .lock-box {
    position: relative;

    text-align: center;
    padding: 10px 10px;
    min-width: unset !important;
    width: unset !important;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .contact-hepler {
    text-align: right;
    padding: 0px;
    width: 90%;
    margin: auto;
    direction: rtl;
  }

  .hover-top {
    margin: auto;
    text-align: right;
    margin-top: 50px;
    width: 100%;
    min-height: 300px;
    min-width: 320px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 15px 50px 45px;
    font-size: large;
    direction: rtl;
    line-height: 25px;
    min-height: 150px;

  }

  #wbox {
    border-top: 3px solid #EF7F1A;
    -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 400px;
    padding: 15px;
    margin: auto;
    margin-bottom: 20px;
  }

  #procs {
    width: 100%;
  }

  .flex-container {
    width: 100% !important;
  }

  #wbox2 {
    height: 25%;
    min-height: 165px;
    width: 100%;
    -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
    margin: 0px;
    border: solid 1px #efefef;
    border-top: 2px solid #EF7F1A;
    margin-bottom: 30px;
  }

  #proc4-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  #imgcov {
    margin: 20px;
    /*width: 60%;*/
  }

  .nav>li {
    position: relative;
    display: block;
    text-align: right;
  }

  .navbar .nav {
    margin: 20px 0;
    margin-right: -50px;
    text-align: right;
    background-color: rgba(0, 0, 0, .9);
    z-index: 9999;
  }

  #logo {
    height: 50px;
    line-height: 50px;
    float: left;
    position: absolute;
    left: 10px;
    top: 10px;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: rgba(0, 0, 0, 0);
  }

  .navbar .nav {
    margin: 20px 0;
    margin-right: -50px;
    text-align: right;
    background-color: rgba(0, 0, 0, .9);
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .helper {
    /*padding-top: 50px;*/
    color: white;
    padding-right: 20px;
    font-size: 16px;
    text-align: end;
    margin-right: 0px;
    text-align: center;
  }
}

.flex-container {
  width: 75%;
  margin: auto;
  display: flex
}

.show_nav {
  display: flex !important;
}

@media screen and (max-width: 980px) {
  .submenu>ul {
    position: initial !important;
    width: 100% !important;
    opacity: 1;
  }

  .submenu>ul::before {

    display: none !important;
  }

  a.submenu_btn_mobile {
    display: inline-block !important;
  }

  a.submenu_btn_desktop {
    display: none !important;
  }

  /* .blog_submenu>ul {
    position: initial !important;
    width: 100% !important;
    opacity: 1;
  } */

  .blog_submenu>ul::before {

    display: none !important;
  }

  a.blog_submenu_btn_mobile {
    display: inline-block !important;
  }

  a.blog_submenu_btn_desktop {
    display: none !important;
  }

  /*	.submenu:hover>ul{
		display: initial !important;
	}*/

  .contact-hepler2 {
    padding: 10px !important;
  }

  #nav_bar {
    display: none;
  }

  .navbar-toggle {
    display: block !important;
  }

  #sec_auth {
    display: none;
  }

  #sec_auth_mobile {
    display: block !important;
  }

  .navbar-header {
    float: right !important;
  }

  .navbar .nav {

    margin: 20px 0 !important;
    margin-right: -50px;
    text-align: right;
    background-color: rgba(0, 0, 0, .9);
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    top: 60px;
    right: 0 !important
  }

}

.bg_gray_1 {
  background: #f7f7f7;
}

.alert-danger {
  color: #5d595a !important;
  background-color: #fbf2f3 !important;
  border-color: #d3cfcf !important;
}



.cross {
  position: relative;
  display: inline-block !important;
}

.cross::before,
.cross::after {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}

.cross::before {
  border-bottom: 1px solid #0a1513;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}


div#wbox2:hover {
  transition: opacity .8s ease-in-out;

}

div#wbox2:hover #imgcov {
  display: none;
  animation: scale-display--reversed .6s;
  animation-fill-mode: forwards;

}

div#wbox2:hover .desc_box_sec {
  display: flex !important;
  animation: scale-display .6s;
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    display: none;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}


@keyframes scale-display2 {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .1;
  }

  20% {
    opacity: .2;
  }

  30% {
    opacity: .3;
  }

  40% {
    opacity: .4;
  }

  50% {
    opacity: .5;
  }

  60% {
    opacity: .6;
  }

  70% {
    opacity: .7;
  }

  80% {
    opacity: .8;
  }

  80% {
    opacity: .9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scale-display--reversed2 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: .9;
  }

  20% {
    opacity: .8;
  }

  30% {
    opacity: .7;
  }

  40% {
    opacity: .6;
  }

  50% {
    opacity: .5;
  }

  60% {
    opacity: .4;
  }

  70% {
    opacity: .3;
  }

  80% {
    opacity: .2;
  }

  80% {
    opacity: .1;
  }

  100% {
    opacity: 0;
  }
}

.desc_box_sec {
  width: 100%;
  height: 110px;
  justify-content: center;
  display: none;
  color: #f7951d;
  font-weight: 600;
  font-size: 1.5vh;
  flex-wrap: wrap;
  padding-top: 29px;
  line-height: 31px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.alert-success {
  color: #838383 !important;
  background-color: #f7fdf9 !important;
  border-color: #d3cfcf !important;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  border-color: rgba(255, 0, 0, 0.6);
}

.table_plans>tbody>tr>td {
  border-left: 1px solid #ccc;
}

.table_plans>tfoot>tr>th {
  line-height: 1em;
}

.table_plans>thead>tr>th {
  border-left: none;
  line-height: 1em;
}

.bg_white {
  background: white;
}

.box_shadow_1 {
  box-shadow: 0px 2px 4px #e3dcdc;
}

#header2 {
  border-bottom: 3px solid #e48129;
}

.color_gary_1 {
  color: #5d5d5d !important;
}

#print_btn_report_free:hover {
  font-weight: 500;
  background: #fffcfa;
  box-shadow: 1px 1px 6px -2px #bfbfbf;
}

.btn_upgare_free_report {
  font-size: 10px !important;
  margin-bottom: 7px !important;
  margin-right: 13px !important;
  padding: 5px 15px !important;
}



@media (min-width: 800px) {
  #proc4-row {
    padding-right: 100px;
    padding-left: 100px;
  }
}


#hover-text {
  line-height: 40px;
  min-height: 120px;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #EF7F1A;
}

tr:nth-child(even) {
  background: #E5E5E5
}

tr:nth-child(odd) td.Special_plan {
  background: #f3d4c3c7 !important;
}

tr:nth-child(even) td.Special_plan {
  background: #efb99cc7 !important;
}


.popover {
  direction: rtl;
}


.alert_custom {
  color: #747373;
  min-height: 68px;
  line-height: 68px;
  padding-right: 20px;
  margin-bottom: 25px;
  background: #fbfbfa;
}

.alert-danger_custom {
  border-right: 4px solid #a94442;
  color: #a94442;
}

.alert-success_custom {
  border-right: 4px solid #3c763d;
  color: #3c763d;
}

.alert-warning_custom {
  border-right: 4px solid #e48129;
  color: #e48129;
}

.alert-info_custom {
  border-right: 4px solid #31708f;
  color: #31708f;
}


.popover-content {
  text-align: justify;
  font-family: IRANSans-web;
  font-size: .8em;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-info {
  color: #fff;
  background-color: lightskyblue;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

#imgt {
  width: 20px;
}


.tooltip {
  font-family: "IRANSans-web" !important;

}

.tooltip-inner {
  min-width: 320px !important;
  font-size: 12px !important;
  background: white !important;
  color: #8c8c8c !important;
  border: 1px solid #d1d1d1 !important;

}


.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d1d1d1 !important;
}

#img_top {
  width: 50px;
  margin-left: 20px;
}


#footer_social {
  width: 20px;
}

#back-to-top.shown {
  height: 38px;
  position: fixed;
  bottom: 10px;
  left: 15px;
}

.reglog-btn {
  background-color: transparent;
  font-size: 12px;
  color: #EF7F1A;
}

.reglog-btn:hover {
  background-color: transparent;
  font-size: 12px;
  border-color: #fff;
  color: #fff;
  font-weight: normal !important;
}


.invalid,
input[type=text].invalid,
input[type=password].invalid {
  border: 1px solid #c14848 !important;
}

.valid,
input[type=text].valid,
input[type=password].valid {
  border: 1px solid #5cb85c !important;
}


.auth_frm .invalid-feedback {
  text-align: right;
  padding-top: 5px;
  padding-right: 5px;
  font-size: 0.8em;
  font-weight: 400;
  color: red;
}

#blog_navbar .blog_navbar_container {
  direction: rtl;
  margin-top: 30px;
}

#blog_navbar .blog_navbar_nav {
  margin: 0px !important;
  right: 0px !important;
}

#blog_navbar .blog_navbar {
  min-height: 70px;
  /* min-height: initial !important; */
}

#blog_navbar .blog_navbar_search {
  width: 300px !important;
}

#blog_navbar .blog_icon_search {
  position: absolute;
  left: 18px;
  color: #9c9c9c;
  z-index: 100;
  font-size: 18px;
}

#blog_navbar .blog_helper {
  text-align: right;
  margin: auto;
  direction: rtl;
  /*    box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.3);*/
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 10px 10px 10px;
  /*border:1px solid #868686*/
}

#blog_navbar .blog_social_fa {
  margin-left: 15px !important;
}

#blog_navbar .blog_social_fa a:hover {
  color: transparent !important;
  text-decoration: none;
}

#blog_navbar .blog_social_fa a {
  margin-right: 5px;
}

#blog_navbar .blog_submenu>ul {
  position: absolute !important;
  top: 70px;
  color: white;
  list-style: none;
  direction: rtl;
  text-align: right;
  padding: 0;
  background: #fbf6f1;
  opacity: 0.9;
  display: none;
  z-index: 1000;
}

#blog_navbar .blog_submenu>ul li {
  padding: 7px 11px;
  display: inline-block;
  /*width: max-content;*/
      min-width: 130px;
    text-align: center;
}

#blog_navbar .blog_submenu>ul li span.icon_hover {
  display: none;
}

#blog_navbar .blog_submenu>ul li:hover span.icon_hover {
  display: inline-block !important;
}

#blog_navbar .blog_submenu>ul li:hover span.icon_white {
  display: none !important;
}

#blog_navbar .blog_submenu>ul li:hover {
  cursor: pointer;
}

#blog_navbar .blog_submenu>ul li:hover a {
  color: #ef7f1a !important;
  text-decoration: none !important;
}

#blog_navbar .blog_submenu>a {
  cursor: pointer;
  border-top: #ef7f1a;
}

#blog_navbar .nav>li:focus>a,
#blog_navbar .nav>li:hover>a {
  text-decoration: none;
  background-color: #fbf6f1 !important;
  border-top: 1px rgb(239, 127, 26) solid !important;
}


  #tags_bar_blog .nav>li:hover>a{
    border-top-color: #b0b0b0 !important;
    background-color: transparent !important;
    color: #e4812a !important;
    border: 1px solid #e4812a !important;
  }

#blog_navbar .blog_submenu>ul a {
  color: #808080;
  font-size: 11px;
}

#newsletter_btn.btn:hover {
  font-weight: initial !important;
  text-shadow: 1px 0px 1px;
}

#blog_content_navbar .newsletter_section_show {
  color: #fff;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}

#blog_content .card_hovered_shadow:hover{
  box-shadow: -1px 1px 5px #ccc;
}

@media (min-width: 720px) {
  .blog_submenu:hover>ul {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 992px) {
  .md_hide {
    display: none;
  }
  .md_width_100 {
    display: flex;
    width: 100%;
  }
  #blog_content_navbar .navbar-nav>li {
    float: right;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
}

.md-text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
}

@media (max-width: 992px) {
  .change_order {
    display: flex;
    flex-direction: column;
  }
}
/* Start blog pagination */
.blog_pagination {
  display: flex;
  justify-content: center;
}

.pagination .active {
  color: white !important;
  background-color: #ef8e33;
}

.pagination>li>a {
  background-color: #fbfbfb;
  margin-left: 5px;
  border: 0px;
}

.pagination>li>a:focus, .pagination>li>a:hover {
  color: white !important;
  background-color: rgba(239, 142, 52, 0.5);
}

#blog_pagination ul>li>a {
  float: right;
  color: #847d7d;
  font-weight: 500;
}

#blog_pagination .pagination>li>a,
#blog_pagination .pagination>li>span {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

#blog_pagination .pagination>li:first-child>a,
#blog_pagination .pagination>li:first-child>span {
  margin-left: 5px;
}

/* End blog pagination */

/* Start blog newsletter section */

.default_newsletter {
  position: relative;
  display: none
}

.newsletter_section {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  text-align: right;
  direction: rtl;
  box-shadow: -1px 1px 3px -1px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 10px 10px;
  /* border: 1px solid #dfdfdf; */
  width: 280px;
  height: 110px;
  top: 65px;
  left: 0px;
  bottom: 10px;
  background: #f5f5f5;
  z-index: 100;
}

.newsletter_section>div::before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #f3f3f3;
  border-bottom-color: #f1f1f1b3;
  position: absolute;
  top: -9.5px;
  left: 50%;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#newsletter .btn {
  padding: 6px 12px !important;
}

#newsletter .btn:hover {
  font-weight: initial !important;
  text-shadow: 1px 0px 1px;
}

#newsletter .newsletter_submit {
  color: #fff;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}

#newsletter .newsletter_email::placeholder {
  font-size: 11px;
}

/* Eng blog newsletter section */

/* Start blog social section */

#blog_social_section .blog_social_helper {
  direction: rtl;
  /* box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.3); */
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #dfdfdf
}

#blog_social_fa {
  display: flex;
  justify-content: center;
}

#blog_social_fa .icon_hovered {
  display: none;
}

#blog_social_fa a:hover span.icon_hovered {
  display: inline-block !important;
}
#blog_social_fa a:hover span.icon_not_hovered {
  display: none;
}

.telegram_blog_social_fa span.icon_not_hovered, .telegram_blog_social_fa span.icon_hovered{
    background: white;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    box-shadow: 0px 1px 4px #ccc;
}


hr {
  clear: both;
  width: 38%;
}

.hr_social {
  clear: both;
  width: 38%;
}


@media (max-width: 1450px) and (min-width: 992px) {
  .hr_social {
    width: 20% !important;
  }
}

.blog_share_hovered {
  display: none;
  text-align: right;
  direction: rtl;
  /* box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.3); */
  padding: 5px;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  width: 120px;
  position: absolute;
  right: 18px;
  bottom: 10px;
  background: white;
}

#share_icon:hover .blog_share_hovered {
  display: flex !important;
}

/* Eng blog social section */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  margin: 10px;
  min-height: 380px;
}


#share_post_in_social a {
    margin-bottom: 8px;
}

.blog_social_box .hr_custom:last-child{
  display: none;
}

@media (min-width: 576px) {
  #blog_content .card {
    margin-left: -5px !important;
    margin-right: -15px !important;
  }
  #blog_content .padding_0 {
    padding: 0px !important;
  }
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.75rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  height: 150px;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}



@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
}

/* Start post section */
.post_background_handler {
  text-align: right;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  direction: rtl;
  /* box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2); */
  box-shadow :0px 3px 6px #CDCDCD;
  margin-top: 30px;
  margin-bottom: 30px;
  /* border: 1px solid #868686; */
}

#blog_post h3 {
  font-weight: 900 !important;
}

#blog_post img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

#blog_post code {
  display: block;
  white-space: pre-wrap;  
}
.sources {
  position: relative;
  border: 1px solid #dadada;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.sources_title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 25px;
  margin: auto;
}

.fluid_helper {
  margin-right: 60px;
  margin-left: 60px
}

.share_post_style {
  direction: ltr;
  margin-top: 27px;
}

@media (max-width: 767px) {
  .sources_title {
    position: relative;
  }
  .hashtag_title {
    margin-bottom: 10px;
  }
  .fluid_helper {
    margin-left: 5px;
    margin-right: 5px;
  }
  .share_post_style {
    margin-top: 0px;
    margin-left: 0px;
  }
}

#share_post_in_social div {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  #share_post_in_social a {
    margin-bottom: 8px;
  }
}

.article-tag {
  border: 1px solid #dadada;
  padding: 20px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.hashtag_section {
  display: flex;
  flex-wrap: wrap;
}

.article-tag a {
  text-decoration: none;
  color: black !important;
  margin: 5px;
  padding: 10px;
  background-color: #ededed;
}

#share_post_in_social .icon_hovered {
  display: none;
}

#share_post_in_social a:hover span.icon_hovered {
  display: inline-block !important;
}
#share_post_in_social a:hover span.icon_not_hovered {
  display: none;
}

.sources a {
  display: block;
}

blockquote p {
  margin-top: 0px !important;
}


#help_chat{
    position: absolute;
    min-width: 200px;
    height: 35px;
    top: -30px;
    right: 15px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}



#help_chat .message {
  clear: both;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 10px 10px 0 10px;
  background: rgba(0, 0, 0, 0.3);
  margin: 8px 0;
  font-size: 10px;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
  color: white;
  direction: rtl;

  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 90%;
}
}

#help_chat .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
}

#help_chat .message::before {
  content: '';
  position: absolute;
  bottom: -6px;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  left: 0;
  border-right: 7px solid transparent;

  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #b2b2b2;
  bottom: -4px;

}

#help_chat .message .avatar {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}

#help_chat .message .avatar img {
  width: 100%;
  height: auto;
}

#help_chat .message.message-personal {
  float: right;
  color: #fff;
  text-align: right;
  background: linear-gradient(120deg, #248A52, #257287);
  border-radius: 10px 10px 0 10px;
  background: #ffffff;
  color: #444444;
}

#help_chat .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #fff;
  bottom: -4px;
}

#help_chat .message:last-child {
  margin-bottom: 30px;
}

#help_chat .message.new {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
  animation: bounce 500ms linear both;
  white-space: pre-line;
}

#help_chat .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

#help_chat .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}

/* End post section */



@media (max-width: 1028px) {
    #all_plans{
      width: 100%;
    }
    #all_plans .palns_header{
        flex-direction: column;
        width: 100%;
    }

    #all_plans .desc_plan{
      display: flex;
      justify-content: center;
      flex-direction: column;
          align-items: center;
    }

    #all_plans .desc_plan .more_details_plan{
      position: initial;
      margin-top: 20px;
    }

    #all_plans .desc_plan .price_plan{
      margin-top: 15px;
      float: initial;
      min-width: 250px;
    }

    .plans_body{
      display: none !important;
    }

    .plans_body_responsive.active_res{
      display: block;
    }

    .arrow_bottom{
      display: none !important;
    }

    .arrow_res{
      display: block !important;
    }

    .plans_body_responsive h4{
      margin-top: 10px;
    }


  .frm_regiter{
    width: 75% !important;
  }

  .space_null{
    display: none !important;
  }

    .container_freescan .row{
      display: block;
    }

    .plans_header{
      display: flex !important;
      flex-direction:column !important;
    }
  }

























  footer *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    font-family: "IRANSans-web";
  }
  
  footer {
    background-color: #2e313d;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    direction: rtl;
    border-top: 3px solid #ff9100;
  }
  .footer-container {
    width: 1000px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footer-detail {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-detail .footer-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footer-detail .footer-item ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footer-detail .footer-item h6 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .footer-detail .footer-item li {
    margin-bottom: 5px;
  }
  .footer-detail .footer-item li a {
    color: #ddd;
    font-size: 10px;
    font-weight: 300;
  }

  .footer-detail .footer-item li a>span.fa{
    font-size: 16px;
  }

  .footer-certificate {
    color: #fff;
    width: 700px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footer-certificate h3 {
    font-weight: 300;
    font-size: 18px;
  }
  .certificate-cards-container {
    margin-top: 40px;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .certificate-card {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .certificate-card-image {
    width: 90px;
    height: 80px;
    background: url("../landing/landing/imgs/logo-saman2.png");
    background-size: cover !important;
  }

  .daneshbonyan .certificate-card-image {
    background: url("../landing/landing/imgs/certs/d-bonyan1-g.png");
  }
  .enamad .certificate-card-image {
    background: url("../landing/landing/imgs/certs/enamd-g.png");
  }
  .afta .certificate-card-image {
    background: url("../landing/landing/imgs/certs/afta-g.png");
  }
  .senfi .certificate-card-image {
    background: url("../landing/landing/imgs/certs/nasr-g.png");
  }
  .samandehi .certificate-card-image {
    background: url("../landing/landing/imgs/certs/samandehi-g.png");
  }

  /* white */
  .daneshbonyan .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/d-bonyan-w1.png");
  }
  .enamad .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/enamad-w.png");
  }
  .afta .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/afta-w.png");
  }
  .senfi .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/nasr-w.png");
  }
  .samandehi .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/samandehi-w.png");
  }
  


  .certificate-card-name {
    margin-top: 20px;
    color: #bbb;
    font-size: 10px;
  }
  .aboutus {
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .aboutus p {
    color: #aaa;
    font-size: 10px;
  }
  .aboutus a {
    color: #bbb;
    font-size: 10px;
    font-weight: 700;
  }
  .copyR {
    width: 100%;
    height: 120px;
    border-top: 1px solid #888;
    background-color: #363948;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
  }
  .copyR-persian {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .copyR-english {
    font-size: 12px;
  }


  .social_wrapper {
    padding-top: 5px;
  }
  
  .social_wrapper>a{
    margin-left: 7px;
  }
  
  .social_wrapper>a:last-child{
    margin-left: 0px;
  }

@media only screen and (max-width: 668px) {

  #hover-button{
    background: transparent !important;
    padding: 0px !important;
  }
  div.section-header {
    height: 555px;
    background-size: cover;
    background-position: 20%;
  }
  div.section-menu {
    padding: 5px 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .menubar {
    margin-right: 10px;
    display: inline-flex;
  }

  #menu-icon {
    color: #c6c6c6;
    font-weight: 100;
    font-size: 20px;
    margin-top: -5px;
  }

  .wl-menu {
    display: none;
  }
  .wl-menu ul {
    display: none;
  }
  .wl-logo {
    margin-right: 0;
    width: 110px;
  }
  .wl-logo img {
    margin-right: 10px;
    width: 110px;
  }
  .wl-login a.demo {
    display: none;
  }
  .wl-login a.login {
    padding: 3px 10px;
    font-size: 8px;
    color: #eee;
    border: 1px dashed #c6c6c6;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  .section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    padding: 24px;
    margin-top: 83px;
  }
  .section-title-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-title-content h1 {
    margin-top: 25px;
    font-size: 19px;
    color: #111;
  }
  .section-title-content p {
    color: #333;
    margin-top: -20px;
    font-weight: 400;
    word-spacing: 0px;
    font-size: 14px;
    text-align: center;
  }
  .section-title-content h3 {
    margin-top: -28px;
    font-size: 14px;
    text-align: center;
    color: #111;
  }
  .section-header button {
    font-size: 9px;
    margin-top: -2px;
    padding: 7px 35px;
  }
  .section-counter {
    margin-top: 0;
    border-bottom: 3px solid #ff9000;
  }
  .section-counter-container {
    margin-top: 0;
    height: 100%;
    justify-content: space-around;
    flex-direction: column;
  }
  .section-counter-container p {
    font-size: 9px;
  }
  .section-counter-container a {
    font-size: 6px;
    padding: 4px 20px;
    margin-bottom: 8px;
  }
  .counter-item span.counter-item-number {
    border-radius: 2px;
    font-size: 15px;
    padding: 1px 7px;
    margin-right: -2px;
    margin-left: -2px;
  }
  .counter-item span.counter-item-comma {
    font-size: 15px;
  }
  .counter-item {
    margin-top: -5px;
    margin-right: 0;
  }

  /* page2 */
  .section-best-wl {
    height: auto;
  }
  .bg1 {
    height: auto;
    background-color: #fff;
  }
  .path-container {
    display: none;
  }
  .section-best-wl-container {
    width: 100%;
    height: auto;
  }
  .section-best-wl-container h2 {
    font-size: 12px;
    font-weight: 500;
  }
  .best-main {
    height: auto;
    flex-direction: column;
    margin-right: 0px;
    margin-top: 40px;
    background-color: #fff;
  }
  .best-main-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .best-main div {
    width: 90%;
    height: auto;
  }
  .best-main-item img {
    width: 95%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .item-4 {
    margin-top: 0;
  }
  .best-main-item-res {
    display: inline-block;
    font-size: 11px;
    color: #888;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 50px;
  }
  .best-main div.item-2,
  div.item-3,
  div.item-6 {
/*    display: none;*/
  }
  .page-3-svg-footer {
    display: block;
  }

  .page-3-svg-footer svg path {
    stroke: none;
    fill: #555;
  }
  .bg-footer-wave-1{
    margin-top: -100px;
    display: block;
  }
  .bg-footer-wave-2{
    margin-top: -150px;
    display: block;
  }

  .section-service {
    display: none;
  }
  .section-service-res {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdfdfd;
  }

  .section-service-res-container {
    width: 350px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-service-res-container h4 {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #555;
    font-weight: 500;
    font-size: 15px;
  }
  .section-service-item {
    margin-bottom: 35px;
    border: 1px solid #fbfbfb;
    box-shadow: 0px 0px 2px 0px #f5f5f5;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .item-icon img {
    width: 70px;
  }
  .section-service-item h5 {
    color: #555;
    font-weight: 500;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .section-service-item p {
    line-height: 20px;
    color: #888;
    font-weight: 500;
    font-size: 11px;
  }
  .section-service-item button,
  .section-service-item a.linkbtn {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 5px 40px;
    color: #ff9100;
    border: 1px dashed #ff9100;
    background-color: #fff;
  }


  .section-proability-bgcontainer {
    background-color: #fdfdfd;
  }
  .section-proability{
    height: auto;
    background: #f9f9f9
  }
  .ability-bg2 {
    height: auto;
    background-color: #f9f9f9;
  }
  .proability-main-content{
    height: auto;
    margin-bottom: 50px;
  }
  .proability-header {
    margin-top: 80px;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }
  .proability-main {
    flex-direction: column;
  }
  .proability-main-image {
    width: 300px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .proability-main-image img {
    width: 300px;
  }
  .proability-icon {
    margin-left: 25px;
    width: 10px;
  }
  .proability-icon img {
    width: 20px;
  }
  .proability-item {
    margin-right: -15px;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .section-bg {
    display: none;
  }
  .section-lastarticle {
    margin-top: 30px;
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
  }
  .section-lastarticle-container {
    width: 100%;
    height: auto;
  }
  .lastarticle-header h3{
    font-size: 15px;
  }
  .lastarticle-content {
    flex-direction: column;
    position: relative;
  }
  .lastarticle-content .card-article {
    display: none;
  }
  .lastarticle-content .card-article:nth-child(1),
  .lastarticle-content .card-article:nth-child(2) {
    display: flex;
  }
  .card-article {
    margin-bottom: 30px;
    box-shadow: 0 0 2px 0 #eee;
  }
  .card-article-hover-res {
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 10px;
    padding: 7px;
    padding-right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .article-more {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .first-discount {
    height: auto;
    background-color: #e9e9e9;
    border-bottom: none;
  }
  .first-discount-container {
    padding: 30px 50px;
    padding-bottom: 20px;
    width: 100%;
    flex-direction: column;
  }
  .first-discount-container p {
    font-size: 12px;
    font-weight: 500;
    color: #111;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .first-discount-container a {
    display: none;
  }
  .test-button-discount {
    display: block;
    color: #fff;
    background-color: #ee8b33;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 3px;
  }
  .customers-logo img {
    width: 60px;
  }
  .customers-container-full {
    width: 80%;

  }
  .customers-container-logo {
    width: 350px;
  }
  .customers-container-full span {
    font-size: 25px;
  }
  .footer-container {
    width: 100%;
  }
  .footer-detail {
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .footer-item {
    width: 180px;
    margin-bottom: 30px;
  }
  .footer-detail .footer-item h6 {
    font-size: 10px;
  }
  .footer-detail .footer-item li {
    margin-bottom: -5px;
  }
  .footer-detail .footer-item li a {
    font-size: 9px;
  }
  .footer-detail .footer-item li a span {
    font-size: 13px;
  }
  .footer-certificate {
    margin-top: -20px;
    width: 100%;
  }
  .footer-certificate h3 {
    font-size: 15px;
  }
  .certificate-cards-container {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
  .certificate-card {
    width: 120px;
    filter: grayscale(100%);
    margin-top: -20px;
  }
  .certificate-card-image {
    width: 60px;
    height: 80px;
    background: url("logo-saman2.png");
    background-size: cover;
  }
  .certificate-card-name {
    margin-top: 0;
  }
  .aboutus {
    display: none;
  }
  .copyR {
    height: auto;
    border-top: 1px solid #404350;
  }
  .copyR-persian {
    font-size: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .copyR-english {
    font-size: 7px;
    margin-bottom: 5px;
  }

  .section-counter{
    height: auto !important;
  }

  .section-counter .counter_box_wrapper .counter_box{
    margin-bottom: 50px;
  }
  .section-counter-container{
    margin-top: 10px;
    width: 100%;
  }
  .section-counter .counter_box_wrapper{
    flex-direction: column !important;
  }

  .best-main-item.item-1{
    order: 1
  }
  .best-main-item.item-2{
    order: 2; 
    padding-right: initial;
    margin-top: initial;
    margin-bottom: initial;
    padding-left: initial;
  }
  .best-main-item.item-3{
    margin-bottom: initial;
    margin-top: initial;
    order: 4
  }
  .best-main-item.item-4{
    order: 3;

  }
  .best-main-item.item-5{order: 5}
  .best-main-item.item-6{
    order: 6;
    padding-left: initial;
    margin-top: initial;
    padding-right: inherit;
  }

}



.more_info_bold {
  margin: 20px 17px !important;
  display: block;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  font-family: arial;
  color: #ef7f1a !important;
}

.become_pentester{
  color: #ef7f1a;
  font-weight: 600;
}