﻿html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: 0em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}



.smm{font-size:14px; font-weight:normal!important}


code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
# General
--------------------------------------------------------------*/
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
}

p {
  margin-bottom: 15px;
}

#parental p {
  margin-bottom: 5px;
}


p:last-child {
  margin-bottom: 0;
}

a {
  color: #de3130;
}
a:hover, a:focus, a:active {
  color: #255aa8;
  text-decoration: none;
  outline: none;
}

figure {
  margin: 0;
}

iframe {
  border: 0 none;
}

h1, h2,
h3, h4,
h5, h6 {
  color: #212121;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.1;
}

h1, h2, h3 {
  margin: 0 0 20px;
}

h4, h5, h6 {
  margin: 0 0 12px;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em; color:#de3130;text-decoration:underline;
}
h6 {
  font-size: 1em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.btn {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 15px;
  letter-spacing: .03em;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-top:2px
}
.btn:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.btn i, .btn span {
  margin-right: 5px;
}

.btn.btn-sm {
  font-size: 9em;
  padding: 5px 18px;
}

.btn.btn-lg {
  font-size: 15px;
  padding: 14px 40px;
}

.btn-primary {
  background-color: #255aa8;
  border-color: #255aa8;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #de3130 !important;
  border-color: #de3130 !important;
}

.btn-panel p {
  margin-bottom: 10px;
}
.btn-panel p p:last-child {
  margin-bottom: 0;
}

.block-center {
  float: none;
  margin: 0 auto;
}

.sub-title {
  font-size: 1.2em;
}

.fp-meta {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.desktop-meta {
  display: none;
}





.height-new-sx{min-height:447px}

@media only screen and (max-width: 1199px) {.height-new-sx{min-height:437px}}
@media only screen and (max-width: 990px) {.height-new-sx{min-height:50px!important}}
.height-new-sx .single-item-text {padding: 0px 15px;}









@media screen and (min-width: 992px) {
  .desktop-meta {
    display: inline-block;
  }
}
.fp-hr {
  margin: 0 0 15px;
  width: 50px;
  border-color: #255aa8;
}

.fp-list {
  padding: 0;
  margin-bottom: 40px;
}
.fp-list li {
  position: relative;
  margin-bottom: 8px;
  list-style-type: none;
  padding-left: 24px;
}
.fp-list li::before {
  content: '\f382';
  position: absolute;
  top: 2px;
  left: 0;
  color: #255aa8;
  font-family: ionicons;
}

.section-image,
.section-text {
  margin-bottom: 40px;
}

.overlay-black,
.overlay-white,
.overlay-primary,
.overlay-black,
.overlay-white,
.overlay-primary {
  padding: 0 !important;
}

.overlay-black .overlay-inner,
.overlay-black .overlay-inner h1, .overlay-black .overlay-inner h2,
.overlay-black .overlay-inner h3, .overlay-black .overlay-inner h4,
.overlay-black .overlay-inner h5, .overlay-black .overlay-inner h6,
.overlay-black .overlay-inner .fp-meta,
.overlay-primary .overlay-inner,
.overlay-primary .overlay-inner h1,
.overlay-primary .overlay-inner h2,
.overlay-primary .overlay-inner h3,
.overlay-primary .overlay-inner h4,
.overlay-primary .overlay-inner h5,
.overlay-primary .overlay-inner h6,
.overlay-primary .overlay-inner .fp-meta,
.gradient-overlay-black .overlay-inner,
.gradient-overlay-black .overlay-inner h1,
.gradient-overlay-black .overlay-inner h2,
.gradient-overlay-black .overlay-inner h3,
.gradient-overlay-black .overlay-inner h4,
.gradient-overlay-black .overlay-inner h5,
.gradient-overlay-black .overlay-inner h6,
.gradient-overlay-black .overlay-inner .fp-meta,
.gradient-overlay-primary .overlay-inner,
.gradient-overlay-primary .overlay-inner h1,
.gradient-overlay-primary .overlay-inner h2,
.gradient-overlay-primary .overlay-inner h3,
.gradient-overlay-primary .overlay-inner h4,
.gradient-overlay-primary .overlay-inner h5,
.gradient-overlay-primary .overlay-inner h6,
.gradient-overlay-primary .overlay-inner .fp-meta {
  color: #ffffff;
}

.overlay-white .overlay-inner {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay-black .overlay-inner {
  background-color: rgba(16, 16, 16, 0.4);
}

.overlay-primary .overlay-inner {
  background-color: rgba(0, 188, 212, 0.6);
}

.gradient-overlay-black .overlay-inner {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
  background: linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
}

.gradient-overlay-white .overlay-inner {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
  background: linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
}

.gradient-overlay-primary .overlay-inner {
  background: -webkit-linear-gradient(rgba(0, 188, 212, 0.15) 30%, #255aa8);
  background: -o-linear-gradient(rgba(0, 188, 212, 0.15) 30%, #255aa8);
  background: -moz-linear-gradient(rgba(0, 188, 212, 0.15) 30%, #255aa8);
  background: linear-gradient(rgba(0, 188, 212, 0.15) 30%, #255aa8);
}

.wrapper {
  background-color: #FFFFFF;
}

.boxed .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.section {
  background-color: #FFFFFF;
  padding: 40px 0 5px;
  overflow-x: hidden;
}

.section-bg {
  background-color: #d3dee3;
}

.section-header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.text-center .section-header, .section-header.text-center {
  margin-bottom: 40px;
}
.section-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #255aa8;
  height: 5px;
  width: 50px;
}
.section-header p {
  font-size: 1.2em;
}
.section-header .section-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: -10px;
  text-transform: uppercase;
}
.section-header .section-title span {
  color: #255aa8;
}

.section-header.text-center {
  margin-bottom: 80px;
}
.section-header.text-center::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-img {
  border: 10px solid;
  border-color: #FFFFFF;
  max-height: 544px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.section-img:hover {
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
}

.action-btn {
  margin-top: 20px;
}







.overlay-black.section,
.overlay-white.section,
.overlay-primary.section,
.gradient-overlay-black.section,
.gradient-overlay-white.section,
.gradient-overlay-primary.section {
  padding: 0;
}
.overlay-black .overlay-inner,
.overlay-white .overlay-inner,
.overlay-primary .overlay-inner,
.gradient-overlay-black .overlay-inner,
.gradient-overlay-white .overlay-inner,
.gradient-overlay-primary .overlay-inner {
  padding: 70px 0 1px;
}






.text-box {
  position: relative;
  display: block;
  width: 100%;
  color: #424242;
  text-align: center;
  margin-bottom: 40px;
  z-index: 1;
}
.text-box .sr-no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 10em;
  font-weight: 700;
  line-height: 1;
  opacity: .05;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.text-box:hover .sr-no {
  opacity: 0;
}
.text-box .fp-icon {
  display: inline-block;
  font-size: 2.3em;
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
  line-height: 54px;
  border: 3px solid #FFFFFF;
  background-color: #255aa8;
  color: #FFFFFF;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.text-box:hover .fp-icon {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
.text-box .fp-title {
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.text-box-sm {
  margin-bottom: 40px;
}
.text-box-sm .fp-icon {
  float: left;
  font-size: 2.2em;
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
  line-height: 54px;
  border: 1px solid #255aa8;
  background-color: #FFFFFF;
  color: #255aa8;
  text-align: center;
  margin-right: 20px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.text-box-sm:hover .fp-icon {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
.text-box-sm .fp-text {
  overflow: hidden;
}
.text-box-sm .title {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 8px;
}

.image-gallery {
  position: relative;
}
.image-gallery .owl-controls .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.image-gallery .owl-controls .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.8);
}
.image-gallery .owl-controls .owl-dot.active {
  background-color: #255aa8;
}



.text-box-sm2 {
  margin-bottom: 0px;
}
.text-box-sm2 .fp-icon {
  float: left;
  font-size: 1.1em;
  height: 28px;
  width: 28px;
  margin-bottom: 20px;
  line-height: 28px;
  border: 1px solid #255aa8;
  background-color: #FFFFFF;
  color: #255aa8;
  text-align: center;
  margin-right: 9px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}






/*Aspect Ratio*/
.ratio-4-3,
.ratio-16-9 {
  position: relative;
  display: block;
}
.ratio-4-3::after,
.ratio-16-9::after {
  display: block;
  content: '';
}
.ratio-4-3 .ratio-inner,
.ratio-16-9 .ratio-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ratio-16-9::after {
  padding-top: 56.25%;
}

.social-links a {
  font-size: 1.7em;
  line-height: 1;
  padding: 2px 8px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social-links a:hover {
  color: #255aa8;
}

.social-links.brand-color a.facebook {
  color: #3b5998;
}
.social-links.brand-color a.twitter {
  color: #55acee;
}
.social-links.brand-color a.g-plus {
  color: #dc4e41;
}
.social-links.brand-color a.linkedin {
  color: #e68523;
}
.social-links.brand-color a.pinterest {
  color: #bd081c;
}
.social-links.brand-color a.youtube {
  color: #cd201f;
}
.social-links.brand-color a.tumblr {
  color: #3b5998;
}
.social-links.brand-color a.instagram {
  color: #3f729b;
}

.social-links.brand-bg a {
  color: #ffffff !important;
}
.social-links.brand-bg a.facebook {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.facebook:hover {
  background-color: #3b5998;
}
.social-links.brand-bg a.twitter {
  background-color: rgba(85, 172, 238, 0.8);
}
.social-links.brand-bg a.twitter:hover {
  background-color: #55acee;
}
.social-links.brand-bg a.g-plus {
  background-color: rgba(220, 78, 65, 0.8);
}
.social-links.brand-bg a.g-plus:hover {
  background-color: #dc4e41;
}
.social-links.brand-bg a.linkedin {
  background-color: rgba(230, 133, 35, 0.8);
}
.social-links.brand-bg a.linkedin:hover {
  background-color: #e68523;
}
.social-links.brand-bg a.pinterest {
  background-color: rgba(189, 8, 28, 0.8);
}
.social-links.brand-bg a.pinterest:hover {
  background-color: #bd081c;
}
.social-links.brand-bg a.youtube {
  background-color: rgba(205, 32, 31, 0.8);
}
.social-links.brand-bg a.youtube:hover {
  background-color: #cd201f;
}
.social-links.brand-bg a.tumblr {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.tumblr:hover {
  background-color: #3b5998;
}
.social-links.brand-bg a.instagram {
  background-color: rgba(63, 114, 155, 0.8);
}
.social-links.brand-bg a.instagram:hover {
  background-color: #3f729b;
}

.social-links.brand-hover-color a:hover.facebook {
  color: #3b5998;
}
.social-links.brand-hover-color a:hover.twitter {
  color: #55acee;
}
.social-links.brand-hover-color a:hover.g-plus {
  color: #dc4e41;
}
.social-links.brand-hover-color a:hover.linkedin {
  color: #e68523;
}
.social-links.brand-hover-color a:hover.pinterest {
  color: #bd081c;
}
.social-links.brand-hover-color a:hover.youtube {
  color: #cd201f;
}
.social-links.brand-hover-color a:hover.tumblr {
  color: #3b5998;
}
.social-links.brand-hover-color a:hover.instagram {
  color: #3f729b;
}

.social-links.brand-hover-bg a.facebook:hover {
  background-color: #3b5998;
}
.social-links.brand-hover-bg a.twitter:hover {
  background-color: #55acee;
}
.social-links.brand-hover-bg a.g-plus:hover {
  background-color: #dc4e41;
}
.social-links.brand-hover-bg a.linkedin:hover {
  background-color: #e68523;
}
.social-links.brand-hover-bg a.pinterest:hover {
  background-color: #bd081c;
}
.social-links.brand-hover-bg a.youtube:hover {
  background-color: rgba(205, 32, 31, 0.1);
}
.social-links.brand-hover-bg a.tumblr:hover {
  background-color: rgba(59, 89, 152, 0.1);
}
.social-links.brand-hover-bg a.instagram:hover {
  background-color: rgba(63, 114, 155, 0.1);
}

/*Scroll Top*/
.scroll-top {
  background-color: #255aa8;
  position: fixed;
  right: 30px;
  bottom: -200px;
  color: #FFFFFF;
  display: block;
height: 42px;
    width: 42px;
    font-size: 2em;
      text-align: center;
  line-height: 40px;
  z-index: 999;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.sticky-nav .scroll-top {
  bottom: 30px;
  opacity: 1;
}


@media screen and (max-width: 736px) {
  .page-header .pull-left,
  .page-header .pull-right {
    float: none !important;
  }
}
/*Preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.preloader:before, .preloader:after {
  content: '';
  border: 5px solid #255aa8;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}
.preloader:before {
  -webkit-animation: pulse-outer 0.8s ease-in infinite;
  -moz-animation: pulse-outer 0.8s ease-in infinite;
  animation: pulse-outer 0.8s ease-in infinite;
}
.preloader:after {
  -webkit-animation: pulse-inner 0.8s linear infinite;
  -moz-animation: pulse-inner 0.8s linear infinite;
  animation: pulse-inner 0.8s linear infinite;
}

@-webkit-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes pulse-inner {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (min-width: 992px) {
  .margin-top-100 {
    margin-top: 100px !important;
  }

  .margin-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-top-80 {
    margin-top: 80px !important;
  }

  .margin-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-top-60 {
    margin-top: 60px !important;
  }

  .margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-top-40 {
    margin-top: 40px !important;
  }

  .margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-top-20 {
    margin-top: 20px !important;
  }

  .margin-bottom-20 {
    margin-bottom: 20px !important;
  }
}
/*
# Header
--------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.top-bar {
  background-color: #212121;
  font-size: .6em;
  height: 40px;
  padding: 0 15px;
  letter-spacing: .1em;
  line-height: 40px;

}
.top-bar p {
  display: inline-block;
}
.top-bar, .top-bar a {
  color: #FFFFFF;
}
.top-bar a:hover {
  color: #255aa8;
}
.top-bar .account-area .sign-up {
  padding: 5px 10px;
  margin-left: 8px;
}

@media screen and (min-width: 735px) {
  .top-bar {
    font-size: .9em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /*.navbar-header {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .navbar-header,
  .navbar-right,
  .navbar-brand {
    float: none !important;
  }

  .navbar-brand {
    display: inline-block;
  }

  .collapse {
    text-align: center;
  }

  .navbar-nav > li {
    float: none;
    display: inline-block;
  }*/
}
.navbar-toggle {
  font-size: 2.2em;
  border: 0 none;
 padding: 0 6px 0px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.navbar-brand {
  height: auto;
}

.navbar {
  position: relative;
  border-width: 0 0 0px;
  border-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  font-size: .85em;
  margin: 0;
  
/*   -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
 
 -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  */


}

@media screen and (min-width: 992px) {
  .navbar {
    font-size: 1em;
  }
}
.navbar-default {
  background-color: #FFFFFF;
}

.navbar-nav > li > a {
  font-weight: 400;
  padding: 9px 15px;
  text-transform: uppercase;
  letter-spacing: .02em;
}


.navbar-nav > li > a .fa {    margin-right: 1px!important;}





.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #255aa8;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

.dropdown-menu {
  margin-top: -1px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.dropdown-menu > li > a {
  font-size: .85em;
  padding: 8px 20px;
  text-transform: uppercase;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #255aa8;
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
    background-color: #e9e9e9;
  }

  .nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
  .navbar-nav > li > a {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav > li:last-child > a {
    border-bottom: 0 none;
  }
}
.header {
  -webkit-transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.sticky-nav .header {
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

#progress-bar {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: transparent;
}

#progress {
  position: relative;
  height: 100%;
  width: 0%;
  background: #255aa8;
}

/*
# Introduction Section
--------------------------------------------------------------*/
.intro-section {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
}
.intro-section .overlay-inner {
  padding: 220px 0 120px;
}
.intro-section .big-title {
  font-size: 2.7em;
  font-weight: 700;
  margin-bottom: 10px;
}
.intro-section .intro-text {
  margin-bottom: 60px;
}
.intro-section .action-area a {
  color: #FFFFFF;
}
.intro-section .action-area a:hover {
  color: #255aa8;
}
.intro-section .action-area .btn {
  margin-bottom: 40px;
}
.intro-section .action-area .fp-meta {
  margin-bottom: 10px;
}
.intro-section .action-area .social-links a {
  font-size: 1.4em;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .intro-section .big-title {
    font-size: 4.3em;
  }
}






.upper-s{padding:20px 17px 0 0}
.height-new-sx{min-height:447px}
.upper-p{margin-top:0px}

@media screen and (max-width: 1199px) {.height-new-sx{min-height:477px}}
@media screen and (max-width: 990px) {
.height-new-sx{min-height:50px!important}
.upper-s{padding:0px 0px 0 0!important}
.upper-p{margin-top:20px; padding-top:20px}
.single-item-text h4 a, .single-item-text h4{padding-top:10px;    clear: both;}
}


.height-new-sx .single-item-text {padding: 0px 8px;}








/*
# Services
--------------------------------------------------------------*/
.service-img {
  border: 10px solid;
  border-color: #FFFFFF;
  max-height: 544px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.service-img:hover {
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
}

/*
# About
--------------------------------------------------------------*/
.video-wrap {
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.video-wrap:hover {
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
}

.statistics {
  background-color: #212121;
  padding: 60px 0 20px;
  text-align: center;
}
.statistics .statistic-box {
  margin-bottom: 40px;
}
.statistics .title {
  font-size: 2.5em;
  color: #255aa8;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.statistics .fp-meta {
  color: #FFFFFF;
}

.skillst {
  margin-bottom: 10px;
}
.skillst .skillbar {
  margin-bottom: 30px;
}
.skillst .count-bar-outter {
  position: relative;
  width: 100%;
  background-color: #d5d5d5;
  z-index: 0;
  height: 12px;
}
.skillst .count-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  background-color: #255aa8;
  z-index: 1;
}
.skillst .title {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  font-weight: 700;
}
.skillst .title .count {
  padding: 0 5px;
  background-color: #d5d5d5;
  color: #212121;
}

.workflow .working-step {
  text-align: center;
  padding: 60px 20px;
  width: 100%;
}
.workflow .working-step:nth-child(1) {
  background-color: #00abc0;
}
.workflow .working-step:nth-child(2) {
  background-color: #255aa8;
}
.workflow .working-step:nth-child(3) {
  background-color: #00cde8;
}
.workflow, .workflow a,
.workflow h1, .workflow h2,
.workflow h3, .workflow h4,
.workflow h5, .workflow h6 {
  color: #FFFFFF;
}
.workflow .step-label {
  background-color: #FFFFFF;
  color: #255aa8;
  display: inline-block;
  font-size: .85em;
  font-weight: 400;
  letter-spacing: .1em;
  margin-bottom: 18px;
  padding: 3px 10px;
  text-transform: uppercase;
}
.workflow .title {
  font-size: 1.2em;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media screen and (min-width: 736px) {
  .workflow .working-step {
    float: left;
    width: 33.3333333333%;
  }
}
/*
# Portfolio
--------------------------------------------------------------*/
#portfolioGallery .mix {
  display: none;
}

.filtering-nav {
  margin-bottom: 30px;
  text-align: center;
}
.filtering-nav .filter {
  cursor: pointer;
  display: inline-block;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 8px 6px;
}
.filtering-nav .filter.active {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #255aa8;
  color: #255aa8;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.portfolio {
  margin-bottom: 40px;
}
.portfolio .item {
  position: relative;
  cursor: zoom-in;
  float: left;
  width: 100%;
  overflow: hidden;
}
.portfolio .item img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio .fp-overlay {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.portfolio .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
.portfolio .title {
  color: #FFFFFF;
  font-size: 1em;
  text-transform: uppercase;
}
.portfolio .fp-meta {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
.portfolio .fp-meta::after {
  content: ',';
}
.portfolio .fp-meta:last-child::after {
  content: '';
}
.portfolio .item:hover img {
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.portfolio .item:hover .fp-overlay {
  background-color: rgba(0, 188, 212, 0.6);
}

@media screen and (min-width: 768px) {
  .portfolio .item {
    width: 50%;
  }
}
@media screen and (min-width: 991px) {
  .portfolio .item {
    width: 25%;
  }
  .portfolio .desc {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease-in-out 0.2s;
    transition: transform 0.3s ease-in-out 0.2s;
  }
  .portfolio .item:hover .desc {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
 
  
}
/*
# Pricing
--------------------------------------------------------------*/
.pricing-item {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 30px 25px;
  text-align: left;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: all ease-in-out 0.2s;
  -moz-box-shadow: all ease-in-out 0.2s;
  -ms-box-shadow: all ease-in-out 0.2s;
  -o-box-shadow: all ease-in-out 0.2s;
  box-shadow: all ease-in-out 0.2s;
}
.pricing-item:hover {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
.pricing-item::before, .pricing-item::after {
  content: '';
  display: table;
  visibility: hidden;
}
.pricing-item::after {
  clear: both;
}
.pricing-item .title {
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  letter-spacing: .1em;
  color: #255aa8;
}
.pricing-item .price {
  font-size: 3em;
  font-weight: 700;
  color: #de3130;
  padding: 12px 0 14px;
}
.pricing-item .currency {
  color: #999999;
  font-size: 0.65em;
  font-weight: 300;
  vertical-align: super;
}
.pricing-item .period {
  color: #999999;
  font-size: 0.35em;
  font-weight: 300;
  padding: 0 0 0 8px;
}
.pricing-item .sentence {
  color: #999999;
  padding: 0 0 8px;
  margin: 0;
}
.pricing-item .feature-list {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}
.pricing-item .feature-list li {
  margin-bottom: 10px;
  position: relative;
  display: block;
  padding-left: 20px;
}
.pricing-item .feature-list li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #999999;
  left: 0;
  top: 50%;
  margin: -1px 0 0 0;
}
.pricing-item .feature {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  line-height: 1.5;
}
.pricing-item .feature::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #1F242D;
  left: 0;
  top: 50%;
  margin: -2px 0 0 0;
}
.pricing-item .btn {
  float: right;
  margin-top: auto;
  color: #fff;
}
.pricing-item .btn span, .pricing-item .btn i {
  margin: 0;
}

/*
# Promo Box
--------------------------------------------------------------*/
.promo-box {
  background-image: url("../img/iptv.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;  
} 
.promo-box .section-header {
  padding-bottom: 0;
}
.promo-box .section-header::after {
  display: none;
}
.promo-box .link-wrap {
  margin-bottom: 40px;
}

/*
# Review
--------------------------------------------------------------*/
.review-wrap {
  display: block;
  margin-bottom: 40px;
}
.review-wrap::before, .review-wrap::after {
  content: '';
  display: table;
  visibility: hidden;
}
.review-wrap::after {
  clear: both;
}
.review-wrap .text {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
}
.review-wrap .text::before {
  content: '\f347';
  float: left;
  margin: 0 15px 5px 0;
  color: #255aa8;
  font-family: ionicons;
  font-size: 1.5em;
}
.review-wrap .text::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
}
.review-wrap:hover .text {
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
}
.review-wrap .review-meta {
  display: block;
  margin-bottom: 20px;
}
.review-wrap .review-meta::before, .review-wrap .review-meta::after {
  content: '';
  display: table;
  visibility: hidden;
}
.review-wrap .review-meta::after {
  clear: both;
}
.review-wrap .review-meta .avatar {
  float: left;
  height: 46px;
  width: 46px;
  margin-right: 15px;
  overflow: hidden;
}
.review-wrap .review-meta .info {
  overflow: hidden;
}
.review-wrap .review-meta .name {
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 6px;

  text-transform: uppercase;
}

.review-wrap .review-meta .name a{
  color: black;
}

.review-wrap .review-meta .name a:hover{
  color: #255aa8;}

.review-wrap .review-meta .meta {
  color: #999999;
  font-size: .9em;padding-left: 2px;
}
.review-wrap .review-meta .meta a {
  color: #999999;
}
.review-wrap .review-meta .meta a:hover {
  color: #255aa8;
}

/*
# Team
--------------------------------------------------------------*/
.team-member {
  margin-bottom: 40px;
}
.team-member .avatar {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.team-member .social-links {
  width: 100%;
}
.team-member .social-links a {
  padding: 0;
  margin-right: 10px;
  font-size: 1.4em;
  color: #212121;
}
.team-member .social-links a:hover {
  color: #255aa8;
}
.team-member .member-info {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 13px;
}
.team-member .member-info::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: #255aa8;
}
.team-member .member-info .name {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 4px;
}
.team-member .member-info cite {
  color: #999999;
}
.team-member .member-bio {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .team-member {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  }
  .team-member .avatar {
    margin: 0;
    -webkit-box-shadow: 0 1px 7px transparent;
    -moz-box-shadow: 0 1px 7px transparent;
    -ms-box-shadow: 0 1px 7px transparent;
    -o-box-shadow: 0 1px 7px transparent;
    box-shadow: 0 1px 7px transparent;
  }
  .team-member .fp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid;
    border-color: #c0c0c0;
    padding: 20px 25px;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
  }
  .team-member:hover .fp-overlay {
    opacity: 1;
  }
}
/*
# Subscribe
--------------------------------------------------------------*/
.subscribe {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 30px 0 0;
  background-color: #255aa8;
}
.subscribe,
.subscribe h1, .subscribe h2,
.subscribe h3, .subscribe h4,
.subscribe h5, .subscribe h6 {
  color: #ffffff;
}
.subscribe .section-header {
  margin-bottom: 34px;
}
.subscribe .section-header .section-title {
  font-size: 2.2em;
  margin-bottom: 8px;
}
.subscribe .section-header {
  padding: 0;
}
.subscribe .section-header::after {
  display: none;
}

.subscribe-form {
  margin-bottom: 25px;
}
.subscribe-form input,
.subscribe-form .btn {
  border: 0 none;
  margin: 0 0 15px;
}
.subscribe-form input {
  background-color: white;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  height: 50px;
  width: 100%;
  padding: 7px 20px 9px;
}
.subscribe-form input:focus {
  border-color: #255aa8;
}


.subscribe .btn-primary {
  background-color: #6a7780;
  border-color: #255aa8;
  color: #ffffff !important;
}
 .subscribe .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #de3130 !important;
  border-color: #de3130 !important;
}
 

/*
# FAQ
--------------------------------------------------------------*/
.faq-box {
  margin-bottom: 40px;   text-align:justify; margin-left:-14px; padding-right:10px
}
.faq-box .question {
  font-weight: 700;
}
.faq-box .question span {
  background-color: #212121;
}
.faq-box .question span,
.faq-box .ans span {
  display: inline-block;
  padding: 2px 10px;
  color: #FFFFFF;
  font-size: .9em;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.faq-box .ans span {
  background-color: #255aa8;
  font-weight: 700;
}

/*
# Blog
--------------------------------------------------------------*/
.post {
  margin-bottom: 40px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.post:hover {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.post .post-tags {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: .1em;
}
.post .post-tags a {
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #424242;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.post .post-tags a:hover {
  background-color: #255aa8;
  color: #FFFFFF;
}

.entry-content blockquote {
  border-left: 3px solid #255aa8;
  font-size: 1.1em;
  font-style: italic;
}

.media-container {
  display: block;
  overflow: hidden;
}

.post-desc {
  padding: 20px;
}

.post-title {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.post-title a {
  color: #212121;
}
.post-title a:hover {
  color: #255aa8;
}

.post-info {
  margin-bottom: 10px;
}

.fp-more {
  color: #255aa8;
  font-weight: 400;
  font-size: .9em;
  text-transform: uppercase;
}
.fp-more::after {
  content: '\f3d6';
  font-family: ionicons;
  margin-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fp-more:hover::after {
  margin-left: 12px;
}

.post-gallery {
  position: absolute;
}
.post-gallery .owl-nav .owl-prev,
.post-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  font-size: 1.2em;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #255aa8;
  color: #FFFFFF;
  text-align: center;
  opacity: .4;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-gallery .owl-nav .owl-prev:hover,
.post-gallery .owl-nav .owl-next:hover {
  opacity: 1;
}
.post-gallery .owl-nav .owl-prev {
  left: 5px;
}
.post-gallery .owl-nav .owl-next {
  right: 5px;
}

.blog-listing .post-title {
  font-size: 1.4em;
  font-weight: 700;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.blog-listing .post-info {
  margin-bottom: 20px;
}
.blog-listing .fp-more {
  margin-top: 20px;
}
.blog-listing .post-desc {
  padding: 30px;
}

.post-wrapper {
  margin-bottom: 20px;
}

.fp-pagination {
  display: block;
  margin: 60px 0 40px;
  width: 100%;
}
.fp-pagination .pagination-meta {
  margin-top: 7px;
  float: right;
}
.fp-pagination a,
.fp-pagination .current {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fp-pagination a {
  color: #999999;
}
.fp-pagination a:hover {
  border-color: rgba(0, 0, 0, 0.3);
  color: #424242;
}
.fp-pagination .current {
  background-color: #255aa8;
  border-color: #255aa8;
  color: #FFFFFF;
}

.content-block {
  padding: 30px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.content-block:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.content-block .block-title {
  margin-bottom: 30px;
}

.author-bio::before, .author-bio::after {
  content: '';
  display: table;
  visibility: hidden;
}
.author-bio::after {
  clear: both;
}
.author-bio .author-avatar {
  height: 120px;
  width: 120px;
  float: left;
  margin-right: 20px;
}
.author-bio .author-desc {
  overflow: hidden;
}
.author-bio .name {
  margin-bottom: 7px;
}
.author-bio .social-links {
  margin-top: 12px;
  font-size: .9em;
}
.author-bio .social-links a {
  padding: 0;
  margin-right: 15px;
  color: #999999;
}
.author-bio .social-links a:hover {
  color: #424242;
}

/*Comment List*/
.comment-lists ul, .comment-lists ol {
  margin: 0;
  padding: 0;
}
.comment-lists ul li, .comment-lists ol li {
  list-style-type: none;
}
.comment-lists .comment-children {
  padding-left: 40px;
}
.comment-lists .comment-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
  border-bottom-color: #E1E1E1;
}
.comment-lists .comment-content::after {
  content: '';
  display: table;
  clear: both;
  visibility: hidden;
}
.comment-lists .comment-content p {
  margin-bottom: 10px;
}
.comment-lists .last-child .comment-content {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comment-lists .avatar {
  max-width: 70px;
  float: left;
  margin-right: 25px;
}
.comment-lists .comment-data {
  font-size: .95em;
}
.comment-lists .comment-data::after {
  content: '';
  display: table;
  clear: both;
  visibility: hidden;
}
.comment-lists .comment-data .author-name {
  float: left;
  text-transform: capitalize;
}
.comment-lists .comment-data .meta {
  text-transform: capitalize;
  float: right;
}
.comment-lists .disc {
  display: block;
  overflow: hidden;
}
.comment-lists .reply-btn {
  display: inline-block;
  background-color: #212121;
  color: #ffffff;
  margin-top: 25px;
  padding: 3px 12px 4px;
}
.comment-lists .reply-btn:hover {
  background-color: #255aa8;
}

/*Comment Form*/
.comment-form input,
.comment-form textarea {
  padding: 12px 15px;
  line-height: 1;
  margin-bottom: 25px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #255aa8;
}

/*Sidebar*/
#contact-s .widget {
  margin-bottom: 20px!important;
}


@media screen and (min-width: 992px) {
  .sidebar {
    padding-left: 30px;
  }
}



.widget {
  margin-bottom: 40px;
}
.widget ul, .widget ol {
  padding: 0;
  margin: 0;
}
.widget ul li, .widget ol li {
    margin-left:19px;
  list-style-type: none;
  border-bottom: 0px solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);margin-bottom:0px;
}
.widget ul li:last-child, .widget ol li:last-child {
  border-bottom: 0 none;
}
.widget a {
  color: #424242;
}
.widget a:hover {
  color: #212121;
  text-decoration: underline;
}
.widget span {
  color: #999999;
}
.widget input {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 11px 20px 13px;
}
.widget input:focus {
  border-color: #255aa8;
}
.widget .widget-title {
  position: relative;
  display: block;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.widget .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #255aa8;
  height: 3px;
  width: 30px;
}
.widget.widget-posts .thumb {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 12px;
}
.widget.widget-posts .post-disc {
  overflow: hidden;
}
.widget.widget-posts .widget-post::before, .widget.widget-posts .widget-post::after {
  content: '';
  display: table;
  visibility: hidden;
}
.widget.widget-posts .widget-post::after {
  clear: both;
}
.widget.widget-posts .widget-post:hover {
  text-decoration: none;
}
.widget.widget-posts .widget-post:hover .title {
  color: #255aa8;
}
.widget.widget-posts .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .95em;
  margin-bottom: 5px;
  letter-spacing: .1em;
}
.widget.tags .tags-wrap a {
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 4px;
}
.widget.tags .tags-wrap a:hover {
  border-color: #255aa8;
  color: #255aa8;
  text-decoration: none;
}

/*
# Contact
--------------------------------------------------------------*/
.contact-form {
  margin-bottom: 120px;
}
.contact-form .action-message {
  margin-bottom: 20px;
}
.contact-form .action-message .contact-success,
.contact-form .action-message .contact-error {
  display: none;
  margin-bottom: 0;
  padding: 5px 10px;
}
.contact-form input,
.contact-form textarea {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  padding: 14px 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #255aa8;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.contact-form label {
  color: #ff0000;
  font-weight: 300;
}
.contact-form .entry-field {
  margin-bottom: 25px;
}
.contact-form .btn {
  margin-top: 20px;
}

/*
# Footer
--------------------------------------------------------------*/
.footer-area {
  background-image: url("../images/footer_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer-area .overlay-inner {
  padding: 120px 0 0;
}

.footer .footer-inner {
  background-color: #212121;
  border-top: 3px solid;
  border-color: #999999;
  padding: 0 15px;
}

.clients {
  background-color: #212121;
  padding: 35px 0 20px;
  text-align: center;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.05);
}
.clients img {
  width: auto !important;
  max-width: none;
  max-height: 60px;
  opacity: .6;
}
.clients a {
  display: inline-block;
  vertical-align: middle;
}
.clients a:hover img {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .clients {
    padding: 35px 50px 20px;
  }
}
.footer-content {
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
}
.footer-content .social-links {
  margin-bottom: 30px;
}
.footer-content,
.footer-content .social-links a {
  margin: 0 10px;
  color: #999999;
}
.footer-content .social-links a:hover {
  color: #255aa8;
}








/*---------------------------------------
  16. Our Accourdion
----------------------------------------*/
.panel.panel-default.htc__panel--default {
  border: 0 none;
  box-shadow: none; margin-left:-14px
}
.panel-heading.htc__heading {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 27px;
  color: #555555;
  font-weight: 600;
  padding: 14px 0;
  position: relative;
}
.panel-heading.htc__heading h4.panel-title {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
 
 
}
.panel-group .panel-heading + .panel-collapse > .panel-body.htc__panel--body {
  border-top: 0 none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body.htc__panel--body {
  border-left: 1px dashed #dcddde;
	border-right: 1px dashed #dcddde;
	border-top: 1px solid transparent;
	border-bottom: 1px dashed #dcddde;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
  border-image: url('') none;
    
    font-size: 15px;
    line-height: 24px;
    margin: 0 50px;
 
    text-align: center;
}
.htc__acourdion .panel .panel-title a.collapsed i.icon-1 {
  display: inline-block; font-size:26px
}
i.icon-2 {
 font-size:26px!important
}


.htc__acourdion .panel .panel-title a.collapsed i.icon-2 {
  display: none;
}

.htc__acourdion .panel .panel-title a i {
  background-color: #798590;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}
.htc__acourdion .panel .panel-title a i {
  background-color: #255aa8;
  border-radius: 27px 0 0 27px;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 44px;
  left: 0;
  line-height: 47px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 51px; 
}

.panel-group.htc__acourdion .panel + .panel {
  margin-top: 13px;
}
.heading__icon::before {
  background: #255aa8 none repeat scroll 0 0;
  border-radius: 0 27px 27px 0;
  color: #fff;
  content: "îµ¢";
  font-family: IcoFont;
  font-size: 18px;
  height: 100%;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

.heading__icon.heading__icon--1::before {
  content: "\ede1";
}


.heading__icon.heading__icon--2::before {
  content: "\ed80";
}

.heading__icon.heading__icon--3::before {
  content: "\eafd";
}

.heading__icon.heading__icon--4::before {
  content: "\eca3";
}


.heading__icon.heading__icon--5::before {
  content: "\ef93 ";
}

.heading__icon.heading__icon--7::before {
  content: "\ea7d ";
}

.heading__icon.heading__icon--8::before {
  content: "\efa4";
}

 
.htc__panel--body.htc__cat--7::before {  content: "\ea7d ";}
.htc__panel--body.htc__cat--2::before {   content: "\ed80"!important;}
.htc__panel--body.htc__cat--8::before {   content: "\efa4";}

.heading__icon {
  position: relative;
}

.htc__panel--body {
  position: relative;
  z-index: 2;
}
.htc__panel--body::before {
  color: #f1f1f1;
  content: "";
  font-family: IcoFont;
  font-size: 96px;
  left: 18px;
  position: absolute;
  top: 51px;
  z-index: -1;
}
.htc__panel--body.htc__cat--1::before {
  content: "\ede1";
}
.htc__panel--body.htc__cat--2::before {
  content: "\ed61";
}

.htc__panel--body.htc__cat--3::before {
  content: "\eafd";
}

.htc__panel--body.htc__cat--4::before {
  content: "\eca3";
}
.htc__panel--body.htc__cat--5::before {
   content: "\ef93 ";
}


/*Accourdion 2*/
.htc__acourdion--2 .panel-heading.htc__heading h4.panel-title {
  padding-left: 70px;
  text-align: left;
}
.htc__acourdion--2 .panel-heading.htc__heading {
  border-radius: 0;
}
.htc__acourdion--2 .panel-heading {
  border: 0 none;
  border-radius: 0;
  padding: 15px 0;
}
.htc__acourdion--2 .panel .panel-title a i {
  border-radius: 0;
  color: #ffffff;
  height: 100%;
}
.panel-group.htc__acourdion--2 .panel-heading + .panel-collapse > .panel-body.htc__panel--body {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-width: 0;
  color: #777777;
  line-height: 30px;
  padding: 25px 20px 10px;
  text-align: left;
}

.htc__acourdion--2 .htc__panel--body::before {
  content: inherit;
  display: none;
}
.panel-group.htc__acourdion--2 {
  margin-bottom: 0;
}

.htc__feature__wrap{
  position: relative;
}
.feature__thumb--1{
  display: none;
}

.feature__thumb--2 {
  display: block;
}
.feature__thumb--2 {
  position: absolute;
  right: -182px;
  top: 50%;
  transform: translateY(-50%);
}


#parental{
	 margin-left:-15px
}


@media screen and (max-width: 480px) {
.panel-heading.htc__heading h4.panel-title {font-size: 12px;}
.panel-group .panel-heading + .panel-collapse > .panel-body.htc__panel--body{	padding: 10px 10px}
.htc__acourdion .panel .panel-title a i{ font-size: 19px;height: 42px; width: 40px;  line-height: 42px;}
.heading__icon::before {font-size: 18px;  width: 40px;  line-height: 40px;}

}

.list-unstyled00 .phone:before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: white;
}








/*

========================================================

					CART PAGE

========================================================

*/

@media (max-width:500px) {
	
	

.table-caps .mobiletext{font-size: 13px !important;}

	
	.cart-table {
    float: left;
    width: 90% !important;
    margin: 0px 0px 30px 0px;
}
	
container {
    width: auto;
    padding: 0px 5px !important;
}
	
	
}




.cart-table{

	float:left;

	width:100%;

	margin:0px 0px 30px 0px;

}

.cart-table ul{

	width:100%;

	display:table;

	padding:0px;

	/*border-left:solid 1px #dfdfdf;

	border-bottom:solid 1px #dfdfdf;

	border-top:solid 1px #dfdfdf;*/

	margin:0px;

}

.cart-table ul li{

	display:table-row;

	margin:0px;

	background-color:#FFF;

	width:100%

}

.cart-table ul li:hover{

	background-color:#f6f6f6;

	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);

	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);

	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);

}

.cart-table ul li p{

	margin:0px;

}

.cart-table ul li .product, .cart-table ul li .detail, .cart-table ul li .price, .cart-table ul li .quantity, .cart-table ul li .del{

	display:table-cell;

	border-right:solid 1px #dfdfdf;

	border-bottom:solid 1px #dfdfdf;

	padding:10px;

	box-sizing:border-box;

	-moz-box-sizing:border-box;

	-webkit-box-sizing:border-box;

	text-align:center;

	vertical-align:middle;

}

.cart-table ul li .product .redproduct{

	width:20%;

}

.redproduct{background: #255aa8 !important; color: #fff !important}



.cart-table ul li .quantity .font{

	font-size: 17px

}
.cart-table ul li .detail{

	width:auto;

	float:none;

}

.cart-table ul li .price{

	width:10%;

}

.cart-table ul li .quantity{

	width:auto;

}

.cart-table ul li .total{

	padding: 5px 10px !important;
	text-align: center !important;
		display:table-cell;

	border-right:solid 1px #dfdfdf;

	border-bottom:solid 1px #dfdfdf;

	box-sizing:border-box;

	-moz-box-sizing:border-box;

	-webkit-box-sizing:border-box;

	vertical-align:middle;
}

.cart-table ul li .del{

}

.table-caps{

	font-size:18px;

	font-weight:normal;

	text-transform:capitalize;

}

li.table-caps:hover{

	background-color:#fff !important;

	box-shadow:none !important;

}
li.table-caps .graybg {background-color: #f2f2f2 !important;	border-left:solid 1px #f2f2f2;

	border-right:solid 1px #f2f2f2;

	border-bottom:solid 1px #f2f2f2;}

.cart-table ul li.table-caps .product, .cart-table ul li.table-caps .detail, .cart-table ul li.table-caps .price, .cart-table ul li.table-caps .quantity, .cart-table ul li.table-caps .total, .cart-table ul li.table-caps .del{

	padding:0px 0px; 

}

.cart-table .close{

	float:none;

	font-size:30px;

}

.table-caps > div{

	border-bottom:solid 5px #000;

}

.update-cart{

	float:left;

	width:100%;

	background-color:#f6f6f6;

	padding:30px 50px;

	border-left:solid 1px #dfdfdf;

	border-right:solid 1px #dfdfdf;

	border-bottom:solid 1px #dfdfdf;

}

.update-cart .input-append{

	margin:0px;

}

.update-cart .btn{

	padding:7px 12px 6px 12px;

}

.update-cart input[type=text]{

	width:300px;

	min-height:35px;

}
.bgimgstyle{color: #fff !important; font-size: 16px !important;font-weight: bold !important}
.bgimg{background:#e62739 url(../images/arrow.png) no-repeat right !important;}
.bgimg1{background:#c40001 url(../images/arrow.png) no-repeat right !important;}
.bgimg2{background:#23a3fd url(../images/arrow.png) no-repeat right !important;}

.bgimg3{background:#2dd95a url(../images/arrow.png) no-repeat right !important;}
.bgimg4{background:#edb000 url(../images/arrow.png) no-repeat right !important;}

.bgimg-total{background:#3a3a3a url(../images/arrow.png) no-repeat right !important;
	color: #fff !important; font-size: 16px !important;font-weight: bold !important}


.cart-steps{
	width:100%;
	padding:5px;
	background-color:#FFF;
	border: solid 0px #cfcfcf;
	/*min-height:350px;*/
	text-align: center !important;
	margin: 0 auto !important;

}



.cart-steps .input-block-level{

	padding:10px;

	min-height:40px;

	border-radius:0px;

	margin:0px 0px 0px 0px;

}

.cart-steps label{

	cursor:default;

	color:#898989;

	margin:0px 0px 10px 0px;

}

.cart-steps table{
	width:100%;
	margin:10px 0px 10px 0px;

}

.cart-steps table tr td{

	padding:10px 0px;
	text-align: center !important;

}

.cart-steps table tr td .td{
    border: 0px solid #ccc !important;
	padding:10px 0px;
	text-align: left;

}

.cart-steps table tr td .td1{
    border: 0px solid #ccc !important;
	padding:10px 0px;
	text-align: center !important;

}

.sub-totle{

	font-size:18px;

	font-weight:normal;

	color:#898989;

}

.grand-totle{

	font-size:24px;

	font-weight:normal;

}

.bgcolor {
    color: #fff;
    background-color: #255aa8;
}





  
	/* #New pricing table
=====================================================*/
#pricing-table .plan-cable {
	font: 12px ;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px 20px 10px 20px;
	width: 25%!important;      
	float: left;
	position: relative; 
}



#pricing-table {text-align: center; height:483px}
#pricing-table .plan {
	font: 12px ;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px 20px 10px 20px;
	width: 33.3%;      
	float: left;
	position: relative; 
}

@media screen and (max-width: 547px) {
#pricing-table .plan {width: 100%; margin-top:20px}
}




.fibers-p .plan{margin:0px 1% 20px 1%}
.fibers-p .plan {	width: 31%!important; } 
.fibers-p .plan :hover {
	z-index: 2;
	top: 0px!important;;
padding: 20px 20px 10px 20px!important;
}

.fibers-p .plan:hover h3 {
	margin-top: 0px!important;;
	padding-top: 0px!important;
	 
}




#pricing-table  #most-popular {
	z-index: 2;
	top: -13px;

	padding: 30px 20px 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15); 
	transition-duration: .06s;border: 2px solid #ddd;
 
}


#pricing-table #most-popular h3 {
	background-color: #eee;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#255aa8), to(#184890));    
	background-image: -webkit-linear-gradient(#255aa8, #184890);
	background-image: -o-linear-gradient(#255aa8, #184890);
	background-image: -ms-linear-gradient(#255aa8, #184890);
	background-image: linear-gradient(#255aa8, #184890);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0; 
	transition-duration: .07s;  color:white 
}



#pricing-table .plan:hover {
	z-index: 2;
	top: -13px;

	padding: 30px 20px 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15); 
	transition-duration: .06s;border: 2px solid #ddd;
 
}

#pricing-table .plan:hover h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0; 
	transition-duration: .07s;  
}


#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;        
}

#pricing-table .plan:nth-child(3) {
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;        
}

/* --------------- */	

#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#d4d4d4);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4d4d4));    
	background-image: -webkit-linear-gradient(#fff, #d4d4d4);
	background-image: -o-linear-gradient(#fff, #d4d4d4);
	background-image: -ms-linear-gradient(#fff, #d4d4d4);
	background-image: linear-gradient(#fff, #d4d4d4);
}


#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/95px arial;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;  
}





#pricing-table .plan-cable h3 span {
	display: block;
	font: bold 16px/95px arial;
	color: white;
	background: #255aa8;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 0px 0px #ddd inset, 0 3px 0 #999 inset!important;
	-webkit-box-shadow: 0 0px 0px #ddd inset, 0 3px 0 #999 inset!important;;
	box-shadow: 0 0px 0px #ddd inset, 0 3px 0 #999 inset!important;;  
}


 










/* --------------- */



#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 6px 16px;
	margin: 20px 0 0 0;  
	color: #fff;
	font:14px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #255aa8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	
#pricing-table .plan-cable .signup {
      
	background-color: #de3130;
	 
}

#pricing-table .signup:hover {
	background-color: #255aa8;
	background-image: -moz-linear-gradient(#255aa8, #255aa8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#255aa8), to(#255aa8));      
	background-image: -webkit-linear-gradient(#255aa8, #255aa8);
	background-image: -o-linear-gradient(#255aa8, #255aa8);
	background-image: -ms-linear-gradient(#255aa8, #255aa8);
	background-image: linear-gradient(#255aa8, #255aa8); 
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #255aa8;       

	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* --------------- */




  
	/* #New pricing table
=====================================================*/



#pricing-table2a {text-align: center; height:483px}
#pricing-table2a .plan {
	font: 12px ;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px 20px 10px 20px;
	width: 31%;      
	float: left;
	position: relative; 
	margin:0px 1% 20px 1%
}

@media screen and (max-width: 547px) {
#pricing-table2a .plan {width: 100%; margin-top:20px}
}




#pricing-table2a  .plan:hover {
	z-index: 2;



 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15); 
	transition-duration: .07s;  
}


#pricing-table2a  .plan:hover h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
 
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0; 
	transition-duration: .07s;  
}


#pricing-table2a  .plan:nth-child(1) {
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;        
}

#pricing-table2a  .plan:nth-child(3) {
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;        
}

/* --------------- */	

#pricing-table2a  h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
	color:#255aa8
}


#pricing-table2a .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table2a  .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table2a  h3 span {
	display: block;
	font: bold 18px/95px arial;
    letter-spacing: -1px;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;  
}

/* --------------- */



#pricing-table2a  ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table2a  li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table2a  .signup {
	position: relative;
		padding: 6px 16px;
	margin: 20px 0 0 0;  
	color: #fff;
	font:14px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #255aa8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: linear-gradient(#255aa8, #255aa8);
}

#pricing-table2a .signup:hover {
	background-color: #255aa8;
	background-image: -moz-linear-gradient(#255aa8, #255aa8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#255aa8), to(#255aa8));      
	background-image: -webkit-linear-gradient(#255aa8, #255aa8);
	background-image: -o-linear-gradient(#255aa8, #255aa8);
	background-image: -ms-linear-gradient(#255aa8, #255aa8);
	background-image: linear-gradient(#255aa8, #255aa8); 
}

#pricing-table2a .signup:active, #pricing-table .signup:focus {
	background: #255aa8;       

	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* --------------- */











.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}


.price-cat-t {
	font-size:14px!important; 
}
.price-cat-t  span{
	font-size:16px; color:#255aa8; margin-right:3px;font-weight:bold
}

.feature_box2a{
 padding:10px!important; border:0px!important;  display:inline-table; background-color:#f2f2f2; border:1px solid #cccccc!important; width:100%;
    color: #255aa8;
    font-weight: normal;
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    display: inline-table;}
    
.adsl-se section{
	 margin-bottom:0px
}

 @media screen and (min-width: 548px) {
#pricing-table .plan{min-height:445px;   text-align:center}


#pricing-table .plan .signup{  bottom:15px; position:absolute; left:50%; margin-left:-52px}
}


.price-cat-ts {
	font-size:14px!important; color:#333!important; margin-right:0px!important;font-weight:normal!important; text-decoration:line-through
}
.new-p{
 color:#de3130!important; font-size:14px!important; 
}

.in-p{
	-webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;

    
    
    
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;

    
  
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
    
    
    
    margin-bottom: 15px;   
    
}

.line-t{
	text-decoration:line-through
}

.height-new{min-height:375px}
.max-140{max-width:150px}
.min-165{ min-width:170px}
 #pricing-table .plan-cable{min-height:552px;   text-align:center}

@media only screen and (max-width: 1199px) {.height-new{min-height:410px; }#pricing-table .plan-cable{min-height:615px; }}
@media only screen and (max-width: 990px) {.height-new{min-height:50px!important}.min-165{ min-width:0px}#pricing-table .plan-cable{min-height:595px;   text-align:center}}
@media only screen and (max-width: 720px) {#pricing-table .plan-cable{min-height:663px;   text-align:center}}
@media only screen and (max-width: 605px) {#pricing-table .plan-cable{min-height:560px;   text-align:center}#pricing-table .plan-cable{width:50%!important}
@media only screen and (max-width: 505px) {#pricing-table .plan-cable{min-height:500px;   text-align:center}#pricing-table .plan-cable{width:100%!important}



.height-new-s{min-height:447px}

@media only screen and (max-width: 1199px) {.height-new-s{min-height:437px}}
@media only screen and (max-width: 990px) {.height-new-s{min-height:50px!important}}






.height-new-s .single-item-text {padding: 0px 15px;}








.small-up{font-size:12px;    vertical-align:super; }










#pricing-table #most-popular {
	font: 12px ;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px 20px 10px 20px;
	width: 33.3%;      
	float: left;
	position: relative; 
}

@media screen and (max-width: 547px) {
#pricing-table #most-popular {width: 100%; margin-top:20px}
}




 


#pricing-table .#most-popular:nth-child(1) {
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;        
}

#pricing-table #most-popular:nth-child(3) {
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;        
}

#pricing-table #most-popular:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table #most-popular:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	
 @media screen and (min-width: 548px) {
#pricing-table #most-popular{min-height:445px;   text-align:center

}
#pricing-table #most-popular .signup{  bottom:15px; position:absolute; left:50%; margin-left:-52px}
}

@media screen and (max-width: 547px) {
#pricing-table #most-popular {
	font: 12px ;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px 20px 10px 20px;
	width: 33.3%;      
	float: left;
	position: relative; 
}
@media screen and (max-width: 547px) {
#pricing-table #most-popular {width: 100%; margin-top:20px}
}

 


#pricing-table #most-popular:nth-child(1) {
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;        
}

#pricing-table #most-popular:nth-child(3) {
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;        
}

/* --------------- */	

 


#pricing-table #most-popular:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table #most-popular:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	
}




 @media screen and (min-width: 548px) {
#pricing-table #most-popular{min-height:445px;   text-align:center

}
#pricing-table #most-popular .signup{  bottom:15px; position:absolute; left:50%; margin-left:-52px}
}}













