@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");
@import url("et-line/et-line.css");
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
::selection {
  background: #00a0dc;
  color: #fff;
}
::-moz-selection {
  background: #00a0dc;
  color: #fff;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: iransans,'Open Sans', sans-serif;
  font-weight: 300;
  background: #fff;
  color: #111;
  overflow-x: hidden;
  margin: 0;
  text-rendering: geometricPrecision;
}
section {
  position: relative;
}
.img-responsive {
  display: inline-block;
}
/* ==== 2) Typography ==== */
.light {
  color: #fff;
}
.smoke,
h5 small {
  color: #aaa;
}
p {
  margin: 0 0 15px 0;
}
p:last-child {
  margin: 0;
}
a {
  color: #111;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
a:hover {
  color: #999;
  text-decoration: none;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
a:focus,
a:active {
  color: #999;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-family:iransans, 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
}
h1 {
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 500;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 18px;
}
section h3 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom:0
}
h4 {
  font-size: 13px;
}
h5 {
  font-family: iransans, 'Droid Serif', serif;
  font-size: 19px;
  line-height: 1.48;
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    letter-spacing: 0;
  }
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 568px) {
  h1 {
    font-size: 25px;
    font-weight:500;
  }
  h2 {
    font-size: 20px;
  }
}
/* ==== 3) Backgrounds and buttons ==== */
.white-bg {
  background: #fff;
}
.smoke-bg {
  background: #f5f5f5;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
  background: #00a0dc;
  font-family:iransans, 'Montserrat', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 25px;
  margin: 15px 0 0 0;
  border-radius: 25px !important;
  border: 1px solid transparent;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  background: #008cc8;
}
.btn.btn-ghost,
.btn.btn-ghost:hover,
.btn.btn-ghost:focus,
.btn.btn-ghost:active,
.btn.btn-ghost:active:focus {
  background: transparent;
  color: #00a0dc;
  border: 1px solid #00a0dc;
}
.btn.btn-ghost:hover {
  background: #00a0dc;
  color: #fff;
}
/* ==== 4) Dividers ==== */
.divide-xs {
  padding-top: 7px;
  padding-bottom: 8px;
}
.divide-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.divide-md {
  padding-top: 45px;
  padding-bottom: 45px;
}
.divide-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.divide-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .divide-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
hr.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
hr.no-margin-top {
  margin-top: 0;
}
hr.no-margin-bottom {
  margin-bottom: 0;
}
hr.title-divider {
  border-width: 2px 0 0 0;
  max-width: 180px;
}
/* ==== 5) Intro & Sections Headers ==== */
#intro {
  background-image: url("../img/intro-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 445px;
}
#works-top {
  background-image: url("../img/works-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax {
  background-attachment: fixed;
}
@media screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}
.float-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
/* ==== 6) Services & Features ==== */
.myway-icon-services {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
  fill: #00a0dc;
  line-height: 56px;
  font-size: 40px;
  color: #00a0dc;
}
.myway-icon-features {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  fill: #00a0dc;
  line-height: 36px;
  font-size: 30px;
  color: #00a0dc;
  text-align: center;
}
.myway-icon-services:after,
.myway-icon-features:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service i {
  color: #bbbdc0;
  font-size: 48px;
}
@media (max-width: 767px) {
  .service i {
    font-size: 36px;
  }
}
.media {
  margin: 0;
}
.media-left {
  padding-left: 20px;
}
/* ==== 7) Works ==== */
.squared {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.squared,
.squared-content {
  padding-left: 0;
  padding-right: 0;
}
.squared-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) and (min-width: 768px) {
  .squared {
    padding-top: 133%;
  }
}
@media (max-width: 767px) {
  .squared {
    padding-top: 0;
  }
  .squared .squared-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ==== 8) Gallery ==== */
#gallery .thumbnail {
  background: transparent;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
}
.gallery-item {
  padding: 0;
}
.gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.gallery-overlay:hover {
  background: rgba(0, 0, 0, 0.4);
}
.myway-icon-gallery i {
  position: absolute;
  top: 50%;
  right: 40%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  opacity: 0;
  line-height: 68px;
  font-size: 50px;
  color: #fff;
  display: inline-block;
  fill: rgba(255, 255, 255, 0);
  stroke: #ffffff;
  stroke-width: .05em;
  stroke-opacity: 1;
  stroke-linecap: butt;
  stroke-linejoin: bevel;
  stroke-dasharray: 0, 150;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
@media (max-width: 768px) {
  .myway-icon-gallery {
    width: 48px;
    height: 48px;
  }
}
.gallery-overlay:hover > .myway-icon-gallery i {
  opacity: 1;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.myway-icon-gallery:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal-backdrop.in {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #000;
}
.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.ekko-lightbox .modal-header {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border: 0;
}
.ekko-lightbox .modal-header .close {
  font-size: 42px;
  font-weight: 100;
  color: #fff;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  float: none;
}
.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  filter: alpha(opacity=80);
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  padding: 0;
}
/* ==== 9) Team ==== */
#team .thumbnail,
#team .team-img,
#testimonial .thumbnail {
  background-color: transparent;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
}
.team-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-overlay .myway-icon-team {
  position: absolute;
  top: 115%;
  left: 50%;
  right: 0;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: top .2s ease;
  -moz-transition: top .2s ease;
  -ms-transition: top .2s ease;
  -o-transition: top .2s ease;
  transition: top .2s ease;
}
.team-overlay:hover > .myway-icon-team {
  top: 50%;
}
.team-overlay .myway-icon-team a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #000;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
  fill: rgba(255, 255, 255, 0);
  stroke: #ffffff;
  stroke-width: 0.08em;
  stroke-opacity: 1;
  stroke-linecap: butt;
  stroke-linejoin: bevel;
  stroke-dasharray: 0, 150;
  stroke-dashoffset: 150px;
  -webkit-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
  -moz-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
  -ms-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
  -o-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
  transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
}
.team-overlay:hover > .myway-icon-team a {
  fill: #ffffff;
  stroke-dasharray: 150, 1;
  stroke-opacity: 0;
}
.myway-icon-team svg {
  padding: 5px;
  display: inline-block;
  max-width: 42px;
}
.myway-icon-team a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.myway-icon-team a {
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-transition: fill 2s, stroke-dashoffset 1s, top 0.2s, filter 1s ease;
  -moz-transition: fill 2s, stroke-dashoffset 1s, top 0.2s, filter 1s ease;
  -ms-transition: fill 2s, stroke-dashoffset 1s, top 0.2s, filter 1s ease;
  -o-transition: fill 2s, stroke-dashoffset 1s, top 0.2s, filter 1s ease;
  transition: fill 2s, stroke-dashoffset 1s, top 0.2s, filter 1s ease;
}
.myway-icon-team a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.testimonial blockquote {
  font-size: 14px;
  position: relative;
  padding: 30px 0 45px 0;
  margin: 0;
  top: 0;
  border-left: 0;
  min-height: 230px;
  -webkit-transition: box-shadow 0.3s, top 0.5s ease;
  -moz-transition: box-shadow 0.3s, top 0.5s ease;
  -ms-transition: box-shadow 0.3s, top 0.5s ease;
  -o-transition: box-shadow 0.3s, top 0.5s ease;
  transition: box-shadow 0.3s, top 0.5s ease;
}
@media (min-width: 1025px) {
  .testimonial blockquote {
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  .testimonial blockquote {
    min-height: 0;
  }
}
.testimonial:hover > blockquote {
  top: -5px;
  box-shadow: 0 5px 0 #008cba;
}
/* ==== 10) Contact ==== */
#gmap {
  height: 300px;
}
@media (max-width: 568px) {
  #gmap {
    height: 200px;
  }
}
#contact {
  background: #fff;
}
@media (min-width: 768px) {
  .form-group {
    display: inline-block;
  }
}
.honeypot {
  display: none !important;
}
form .btn,
form .btn:hover,
form .btn:focus,
form .btn:active:focus {
  margin-top: 30px;
}
.flowuplabels .fl_wrap {
  position: relative;
  margin-top: 30px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flowuplabels .fl_label {
  position: absolute;
  background: #fff;
  color: #111;
  font-weight: 300;
  line-height: 1.2;
  padding: 8px;
  right: 30px;
  top: 5px;
  z-index: 3;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.flowuplabels .fl_input {
  background: none;
  color: #111;
  padding: 0 20px 0 0;
  height: 43px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 25px;
  z-index: 2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
  font-size: 12px;
  color: #aaa;
  top: -15px;
}
.flowuplabels .fl_wrap.focused .fl_label {
  color: #00a0dc;
}
.message {
  display: none;
}
#form-alert {
  padding: 5px 15px 5px 15px;
  margin: 15px 0 0 0;
}
.alert li {
  list-style: none;
  display: inline-block;
}
.alert-danger {
  background: #ffaa00;
  border-width: 0;
  border-radius: 0;
  color: #fff;
}
.alert-success {
  background: #7dc800;
  border-width: 0;
  border-radius: 0;
  color: #fff;
}
/* ==== 11) Footer ==== */
footer a {
  display: inline-block;
  padding: 6px;
}
footer h4 {
  margin: 0;
}
.myway-icon-info {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  fill: #00a0dc;
  font-size: 30px;
  color: #00a0dc;
}
.myway-icon-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==== 12) Navigation ==== */
.navbar-default {
  background-color: #fff;
  padding: 5px 0px;
}
.navbar-default .navbar-collapse {
  border-color: #f8f8f8;
}
.navbar-fixed-top {
  position: fixed;
}
.navbar-brand {
  line-height: 0;
}
.nav li:first-child {
  display: none;
}
.nav a {
  color: #111;
}
.nav a:hover {
  color: #aaa !important;
}
.nav .active a {
  color: #aaa !important;
}
.navbar li a {
  font-size: 13px;
  text-align: center;
  padding: 20px 15px !important;
}
@media (max-width: 767px) {
  .navbar li a {
    padding: 10px 15px !important;
  }
}
.navbar a,
.navbar .active a:hover,
.navbar .active a:focus {
  background-color: transparent !important;
}
.navbar-brand {
  position: relative;
  padding: 10px 15px !important;
  height: auto;
  line-height: 0;
}
.navbar-brand img:nth-child(2) {
  position: absolute;
  top: 10px;
}
@media (max-width: 1024px) {
  .navbar-brand img:nth-child(1) {
    opacity: 0 !important;
  }
  .navbar-brand img:nth-child(2) {
    opacity: 1 !important;
  }
  .navbar-default {
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
  .nav a {
    color: #111 !important;
  }
}
.navbar-toggle {
  margin-top: 13px;
  margin-bottom: 13px;
  border: 0px solid transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #111;
  width: 30px;
  height: 2px;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/* ==== 13) Carousels ==== */
@media not all, (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
  }
}
#carousel-intro .carousel-inner {
  overflow: inherit;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  width: 10%;
  height: 10%;
  top: 45%;
  padding: 0;
  border: none;
  text-shadow: none;
  color: #111;
  z-index: 3;
}
.carousel-control.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.carousel {
  opacity: 1;
}
.carousel .item {
  position: absolute;
  display: block !important;
  width: 100%;
  top: 0;
  left: 0 !important;
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity ease-in-out 0.6s;
  -o-transition: opacity ease-in-out 0.6s;
  -webkit-transition: opacity ease-in-out 0.6s;
  transition: opacity ease-in-out 0.6s;
}
.carousel .item:first-child {
  position: relative;
  top: auto;
}
.carousel .item.active {
  opacity: 1;
  z-index: 0;
  -moz-transition: opacity ease-in-out 0.4s;
  -o-transition: opacity ease-in-out 0.4s;
  -webkit-transition: opacity ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s;
}
/* ==== 14) Preloader ==== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
.spinner {
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #aaa;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */

#generic_price_table{
  background-color: #f0eded;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
  background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
  background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
  border-color: #e4e4e4 #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head .span{
  color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{  
  color: #666;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
  color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  background-color: #E4E4E4;
  border-right: 5px solid #2ECC71;
}

#generic_price_table .generic_content .generic_price_btn a{
  border: 1px solid #2ECC71; 
    color: #2ECC71;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
  border-color: #2ECC71 #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head .span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head .span{
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
  background-color: #2ECC71;
  color: #fff;
} 
#generic_price_table{
  margin: 50px 0 50px 0;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
  overflow: hidden;
  position: relative;
  text-align: center;
  border:1px solid #eee
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
  margin: 0 0 50px 0;
  /*! direction: ltr; */
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 65px 399px 30px 1411px;
  position: absolute;
    direction: rtl;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
  padding-top: 30px;
  position: relative;
  z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head .span{
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    float: none
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
  padding: 10px 0 10px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
  display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    vertical-align: middle;
  	position: relative;
  	top: 5px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency.free{font-size:35px}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
  padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
  margin: 20px 0 32px;
  font-weight: 500
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
} 
.skrollable-after.navbar .nav > li > a {
  color: #000 !important;
}
@media (max-width: 320px) { 
}

@media (max-width: 767px) {
  #carousel-intro h1 p{line-height:40px}
  section .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  margin: 0 auto
}
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency.free {
  font-size: 35px;
}
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  font-size: 45px;
}
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3{
    float:right;
    width:50%;
  }
  
  #generic_price_table .col-md-4{
    float:right;
    width:50%;
  }
  
  #generic_price_table .generic_content{
    margin-bottom:30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-sm-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  float: right;
}
}

#generic_price_table_home ul{
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}
#generic_price_table_home li{
  float: right;
}
#generic_price_table_home li + li{
  margin-right: 10px;
  padding-bottom: 10px;
}
#generic_price_table_home li a{
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}
#generic_price_table_home .blue{
  background: #3498DB;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
  background: #2ECC71;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
  background: #7F8C8D;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
  background: #34495E;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
  background: #E67E22;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
  background: #9B59B6;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
  background: #E74C3C;
  transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
  background: #1ABC9C;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
  border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
#generic_price_table_home .divider span{
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}
#generic_price_table_home .itemname{
  text-align: center;
  font-size: 50px ;
  padding: 50px 0 20px ;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
  padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}   
#carousel-intro h1 {
  font-weight: 500;
}
#carousel-intro .btn{font-size:14px;font-weight:500}
.divide-md{
  padding-top:0;
  padding-bottom:0;
}
p,span{
  font-family: iransans,'Open Sans', sans-serif !important;
}
.navbar li a {
  font-size: 15px;
  text-align: center;
  padding: 20px 15px !important;
  color: #000 !important;
  font-weight: 500;
}
.navbar-fixed-top {
  background: rgba(255,255,255,.6) !important
}
.navbar-fixed-top.skrollable-after {
  background: #fff !important
}
.moduletable p span{
  font-size: 15px !important;
  line-height: 25px !important;
  color: #333 !important
}
.smoke,
h5 small {
  color: #ccc;
}
#works p{
  font-size: 15px;
  line-height: 25px;
}
.component-content{margin-top:81px}
.category-list{padding-bottom: 9px;
  margin: 40px 0 20px;}
.page-header h2, .category-list h2 {
  font-size: 22px;
  font-weight: 500;
}
#inputMessage{height:100px;padding-top:20px}
.btn-send-contact{margin-top:87px !important}
.flowuplabels .fl_input{border-color:#ccc}
@media(max-width:480px){
  .form-group-send{width:100%}
  .btn-send-contact{margin-top:70px !important}
  h3 {
  font-size: 20px;
  line-height: 35px;
}
  .flowuplabels .fl_wrap {
  width: 100%;
}
  .navbar-fixed-top {
  background: rgba(255,255,255,.9) !important
}
  ul.nav{padding:0!important}
  .flowuplabels .fl_wrap {
  margin-top: 5px;
}
}