.bxslider1 ul {
  margin-left: 0px; }

.bxslider1 .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.bxslider1 .bx-wrapper .bx-controls-auto, .bxslider1 .bx-wrapper .bx-pager {
  bottom: 20px; }

.bxslider1 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #00A4E4; }

.bxslider1 .bx-wrapper .bx-pager.bx-default-pager a.active, .bxslider1 .bx-wrapper .bx-pager.bx-default-pager a:focus, .bxslider1 .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000; }

.flexsliderexample .flexslider {
  overflow: hidden;
  margin: 0px; }
  .flexsliderexample .flexslider li {
    list-style-type: none; }

.flexsliderexample .flex-direction-nav a.flex-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  height: 45px;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 30px; }

.flexsliderexample .flex-direction-nav .flex-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 30px; }

.flexsliderexample p.flex-caption {
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.53);
  padding: 10px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 7px; }

.thumbflexslider .flexslider {
  margin: 0 0 25px; }

.thumbflexslider #carousel1 {
  text-align: center;
  margin-bottom: 0px; }
  .thumbflexslider #carousel1 .flex-viewport {
    display: inline-block; }
    .thumbflexslider #carousel1 .flex-viewport .slides li {
      width: 100px !important; }
  .thumbflexslider #carousel1 .flex-active-slide {
    border: 2px solid #e1e1e1; }

.thumbflexslider .flex-direction-nav a {
  width: 50px;
  height: 50px; }
  .thumbflexslider .flex-direction-nav a:before {
    content: "\f053";
    font-family: fontawesome;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px; }
  .thumbflexslider .flex-direction-nav a:after {
    content: "\f054";
    font-family: fontawesome; }

.owlexample .owl-carousel {
  position: relative; }
  .owlexample .owl-carousel .owl-nav {
    margin: 0px !important;
    position: absolute;
    width: 100%;
    top: calc(50% - 25px); }
    .owlexample .owl-carousel .owl-nav .owl-prev {
      float: left; }
    .owlexample .owl-carousel .owl-nav .owl-next {
      float: right; }
  .owlexample .owl-carousel .owl-nav [class*=owl-] {
    font-size: 30px;
    padding: 4px 20px; }
  .owlexample .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0%;
    left: calc(50% - 35px); }
    .owlexample .owl-carousel .owl-dots span {
      background: #00A4E4; }
    .owlexample .owl-carousel .owl-dots.active span {
      background: #000; }

.nivosliderexample:hover a.nivo-prevNav .fa {
  opacity: 1;
  left: 10px; }

.nivosliderexample:hover a.nivo-nextNav .fa {
  opacity: 1;
  right: 10px; }

.nivosliderexample a.nivo-prevNav .fa {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 30px;
  left: -50px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.nivosliderexample a.nivo-nextNav .fa {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 30px;
  right: -50px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.lightboxexample .popup-light img {
  width: 23%;
  margin: 10px 9px; }

.accordionStyle-1 .panel-heading {
  padding: 0px; }
  .accordionStyle-1 .panel-heading a {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    position: relative;
    text-decoration: none; }
    .accordionStyle-1 .panel-heading a .fa {
      padding-right: 7px; }
    .accordionStyle-1 .panel-heading a:after {
      content: "\f146";
      font-family: "FontAwesome";
      position: absolute;
      right: 10px;
      top: calc(50% - 10px); }
  .accordionStyle-1 .panel-heading a[aria-expanded="false"]:after {
    content: "\f0fe"; }

.accordionStyle-2 .panel-heading {
  padding: 0px; }
  .accordionStyle-2 .panel-heading a {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    position: relative;
    text-decoration: none; }
    .accordionStyle-2 .panel-heading a .fa {
      padding-right: 7px; }
    .accordionStyle-2 .panel-heading a .icon {
      float: right;
      margin-right: 10px;
      position: relative;
      width: 17px;
      height: 17px;
      margin-top: 1px;
      overflow: hidden; }
      .accordionStyle-2 .panel-heading a .icon .fa {
        position: absolute;
        right: 0px;
        padding: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .accordionStyle-2 .panel-heading a .icon .visible-icon {
        top: 0%; }
      .accordionStyle-2 .panel-heading a .icon .hover-icon {
        top: 100%; }
  .accordionStyle-2 .panel-heading a[aria-expanded="false"] .visible-icon {
    top: -100%; }
  .accordionStyle-2 .panel-heading a[aria-expanded="false"] .hover-icon {
    top: 0%; }

.accordionStyle-3 {
  margin-bottom: 0px; }
  .accordionStyle-3 .panel-heading {
    padding: 0px; }
    .accordionStyle-3 .panel-heading a {
      color: #fff;
      width: 100%;
      display: inline-block;
      padding: 10px 10px;
      position: relative;
      text-decoration: none; }
      .accordionStyle-3 .panel-heading a:hover {
        color: #fff; }
      .accordionStyle-3 .panel-heading a .fa {
        padding-right: 7px; }
      .accordionStyle-3 .panel-heading a:after {
        content: "\f139";
        font-family: "FontAwesome";
        position: absolute;
        right: 10px;
        top: calc(50% - 10px); }
    .accordionStyle-3 .panel-heading a[aria-expanded="false"]:after {
      content: "\f13a"; }

.accordionStyle-4 .panel-default {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .accordionStyle-4 .panel-default .panel-heading {
    padding: 0px; }
    .accordionStyle-4 .panel-default .panel-heading a {
      width: 100%;
      display: inline-block;
      padding: 10px 10px;
      position: relative;
      text-decoration: none; }
      .accordionStyle-4 .panel-default .panel-heading a .fa {
        padding-right: 7px; }
      .accordionStyle-4 .panel-default .panel-heading a:after {
        content: "\f106";
        font-family: "FontAwesome";
        position: absolute;
        right: 10px;
        top: calc(50% - 10px); }
    .accordionStyle-4 .panel-default .panel-heading a[aria-expanded="false"]:after {
      content: "\f107"; }
    .accordionStyle-4 .panel-default .panel-heading a[aria-expanded="true"] {
      background-color: #00A4E4;
      color: #fff; }

.dismissing .btn {
  margin-right: 5px; }

.animation-use ul {
  margin: 0px; }
  .animation-use ul li {
    list-style: none;
    padding-bottom: 7px; }
    .animation-use ul li .fa {
      margin-right: 5px; }

.animation-wrap {
  border: 1px solid #dedede; }
  .animation-wrap .img-text {
    display: inline-block;
    padding: 15px; }
    .animation-wrap .img-text img {
      float: left;
      margin-right: 30px; }
  .animation-wrap .show-code {
    border-top: 1px solid #dedede;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-radius: 0px; }

.buttonStyles .btn {
  margin-right: 5px; }

.buttonStyles .btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .buttonStyles .btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }

.buttonStyles .btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .buttonStyles .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.buttonStyles .btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .buttonStyles .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }

.buttonStyles .btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .buttonStyles .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.buttonStyles .btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .buttonStyles .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.buttonStyles .btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .buttonStyles .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }

.outlineButtons .btn {
  margin-right: 5px; }

.buttonSizes .btn {
  margin-right: 5px; }

.sizing .btn-toolbar {
  margin-bottom: 10px; }

ul.dropdown-menu li {
  list-style: none; }

.animate-thumbnail-1 h4 {
  text-transform: capitalize;
  color: #000;
  margin-top: 0px; }

.animate-thumbnail-1 p {
  color: #000; }

.animate-thumbnail-1 figure {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden; }
  .animate-thumbnail-1 figure:after {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: skew(-45deg) scaleX(0);
    -moz-transform: skew(-45deg) scaleX(0);
    -o-transform: skew(-45deg) scaleX(0);
    -ms-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0); }
  .animate-thumbnail-1 figure:hover:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: skew(-45deg) scaleX(1);
    -moz-transform: skew(-45deg) scaleX(1);
    -o-transform: skew(-45deg) scaleX(1);
    -ms-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1); }
  .animate-thumbnail-1 figure img {
    max-width: 100%;
    min-width: 100%; }
  .animate-thumbnail-1 figure figcaption {
    position: absolute;
    top: calc(50% - 67px);
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-1 figure:hover figcaption {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.animate-thumbnail-2 img {
  width: 100%; }

.animate-thumbnail-2 h4 {
  text-transform: uppercase;
  margin: 0px;
  color: #fff; }

.animate-thumbnail-2 p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff; }

.animate-thumbnail-2 .animate-product {
  text-align: center;
  position: relative; }
  .animate-thumbnail-2 .animate-product:hover .animate-con {
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-2 .animate-product .animate-con {
    background-color: rgba(0, 0, 0, 0.43);
    position: absolute;
    bottom: calc(50% - 40px);
    width: 100%;
    padding: 10px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.animate-thumbnail-3 img {
  width: 100%; }

.animate-thumbnail-3 h4 {
  text-transform: uppercase;
  margin: 0px;
  color: #fff;
  font-size: 30px; }

.animate-thumbnail-3 p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff; }

.animate-thumbnail-3 .animate-con1 {
  text-align: center;
  position: relative; }
  .animate-thumbnail-3 .animate-con1:hover .animate-bg {
    top: 75%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-3 .animate-con1:hover .animate-con {
    background-color: rgba(0, 0, 0, 0.43);
    padding: 10px 0px;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-3 .animate-con1 .animate-bg {
    position: relative;
    background-color: rgba(0, 0, 0, 0.43);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-3 .animate-con1 .animate-con {
    position: absolute;
    bottom: calc(50% - 31px);
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.animate-thumbnail-4 h4 {
  text-transform: capitalize;
  margin: 0px;
  color: #fff; }

.animate-thumbnail-4 p {
  margin-bottom: 0px;
  color: #fff; }

.animate-thumbnail-4 .animate-con2 {
  text-align: center;
  position: relative;
  overflow: hidden; }
  .animate-thumbnail-4 .animate-con2 img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-4 .animate-con2:hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .animate-thumbnail-4 .animate-con2 .animate-product {
    background-color: rgba(0, 0, 0, 0.43);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 0px; }

.animate-thumbnail-5 .animate-main {
  overflow: hidden;
  position: relative; }
  .animate-thumbnail-5 .animate-main:hover .left-bg {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-5 .animate-main:hover .right-bg {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-5 .animate-main:hover .animate-con {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-5 .animate-main:hover .icon .icon-link {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-5 .animate-main img {
    width: 100%; }
  .animate-thumbnail-5 .animate-main .animate-con {
    position: absolute;
    bottom: 15%;
    left: 10%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .animate-thumbnail-5 .animate-main .animate-con .animate-con {
      font-size: 30px;
      color: #fff; }
    .animate-thumbnail-5 .animate-main .animate-con .animate-name {
      font-size: 16px;
      color: #fff;
      text-transform: uppercase; }
  .animate-thumbnail-5 .animate-main .icon .icon-link {
    position: absolute;
    top: calc(50% - 25px);
    text-align: center;
    width: 100%;
    font-size: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-5 .animate-main .left-bg {
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .animate-thumbnail-5 .animate-main .right-bg {
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.quote-border {
  border: 1px solid #dedede;
  padding: 10px; }
  .quote-border blockquote {
    margin: 0px; }

.quote-bg {
  background-color: #000; }
  .quote-bg .color {
    color: #fff;
    line-height: 30px; }
  .quote-bg .quote {
    padding-right: 10px;
    font-size: 50px;
    vertical-align: middle; }
  .quote-bg blockquote {
    border-left: 0; }

.bdr-bg .color {
  color: #000;
  line-height: 30px; }

.bdr-bg .name {
  color: #0a0a0a;
  text-align: center; }

.bdr-bg .quote {
  font-size: 50px;
  vertical-align: middle;
  padding-right: 10px; }

.bdr-bg blockquote {
  border-left: 8px solid #321543; }

.callToAaction-1 {
  background-color: #f5f5f5;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 40px 0px; }
  .callToAaction-1 .callToAaction-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .callToAaction-1 .callToAaction-wrap {
        display: block; } }
    .callToAaction-1 .callToAaction-wrap .title {
      text-transform: uppercase;
      margin: 0px 0px 10px 0px; }
    .callToAaction-1 .callToAaction-wrap p {
      margin: 0px; }

.callToAaction-2 {
  padding: 40px 0px; }
  .callToAaction-2 .callToAaction-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .callToAaction-2 .callToAaction-wrap {
        display: block; } }
    .callToAaction-2 .callToAaction-wrap .title {
      text-transform: uppercase;
      margin: 0px 0px 10px 0px;
      color: #fff; }
    .callToAaction-2 .callToAaction-wrap p {
      margin: 0px;
      color: #fff; }

.CallToAction-3 {
  background-color: #464646;
  text-align: center;
  padding: 40px 0px; }
  .CallToAction-3 .title {
    text-transform: uppercase;
    margin-top: 0px;
    color: #fff; }
  .CallToAction-3 p {
    color: #fff;
    margin-bottom: 0px; }
  .CallToAction-3 .subscribe {
    position: relative; }
    .CallToAction-3 .subscribe .text-message {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      padding: 20px 25px; }
      .CallToAction-3 .subscribe .text-message::-webkit-input-placeholder {
        color: #fff; }
      .CallToAction-3 .subscribe .text-message:-ms-input-placeholder {
        color: #fff; }
      .CallToAction-3 .subscribe .text-message::-ms-input-placeholder {
        color: #fff; }
      .CallToAction-3 .subscribe .text-message::placeholder {
        color: #fff; }
      .CallToAction-3 .subscribe .text-message::-webkit-input-placeholder {
        color: #fff; }
      .CallToAction-3 .subscribe .text-message::-moz-placeholder {
        color: #fff; }
      .CallToAction-3 .subscribe .text-message:-ms-input-placeholder {
        color: #fff; }
      .CallToAction-3 .subscribe .text-message:-moz-placeholder {
        color: #fff; }
      .CallToAction-3 .subscribe .text-message:focus {
        outline: 0; }
    .CallToAction-3 .subscribe .fa {
      color: #fff;
      position: absolute;
      right: 10px;
      top: calc(50% - 7px); }

.callToAaction-4 {
  background-image: url("../Images/callToAaction-4.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }
  .callToAaction-4 .bg-opacity {
    padding: 40px 0px;
    background-color: rgba(0, 0, 0, 0.6); }
    .callToAaction-4 .bg-opacity .callToAaction-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .callToAaction-4 .bg-opacity .callToAaction-wrap {
          display: block; } }
      .callToAaction-4 .bg-opacity .callToAaction-wrap .title {
        text-transform: uppercase;
        margin: 0px 0px 10px 0px;
        color: #fff; }
      .callToAaction-4 .bg-opacity .callToAaction-wrap p {
        margin: 0px;
        color: #fff; }

.callToAaction-5 .video-mask {
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 0px; }
  .callToAaction-5 .video-mask .title {
    text-transform: uppercase; }
  .callToAaction-5 .video-mask .title, .callToAaction-5 .video-mask p {
    color: #fff; }

.counter-1 .counter-items {
  display: table;
  margin: 0px auto; }
  .counter-1 .counter-items .icon {
    padding-right: 15px; }
  .counter-1 .counter-items .icon, .counter-1 .counter-items .info {
    display: table-cell;
    vertical-align: middle;
    float: none; }
  .counter-1 .counter-items .counter-number {
    margin: 0px; }
  .counter-1 .counter-items .counter-name {
    margin: 0px;
    text-transform: uppercase; }

.counter-2 .counter-items {
  text-align: center; }
  .counter-2 .counter-items .fa {
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%; }
  .counter-2 .counter-items .counter-number {
    margin: 10px 0px; }
  .counter-2 .counter-items .counter-name {
    margin: 10px 0px;
    text-transform: uppercase; }

.counter-3 .counter-items {
  text-align: center; }
  .counter-3 .counter-items .counter-number {
    margin: 10px 0px; }
  .counter-3 .counter-items .counter-name {
    margin: 10px 0px;
    text-transform: uppercase; }

@media screen and (max-width: 991px) {
  .counter-4 .equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.counter-4 .counter-items {
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding: 20px 0px;
  height: 100%; }
  .counter-4 .counter-items .fa {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%; }
  .counter-4 .counter-items .counter-number {
    margin: 10px 0px; }
  .counter-4 .counter-items .counter-name {
    margin: 0px;
    text-transform: uppercase; }

.counter-4 .base-bg-color .fa {
  background-color: #fff; }

.counter-4 .base-bg-color .counter-number, .counter-4 .base-bg-color .counter-name {
  color: #fff; }

.counter-4 .no-bg .fa {
  color: #fff; }

.counter-parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden; }
  .counter-parallax .bg-opacity {
    background-color: rgba(0, 0, 0, 0.6); }
  .counter-parallax .counter-box {
    text-align: center;
    border: 1px solid #d4d4d4; }
    .counter-parallax .counter-box .counter-number {
      margin: 20px 0px;
      color: #fff; }
      .counter-parallax .counter-box .counter-number .counter {
        color: #fff; }
    .counter-parallax .counter-box .fa {
      color: #ffffff; }
    .counter-parallax .counter-box .counter-name {
      text-transform: uppercase;
      color: #ffffff;
      margin: 20px 0px; }

.carousal-nav-show .owl-carousel .owl-item {
  padding: 0px 5px; }

.carousal-nav-show .owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: calc(50% - 20px);
  width: 100%; }
  .carousal-nav-show .owl-theme .owl-nav .owl-prev {
    float: left;
    position: absolute;
    left: -10px;
    margin: 0px; }
  .carousal-nav-show .owl-theme .owl-nav .owl-next {
    float: right;
    position: absolute;
    right: -10px;
    margin: 0px; }

.carousal-nav-show .owl-theme .owl-nav [class*=owl-] {
  font-size: 20px;
  padding: 0px;
  border-radius: 0px;
  background: #00A4E4;
  height: 40px;
  width: 40px;
  line-height: 38px; }

.carousal-nav-hvr .owl-carousel .owl-item {
  padding: 0px 5px; }

.carousal-nav-hvr .owl-theme:hover .owl-nav {
  display: block; }

.carousal-nav-hvr .owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
  display: none; }
  .carousal-nav-hvr .owl-theme .owl-nav .owl-prev {
    float: left;
    position: absolute;
    left: -10px;
    margin: 0px; }
  .carousal-nav-hvr .owl-theme .owl-nav .owl-next {
    float: right;
    position: absolute;
    right: -10px;
    margin: 0px; }

.carousal-nav-hvr .owl-theme .owl-nav [class*=owl-] {
  font-size: 20px;
  padding: 0px;
  border-radius: 0px;
  background: #00A4E4;
  height: 40px;
  width: 40px;
  line-height: 38px; }

.carousal-dots .owl-carousel .owl-item {
  padding: 0px 5px; }

.carousal-dots .owl-theme .owl-dots .owl-dot.active span, .carousal-dots .owl-theme .owl-dots .owl-dot:hover span {
  background: #00A4E4; }

.carousal-single-item .owl-theme .owl-nav [class*=owl-] {
  font-size: 20px;
  padding: 0px;
  background: #00A4E4;
  border-radius: 0px;
  height: 40px;
  width: 40px;
  line-height: 40px; }

.carousal-dot-single .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  position: absolute;
  right: 0px;
  top: -25px; }

.carousal-dot-single .owl-theme .owl-dots .owl-dot.active span, .carousal-dot-single .owl-theme .owl-dots .owl-dot:hover span {
  background: #00A4E4; }

.carousal-dot-single .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px; }

.carousal-inside-txt .left {
  margin-right: 20px;
  width: 30%; }
  @media screen and (max-width: 767px) {
    .carousal-inside-txt .left {
      width: 100%; } }

.carousal-inside-txt .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px; }

.heading-sty-wrap {
  overflow: hidden; }
  .heading-sty-wrap .heading-s1 {
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .heading-sty-wrap .heading-s1:before {
      content: "";
      border-top: 1px solid #dedede;
      width: 1000%;
      left: 100%;
      position: absolute;
      top: 50%;
      margin-left: 10px; }
    .heading-sty-wrap .heading-s1:after {
      content: "";
      border-top: 1px solid #dedede;
      width: 1000%;
      right: 100%;
      position: absolute;
      top: 50%;
      margin-right: 10px; }
  .heading-sty-wrap .heading-s2 {
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .heading-sty-wrap .heading-s2:before {
      content: "";
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      width: 1000%;
      left: 100%;
      position: absolute;
      padding: 1px;
      top: 50%;
      margin-left: 10px; }
    .heading-sty-wrap .heading-s2:after {
      content: "";
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      padding: 1px;
      width: 1000%;
      right: 100%;
      position: absolute;
      top: 50%;
      margin-right: 10px; }
  .heading-sty-wrap .heading-s3 {
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .heading-sty-wrap .heading-s3:before {
      content: "";
      border-top: 2px dotted #dedede;
      width: 1000%;
      left: 100%;
      position: absolute;
      top: 50%;
      margin-left: 10px; }
    .heading-sty-wrap .heading-s3:after {
      content: "";
      border-top: 2px dotted #dedede;
      width: 1000%;
      right: 100%;
      position: absolute;
      top: 50%;
      margin-right: 10px; }
  .heading-sty-wrap .heading-s4 {
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .heading-sty-wrap .heading-s4:before {
      content: "";
      border-top: 2px dotted #dedede;
      border-bottom: 2px dotted #dedede;
      width: 1000%;
      left: 100%;
      position: absolute;
      padding: 2px;
      top: 50%;
      margin-left: 10px; }
    .heading-sty-wrap .heading-s4:after {
      content: "";
      border-top: 2px dotted #dedede;
      border-bottom: 2px dotted #dedede;
      padding: 1px;
      width: 1000%;
      right: 100%;
      position: absolute;
      top: 50%;
      margin-right: 10px; }
  .heading-sty-wrap .heading-s5 {
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .heading-sty-wrap .heading-s5:before {
      content: "";
      border-top: 1px dashed #dedede;
      width: 1000%;
      left: 100%;
      position: absolute;
      top: 50%;
      margin-left: 10px; }
    .heading-sty-wrap .heading-s5:after {
      content: "";
      border-top: 1px dashed #dedede;
      width: 1000%;
      right: 100%;
      position: absolute;
      top: 50%;
      margin-right: 10px; }
  .heading-sty-wrap .heading-s6 {
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .heading-sty-wrap .heading-s6:before {
      content: "";
      border-top: 1px dashed #dedede;
      border-bottom: 1px dashed #dedede;
      width: 1000%;
      left: 100%;
      position: absolute;
      padding: 2px;
      top: 50%;
      margin-left: 10px; }
    .heading-sty-wrap .heading-s6:after {
      content: "";
      border-top: 1px dashed #dedede;
      border-bottom: 1px dashed #dedede;
      padding: 1px;
      width: 1000%;
      right: 100%;
      position: absolute;
      top: 50%;
      margin-right: 10px; }
  .heading-sty-wrap .heading-s7 {
    display: table;
    position: relative; }
    .heading-sty-wrap .heading-s7:after {
      content: "";
      border-top: 1px solid #dedede;
      width: 1000%;
      left: 100%;
      position: absolute;
      top: 50%;
      margin-left: 10px; }
  .heading-sty-wrap .heading-s8 {
    display: table;
    position: relative; }
    .heading-sty-wrap .heading-s8:after {
      content: "";
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      padding: 1px;
      width: 1000%;
      left: 100%;
      position: absolute;
      top: 50%;
      margin-left: 10px; }
  .heading-sty-wrap .heading-s9 {
    display: table;
    float: right;
    position: relative; }
    .heading-sty-wrap .heading-s9:before {
      content: "";
      border-top: 1px solid #dedede;
      padding: 1px;
      width: 1000%;
      right: 100%;
      position: absolute;
      top: 50%;
      margin-right: 10px; }
  .heading-sty-wrap .heading-s10 {
    display: table;
    float: right;
    position: relative; }
    .heading-sty-wrap .heading-s10:before {
      content: "";
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      padding: 1px;
      width: 1000%;
      right: 100%;
      position: absolute;
      top: 50%;
      margin-right: 10px; }
  .heading-sty-wrap .heading-s11 {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede; }
  .heading-sty-wrap .heading-s12 {
    display: table;
    padding-bottom: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .heading-sty-wrap .heading-s12:after {
      content: "";
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      padding: 1px;
      width: 100%;
      position: absolute;
      top: calc(100% + 6px);
      left: 0px; }
  .heading-sty-wrap .heading-s13 {
    position: relative;
    display: inline-block;
    padding-bottom: 15px; }
    .heading-sty-wrap .heading-s13 .line-diamond {
      position: absolute;
      height: 2px;
      background-color: rgba(0, 0, 0, 0.2);
      bottom: 0px;
      left: 0px;
      right: 0px; }
      .heading-sty-wrap .heading-s13 .line-diamond:before {
        content: "";
        height: 2px;
        width: 60%;
        background-color: #1674d1;
        position: absolute;
        left: 20%;
        bottom: 0;
        -webkit-transition: all .5s  0s;
        -o-transition: all .5s  0s;
        transition: all .5s  0s; }
      .heading-sty-wrap .heading-s13 .line-diamond:after {
        content: "";
        width: 14px;
        height: 14px;
        border: 2px solid #1674d1;
        position: absolute;
        bottom: -6px;
        left: calc(50% - 6px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #1674d1; }
    .heading-sty-wrap .heading-s13:hover .line-diamond:before {
      left: 0%;
      width: 100%; }

.iconBox-style1 .icon-hover {
  padding: 20px 0px; }
  @media screen and (max-width: 767px) {
    .iconBox-style1 .icon-hover {
      padding: 10px 0px; } }
  .iconBox-style1 .icon-hover:hover .icon .fa {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .iconBox-style1 .icon-hover .icon {
    float: left; }
    .iconBox-style1 .icon-hover .icon .fa {
      font-size: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .iconBox-style1 .icon-hover .right_content {
    margin-left: 45px; }
    .iconBox-style1 .icon-hover .right_content h4 {
      margin-top: 0px;
      text-transform: capitalize; }
    .iconBox-style1 .icon-hover .right_content p {
      padding-top: 10px; }

.iconBox-style2 .bg_173 {
  text-align: center;
  padding: 50px 0px;
  display: table; }
  .iconBox-style2 .bg_173 .view-wrap {
    display: table-cell;
    vertical-align: middle;
    float: none; }
    @media screen and (max-width: 767px) {
      .iconBox-style2 .bg_173 .view-wrap {
        display: block; } }
  .iconBox-style2 .bg_173 .hover-style:hover .icon-control {
    background-color: #333;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style2 .bg_173 .hover-style h4 {
    padding: 10px 0px 5px 0px;
    color: #444;
    text-transform: uppercase; }
  .iconBox-style2 .bg_173 .hover-style .icon-control {
    border: 2px solid #333;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style2 .bg_173 .hover-style .p-style {
    color: #9e9e9e;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0px;
    padding: 0px 20px; }
  @media screen and (max-width: 767px) {
    .iconBox-style2 .bg_173 .center {
      margin: 30px 0px; } }
  .iconBox-style2 .bg_173 .center .line {
    background: #555;
    height: 40px;
    width: 2px;
    margin: 0 auto; }

.iconBox-style3 .list {
  text-align: center; }
  .iconBox-style3 .list:hover .control {
    background-color: #46DEC9;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style3 .list:hover .control1 {
    background-color: #24B7E7;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style3 .list:hover .control2 {
    background-color: #5742BF;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style3 .list:hover .control3 {
    background-color: #44EE82;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style3 .list .title-tag {
    font-size: 17px;
    text-transform: uppercase; }
  .iconBox-style3 .list .fa {
    background-color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 10px;
    font-size: 45px; }
  .iconBox-style3 .list .control {
    color: #46DEC9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style3 .list .control1 {
    color: #24B7E7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style3 .list .control2 {
    color: #5742BF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style3 .list .control3 {
    color: #44EE82;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style3 .list .link {
    text-decoration: none;
    border: 1px solid #dedede;
    display: inline-block;
    margin-top: 15px; }
  .iconBox-style3 .list .link1 {
    color: #46DEC9; }
  .iconBox-style3 .list .link2 {
    color: #24B7E7; }
  .iconBox-style3 .list .link3 {
    color: #5742BF; }
  .iconBox-style3 .list .link4 {
    color: #44EE82; }

.iconBox-style4 .title-tag {
  font-size: 17px;
  margin-top: 15px;
  text-transform: uppercase; }

.iconBox-style4 .p-style {
  margin-bottom: 0px; }

.iconBox-style4 .list {
  border: 10px solid #e5e5e5;
  text-align: center;
  padding: 40px 20px;
  position: relative; }
  .iconBox-style4 .list .line_pos {
    position: absolute;
    right: -40px;
    top: calc(50% - 18.5px); }
    @media screen and (max-width: 767px) {
      .iconBox-style4 .list .line_pos {
        display: none; } }
    .iconBox-style4 .list .line_pos .line {
      background-color: #EBAC1C;
      height: 5px;
      width: 30px;
      margin: 5px 0px; }
  .iconBox-style4 .list:hover .icon {
    background-color: #542367;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .iconBox-style4 .list:hover .icon .icon-style {
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -o-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .iconBox-style4 .list:hover .icon .icon-style1 {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .iconBox-style4 .list .icon {
    overflow: hidden;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    line-height: 88px;
    border: 2px solid #542367;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .iconBox-style4 .list .icon .icon-style {
      color: #511D92;
      font-size: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .iconBox-style4 .list .icon .icon-style1 {
      position: absolute;
      color: #fff;
      font-size: 30px;
      top: calc(50% - 15px);
      /* bottom: 0; */
      left: calc(50% - 15px);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -o-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      transform: translateY(-100px); }

.iconBox-style4 .list1 {
  background-color: #0a0a0a;
  padding: 50px 30px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .iconBox-style4 .list1 {
      margin-bottom: 30px; } }
  .iconBox-style4 .list1 .title-tag {
    color: #EBAC1C;
    margin-top: 15px; }
  .iconBox-style4 .list1:hover .icon-style {
    background-color: #EBAC1C;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .iconBox-style4 .list1 .icon-style {
    color: #EBAC1C;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 2px solid #EBAC1C;
    border-radius: 50%;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.iconBox-style5 h4 {
  font-size: 17px;
  text-transform: uppercase; }

.iconBox-style5 .p-style {
  margin-bottom: 0px; }

.iconBox-style5 .list {
  border: 10px solid #e5e5e5;
  text-align: center;
  padding: 40px 20px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .iconBox-style5 .list {
      margin-bottom: 30px; } }
  .iconBox-style5 .list:hover {
    border-top: 10px solid #542367;
    border-bottom: 10px solid #542367;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .iconBox-style5 .list:hover .icon {
      background-color: #542367;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .iconBox-style5 .list:hover .icon .fa-control {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -o-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .iconBox-style5 .list:hover .icon .fa-control1 {
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px); }
  .iconBox-style5 .list .icon {
    overflow: hidden;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    line-height: 88px;
    border: 2px solid #542367;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .iconBox-style5 .list .icon .fa-control {
      color: #511D92;
      font-size: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .iconBox-style5 .list .icon .fa-control1 {
      position: absolute;
      color: #fff;
      font-size: 30px;
      top: calc(50% - 15px);
      left: calc(50% - 12px);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -o-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px); }

.font-icon iframe {
  width: 100%;
  height: 100vh; }

.list1 ul {
  margin: 0px; }
  .list1 ul li {
    list-style: none;
    padding: 5px 0px; }
    .list1 ul li .fa {
      margin-right: 10px;
      font-size: 18px; }

.list2 ul {
  margin: 0px; }
  .list2 ul li {
    list-style: none;
    padding: 5px 0px; }
    .list2 ul li .fa {
      border: 1px solid #dedede;
      margin-right: 10px;
      font-size: 13px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center; }

.list3 ul {
  margin: 0px; }
  .list3 ul li {
    list-style: none;
    padding: 5px 0px; }
    .list3 ul li .fa {
      margin-right: 10px;
      font-size: 13px;
      height: 30px;
      width: 30px;
      border-style: solid;
      border-width: 1px;
      border-radius: 50%;
      line-height: 30px;
      text-align: center; }

.list4 ul {
  margin: 0px; }
  .list4 ul li {
    list-style: none;
    padding: 5px 0px; }
    .list4 ul li .fa {
      margin-right: 10px;
      font-size: 13px;
      color: #fff;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      line-height: 30px;
      text-align: center; }
    .list4 ul li .icon_control1 {
      background-color: #0088cc; }
    .list4 ul li .icon_control2 {
      background-color: #e36159; }
    .list4 ul li .icon_control3 {
      background-color: #2baab1; }
    .list4 ul li .icon_control4 {
      background-color: #383f48; }
    .list4 ul li .icon_control5 {
      background-color: #321453; }

.list5 ul li {
  list-style: none;
  padding: 5px 0px; }
  .list5 ul li .fa {
    margin-right: 10px;
    font-size: 18px; }

.list5 .sublist {
  padding-left: 10px; }
  .list5 .sublist li {
    list-style: none;
    padding: 5px 0px; }
    .list5 .sublist li .fa {
      margin-right: 10px;
      font-size: 15px; }

.orderList1 ol {
  margin: 0px; }
  .orderList1 ol li {
    padding: 5px 0px; }

.lightbox1 .mask-main {
  position: relative;
  overflow: hidden; }
  .lightbox1 .mask-main .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .lightbox1 .mask-main .mask .fa {
      position: absolute;
      top: calc(50% - 25px);
      left: calc(50% - 25px);
      border: 1px solid #fff;
      border-radius: 100%;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px; }
  .lightbox1 .mask-main:hover .mask {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.lightbox2 .mask-hvr {
  position: relative; }
  .lightbox2 .mask-hvr .anchor {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 22px); }
  .lightbox2 .mask-hvr .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

.pricing-style1 .similar {
  text-align: center; }
  .pricing-style1 .similar .title-style {
    padding: 40px 0px;
    border-radius: 8px 8px 0px 0px;
    position: relative;
    overflow: hidden; }
    .pricing-style1 .similar .title-style .title {
      color: #fff;
      text-transform: uppercase;
      margin-top: 0px; }
    .pricing-style1 .similar .title-style .month-style {
      color: #817d94;
      font-size: 17px; }
    .pricing-style1 .similar .title-style:before {
      content: "NEW";
      padding: 20px 50px 15px 50px;
      color: #fff;
      font-size: 18px;
      position: absolute;
      top: -8px;
      right: -49px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .pricing-style1 .similar .price-list ul {
    margin-left: 0px; }
    .pricing-style1 .similar .price-list ul li {
      list-style: none; }
      .pricing-style1 .similar .price-list ul li:nth-child(odd) {
        background-color: #f4f4f4; }
      .pricing-style1 .similar .price-list ul li a {
        color: #C7C4C4;
        text-decoration: none;
        padding: 12px 0px;
        display: inline-block; }
  .pricing-style1 .similar .price-list .purchase {
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 35px 0px;
    text-decoration: none; }

.pricing-style1 .price-style1 {
  border-bottom: 2px solid #ffd500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .pricing-style1 .price-style1 .title-style {
    background-color: #512884;
    border-bottom: 2px solid #ffd500; }
    .pricing-style1 .price-style1 .title-style .month-title {
      color: #ffd500;
      font-size: 24px; }
    .pricing-style1 .price-style1 .title-style:before {
      background-color: #ffd500; }
  .pricing-style1 .price-style1:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
    .pricing-style1 .price-style1:hover .price-list ul li a {
      color: #512884;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .pricing-style1 .price-style1 .purchase {
    background-color: #ffd500; }

.pricing-style1 .price-style2 {
  border-bottom: 2px solid #fd6e70;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .pricing-style1 .price-style2 .title-style {
    background-color: #2b2b33;
    border-bottom: 2px solid #fd6e70; }
    .pricing-style1 .price-style2 .title-style .month-title {
      color: #fd6e70;
      font-size: 24px; }
    .pricing-style1 .price-style2 .title-style:before {
      background-color: #fd6e70; }
  .pricing-style1 .price-style2:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
    .pricing-style1 .price-style2:hover .price-list ul li a {
      color: #2b2b33;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .pricing-style1 .price-style2 .purchase {
    background-color: #fd6e70; }

.pricing-style1 .price-style3 {
  border-bottom: 2px solid #028f87;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .pricing-style1 .price-style3 .title-style {
    background-color: #04dbdd;
    border-bottom: 2px solid #028f87; }
    .pricing-style1 .price-style3 .title-style .month-title {
      color: #028f87;
      font-size: 24px; }
    .pricing-style1 .price-style3 .title-style:before {
      background-color: #028f87; }
  .pricing-style1 .price-style3:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
    .pricing-style1 .price-style3:hover .price-list ul li a {
      color: #04dbdd;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.pricing-style1 .purchase {
  background-color: #028f87; }

.price-table2 .table-wrapper {
  border: 1px solid #464646; }
  .price-table2 .table-wrapper .package {
    text-align: center;
    background-color: #464646;
    padding: 20px 0px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
    color: #fff; }
    .price-table2 .table-wrapper .package span.angle {
      border: 18px;
      border-top-color: #464646;
      border-style: solid;
      position: absolute;
      left: calc(50% - 18px);
      top: 100%;
      border-right-color: transparent;
      border-left-color: transparent;
      border-bottom-color: transparent; }
  .price-table2 .table-wrapper .price-wrapper {
    color: #fff;
    text-align: center;
    padding: 15px 0px; }
    .price-table2 .table-wrapper .price-wrapper .dollar {
      vertical-align: top;
      display: inline-block;
      font-size: 2.1em; }
    .price-table2 .table-wrapper .price-wrapper .price {
      font-size: 5em; }
  .price-table2 .table-wrapper .feature ul {
    padding: 0px;
    margin: 0px; }
    .price-table2 .table-wrapper .feature ul li {
      list-style: none;
      padding: 10px 15px;
      border-bottom: 1px solid #dedede; }
      .price-table2 .table-wrapper .feature ul li .icon {
        margin-right: 10px; }
  .price-table2 .table-wrapper .purches {
    text-align: center;
    background-color: #464646; }
    .price-table2 .table-wrapper .purches a {
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 20px 0px; }

.price-table3 .table-wrapper {
  border-width: 1px;
  border-style: solid; }
  .price-table3 .table-wrapper .package {
    text-align: center; }
    .price-table3 .table-wrapper .package .plan {
      color: #fff;
      border-bottom-width: 1px;
      border-style: solid;
      border-color: #dedede;
      padding: 15px;
      margin: 0px; }
    .price-table3 .table-wrapper .package .price {
      border-radius: 4px;
      border-width: 1px;
      border-style: solid;
      border-color: #dedede;
      font-size: 1.6em;
      color: #fff;
      margin: 15px 0px;
      padding: 10px;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .price-table3 .table-wrapper .feature ul {
    margin: 0px; }
    .price-table3 .table-wrapper .feature ul li {
      list-style: none;
      padding: 5px 15px; }
      .price-table3 .table-wrapper .feature ul li .icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 4px;
        text-align: center;
        color: #fff;
        margin-right: 10px; }
      .price-table3 .table-wrapper .feature ul li:nth-child(even) {
        background-color: #dedede; }
  .price-table3 .table-wrapper .btn {
    margin: 15px; }
  .price-table3 .table-wrapper:hover .price {
    background-color: #EF3E42; }

.pricing-table4 .table-wrap {
  padding: 0px 15px; }
  .pricing-table4 .table-wrap .table-1 {
    text-align: right;
    font-weight: 500; }
    .pricing-table4 .table-wrap .table-1 p {
      font-weight: bold; }
    .pricing-table4 .table-wrap .table-1 .price, .pricing-table4 .table-wrap .table-1 .plan, .pricing-table4 .table-wrap .table-1 .btn {
      visibility: hidden; }
  .pricing-table4 .table-wrap .table-1, .pricing-table4 .table-wrap .table-3 {
    background: #565656;
    padding: 0px;
    margin-bottom: 30px; }
  .pricing-table4 .table-wrap .table-2 .excellent {
    background-color: #EF3E42;
    position: absolute;
    bottom: 100%;
    width: 100%;
    padding: 10px 15px;
    text-transform: uppercase; }
  .pricing-table4 .table-wrap .table-2, .pricing-table4 .table-wrap .table-4 {
    padding: 0px;
    background: #464646; }
  .pricing-table4 .table-wrap .table-2, .pricing-table4 .table-wrap .table-3, .pricing-table4 .table-wrap .table-4 {
    text-align: center; }
    .pricing-table4 .table-wrap .table-2 p, .pricing-table4 .table-wrap .table-2 .plan, .pricing-table4 .table-wrap .table-3 p, .pricing-table4 .table-wrap .table-3 .plan, .pricing-table4 .table-wrap .table-4 p, .pricing-table4 .table-wrap .table-4 .plan {
      color: #ffffff; }
  .pricing-table4 .table-wrap p {
    padding: 10px 15px;
    margin: 0px; }
  .pricing-table4 .table-wrap .plan {
    margin-top: 30px;
    text-transform: uppercase; }
  .pricing-table4 .table-wrap .price {
    color: #EF3E42;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 500; }
  .pricing-table4 .table-wrap .row-bg {
    background-color: #494949; }
  .pricing-table4 .table-wrap .purches {
    padding: 25px 0px 30px; }
    .pricing-table4 .table-wrap .purches .btn {
      text-transform: uppercase; }

.pricing-table5 .table-wrap {
  padding: 0px 15px; }
  .pricing-table5 .table-wrap .carousel-wrap {
    padding: 0px; }
  .pricing-table5 .table-wrap .table-col-1 {
    background: #565656;
    text-align: right;
    font-weight: 500;
    padding: 0px; }
    .pricing-table5 .table-wrap .table-col-1 p {
      font-weight: bold; }
    .pricing-table5 .table-wrap .table-col-1 .price, .pricing-table5 .table-wrap .table-col-1 .plan, .pricing-table5 .table-wrap .table-col-1 .btn {
      visibility: hidden; }
  .pricing-table5 .table-wrap .table-odd {
    background: #565656; }
  .pricing-table5 .table-wrap .table-even {
    background: #464646; }
  .pricing-table5 .table-wrap .table-odd, .pricing-table5 .table-wrap .table-even {
    text-align: center;
    display: inline-block;
    width: 100%; }
    .pricing-table5 .table-wrap .table-odd p, .pricing-table5 .table-wrap .table-odd .plan, .pricing-table5 .table-wrap .table-even p, .pricing-table5 .table-wrap .table-even .plan {
      color: #ffffff; }
  .pricing-table5 .table-wrap p {
    padding: 10px 15px;
    margin: 0px; }
  .pricing-table5 .table-wrap .plan {
    margin-top: 30px;
    text-transform: uppercase; }
  .pricing-table5 .table-wrap .price {
    color: #EF3E42;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 500; }
  .pricing-table5 .table-wrap .row-bg {
    background-color: #494949; }
  .pricing-table5 .table-wrap .purches {
    padding: 25px 0px 30px; }
    .pricing-table5 .table-wrap .purches .btn {
      text-transform: uppercase; }
  .pricing-table5 .table-wrap .customNavigation {
    text-align: center;
    cursor: pointer; }
    .pricing-table5 .table-wrap .customNavigation .fa {
      border-radius: 4px;
      color: #ffffff;
      font-size: 24px;
      border: 1px solid;
      width: 34px;
      height: 34px;
      line-height: 30px;
      text-align: center;
      margin-top: 5px; }

.blog-01 .rs-blog {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .blog-01 .rs-blog {
      margin: 20px 0px; } }
  @media screen and (max-width: 991px) {
    .blog-01 .rs-blog {
      margin: 20px 0px; } }
  .blog-01 .rs-blog:hover .Blog-mask {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .blog-01 .rs-blog:hover .blog-con {
    opacity: 0; }
  .blog-01 .rs-blog img {
    width: 100%; }
  .blog-01 .rs-blog a {
    text-decoration: none; }
  .blog-01 .rs-blog .blog-con {
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .blog-01 .rs-blog .blog-con .date {
      color: #fff;
      float: left;
      margin: 0px 10px;
      text-align: center;
      font-size: 20px;
      text-transform: uppercase;
      padding: 15px 13px; }
      .blog-01 .rs-blog .blog-con .date .number {
        font-size: 25px;
        font-weight: bold;
        color: #fff; }
      .blog-01 .rs-blog .blog-con .date .month {
        font-size: 20px;
        font-weight: 400;
        color: #fff; }
      .blog-01 .rs-blog .blog-con .date p {
        margin-bottom: 0px;
        color: #fff; }
    .blog-01 .rs-blog .blog-con .head-tag {
      text-align: center;
      padding: 21px 0px; }
      .blog-01 .rs-blog .blog-con .head-tag .title {
        margin-top: 0px;
        text-transform: uppercase;
        font-size: 20px;
        color: #fff; }
      .blog-01 .rs-blog .blog-con .head-tag p {
        margin-bottom: 0px;
        text-transform: capitalize;
        color: #fff; }
  .blog-01 .rs-blog .Blog-mask {
    background-color: rgba(108, 138, 59, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px); }
    .blog-01 .rs-blog .Blog-mask .head-tag {
      margin-left: 70px; }
      .blog-01 .rs-blog .Blog-mask .head-tag .title {
        margin-top: 0px;
        text-transform: uppercase;
        font-size: 20px; }
        .blog-01 .rs-blog .Blog-mask .head-tag .title a {
          color: #000; }
      .blog-01 .rs-blog .Blog-mask .head-tag .p-control {
        text-transform: capitalize;
        color: #333; }
      .blog-01 .rs-blog .Blog-mask .head-tag p {
        color: #000; }
    .blog-01 .rs-blog .Blog-mask .date {
      float: left;
      text-align: center; }
      .blog-01 .rs-blog .Blog-mask .date .number {
        font-size: 25px;
        font-weight: bold;
        color: #000; }
      .blog-01 .rs-blog .Blog-mask .date .month {
        font-size: 20px;
        font-weight: 400;
        color: #000; }

.blog-02 .blog-mask {
  position: relative; }
  @media screen and (max-width: 767px) {
    .blog-02 .blog-mask {
      margin: 20px 0px; } }
  .blog-02 .blog-mask img {
    width: 100%; }
  .blog-02 .blog-mask .content {
    position: absolute;
    bottom: 10%;
    background-color: #fff;
    right: 5%;
    width: 75%;
    text-align: center;
    padding: 0px 5px; }
    .blog-02 .blog-mask .content .link {
      position: absolute;
      bottom: 0%;
      right: 0%;
      background-color: #00A4E4;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 20px;
      display: none;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .blog-02 .blog-mask .content .link a {
        color: #fff;
        text-decoration: none;
        position: absolute;
        width: 100%;
        right: 0%;
        top: calc(50% - 14px); }
  .blog-02 .blog-mask:hover .content .link {
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.blog-03 .blog-mask {
  padding-bottom: 10px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: -1px 9px 10px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 9px 10px -13px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 9px 10px -13px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 767px) {
    .blog-03 .blog-mask {
      margin: 20px 0px; } }
  .blog-03 .blog-mask .mask-link {
    position: relative; }
    .blog-03 .blog-mask .mask-link img {
      width: 100%; }
    .blog-03 .blog-mask .mask-link .anchor {
      position: absolute;
      top: calc(50% - 25px);
      width: 100%;
      text-align: center;
      font-size: 50px;
      color: #00A4E4;
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .blog-03 .blog-mask:hover .mask-link .anchor {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .blog-03 .blog-mask ul {
    margin-left: 0px;
    display: inline-block;
    padding: 10px 10px; }
    .blog-03 .blog-mask ul li {
      float: left;
      list-style: none;
      margin-right: 10px; }
      .blog-03 .blog-mask ul li a {
        color: #777;
        text-decoration: none;
        font-size: 13px; }
        .blog-03 .blog-mask ul li a .fa {
          margin-right: 5px; }
  .blog-03 .blog-mask p {
    font-size: 16px;
    padding: 0px 10px 30px 10px;
    text-align: justify; }
  .blog-03 .blog-mask .tag {
    color: #565656;
    padding-left: 10px;
    text-transform: capitalize;
    text-decoration: none; }
    .blog-03 .blog-mask .tag .fa {
      padding-right: 5px;
      color: #777; }
  .blog-03 .blog-mask .forward {
    float: right;
    padding-right: 10px;
    text-transform: capitalize;
    text-decoration: none; }
    @media screen and (max-width: 991px) {
      .blog-03 .blog-mask .forward {
        float: none;
        padding-left: 10px; } }
    .blog-03 .blog-mask .forward .fa {
      padding-right: 5px;
      color: #777; }

.blog-04 .blog-mask {
  overflow: hidden; }
  .blog-04 .blog-mask:hover .mask .left {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .blog-04 .blog-mask:hover .mask .right {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .blog-04 .blog-mask:hover .mask .anchor {
    opacity: 1;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear; }
  .blog-04 .blog-mask .mask {
    position: relative; }
    .blog-04 .blog-mask .mask img {
      width: 100%; }
    .blog-04 .blog-mask .mask .left {
      position: absolute;
      width: 50%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .blog-04 .blog-mask .mask .right {
      position: absolute;
      width: 50%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      top: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
    .blog-04 .blog-mask .mask .anchor {
      position: absolute;
      top: calc(50% - 35px);
      text-align: center;
      width: 100%;
      color: #fff;
      font-size: 50px;
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .blog-04 .blog-mask .title {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold; }
  .blog-04 .blog-mask .p-control {
    color: #999; }
    .blog-04 .blog-mask .p-control a {
      text-decoration: none;
      text-transform: capitalize; }

.right-sidebar .text-blog .anchor {
  padding-top: 0px; }

.right-sidebar .text-blog .tag {
  display: inline-block; }
  .right-sidebar .text-blog .tag a {
    color: #565656;
    padding-left: 10px;
    text-transform: capitalize;
    text-decoration: none;
    padding-left: 5px; }
  .right-sidebar .text-blog .tag .fa {
    color: #777; }

.right-sidebar .text-blog .forward {
  float: right;
  padding-right: 10px;
  text-transform: capitalize;
  text-decoration: none; }
  @media screen and (max-width: 991px) {
    .right-sidebar .text-blog .forward {
      float: none;
      padding-left: 10px; } }
  .right-sidebar .text-blog .forward .fa {
    padding-right: 5px;
    color: #777; }

.right-sidebar hr {
  margin: 40px 0px; }

.right-medium .anchor {
  padding-top: 0px !important; }

.right-medium .blog-mask {
  border: none;
  padding-bottom: 20px; }
  .right-medium .blog-mask .tag a {
    color: #565656;
    text-decoration: none; }

.right-medium .blog-mask1 {
  padding-bottom: 0px !important; }

.blog-masonary .blog-mask {
  margin-bottom: 60px !important; }
  .blog-masonary .blog-mask .tag {
    display: inline-block; }
    .blog-masonary .blog-mask .tag a {
      padding-left: 10px;
      text-transform: capitalize;
      text-decoration: none;
      padding-left: 5px; }
    .blog-masonary .blog-mask .tag .fa {
      color: #777;
      padding-right: 0px; }

.separator-left {
  position: relative;
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  background-image: -ms-linear-gradient(left, #dedede 0%, transparent 100%);
  /* IE10+ */
  background-image: -moz-linear-gradient(left, #dedede 0%, transparent 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(left, #dedede 0%, transparent 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #dedede), color-stop(100, transparent));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(left, #dedede 0%, transparent 100%);
  /* Webkit (Chrome 11+) */
  background-image: -webkit-gradient(linear, left top, right top, from(#dedede), to(transparent));
  background-image: linear-gradient(to right, #dedede 0%, transparent 100%);
  /* W3C Markup */ }

.separator-center {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: -ms-linear-gradient(left, transparent 0%, #dedede 33%, #dedede 66%, transparent 100%);
  /* IE10+ */
  background-image: -moz-linear-gradient(left, transparent 0%, #dedede 33%, #dedede 66%, transparent 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(left, transparent 0%, #dedede 33%, #dedede 66%, transparent 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(33, #dedede), color-stop(66, #dedede), color-stop(100, transparent));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(left, transparent 0%, #dedede 33%, #dedede 66%, transparent 100%);
  /* Webkit (Chrome 11+) */
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, #dedede), color-stop(66%, #dedede), to(transparent));
  background-image: linear-gradient(to right, transparent 0%, #dedede 33%, #dedede 66%, transparent 100%);
  /* W3C Markup */ }

.separator-right {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: -ms-linear-gradient(left, transparent 0%, #dedede 100%);
  /* IE10+ */
  background-image: -moz-linear-gradient(left, transparent 0%, #dedede 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(left, transparent 0%, #dedede 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(100, #dedede));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(left, transparent 0%, #dedede 100%);
  /* Webkit (Chrome 11+) */
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#dedede));
  background-image: linear-gradient(to right, transparent 0%, #dedede 100%);
  /* W3C Markup */ }

.separator-full {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #dedede; }

.separator-full-dotted {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #dedede; }

.separator-full-left-icon {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .separator-full-left-icon:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0px;
    margin-left: 20px;
    border-bottom: 1px solid #dedede; }
  .separator-full-left-icon .fa {
    color: #dedede;
    font-size: 20px;
    float: left; }

.separator-full-center-icon {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .separator-full-center-icon:before {
    content: '';
    position: absolute;
    width: 50%;
    top: 9px;
    right: 50%;
    margin-right: 20px;
    border-bottom: 1px solid #dedede; }
  .separator-full-center-icon:after {
    content: '';
    position: absolute;
    width: 50%;
    top: 9px;
    left: 50%;
    margin-left: 20px;
    border-bottom: 1px solid #dedede; }
  .separator-full-center-icon .fa {
    color: #dedede;
    font-size: 20px; }

.separator-full-right-icon {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .separator-full-right-icon:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 9px;
    right: 20px;
    border-bottom: 1px solid #dedede; }
  .separator-full-right-icon .fa {
    color: #dedede;
    font-size: 20px;
    float: right; }

.separator-short-left-icon {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .separator-short-left-icon:after {
    content: '';
    position: absolute;
    width: 25%;
    top: 10px;
    left: 0px;
    margin-left: 20px;
    border-bottom: 1px solid #dedede; }
  .separator-short-left-icon .fa {
    color: #dedede;
    font-size: 20px;
    float: left; }

.separator-short-center-icon {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .separator-short-center-icon:before {
    content: '';
    position: absolute;
    width: 25%;
    top: 9px;
    right: 50%;
    margin-right: 20px;
    border-bottom: 1px solid #dedede; }
  .separator-short-center-icon:after {
    content: '';
    position: absolute;
    width: 25%;
    top: 9px;
    left: 50%;
    margin-left: 20px;
    border-bottom: 1px solid #dedede; }
  .separator-short-center-icon .fa {
    color: #dedede;
    font-size: 20px; }

.separator-short-right-icon {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .separator-short-right-icon:before {
    content: '';
    position: absolute;
    width: 25%;
    top: 9px;
    right: 0px;
    margin-right: 20px;
    border-bottom: 1px solid #dedede; }
  .separator-short-right-icon .fa {
    color: #dedede;
    font-size: 20px;
    float: right; }

.separator-full-left-icon-bdr {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .separator-full-left-icon-bdr:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 18px;
    left: 0px;
    margin-left: 36px;
    border-bottom: 1px solid #dedede; }
  .separator-full-left-icon-bdr .fa {
    color: #dedede;
    font-size: 18px;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dedede;
    line-height: 36px;
    text-align: center; }

.separator-full-center-icon-bdr {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .separator-full-center-icon-bdr:before {
    content: '';
    position: absolute;
    width: 50%;
    top: 18px;
    right: 50%;
    margin-right: 18px;
    border-bottom: 1px solid #dedede; }
  .separator-full-center-icon-bdr:after {
    content: '';
    position: absolute;
    width: 50%;
    top: 18px;
    left: 50%;
    margin-left: 18px;
    border-bottom: 1px solid #dedede; }
  .separator-full-center-icon-bdr .fa {
    color: #dedede;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dedede;
    line-height: 36px;
    text-align: center; }

.separator-full-right-icon-bdr {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .separator-full-right-icon-bdr:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 18px;
    right: 0px;
    margin-right: 36px;
    border-bottom: 1px solid #dedede; }
  .separator-full-right-icon-bdr .fa {
    color: #dedede;
    font-size: 18px;
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dedede;
    line-height: 36px;
    text-align: center; }

.separator-short-left-icon-bdr {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .separator-short-left-icon-bdr:after {
    content: '';
    position: absolute;
    width: 25%;
    top: 18px;
    left: 0px;
    margin-left: 36px;
    border-bottom: 1px solid #dedede; }
  .separator-short-left-icon-bdr .fa {
    color: #dedede;
    font-size: 18px;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dedede;
    line-height: 36px;
    text-align: center; }

.separator-short-center-icon-bdr {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .separator-short-center-icon-bdr:before {
    content: '';
    position: absolute;
    width: 25%;
    top: 18px;
    right: 50%;
    margin-right: 18px;
    border-bottom: 1px solid #dedede; }
  .separator-short-center-icon-bdr:after {
    content: '';
    position: absolute;
    width: 25%;
    top: 18px;
    left: 50%;
    margin-left: 18px;
    border-bottom: 1px solid #dedede; }
  .separator-short-center-icon-bdr .fa {
    color: #dedede;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dedede;
    line-height: 36px;
    text-align: center; }

.separator-short-right-icon-bdr {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .separator-short-right-icon-bdr:before {
    content: '';
    position: absolute;
    width: 25%;
    top: 18px;
    right: 0px;
    margin-right: 36px;
    border-bottom: 1px solid #dedede; }
  .separator-short-right-icon-bdr .fa {
    color: #dedede;
    font-size: 18px;
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dedede;
    line-height: 36px;
    text-align: center; }

.tp_direction button {
  margin-right: 15px; }

.tp_popover button {
  margin-right: 15px; }

.demo-pane {
  background-color: #dedede;
  color: #676767;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 5px; }

.default-style ul {
  margin-left: 0px; }

.default-style .tab-content {
  padding: 10px 15px; }

.tab-style1 .nav-tabs > li.active > a, .tab-style1 .nav-tabs > li.active > a:hover, .tab-style1 .nav-tabs > li.active > a:focus {
  border: none;
  color: #fff;
  background-color: #333;
  border-left: 3px solid #721453;
  border-radius: 3px; }

.tab-style1 .nav > li > a:hover, .tab-style1 .nav > li > a:focus {
  text-decoration: none;
  background-color: #333;
  border-left: 3px solid #721453;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.tab-style1 .nav-tabs {
  border-bottom: none;
  margin-left: 0px; }
  .tab-style1 .nav-tabs > li {
    width: 180px;
    margin: 5px 0px;
    font-size: 16px; }
    .tab-style1 .nav-tabs > li > a {
      border: none;
      border-radius: 3px;
      color: #fff;
      margin-right: 0px; }

.tab-style1 .tablist ul li.active .fa {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.tab-style1 .tablist ul li {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .tab-style1 .tablist ul li {
      width: 100%; } }
  .tab-style1 .tablist ul li:hover .fa {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .tab-style1 .tablist ul li .fa {
    padding-left: 5px;
    font-size: 15px;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

@media screen and (max-width: 767px) {
  .tab-style1 .tab-content {
    text-align: center; } }

.tab-style1 .tab-content .link {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none; }

.tab-style2 .nav-tabs > li.active > a, .tab-style2 .nav-tabs > li.active > a:hover, .tab-style2 .nav-tabs > li.active > a:focus {
  border: none;
  color: #fff;
  background-color: #333;
  border-right: 3px solid #721453;
  border-radius: 3px; }

.tab-style2 .nav > li > a:hover, .tab-style2 .nav > li > a:focus {
  text-decoration: none;
  background-color: #333;
  border-right: 3px solid #721453;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.tab-style2 .nav-tabs {
  border-bottom: none;
  margin-left: 0px; }
  .tab-style2 .nav-tabs > li {
    width: 180px;
    margin: 5px 0px;
    font-size: 16px; }
    .tab-style2 .nav-tabs > li > a {
      border: none;
      border-radius: 3px;
      color: #fff;
      margin-right: 0px; }

.tab-style2 .tablist ul li.active .fa {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.tab-style2 .tablist ul li {
  overflow: hidden;
  text-align: right;
  float: right; }
  @media screen and (max-width: 767px) {
    .tab-style2 .tablist ul li {
      width: 100%; } }
  .tab-style2 .tablist ul li:hover .fa {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .tab-style2 .tablist ul li .fa {
    padding-right: 5px;
    font-size: 15px;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.tab-style2 .tab-content {
  text-align: right; }
  @media screen and (max-width: 767px) {
    .tab-style2 .tab-content {
      text-align: center; } }
  .tab-style2 .tab-content .link {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none; }

.tab-style3 .tablist .nav-tabs {
  border: none;
  margin-bottom: 20px;
  margin-left: 0px; }
  .tab-style3 .tablist .nav-tabs > li.active {
    border-bottom: 1px solid #564758; }
  .tab-style3 .tablist .nav-tabs > li {
    float: left;
    border-bottom: 1px solid #dedede;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tab-style3 .tablist .nav-tabs > li:hover {
      border-bottom: 1px solid #564758;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .tab-style3 .tablist .nav-tabs > li > a {
      border: none;
      font-size: 20px;
      color: #000; }

.tab-style3 .tab-content .link {
  color: #000;
  padding: 10px 20px;
  border: 1px solid #000;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .tab-style3 .tab-content .link:hover {
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.tab-style3 .nav > li > a:hover, .tab-style3 .nav > li > a:focus {
  background-color: transparent; }

.tab-style3 .ul_list ul {
  padding-left: 0px;
  margin: 20px 0px 0px 0px; }
  .tab-style3 .ul_list ul li {
    list-style: none;
    margin-top: 10px; }
    .tab-style3 .ul_list ul li a {
      font-size: 14px;
      color: #202020; }
    .tab-style3 .ul_list ul li .fa {
      height: 20px;
      width: 20px;
      line-height: 19px;
      text-align: center;
      border: 1px solid #dedede;
      color: #325462;
      border-radius: 50%;
      margin-right: 7px; }

.tab-style4 #exTab3 ul {
  margin-left: 0px; }

.tab-style4 #exTab3 .tab-content {
  padding: 10px 15px; }
  .tab-style4 #exTab3 .tab-content p {
    color: #fff; }
  .tab-style4 #exTab3 .tab-content .title-tag {
    color: #fff; }

.tab-style4 #exTab3 .nav-pills > li.active > a, .tab-style4 #exTab3 .nav-pills > li.active > a:focus, .tab-style4 #exTab3 .nav-pills > li.active > a:hover {
  color: #fff !important;
  background-color: #00A4E4; }

.tab-style4 #exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0; }

@media screen and (max-width: 767px) {
  .tab-style5 .nav.nav-justified > li > a > .quote {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 0; } }

.tab-style5 .nav.nav-justified > li > a {
  position: relative; }
  .tab-style5 .nav.nav-justified > li > a:hover {
    background-color: transparent; }
  .tab-style5 .nav.nav-justified > li > a:focus {
    background-color: transparent; }
  .tab-style5 .nav.nav-justified > li > a > img {
    -webkit-box-shadow: 0 0 0 5px #13c0ba;
    box-shadow: 0 0 0 5px #13c0ba;
    max-width: 100%;
    opacity: .3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .tab-style5 .nav.nav-justified > li > a > .quote {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #13c0ba;
    border-radius: 15px;
    color: #fff; }

.tab-style5 .nav.nav-justified > li.active > a > img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.tab-style5 .nav.nav-justified > li.active > a > .quote {
  opacity: 1; }

.tab-style5 .nav.nav-justified > li:hover > a > img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.tab-style5 .nav.nav-justified > li:focus > a > img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.tab-style5 .tab-content {
  text-align: center; }
  .tab-style5 .tab-content .tab-pane .tab-inner {
    padding: 30px 0 20px; }

.testimonial1 .author-main .author-content {
  border: 1px solid #dedede;
  padding: 20px;
  position: relative; }
  .testimonial1 .author-main .author-content:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 45px;
    border-style: solid;
    border-width: 40px 0px 0 30px;
    border-color: #e7e7e7 transparent;
    display: block;
    z-index: 1; }
  .testimonial1 .author-main .author-content p {
    padding-left: 100px; }
  .testimonial1 .author-main .author-content .img-control {
    float: left;
    max-width: 80px; }

.testimonial1 .author-main .author {
  margin-left: 90px; }
  .testimonial1 .author-main .author h4 {
    text-transform: capitalize; }
  .testimonial1 .author-main .author p {
    margin-bottom: 0px; }

.testimonial2 {
  position: relative;
  padding: 60px 0px; }
  .testimonial2 .parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/testimonial1-overaly.png);
    background-color: rgba(0, 0, 0, 0.6); }
  .testimonial2 blockquote {
    border: 0px;
    position: relative;
    margin-bottom: 10px; }
    .testimonial2 blockquote:before {
      content: '\f10d';
      color: #00A4E4;
      font-family: 'FontAwesome';
      left: 10px;
      position: absolute;
      top: 20px;
      left: 0px; }
    .testimonial2 blockquote:after {
      color: #00A4E4;
      bottom: 0;
      content: '\f10e';
      font-family: 'FontAwesome';
      font-style: normal;
      position: absolute;
      right: 1px; }
    .testimonial2 blockquote p {
      font-style: italic;
      font-size: .9em;
      padding: 20px 15px 0px; }
  .testimonial2 .author-img img {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    padding: 3px;
    width: 80px;
    height: 80px; }
  .testimonial2 .author p {
    margin: 0px; }
    .testimonial2 .author p span {
      font-size: .8em; }
  .testimonial2 .owl-dots {
    margin-top: 10px; }
    .testimonial2 .owl-dots .owl-dot {
      display: inline-block; }
      .testimonial2 .owl-dots .owl-dot span {
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: #d5d5d5;
        display: block;
        width: 28px;
        height: 8px;
        margin: 5px 7px; }
      .testimonial2 .owl-dots .owl-dot:hover span {
        background-color: #00A4E4; }
    .testimonial2 .owl-dots .owl-dot.active span {
      background-color: #00A4E4; }
  .testimonial2 p, .testimonial2 strong {
    color: #ffffff; }

.testimonial3 .p-control {
  background-color: #dedede;
  padding: 15px;
  font-size: 16px; }

.testimonial3 .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px; }
  .testimonial3 .author img {
    max-width: 60px;
    border: 4px solid #dedede; }
  .testimonial3 .author .author-con {
    padding-left: 20px; }

.testimonial3 .owl-carousel .owl-nav {
  float: right;
  position: absolute;
  right: 0px;
  bottom: 40px; }
  .testimonial3 .owl-carousel .owl-nav .owl-prev {
    float: left; }
  .testimonial3 .owl-carousel .owl-nav .owl-next {
    float: left; }
  .testimonial3 .owl-carousel .owl-nav .fa {
    width: 25px;
    height: 25px;
    background-color: #dedede;
    text-align: center;
    color: #000;
    line-height: 25px;
    margin-left: 10px;
    font-size: 20px; }

.social-icon-1 {
  display: inline-block; }
  .social-icon-1 ul.social-list {
    margin: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .social-icon-1 ul.social-list li {
      list-style: none;
      float: left;
      margin: 0px 3px; }
      .social-icon-1 ul.social-list li:hover .fa-facebook {
        background-color: #3b5998; }
      .social-icon-1 ul.social-list li:hover .fa-twitter {
        background-color: #55acee; }
      .social-icon-1 ul.social-list li:hover .fa-google {
        background-color: #dd4b39; }
      .social-icon-1 ul.social-list li:hover .fa-rss {
        background-color: #ff6600; }
      .social-icon-1 ul.social-list li:hover .fa-linkedin {
        background-color: #007bb5; }
      .social-icon-1 ul.social-list li:hover .fa-youtube-play {
        background-color: #bb0000; }
      .social-icon-1 ul.social-list li:hover .fa-yahoo {
        background-color: #e95950; }
      .social-icon-1 ul.social-list li:hover .fa-vimeo {
        background-color: #aad450; }
      .social-icon-1 ul.social-list li:hover .fa-wordpress {
        background-color: #21759b; }
      .social-icon-1 ul.social-list li:hover .fa-skype {
        background-color: #0072b1; }
      .social-icon-1 ul.social-list li:hover .fa-pinterest-p {
        background-color: #cb2027; }
      .social-icon-1 ul.social-list li:hover .fa-cloud {
        background-color: #0072b1; }
      .social-icon-1 ul.social-list li:hover .fa-dropbox {
        background-color: #007ee5; }
      .social-icon-1 ul.social-list li:hover .fa-github-alt {
        background-color: #000000; }
      .social-icon-1 ul.social-list li:hover .fa {
        color: #fff; }
      .social-icon-1 ul.social-list li a {
        text-decoration: none; }
      .social-icon-1 ul.social-list li .fa {
        color: #00A4E4;
        height: 30px;
        width: 30px;
        line-height: 30px;
        background-color: #dedede;
        text-align: center;
        border-radius: 50%;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .social-icon-1 ul.social-list li .fa-facebook {
        color: #3b5998; }
      .social-icon-1 ul.social-list li .fa-twitter {
        color: #55acee; }
      .social-icon-1 ul.social-list li .fa-google {
        color: #dd4b39; }
      .social-icon-1 ul.social-list li .fa-rss {
        color: #ff6600; }
      .social-icon-1 ul.social-list li .fa-linkedin {
        color: #007bb5; }
      .social-icon-1 ul.social-list li .fa-youtube-play {
        color: #bb0000; }
      .social-icon-1 ul.social-list li .fa-yahoo {
        color: #e95950; }
      .social-icon-1 ul.social-list li .fa-vimeo {
        color: #aad450; }
      .social-icon-1 ul.social-list li .fa-wordpress {
        color: #21759b; }
      .social-icon-1 ul.social-list li .fa-skype {
        color: #0072b1; }
      .social-icon-1 ul.social-list li .fa-pinterest-p {
        color: #cb2027; }
      .social-icon-1 ul.social-list li .fa-cloud {
        color: #0072b1; }
      .social-icon-1 ul.social-list li .fa-dropbox {
        color: #007ee5; }
      .social-icon-1 ul.social-list li .fa-github-alt {
        color: #000000; }

.social-icon-2 {
  display: inline-block; }
  .social-icon-2 ul.social-list {
    margin: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .social-icon-2 ul.social-list li {
      list-style: none;
      float: left;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
      margin: 0px 3px;
      position: relative;
      overflow: hidden; }
      .social-icon-2 ul.social-list li:hover .icon {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
      .social-icon-2 ul.social-list li:hover .hover-icon {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); }
      .social-icon-2 ul.social-list li .fa {
        color: #00A4E4;
        height: 30px;
        width: 30px;
        line-height: 30px;
        background-color: #dedede;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .social-icon-2 ul.social-list li .hover-icon {
        color: #fff;
        position: absolute;
        top: 0px;
        left: 0px;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); }
      .social-icon-2 ul.social-list li .fa-facebook.hover-icon {
        background-color: #3b5998; }
      .social-icon-2 ul.social-list li .fa-twitter.hover-icon {
        background-color: #55acee; }
      .social-icon-2 ul.social-list li .fa-google.hover-icon, .social-icon-2 ul.social-list li .fa-google-plus.hover-icon {
        background-color: #dd4b39; }
      .social-icon-2 ul.social-list li .fa-rss.hover-icon {
        background-color: #ff6600; }
      .social-icon-2 ul.social-list li .fa-linkedin.hover-icon {
        background-color: #007bb5; }
      .social-icon-2 ul.social-list li .fa-youtube-play.hover-icon {
        background-color: #bb0000; }
      .social-icon-2 ul.social-list li .fa-yahoo.hover-icon {
        background-color: #e95950; }
      .social-icon-2 ul.social-list li .fa-vimeo.hover-icon {
        background-color: #aad450; }
      .social-icon-2 ul.social-list li .fa-wordpress.hover-icon {
        background-color: #21759b; }
      .social-icon-2 ul.social-list li .fa-skype.hover-icon {
        background-color: #0072b1; }
      .social-icon-2 ul.social-list li .fa-pinterest-p.hover-icon {
        background-color: #cb2027; }
      .social-icon-2 ul.social-list li .fa-cloud.hover-icon {
        background-color: #0072b1; }
      .social-icon-2 ul.social-list li .fa-dropbox.hover-icon {
        background-color: #007ee5; }
      .social-icon-2 ul.social-list li .fa-github-alt.hover-icon {
        background-color: #000000; }
      .social-icon-2 ul.social-list li a {
        text-decoration: none; }

.social-icon-3 {
  display: inline-block; }
  .social-icon-3 ul.social-list {
    margin: 0px;
    display: inline-block; }
    .social-icon-3 ul.social-list li {
      list-style: none;
      float: left;
      margin: 0px 3px; }
      .social-icon-3 ul.social-list li:hover .fa-facebook {
        background-color: #3b5998; }
      .social-icon-3 ul.social-list li:hover .fa-twitter {
        background-color: #55acee; }
      .social-icon-3 ul.social-list li:hover .fa-google {
        background-color: #dd4b39; }
      .social-icon-3 ul.social-list li:hover .fa-rss {
        background-color: #ff6600; }
      .social-icon-3 ul.social-list li:hover .fa-linkedin {
        background-color: #007bb5; }
      .social-icon-3 ul.social-list li:hover .fa-youtube-play {
        background-color: #bb0000; }
      .social-icon-3 ul.social-list li:hover .fa-yahoo {
        background-color: #e95950; }
      .social-icon-3 ul.social-list li:hover .fa-vimeo {
        background-color: #aad450; }
      .social-icon-3 ul.social-list li:hover .fa-wordpress {
        background-color: #21759b; }
      .social-icon-3 ul.social-list li:hover .fa-skype {
        background-color: #0072b1; }
      .social-icon-3 ul.social-list li:hover .fa-pinterest-p {
        background-color: #cb2027; }
      .social-icon-3 ul.social-list li:hover .fa-cloud {
        background-color: #0072b1; }
      .social-icon-3 ul.social-list li:hover .fa-dropbox {
        background-color: #007ee5; }
      .social-icon-3 ul.social-list li:hover .fa-github-alt {
        background-color: #000000; }
      .social-icon-3 ul.social-list li:hover .fa {
        color: #fff; }
      .social-icon-3 ul.social-list li a {
        text-decoration: none; }
      .social-icon-3 ul.social-list li .fa {
        color: #00A4E4;
        height: 30px;
        width: 30px;
        line-height: 30px;
        background-color: #dedede;
        text-align: center;
        border: 1px solid #dedede;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .social-icon-3 ul.social-list li .fa-facebook {
        color: #3b5998; }
      .social-icon-3 ul.social-list li .fa-twitter {
        color: #55acee; }
      .social-icon-3 ul.social-list li .fa-google {
        color: #dd4b39; }
      .social-icon-3 ul.social-list li .fa-rss {
        color: #ff6600; }
      .social-icon-3 ul.social-list li .fa-linkedin {
        color: #007bb5; }
      .social-icon-3 ul.social-list li .fa-youtube-play {
        color: #bb0000; }
      .social-icon-3 ul.social-list li .fa-yahoo {
        color: #e95950; }
      .social-icon-3 ul.social-list li .fa-vimeo {
        color: #aad450; }
      .social-icon-3 ul.social-list li .fa-wordpress {
        color: #21759b; }
      .social-icon-3 ul.social-list li .fa-skype {
        color: #0072b1; }
      .social-icon-3 ul.social-list li .fa-pinterest-p {
        color: #cb2027; }
      .social-icon-3 ul.social-list li .fa-cloud {
        color: #0072b1; }
      .social-icon-3 ul.social-list li .fa-dropbox {
        color: #007ee5; }
      .social-icon-3 ul.social-list li .fa-github-alt {
        color: #000000; }

.social-icon-4 ul.social-list {
  margin: 0px; }
  .social-icon-4 ul.social-list li {
    border-radius: 4px;
    list-style: none;
    float: left;
    height: 30px;
    width: 30px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    margin: 0px 3px;
    position: relative;
    overflow: hidden; }
    .social-icon-4 ul.social-list li:hover .icon {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    .social-icon-4 ul.social-list li:hover .hover-icon {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    .social-icon-4 ul.social-list li .fa {
      color: #00A4E4;
      height: 30px;
      width: 30px;
      line-height: 30px;
      background-color: #dedede;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .social-icon-4 ul.social-list li .hover-icon {
      color: #fff;
      position: absolute;
      top: 0px;
      left: 0px;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -o-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
    .social-icon-4 ul.social-list li .fa-facebook.hover-icon {
      background-color: #3b5998; }
    .social-icon-4 ul.social-list li .fa-twitter.hover-icon {
      background-color: #55acee; }
    .social-icon-4 ul.social-list li .fa-google.hover-icon, .social-icon-4 ul.social-list li .fa-google-plus.hover-icon {
      background-color: #dd4b39; }
    .social-icon-4 ul.social-list li .fa-rss.hover-icon {
      background-color: #ff6600; }
    .social-icon-4 ul.social-list li .fa-linkedin.hover-icon {
      background-color: #007bb5; }
    .social-icon-4 ul.social-list li .fa-youtube-play.hover-icon {
      background-color: #bb0000; }
    .social-icon-4 ul.social-list li .fa-yahoo.hover-icon {
      background-color: #e95950; }
    .social-icon-4 ul.social-list li .fa-vimeo.hover-icon {
      background-color: #aad450; }
    .social-icon-4 ul.social-list li .fa-wordpress.hover-icon {
      background-color: #21759b; }
    .social-icon-4 ul.social-list li .fa-skype.hover-icon {
      background-color: #0072b1; }
    .social-icon-4 ul.social-list li .fa-pinterest-p.hover-icon {
      background-color: #cb2027; }
    .social-icon-4 ul.social-list li .fa-cloud.hover-icon {
      background-color: #0072b1; }
    .social-icon-4 ul.social-list li .fa-dropbox.hover-icon {
      background-color: #007ee5; }
    .social-icon-4 ul.social-list li .fa-github-alt.hover-icon {
      background-color: #000000; }
    .social-icon-4 ul.social-list li a {
      text-decoration: none; }

.social-icon-5 {
  display: inline-block; }
  .social-icon-5 ul.social-list {
    margin: 0px;
    display: inline-block; }
    .social-icon-5 ul.social-list li {
      list-style: none;
      float: left;
      margin: 10px; }
      .social-icon-5 ul.social-list li:hover .fa-facebook {
        border: 1px solid #3b5998; }
      .social-icon-5 ul.social-list li:hover .fa-twitter {
        border: 1px solid #55acee; }
      .social-icon-5 ul.social-list li:hover .fa-google {
        border: 1px solid #dd4b39; }
      .social-icon-5 ul.social-list li:hover .fa-rss {
        border: 1px solid #ff6600; }
      .social-icon-5 ul.social-list li:hover .fa-linkedin {
        border: 1px solid #007bb5; }
      .social-icon-5 ul.social-list li:hover .fa-youtube-play {
        border: 1px solid #bb0000; }
      .social-icon-5 ul.social-list li:hover .fa-yahoo {
        border: 1px solid #e95950; }
      .social-icon-5 ul.social-list li:hover .fa-vimeo {
        border: 1px solid #aad450; }
      .social-icon-5 ul.social-list li:hover .fa-wordpress {
        border: 1px solid #21759b; }
      .social-icon-5 ul.social-list li:hover .fa-skype {
        border: 1px solid #0072b1; }
      .social-icon-5 ul.social-list li:hover .fa-pinterest-p {
        border: 1px solid #cb2027; }
      .social-icon-5 ul.social-list li:hover .fa-cloud {
        border: 1px solid #0072b1; }
      .social-icon-5 ul.social-list li:hover .fa-dropbox {
        border: 1px solid #007ee5; }
      .social-icon-5 ul.social-list li:hover .fa-github-alt {
        border: 1px solid #000000; }
      .social-icon-5 ul.social-list li a {
        text-decoration: none; }
      .social-icon-5 ul.social-list li .fa {
        color: #00A4E4;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #dedede;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .social-icon-5 ul.social-list li .fa:before {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          display: inline-block; }
      .social-icon-5 ul.social-list li .fa-facebook {
        color: #3b5998; }
      .social-icon-5 ul.social-list li .fa-twitter {
        color: #55acee; }
      .social-icon-5 ul.social-list li .fa-google {
        color: #dd4b39; }
      .social-icon-5 ul.social-list li .fa-rss {
        color: #ff6600; }
      .social-icon-5 ul.social-list li .fa-linkedin {
        color: #007bb5; }
      .social-icon-5 ul.social-list li .fa-youtube-play {
        color: #bb0000; }
      .social-icon-5 ul.social-list li .fa-yahoo {
        color: #e95950; }
      .social-icon-5 ul.social-list li .fa-vimeo {
        color: #aad450; }
      .social-icon-5 ul.social-list li .fa-wordpress {
        color: #21759b; }
      .social-icon-5 ul.social-list li .fa-skype {
        color: #0072b1; }
      .social-icon-5 ul.social-list li .fa-pinterest-p {
        color: #cb2027; }
      .social-icon-5 ul.social-list li .fa-cloud {
        color: #0072b1; }
      .social-icon-5 ul.social-list li .fa-dropbox {
        color: #007ee5; }
      .social-icon-5 ul.social-list li .fa-github-alt {
        color: #000000; }

.social-icon-6 {
  display: inline-block; }
  .social-icon-6 ul.social-list {
    margin: 0px;
    display: inline-block; }
    .social-icon-6 ul.social-list li {
      list-style: none;
      float: left;
      margin: 4px 0px; }
      .social-icon-6 ul.social-list li:hover .fa-facebook {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-twitter {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-google {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-rss {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-linkedin {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-youtube-play {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-yahoo {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-vimeo {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-wordpress {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-skype {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-pinterest-p {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-cloud {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-dropbox {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li:hover .fa-github-alt {
        margin-top: -2px; }
      .social-icon-6 ul.social-list li a {
        text-decoration: none; }
      .social-icon-6 ul.social-list li .fa {
        color: #00A4E4;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .social-icon-6 ul.social-list li .fa-facebook {
        background-color: #3b5998; }
      .social-icon-6 ul.social-list li .fa-twitter {
        background-color: #55acee; }
      .social-icon-6 ul.social-list li .fa-google {
        background-color: #dd4b39; }
      .social-icon-6 ul.social-list li .fa-rss {
        background-color: #ff6600; }
      .social-icon-6 ul.social-list li .fa-linkedin {
        background-color: #007bb5; }
      .social-icon-6 ul.social-list li .fa-youtube-play {
        background-color: #bb0000; }
      .social-icon-6 ul.social-list li .fa-yahoo {
        background-color: #e95950; }
      .social-icon-6 ul.social-list li .fa-vimeo {
        background-color: #aad450; }
      .social-icon-6 ul.social-list li .fa-wordpress {
        background-color: #21759b; }
      .social-icon-6 ul.social-list li .fa-skype {
        background-color: #0072b1; }
      .social-icon-6 ul.social-list li .fa-pinterest-p {
        background-color: #cb2027; }
      .social-icon-6 ul.social-list li .fa-cloud {
        background-color: #0072b1; }
      .social-icon-6 ul.social-list li .fa-dropbox {
        background-color: #007ee5; }
      .social-icon-6 ul.social-list li .fa-github-alt {
        background-color: #000000; }

.simplefilter {
  text-align: center; }
  .simplefilter ul {
    display: inline-block;
    margin: 15px 0px;
    padding: 0px; }
    .simplefilter ul li {
      border-radius: 4px;
      list-style: none;
      float: left;
      padding: 10px 12px;
      cursor: pointer;
      margin: 0px 5px 0px 0px; }
      .simplefilter ul li:hover {
        color: #00A4E4; }
    .simplefilter ul li.active {
      background-color: #00A4E4;
      color: #ffffff !important;
      cursor: default; }

.portfolio-singlePage .info-wrap {
  border-bottom: 1px solid #dedede; }
  .portfolio-singlePage .info-wrap .title {
    text-transform: capitalize;
    font-size: 20px; }
  .portfolio-singlePage .info-wrap .info {
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
    padding-bottom: 20px; }

.portfolio-singlePage .title-ullist ul {
  margin-left: 0px;
  border-bottom: 1px solid #dedede;
  padding: 20px 0px; }
  .portfolio-singlePage .title-ullist ul li {
    list-style: none;
    padding: 10px 0px; }
    .portfolio-singlePage .title-ullist ul li a {
      text-decoration: none; }

.portfolio-singlePage .title-ullist .icon-left {
  font-size: 16px;
  color: #444;
  display: inline-block;
  width: 150px;
  text-transform: capitalize; }
  .portfolio-singlePage .title-ullist .icon-left .fa {
    margin-right: 5px; }

.portfolio-singlePage .title-ullist .right-txt {
  color: #999;
  font-size: 16px; }

.portfolio-singlePage .shared-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .portfolio-singlePage .shared-link .p-left {
    float: left;
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: capitalize;
    padding-right: 10px; }
  .portfolio-singlePage .shared-link ul {
    padding-left: 0px;
    margin-bottom: 0px; }
    .portfolio-singlePage .shared-link ul li {
      list-style: none;
      float: left;
      position: relative;
      margin: 0px 5px;
      overflow: hidden;
      border: 1px solid #dedede;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .portfolio-singlePage .shared-link ul li:hover .fa-clr1 {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); }
      .portfolio-singlePage .shared-link ul li:hover .fa-clr {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
      .portfolio-singlePage .shared-link ul li:hover:nth-child(1) {
        background-color: #3b5998;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .portfolio-singlePage .shared-link ul li:hover:nth-child(2) {
        background-color: #00aced;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .portfolio-singlePage .shared-link ul li:hover:nth-child(3) {
        background-color: #dd4b39;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .portfolio-singlePage .shared-link ul li:hover:nth-child(4) {
        background-color: #5B9A68;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .portfolio-singlePage .shared-link ul li a {
        text-decoration: none; }
      .portfolio-singlePage .shared-link ul li .fa {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center; }
      .portfolio-singlePage .shared-link ul li .fa-clr {
        color: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); }
      .portfolio-singlePage .shared-link ul li .fa-clr1 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); }

.portfolio-singlePage .flexslider {
  overflow: hidden;
  margin: 0px; }
  .portfolio-singlePage .flexslider li {
    list-style-type: none; }

.portfolio-singlePage .flex-direction-nav a.flex-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  height: 45px;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 30px; }

.portfolio-singlePage .flex-direction-nav .flex-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 30px; }

.related-projects .title {
  margin-top: 0px; }

.related-projects .portfolio-wrap {
  padding: 0px 15px; }

.portfolio-wrap {
  text-align: center; }
  .portfolio-wrap .portfolio {
    position: relative;
    overflow: hidden; }
    .portfolio-wrap .portfolio img {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .portfolio-wrap .portfolio .mask {
      text-align: center;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0; }
      .portfolio-wrap .portfolio .mask .content-wrap {
        display: table;
        width: 100%;
        height: 100%; }
        .portfolio-wrap .portfolio .mask .content-wrap .overview-wrap {
          color: #ffffff;
          display: table-cell;
          vertical-align: middle;
          -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
          transform: translateY(-15px);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .portfolio-wrap .portfolio .mask .content-wrap .overview-wrap .title {
            padding: 10px 10px 0px; }
            .portfolio-wrap .portfolio .mask .content-wrap .overview-wrap .title h3, .portfolio-wrap .portfolio .mask .content-wrap .overview-wrap .title h4 {
              margin: 0px 0px 5px;
              color: #ffffff; }
            .portfolio-wrap .portfolio .mask .content-wrap .overview-wrap .title p {
              margin: 0px;
              color: #ffffff; }
        .portfolio-wrap .portfolio .mask .content-wrap .overview .fa {
          color: #ffffff;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          border-radius: 4px;
          background-color: #fff;
          font-size: 18px;
          display: inline-block;
          margin: 0px 5px; }
        .portfolio-wrap .portfolio .mask .content-wrap .overview .link .fa {
          background-color: #00A4E4; }
        .portfolio-wrap .portfolio .mask .content-wrap .overview .zoom .fa {
          background-color: #EF3E42; }
  .portfolio-wrap .title {
    padding: 10px 10px; }
    .portfolio-wrap .title h3, .portfolio-wrap .title h4 {
      margin: 0px 0px 5px; }
    .portfolio-wrap .title p {
      margin: 0px; }
  .portfolio-wrap:hover .portfolio .mask {
    opacity: 1;
    height: 100%; }
    .portfolio-wrap:hover .portfolio .mask .overview-wrap {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .portfolio-wrap:hover .portfolio img {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }

.blog-single .owl-theme .owl-nav {
  display: none; }

.blog-single .owl-theme .owl-dots {
  position: absolute;
  bottom: 0%;
  left: calc(50% - 35px); }

.blog-single .anchor {
  font-size: 25px;
  text-transform: capitalize;
  padding: 15px 0px;
  text-decoration: none;
  display: inline-block; }
  .blog-single .anchor:hover {
    color: #00A4E4; }

.blog-single .ul-list ul {
  margin-left: 0px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: inline-block;
  padding: 10px 0px; }
  .blog-single .ul-list ul li {
    list-style: none;
    float: left;
    margin-right: 20px; }
    .blog-single .ul-list ul li a {
      font-size: 0.8rem;
      text-decoration: none; }
      .blog-single .ul-list ul li a:hover {
        color: #00A4E4; }
      .blog-single .ul-list ul li a .fa {
        padding-right: 5px; }

.blog-single p {
  line-height: 25px; }

.blog-single .blog-author-set .fa-comments {
  padding-right: 5px; }

.blog-single .blog-author-set .mention {
  padding: 15px 0px; }
  .blog-single .blog-author-set .mention .autho-img {
    width: 80px;
    float: left;
    margin-right: 20px; }
  .blog-single .blog-author-set .mention .mention-content h4 {
    margin-top: 0px; }
  .blog-single .blog-author-set .mention .mention-content .p-right {
    text-align: right;
    margin-top: -37px;
    color: #999; }
  .blog-single .blog-author-set .mention .mention-content .reply {
    text-decoration: none;
    cursor: pointer; }

.blog-single .blog-author-set .response {
  padding: 15px 0px 15px 100px; }

.blog-single .blog-comment input[type="text"], .blog-single .blog-comment textarea {
  width: 100%;
  padding: 5px; }
  .blog-single .blog-comment input[type="text"]:focus, .blog-single .blog-comment textarea:focus {
    color: #999;
    outline: 0; }

.blog-single .blog-comment label {
  color: #999; }

.blog-single .blog-comment span.require {
  color: #f67;
  padding-left: 5px; }

.blog-sidebar .recent-post {
  padding-bottom: 40px; }
  .blog-sidebar .recent-post .title {
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog-sidebar .recent-post .title:before {
      content: "";
      height: 1px;
      width: 50%;
      position: absolute;
      background-color: #00A4E4;
      bottom: -1px;
      display: none; }
  .blog-sidebar .recent-post:hover .title:before {
    display: block;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .blog-sidebar .recent-post .post {
    display: inline-block;
    padding: 10px 0px; }
    .blog-sidebar .recent-post .post .img-left {
      float: left;
      width: 60px;
      border: 2px solid #dedede;
      margin-right: 10px; }
    .blog-sidebar .recent-post .post .right {
      float: none; }
      .blog-sidebar .recent-post .post .right a {
        text-decoration: none;
        color: #000;
        font-size: 14px; }
        .blog-sidebar .recent-post .post .right a:hover {
          color: #00A4E4; }

.blog-sidebar .stream-photo {
  padding-bottom: 40px;
  display: inline-block; }
  .blog-sidebar .stream-photo ul {
    margin-left: 0px;
    padding-top: 10px; }
    .blog-sidebar .stream-photo ul li {
      list-style: none;
      float: left;
      margin: 8px 8px 8px 0px; }
      .blog-sidebar .stream-photo ul li img {
        width: 75px; }
  .blog-sidebar .stream-photo .title {
    margin-top: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog-sidebar .stream-photo .title:before {
      content: "";
      height: 1px;
      width: 50%;
      position: absolute;
      background-color: #00A4E4;
      bottom: -1px;
      display: none; }
  .blog-sidebar .stream-photo:hover .title:before {
    display: block;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.blog-sidebar .blog-tag {
  display: inline-block;
  padding-bottom: 40px; }
  .blog-sidebar .blog-tag ul {
    margin-left: 0px;
    padding-top: 10px; }
    .blog-sidebar .blog-tag ul li {
      list-style: none;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
      .blog-sidebar .blog-tag ul li a {
        color: #555;
        text-decoration: none; }
        .blog-sidebar .blog-tag ul li a:hover {
          color: #00A4E4; }
        .blog-sidebar .blog-tag ul li a .fa {
          padding-right: 2px; }
  .blog-sidebar .blog-tag .title {
    margin-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog-sidebar .blog-tag .title:before {
      content: "";
      height: 1px;
      width: 50%;
      position: absolute;
      background-color: #00A4E4;
      bottom: -1px;
      display: none; }
  .blog-sidebar .blog-tag:hover .title:before {
    display: block;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.blog-sidebar .text-example {
  padding-bottom: 40px; }
  .blog-sidebar .text-example .title {
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog-sidebar .text-example .title:before {
      content: "";
      height: 1px;
      width: 50%;
      position: absolute;
      background-color: #00A4E4;
      bottom: -1px;
      display: none; }
  .blog-sidebar .text-example:hover .title:before {
    display: block;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .blog-sidebar .text-example p {
    color: #777;
    text-align: justify; }

.blog-sidebar .blog-search {
  position: relative; }
  .blog-sidebar .blog-search:after {
    content: "\f002";
    font-family: "Fontawesome";
    position: absolute;
    right: 10px;
    top: calc(50% - 11px); }
  .blog-sidebar .blog-search .txt-design {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #dedede; }
    .blog-sidebar .blog-search .txt-design:focus {
      color: #999;
      outline: 0; }

@-webkit-keyframes example {
  from {
    width: 0%; }
  to {
    width: 50%; } }

@keyframes example {
  from {
    width: 0%; }
  to {
    width: 50%; } }

.about_wrap .center {
  text-align: center; }
  .about_wrap .center h2 {
    margin-top: 0px;
    text-transform: capitalize; }

.about_wrap .about {
  overflow: hidden; }
  .about_wrap .about img {
    width: 100%;
    -webkit-box-shadow: -2px 23px 13px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 23px 13px -19px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 23px 13px -19px rgba(0, 0, 0, 0.75); }
  .about_wrap .about h4 {
    text-transform: uppercase;
    margin-top: 20px; }
  .about_wrap .about p {
    text-align: justify; }

.team-1 .member-wrapeer {
  text-align: center;
  color: #fff; }
  .team-1 .member-wrapeer:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .team-1 .member-wrapeer:hover .desig {
    bottom: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .team-1 .member-wrapeer:hover .social {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .team-1 .member-wrapeer .img-wrapper {
    position: relative;
    overflow: hidden; }
    .team-1 .member-wrapeer .img-wrapper img {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .team-1 .member-wrapeer .desig {
    position: absolute;
    width: 100%;
    font-size: 18px;
    bottom: 15%;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .team-1 .member-wrapeer .desig .bg-wrap {
      position: relative;
      display: inline-block; }
      .team-1 .member-wrapeer .desig .bg-wrap .post {
        color: #ffffff;
        margin: 0px;
        padding: 10px;
        position: relative;
        z-index: 1; }
      .team-1 .member-wrapeer .desig .bg-wrap span {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.6; }
  .team-1 .member-wrapeer .info {
    padding: 10px 10px 0px; }
    .team-1 .member-wrapeer .info .name {
      text-transform: uppercase; }
    .team-1 .member-wrapeer .info .post {
      text-transform: uppercase; }
  .team-1 .member-wrapeer .social {
    position: absolute;
    width: 100%;
    bottom: 0px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .team-1 .member-wrapeer .social .bg-wrap {
      position: relative;
      padding: 0px 10px; }
      .team-1 .member-wrapeer .social .bg-wrap span {
        border-radius: 4px;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.6; }
    .team-1 .member-wrapeer .social ul {
      padding: 15px 0px;
      margin: 0;
      position: relative;
      z-index: 1; }
      .team-1 .member-wrapeer .social ul li {
        list-style: none;
        display: inline-block; }
        .team-1 .member-wrapeer .social ul li .icon {
          width: 35px;
          height: 35px;
          line-height: 35px;
          border-radius: 4px;
          border: 1px solid #fff;
          text-align: center;
          color: #fff;
          margin: 0px 3px;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .team-1 .member-wrapeer .social ul li .fa-facebook.icon:hover {
          background-color: #3b5998;
          color: #FFFFFF; }
        .team-1 .member-wrapeer .social ul li .fa-twitter.icon:hover {
          background-color: #55acee;
          color: #FFFFFF; }
        .team-1 .member-wrapeer .social ul li .fa-skype.icon:hover {
          background-color: #00aff0;
          color: #FFFFFF; }
        .team-1 .member-wrapeer .social ul li .fa-google-plus.icon:hover {
          background-color: #dc4e41;
          color: #FFFFFF; }

.team-2 {
  background-color: #f3f3f3; }
  .team-2 .team-wrap {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .team-2 .team-wrap {
        display: block; } }
    @media screen and (max-width: 991px) {
      .team-2 .team-wrap {
        display: block; } }
    @media screen and (max-width: 991px) {
      .team-2 .team-wrap .clear-tab {
        clear: both; } }
    @media screen and (max-width: 767px) {
      .team-2 .team-wrap img {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .team-2 .team-wrap .content-wrap {
        padding: 30px 0px; } }
    .team-2 .team-wrap .content-wrap .name {
      color: #000;
      margin-top: 0px;
      text-transform: uppercase; }
    .team-2 .team-wrap .content-wrap .sub {
      text-transform: uppercase;
      font-size: 16px; }
    .team-2 .team-wrap .content-wrap p {
      text-align: justify; }
    .team-2 .team-wrap .content-wrap ul.social-list {
      margin: 20px 0px 0px 0px;
      display: inline-block; }
      .team-2 .team-wrap .content-wrap ul.social-list li {
        list-style: none;
        float: left;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        margin: 0px 3px;
        position: relative;
        overflow: hidden;
        z-index: 999; }
        .team-2 .team-wrap .content-wrap ul.social-list li:hover .icon {
          -webkit-transform: translateY(-100%);
          -moz-transform: translateY(-100%);
          -o-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
        .team-2 .team-wrap .content-wrap ul.social-list li:hover .hover-icon {
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -o-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%); }
        .team-2 .team-wrap .content-wrap ul.social-list li .fa {
          height: 30px;
          width: 30px;
          line-height: 30px;
          background-color: #dedede;
          text-align: center;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .team-2 .team-wrap .content-wrap ul.social-list li .hover-icon {
          color: #fff;
          position: absolute;
          top: 0px;
          left: 0px;
          -webkit-transform: translateY(100%);
          -moz-transform: translateY(100%);
          -o-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%); }
        .team-2 .team-wrap .content-wrap ul.social-list li .fa-facebook.hover-icon {
          background-color: #3b5998; }
        .team-2 .team-wrap .content-wrap ul.social-list li .fa-twitter.hover-icon {
          background-color: #55acee; }
        .team-2 .team-wrap .content-wrap ul.social-list li .fa-google.hover-icon, .team-2 .team-wrap .content-wrap ul.social-list li .fa-google-plus.hover-icon {
          background-color: #dd4b39; }
        .team-2 .team-wrap .content-wrap ul.social-list li .fa-rss.hover-icon {
          background-color: #ff6600; }
        .team-2 .team-wrap .content-wrap ul.social-list li a {
          text-decoration: none; }

.team-3 .team-wrap {
  position: relative; }
  .team-3 .team-wrap .member-wrap {
    padding: 0px 15px;
    text-align: center; }
    .team-3 .team-wrap .member-wrap .info {
      background-color: #464646;
      padding: 15px; }
      .team-3 .team-wrap .member-wrap .info .name {
        margin: 0px; }
      .team-3 .team-wrap .member-wrap .info ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0px; }
        .team-3 .team-wrap .member-wrap .info ul li {
          list-style: none;
          float: left;
          margin: 0px 5px; }
          .team-3 .team-wrap .member-wrap .info ul li a .fa {
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .team-3 .team-wrap .member-wrap .info ul .facebook {
          background-color: #3b5998;
          border: 1px solid #3b5998; }
        .team-3 .team-wrap .member-wrap .info ul .twitter {
          background-color: #55acee;
          border: 1px solid #55acee; }
        .team-3 .team-wrap .member-wrap .info ul .google {
          background-color: #dd4b39;
          border: 1px solid #dd4b39; }
      .team-3 .team-wrap .member-wrap .info .contact a {
        text-decoration: none;
        padding: 0px 15px; }
        .team-3 .team-wrap .member-wrap .info .contact a .fa {
          margin-right: 5px; }
        .team-3 .team-wrap .member-wrap .info .contact a:hover {
          text-decoration: none; }
      .team-3 .team-wrap .member-wrap .info .name, .team-3 .team-wrap .member-wrap .info .post, .team-3 .team-wrap .member-wrap .info p, .team-3 .team-wrap .member-wrap .info .fa, .team-3 .team-wrap .member-wrap .info a {
        color: #ffffff; }
  .team-3 .team-wrap .team4PrevBtn, .team-3 .team-wrap .team4NextBtn {
    font-size: 24px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: calc( 50% - 17px);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .team-3 .team-wrap .team4PrevBtn {
    left: 15px; }
  .team-3 .team-wrap .team4NextBtn {
    right: 15px; }
  .team-3 .team-wrap:hover .team4PrevBtn, .team-3 .team-wrap:hover .team4NextBtn {
    opacity: 1; }

.team-4 {
  background-image: url(../images/testimonial1-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .team-4 .team-bg {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 50px 0px; }
    .team-4 .team-bg .team-wrap {
      text-align: center;
      border: 1px solid  #fff;
      padding: 30px 0px; }
      @media screen and (max-width: 767px) {
        .team-4 .team-bg .team-wrap {
          margin: 20px 0px; } }
      .team-4 .team-bg .team-wrap img {
        width: 200px;
        height: 200px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .team-4 .team-bg .team-wrap .title {
        color: #fff;
        text-transform: capitalize; }
      .team-4 .team-bg .team-wrap .sub {
        color: #fff;
        text-transform: uppercase; }
      .team-4 .team-bg .team-wrap .line {
        height: 2px;
        width: 80px;
        background-color: #fff;
        margin: 0 auto; }
      .team-4 .team-bg .team-wrap ul {
        margin: 20px 0px 0px 0px;
        padding-left: 0px;
        display: inline-block; }
        .team-4 .team-bg .team-wrap ul li {
          list-style: none;
          float: left;
          margin: 0px 5px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .team-4 .team-bg .team-wrap ul li .fa {
            height: 40px;
            width: 40px;
            background-color: #dedede;
            line-height: 40px;
            font-size: 16px;
            color: #000;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .team-4 .team-bg .team-wrap ul li:hover .fa-facebook {
            background-color: #3b5998; }
          .team-4 .team-bg .team-wrap ul li:hover .fa-twitter {
            background-color: #55acee; }
          .team-4 .team-bg .team-wrap ul li:hover .fa-google {
            background-color: #dd4b39; }
          .team-4 .team-bg .team-wrap ul li:hover .fa-linkedin {
            background-color: #007bb5; }
          .team-4 .team-bg .team-wrap ul li:hover .fa {
            color: #fff; }
      .team-4 .team-bg .team-wrap:hover img {
        -webkit-box-shadow: 0px 3px 8px 0px rgba(255, 255, 255, 0.4);
        -moz-box-shadow: 0px 3px 8px 0px rgba(255, 255, 255, 0.4);
        box-shadow: 0px 3px 8px 0px rgba(255, 255, 255, 0.4);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

.meat-our-team5 .team-wrap {
  background-color: #dedede; }

.service-wrap1 h2 {
  margin-top: 0px;
  text-transform: capitalize; }

.service-wrap1 .line {
  height: 2px;
  width: 80px;
  margin-bottom: 20px; }

.service-wrap1 .btn-read {
  margin-top: 20px; }

.service-wrap1 .btn-buy {
  margin-top: 20px;
  margin-left: 20px; }
  @media screen and (max-width: 575px) {
    .service-wrap1 .btn-buy {
      margin-left: 0px; } }

.service-wrap1 .anchor-btn {
  text-decoration: none;
  color: #333;
  padding: 8px 20px;
  font-size: 15px;
  border: 1px solid #dedede;
  margin-left: 10px; }

.service-wrap1 .flexslider {
  overflow: hidden;
  margin: 0px; }
  @media screen and (max-width: 767px) {
    .service-wrap1 .flexslider {
      margin-top: 20px; } }
  .service-wrap1 .flexslider li {
    list-style-type: none; }

.service-wrap1 .flex-direction-nav a.flex-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  height: 45px;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 30px; }

.service-wrap1 .flex-direction-nav .flex-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 30px; }

.service-wrap2 h2 {
  margin-top: 0px;
  text-transform: capitalize; }

.service-wrap2 .line {
  height: 2px;
  width: 80px;
  margin-bottom: 20px; }

.service-wrap2 .feature_service {
  margin-bottom: 40px; }
  .service-wrap2 .feature_service .icon {
    float: left; }
    .service-wrap2 .feature_service .icon .fa {
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      font-size: 16px; }
  .service-wrap2 .feature_service .right-con {
    margin-left: 55px; }

.error-wrap {
  text-align: center;
  margin-top: -40px;
  margin-bottom: -40px; }
  .error-wrap .error {
    color: #414141;
    display: inline-block;
    font-size: 180px; }
  .error-wrap .anchor {
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block; }

.parallax {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  .parallax .overly {
    background-color: rgba(255, 255, 255, 0.8); }

.faq-wrap h2 {
  margin-top: 0px; }

.faq-wrap .line {
  height: 3px;
  width: 80px;
  margin-bottom: 40px; }

.faq-wrap .panel-group {
  margin-bottom: 0px; }

.faq-wrap .panel-heading {
  padding: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .faq-wrap .panel-heading a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    text-transform: capitalize; }
    .faq-wrap .panel-heading a:before {
      content: "\f067";
      float: right;
      font-family: 'FontAwesome'; }
  .faq-wrap .panel-heading a[aria-expanded="true"] {
    background-color: #00A4E4;
    color: #fff; }
    .faq-wrap .panel-heading a[aria-expanded="true"]:before {
      content: "\f068";
      color: #fff; }

.faq-wrap .faq-contact .form-control {
  margin: 20px 0px; }

.faq-wrap .faq-contact .btn-send {
  margin-top: 20px; }

.section-wrap {
  margin-left: 0px; }
  .section-wrap li {
    list-style: none; }
    .section-wrap li a {
      border-bottom: 1px solid #dedede;
      color: #565656;
      display: block;
      font-weight: bold;
      padding: 10px 0px;
      text-decoration: none;
      text-transform: capitalize; }
      .section-wrap li a:hover {
        background-color: #eee; }

.coming-soon-wrap {
  margin-top: -40px;
  margin-bottom: -40px; }
  .coming-soon-wrap .mask-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 80px 0px; }
    .coming-soon-wrap .mask-bg .text-wrap {
      text-align: center; }
      .coming-soon-wrap .mask-bg .text-wrap .title {
        color: #fff;
        font-size: 52px; }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap .mask-bg .text-wrap .title {
            font-size: 38px; } }
      .coming-soon-wrap .mask-bg .text-wrap p {
        color: #fff; }
    .coming-soon-wrap .mask-bg .subscribe {
      margin: 15px 0px;
      text-align: center; }
      .coming-soon-wrap .mask-bg .subscribe button {
        color: #ffffff;
        margin: 0px; }
    .coming-soon-wrap .mask-bg .flip-clock-wrap {
      text-align: center; }
      .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper {
        display: inline-block;
        width: auto;
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 20px; } }
        .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper ul li a {
          -webkit-perspective: none;
          perspective: none; }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper ul {
            height: 45px; }
            .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper ul li a div {
              line-height: 1.1em; }
              .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper ul li a div div.inn {
                font-size: 40px; } }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper .flip-clock-divider:first-child {
            width: 0px; } }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper .flip-clock-divider:first-child .flip-clock-label {
            top: -25px;
            right: -105px; } }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper .flip-clock-divider {
            width: 100%;
            height: 18px; } }
        .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
          right: -105px;
          color: #fff;
          font-size: 20px;
          text-transform: uppercase; }
          @media screen and (max-width: 767px) {
            .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
              top: auto;
              right: calc(50% - 50px); } }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap .mask-bg .flip-clock-wrap .flip-clock-wrapper .flip-clock-divider .flip-clock-dot {
            display: none; } }

.coming-soon-wrap1 {
  margin-top: -40px;
  margin-bottom: -40px; }
  .coming-soon-wrap1 .mask-bg {
    padding: 80px 0px;
    background-color: rgba(0, 0, 0, 0.5); }
    .coming-soon-wrap1 .mask-bg .text-wrap {
      text-align: center; }
      .coming-soon-wrap1 .mask-bg .text-wrap .title {
        color: #fff;
        font-size: 52px; }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap1 .mask-bg .text-wrap .title {
            font-size: 38px; } }
      .coming-soon-wrap1 .mask-bg .text-wrap .title-bdr {
        font-size: 55px;
        color: #fff;
        border: 3px solid #fff;
        display: inline-block;
        padding: 15px 30px;
        margin: 30px 0px; }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap1 .mask-bg .text-wrap .title-bdr {
            font-size: 25px;
            padding: 10px 20px;
            margin: 10px 0px; } }
    .coming-soon-wrap1 .mask-bg .count-div {
      margin-top: 50px;
      border: 1px solid #fff;
      padding: 10px 0px 15px 0px; }
      @media screen and (max-width: 767px) {
        .coming-soon-wrap1 .mask-bg .count-div {
          margin-top: 15px;
          padding: 5px 0px 5px 0px; } }
      .coming-soon-wrap1 .mask-bg .count-div .counter {
        color: #fff;
        font-size: 50px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .coming-soon-wrap1 .mask-bg .count-div .counter {
            font-size: 20px; } }
      .coming-soon-wrap1 .mask-bg .count-div .CounterName {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold; }

.carrer-wrap .job .title {
  border-bottom: 2px solid #00A4E4;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  margin-top: 0px; }

.carrer-wrap .job .panel-group {
  margin-top: 30px; }

.carrer-wrap .job ul.require-list {
  margin-left: 0px; }
  .carrer-wrap .job ul.require-list li {
    padding: 5px;
    list-style: none; }
    .carrer-wrap .job ul.require-list li:before {
      content: "\f00c";
      font-family: fontawesome;
      color: #00A4E4;
      padding-right: 10px; }

.carrer-wrap .job ul.expect-list {
  margin-left: 0px; }
  .carrer-wrap .job ul.expect-list li {
    list-style: none;
    padding: 5px; }
    .carrer-wrap .job ul.expect-list li:before {
      content: "\f138";
      font-family: fontawesome;
      color: #00A4E4;
      padding-right: 10px; }

.carrer-wrap .job .apply {
  text-transform: uppercase;
  margin-top: 15px; }

.carrer-wrap .job .panel {
  border: none; }
  .carrer-wrap .job .panel .panel-body {
    padding: 20px; }

.carrer-wrap .separator-short-left-icon {
  margin: 30px 0px; }

.carrer-wrap .right-title {
  text-transform: uppercase;
  margin-top: 0px; }

.carrer-wrap .sub {
  font-size: 22px; }

.carrer-wrap .line {
  width: 50px;
  height: 2px;
  background-color: #333;
  margin: 25px 0px 50px 0px; }

.carrer-wrap .contact-wrap button, .carrer-wrap .contact-wrap input, .carrer-wrap .contact-wrap select, .carrer-wrap .contact-wrap textarea {
  width: 100%; }

.carrer-wrap .contact-wrap select, .carrer-wrap .contact-wrap input {
  height: 40px;
  padding-left: 10px; }

.carrer-wrap .contact-wrap label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase; }

.contact-us p .fa {
  float: left;
  line-height: 1.5em; }

.contact-us p span {
  display: inherit;
  padding-left: 25px; }

.contact-us .find-us-wrap address {
  margin: 0px; }

.breadcrumb {
  border-top: 5px solid #dedede;
  border-bottom: 5px solid #dedede;
  background-color: #464646;
  border-radius: 0px;
  padding: 15px 0px; }
  .breadcrumb .breadcrumb-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .breadcrumb .breadcrumb-wrap {
        display: block;
        text-align: center; } }
    .breadcrumb .breadcrumb-wrap .page-title {
      border-top-width: 5px;
      border-style: solid;
      color: #fff;
      display: inline-block;
      margin: -20px 0px 0px 0px;
      padding-top: 15px;
      text-transform: capitalize; }
    @media screen and (max-width: 767px) {
      .breadcrumb .breadcrumb-wrap .pages-link {
        margin-top: 5px; } }
    .breadcrumb .breadcrumb-wrap .pages-link a:hover {
      text-decoration: none; }
    .breadcrumb .breadcrumb-wrap .pages-link span {
      color: #fff;
      opacity: 0.95;
      text-transform: capitalize; }
    .breadcrumb .breadcrumb-wrap .pages-link .fa {
      margin: 0px 5px; }
    .breadcrumb .breadcrumb-wrap .pages-link .breadcrumbLink:last-child {
      color: #00A4E4; }
    .breadcrumb .breadcrumb-wrap .pages-link #dnn_dnnBreadcrumb_lblBreadCrumb > span span:last-child span {
      color: #00A4E4; }

#boxed-container {
  position: relative; }

.boxed {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  height: auto;
  max-width: 1200px;
  margin: 0px auto; }

.stickySidebar.sticky {
  float: none;
  position: fixed;
  z-index: 6;
  left: auto; }
  @media screen and (max-width: 767px) {
    .stickySidebar.sticky {
      max-width: 100%;
      position: static; } }

#BackToTop {
  bottom: 15px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  display: none; }
  #BackToTop .fa {
    color: #ffffff;
    font-size: 30px;
    width: 44px;
    height: 44px;
    line-height: 41px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    #BackToTop .fa:hover {
      opacity: 0.8; }

.code-box .well {
  border-radius: 0px; }
  .code-box .well .use {
    margin-top: 0px; }
  .code-box .well pre {
    border: 1px inset #dedede; }
    .code-box .well pre code {
      text-align: left; }

.ModThemePoseCustomizerC > div > div > p {
  display: none; }

.dnnSearchBoxPanel {
  max-width: 100%; }
  .dnnSearchBoxPanel .dnnSearchBox {
    margin-right: 140px; }

.dnnSearchResultPanel {
  max-width: 100%; }

