/*******************************************************************
            Define Classes and Variables ▼
*******************************************************************/
.font-bold-upper {
  text-transform: uppercase;
  font-weight: 700;
}
.font-extra-upper {
  font-weight: 800;
  text-transform: uppercase;
}
.font-black-upper {
  font-weight: 900;
  text-transform: uppercase;
}
.font-regular {
  font-weight: 400;
  font-size: 16px;
}
.font-light-upper {
  font-weight: 300;
  text-transform: uppercase;
}
.font-semi-bold {
  font-weight: 600;
}
.custom-margin {
  margin: 50px 0 70px 0;
}
/*******************************************************************
          Define Classes and Variables ▲
*******************************************************************/
/*******************************************************************
          Custom MeanMenu Styles ?
*******************************************************************/
.mean-container .mean-push {
  display: none;
}
.mean-container .mean-bar {
  background: #0db9e7;
}
.mean-container .mean-nav ul li a {
  background: #0db9e7;
}
.mean-container .mean-nav ul li a:hover {
  background: #0db9e7;
  opacity: 0.95;
}
.mean-container .mean-nav ul li a.mean-expand {
  height: 24px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #0db9e7;
  opacity: 0.9;
}
.mean-container .mean-nav ul li ul li a {
  opacity: 0.9;
}
/*******************************************************************
          Custom MeanMenu Styles  ?
*******************************************************************/
/*******************************************************************
          Header ?
*******************************************************************/
body {
  font-family: 'Nunito', sans-serif;
}
body a {
  outline: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
body a:active {
  outline: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
body a:focus {
  outline: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
body ::selection {
  color: #ffffff;
  background: #0db9e7;
}
body ::-moz-selection {
  color: #ffffff;
  background: #0db9e7;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  color: #3d4553;
}
body p {
  color: #5e6a80;
  line-height: 24px;
}
.margin-header {
  height: 97px;
}
#header-fix {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.smaller {
  overflow: hidden;
  height: 78px;
  margin-top: -17px;
  border-bottom: 1px solid #bcc3d1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .logo-main {
  float: left;
  margin-top: 30px;
}
.header .pad-solo {
  padding-bottom: 30px !important;
}
.header .nav-top {
  margin-left: 60px;
  float: left;
}
.header .nav-top ul {
  list-style: none;
  margin-bottom: 0;
}
.header .nav-top ul li {
  display: inline;
  position: relative;
  /* 2nd level nav */
}
.header .nav-top ul li > a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 40px 0;
  color: #3d4553;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.header .nav-top ul li > a span {
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .nav-top ul li:hover span {
  color: #0db9e7;
  border-color: #0db9e7;
}
.header .nav-top ul li:hover ul li ul li:first-child:before {
  visibility: visible;
  opacity: 1;
}
.header .nav-top ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .nav-top ul li ul {
  display: block;
  z-index: 100;
  position: absolute;
  padding-left: 0;
  left: 0;
  top: 59px;
  list-style: none;
  width: 164px;
  background: #0db9e7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header .nav-top ul li ul:before {
  content: url("../images/arrow-nav.png");
  position: absolute;
  top: -11px;
  left: 39px;
}
.header .nav-top ul li ul li {
  position: relative;
  display: block;
}
.header .nav-top ul li ul li:hover > a span {
  color: #257220 !important;
}
.header .nav-top ul li ul li ul {
  border-left: 1px solid #0aa9d4;
  left: 100%;
  top: 0px;
}
.header .nav-top ul li ul li ul:before {
  content: " ";
}
.header .nav-top ul li ul li:nth-child(n+2):hover ul {
  top: -16px;
}
.header .nav-top ul li ul li:last-child > a {
  padding: 14px 60px 30px 30px;
}
.header .nav-top ul li ul li:first-child > a {
  padding: 30px 60px 14px 30px;
}
.header .nav-top ul li ul li a {
  padding: 14px 60px 14px 30px;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
.header .nav-top ul li ul li a span {
  border: none;
  padding: 0;
  color: #ffffff !important;
}
.wrapper-social-icons {
  float: left;
  margin: 35px 0 0 100px;
}
.wrapper-social-icons ul li {
  position: relative;
}
.wrapper-social-icons ul li span.tooltip-outer {
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  pointer-events: none;
  background: none;
  position: absolute;
  top: 55px;
  left: -65px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper-social-icons ul li span.tooltip-outer span.tooltip-social {
  padding: 8px 10px;
  background: #0db9e7;
  color: #ffffff;
  border-radius: 25px;
}
.wrapper-social-icons ul li span.tooltip-outer span.tooltip-social:before {
  content: url("../images/arrow-tooltip.png");
  position: absolute;
  top: -19px;
  left: 69px;
}
.wrapper-social-icons ul li:hover span.tooltip-outer {
  visibility: visible;
  opacity: 1;
}
.wrapper-social-icons ul li a {
  color: #bcc3d1;
  font-size: 18px;
}
.wrapper-social-icons ul li a:hover {
  color: #0db9e7;
}
.wrapper-phone {
  float: right;
  margin-top: 30px;
}
.wrapper-phone a {
  text-decoration: none;
  color: #3d4553;
  float: right;
  padding: 7px 15px 7px 25px;
  border: 1px solid #bcc3d1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border-radius: 25px;
  position: relative;
}
.wrapper-phone a i {
  color: #ffffff;
  border: 1px solid #0db9e7;
  background: #0db9e7;
  padding: 6px 8px;
  border-radius: 15px;
  position: absolute;
  top: 3px;
  left: -10px;
}
/*******************************************************************
              Header ?
*******************************************************************/
/*******************************************************************
              Home page ?
*******************************************************************/
.flexslider-custom-home {
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flexslider-custom-home:hover a.flex-next {
  right: 50px;
}
.flexslider-custom-home:hover a.flex-prev {
  left: 50px;
}
.flexslider-custom-home ol {
  bottom: 20px;
  display: block;
}
.flexslider-custom-home ol li a {
  background: transparent;
  border: 1px solid #ffffff;
}
.flexslider-custom-home ol li .flex-active {
  background: #ffffff !important;
  outline: none;
}
.flexslider-custom-home ul li a {
  color: #ffffff;
}
.flexslider-custom-home ul.slides li {
  position: relative;
}
.flexslider-custom-home ul.slides li .wrapper-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 100px;
}
.flexslider-custom-home ul.slides li .wrapper-text h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
}
.flexslider-custom-home ul.slides li .caption-container-outer {
  position: absolute;
  top: 0;
  width: 100%;
}
.flexslider-custom-home ul.slides li .caption-container-outer .caption-slider-home {
  max-width: 550px;
  margin-top: 5%;
  margin-left: 5%;
}
.flexslider-custom-home ul.slides li .caption-container-outer .caption-slider-home h1 {
  font-weight: 300;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 48px;
}
.flexslider-custom-home ul.slides li .caption-container-outer .caption-slider-home p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 40px;
}
.flexslider-custom-home ul.slides li .caption-container-outer .caption-slider-home a {
  padding: 15px 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #9b8faa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 15px;
  display: inline-block;
}
.flexslider-custom-home ul.slides li .caption-container-outer .caption-slider-home a:hover {
  border-color: #0db9e7;
  color: #ffffff;
  background: #0db9e7;
}
.wrapper-heading-projects {
  margin: 50px 0;
}
.wrapper-heading-projects h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.wrapper-button-projects {
  margin: 25px 0 40px 0;
}
.wrapper-button-projects a {
  padding: 10px 19px;
  display: inline-block;
  border: 1px solid #bcc3d1;
  text-decoration: none;
  color: #3d4553;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper-button-projects a:hover {
  background: #3d4553;
  border: 1px solid #3d4553;
  color: #ffffff;
}
.custom-fluid-carousel {
  padding: 0;
}
.custom-fluid-carousel li {
  list-style: none;
}
.custom-fluid-carousel li a {
  position: relative;
  opacity: 1;
  outline: none ;
  border: none;
  display: block;
}
.custom-fluid-carousel li a span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0px solid #0db9e7;
}
.custom-fluid-carousel li a:hover span {
  border: 10px solid #0db9e7;
}
.wrapper-features {
  margin: 60px 0;
}
.wrapper-features h2 {
  text-transform: uppercase;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 36px;
}
.wrapper-features p {
  font-size: 16px;
}
.wrapper-features-detail {
  margin-bottom: 60px;
}
.container-features-col .fontawesome-features {
  margin-bottom: 30px;
}
.container-features-col span {
  display: inline-block;
  padding: 4px;
  border: 1px solid #0db9e7;
  border-radius: 100%;
}
.container-features-col span:hover span {
  border-color: #0db9e7;
}
.container-features-col span:hover i {
  border-color: #0db9e7;
}
.container-features-col span span {
  border-color: #95d8ea;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.container-features-col span span i {
  text-align: center;
  display: inline-block;
  border: 1px solid #d5edd4;
  border-radius: 100%;
  font-size: 36px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #0db9e7;
  -webkit-transition: all 0.1s 0.1s ease-in-out;
  -moz-transition: all 0.1s 0.1s ease-in-out;
  -ms-transition: all 0.1s 0.1s ease-in-out;
  -o-transition: all 0.1s 0.1s ease-in-out;
  transition: all 0.1s 0.1s ease-in-out;
}
.container-features-col h3 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}
.container-features-col p {
  font-size: 14px;
}
.wrapper-trusted-clients {
  margin: 60px 0 30px 0;
}
.wrapper-trusted-clients h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.wrapper-trusted-clients ul {
  padding-left: 0;
}
.wrapper-trusted-clients ul li {
  display: inline-block;
  list-style: none;
  margin: 0 25px;
  margin-bottom: 30px;
}
.wrapper-trusted-clients ul li img {
  width: 100%;
}
.custom-fluid-twitter-home {
  background: #0db9e7;
}
#twitter-feeds {
  padding-left: 0;
}
#twitter-feeds li {
  list-style: none;
  border-bottom: 1px solid #0c99ce;
  padding: 20px 0;
}
#twitter-feeds li:last-child {
  border-bottom: none;
}
#twitter-feeds li p {
  color: #ffffff;
}
#twitter-feeds li a {
  color: #0b76a0;
}
#twitter-feeds li a span {
  color: #0b76a0;
}
#twitter-feeds li .timePosted {
  color: #0c99ce;
}
.wrapper-twitter-home {
  margin: 40px 0 20px 0;
}
.wrapper-twitter-home i {
  display: block;
  color: #ffffff;
  font-size: 36px;
}
.wrapper-twitter-home span {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}
.wrapper-twitter-home span a {
  color: #0b76a0;
}
.wrapper-twitter-home small {
  color: #0c99ce;
}
.wrapper-testimonials {
  margin: 60px 0;
}
.testimonials-quote p {
  margin-bottom: 25px;
}
.testimonials-quote span {
  display: block;
  color: #0db9e7;
  margin-bottom: 25px;
}
ul.testimonials {
  position: relative;
}
ul.testimonials li {
  list-style: none  ;
  display: none;
}
.testimonials-avatar {
  margin: auto;
}
.testimonials-avatar li {
  position: relative;
  display: inline-block;
  list-style: none ;
  border: 3px solid transparent;
  margin-bottom: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonials-avatar li:after {
  opacity: 0;
  content: " ";
  border: 8px solid;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #0db9e7;
  border-right-color: #0db9e7;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonials-avatar li:hover {
  border-color: #0db9e7;
  opacity: .8;
}
.testimonials-avatar li:hover:after {
  opacity: 1;
}
.testimonials-avatar .active {
  border-color: #0db9e7;
}
.testimonials-avatar .active:after {
  opacity: 1;
}
.container-skins {
  position: fixed;
  z-index: 999999;
  top: 105px;
  left: -8px;
  height: 54px;
  width: 52px;
  border: 1px solid #bcc3d1;
  background: url("../images/tool-skins.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.container-skins ul {
  margin-bottom: 0;
  white-space: nowrap;
  margin-left: 10px;
  display: inline-table;
}
.container-skins ul li {
  display: inline;
}
.container-skins ul li:last-child span {
  padding-right: 17px !important;
}
.container-skins ul li .current:hover {
  bottom: 0;
}
.container-skins ul li .current:after {
  position: absolute;
  bottom: 17px;
  left: 6px;
  content: " ";
  border: 10px solid;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #ffffff;
}
.container-skins ul li span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  bottom: 0;
  opacity: 1;
  padding: 15px 6px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.container-skins ul li span:hover {
  bottom: 2px;
}
.container-skins ul li .green i {
  color: #0db9e7;
  font-size: 24px;
}
.container-skins ul li .cyan i {
  color: #0db9e7;
  font-size: 24px;
}
.container-skins ul li .red i {
  color: #f15b5a;
  font-size: 24px;
}
.container-skins ul li .purple i {
  color: #af93e5;
  font-size: 24px;
}
.container-skins ul li .orange i {
  color: #f38d3d;
  font-size: 24px;
}
/*******************************************************************
              Home page ?
*******************************************************************/
/*******************************************************************
              About page ?
*******************************************************************/
.custom-banner-fluid {
  background: url("../images/1920x255.gif");
  background-position: center;
  background-size: cover;
  height: 185px;
}
.container-inner-banner h1 {
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 60px;
  color: #ffffff;
}
.container-inner-banner p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.wrapper-section-baka {
  margin: 50px 0 20px 0;
}
.section-baka {
  margin-bottom: 80px;
}
.section-baka h1 {
  color: #0db9e7;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 48px;
}
.section-baka p {
  font-weight: 400;
  font-size: 16px;
}
.section-baka-followers .wrapper-baka-activity {
  margin-bottom: 50px;
}
.section-baka-followers .wrapper-baka-activity i {
  color: #0db9e7;
  margin-bottom: 20px;
  font-size: 66px;
}
.section-baka-followers .wrapper-baka-activity .counter {
  line-height: 20px;
  font-weight: 600;
  font-size: 36px;
  color: #3d4553;
}
.section-baka-followers .wrapper-baka-activity .counter-type {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  color: #3d4553;
}
.custom-about-fluid {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #f7f8f9;
}
.custom-about-fluid .section-about h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #3d4553;
  text-align: center;
}
.custom-about-fluid .section-about .separator-line-text {
  height: 1px;
  width: 100%;
  background: url("../images/about-line.jpg") center repeat-x;
  margin: 25px;
}
.wrapper-team {
  margin: 50px 0 40px 0;
}
.wrapper-team .heading-team h1 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0 45px 0;
}
.wrapper-team .team-baka {
  margin-bottom: 30px;
}
.wrapper-team .team-baka a.team-image {
  display: inline-block;
  max-width: 103px;
}
.wrapper-team .team-baka a.team-image img {
  width: 100%;
  border-radius: 100%;
  margin-bottom: 8px;
  border: 5px solid #f7f8f9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper-team .team-baka a.team-image:hover img {
  border-color: #0db9e7;
}
.wrapper-team .team-baka a.team-name {
  text-decoration: none;
}
.wrapper-team .team-baka a.team-name h4 {
  color: #0db9e7;
  font-weight: 600;
  font-size: 16px;
}
.wrapper-team .team-baka a.team-name:hover h4 {
  opacity: .8;
}
.wrapper-team .team-baka h5 {
  font-weight: 600;
}
.wrapper-team .team-baka p {
  margin-bottom: 15px;
}
.wrapper-team .team-baka ul li a {
  color: #bcc3d1;
  font-size: 18px;
}
.wrapper-team .team-baka ul li a:hover {
  color: #0db9e7;
}
.custom-conversation-fluid {
  background: #0db9e7;
}
.custom-conversation-fluid .wrapper-conversation {
  margin: 50px auto;
}
.custom-conversation-fluid .wrapper-conversation h1 {
  font-weight: 700;
  color: #0d82a2;
}
.custom-conversation-fluid .wrapper-conversation .button-touch {
  padding: 10px 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background: #0db9e7;
  border: 1px solid #b6e0b4;
  border-radius: 25px;
  margin-top: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-conversation-fluid .wrapper-conversation .button-touch:hover {
  background: #ffffff;
  color: #0d82a2;
  border-color: transparent;
}
/*******************************************************************
               About page ?
*******************************************************************/
/*******************************************************************
               Contact page ?
*******************************************************************/
.custom-fluid-map {
  padding: 0px;
  background: #0db9e7;
}
.location-map {
  padding: 10px 0 0 0;
  background: #0db9e7;
}
.location-map #map-canvas {
  width: 100%;
  height: 800px;
}
.contact-fluid-map {
  position: relative;
  margin-top: -750px;
  padding: 0px;
  background: #0db9e7;
  opacity: 0.9;
}
.contact-fluid-map #map-background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .1;
  pointer-events: none;
}
.contact-fluid-map .wrapper-contact-baka {
  max-width: 390px;
  margin: 60px auto;
}
.contact-fluid-map .wrapper-contact-baka #contact-loader {
  display: none;
}
.contact-fluid-map .wrapper-contact-baka .error-container label {
  font-style: italic;
  color: #daefd9;
  margin-top: 5px;
  display: block;
}
.contact-fluid-map .wrapper-contact-baka #message-sent {
  margin-top: 15px;
  color: #daefd9;
}
.contact-fluid-map .wrapper-contact-baka .envelop-contact img {
  margin-bottom: 16px;
}
.contact-fluid-map .wrapper-contact-baka h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka p {
  color: #ffffff;
  margin-bottom: 36px;
}
.contact-fluid-map .wrapper-contact-baka .style-form-input {
  max-width: 370px;
  padding: 0 22px;
  width: 100%;
  border-radius: 30px;
  border: none;
  background: #daefd9;
  opacity: .8;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-fluid-map .wrapper-contact-baka .style-form-input:focus {
  background: #465b45;
  color: #ffffff;
  outline: none;
  opacity: .8;
}
.contact-fluid-map .wrapper-contact-baka .name-input {
  max-width: 370px;
  padding: 0 22px;
  width: 100%;
  border-radius: 30px;
  border: none;
  background: #daefd9;
  opacity: .8;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 50px;
}
.contact-fluid-map .wrapper-contact-baka .name-input:focus {
  background: #465b45;
  color: #ffffff;
  outline: none;
  opacity: .8;
}
.contact-fluid-map .wrapper-contact-baka input.name-input[placeholder]:focus {
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka input.name-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka input.name-input:focus:-ms-input-placeholder {
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka .email-input {
  max-width: 370px;
  padding: 0 22px;
  width: 100%;
  border-radius: 30px;
  border: none;
  background: #daefd9;
  opacity: .8;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 50px;
}
.contact-fluid-map .wrapper-contact-baka .email-input:focus {
  background: #465b45;
  color: #ffffff;
  outline: none;
  opacity: .8;
}
.contact-fluid-map .wrapper-contact-baka input.email-input[placeholder]:focus {
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka input.email-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka input.email-input:focus:-ms-input-placeholder {
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka .text-input {
  max-width: 370px;
  padding: 0 22px;
  width: 100%;
  border-radius: 30px;
  border: none;
  background: #daefd9;
  opacity: .8;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 20px 22px;
  resize: none;
}
.contact-fluid-map .wrapper-contact-baka .text-input:focus {
  background: #465b45;
  color: #ffffff;
  outline: none;
  opacity: .8;
}
.contact-fluid-map .wrapper-contact-baka textarea.text-input[placeholder]:focus {
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka textarea.text-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka textarea.text-input:focus:-ms-input-placeholder {
  color: #ffffff;
}
.contact-fluid-map .wrapper-contact-baka .submit-button {
  max-width: 370px;
  width: 100%;
  height: 50px;
  background: #0db9e7;
  border: 1px solid white;
  color: white;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-fluid-map .wrapper-contact-baka .submit-button:focus {
  outline: none;
}
.contact-fluid-map .wrapper-contact-baka .submit-button:hover {
  background: #465b45 !important;
  opacity: .8;
  border-color: #465b45;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*******************************************************************
               Contact page ?
*******************************************************************/
/*******************************************************************
               Services page ?
*******************************************************************/
.custom-fluid-services {
  background: url("../images/1920x255.gif");
  background-position: center;
  background-size: cover;
  height: 185px;
}
.container-inner-services {
  margin: 60px 0 20px 0;
}
.container-inner-services .services-heading-text {
  margin-bottom: 60px;
}
.container-inner-services .services-heading-text h1 {
  color: #0db9e7;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 48px;
}
.container-inner-services .services-heading-text p {
  font-weight: 400;
  font-size: 16px;
}
.container-lama {
  height: 124px;
  width: 124px;
  background: url("../images/LAMA_logo.png") center no-repeat;
  margin: 0 auto 8px auto;
  border-radius: 100%;
}
.container-usua {
  height: 124px;
  width: 124px;
  background: url("../images/USUA_logo.png") center no-repeat;
  margin: 0 auto 8px auto;
  border-radius: 100%;
}
.container-pra {
  height: 124px;
  width: 124px;
  background: url("../images/PRA_logo.png") center no-repeat;
  margin: 0 auto 8px auto;
  border-radius: 100%;
}
.container-usppa {
  height: 124px;
  width: 124px;
  background: url("../images/USPPA_logo.png") center no-repeat;
  margin: 0 auto 8px auto;
  border-radius: 100%;
}
.wrapper-services-types {
  margin-bottom: 40px;
}
.wrapper-services-types a {
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
}
.wrapper-services-types a:hover h3 {
  color: #0db9e7;
}
.fluid-separate-line {
  height: 1px;
  width: 100%;
  background: #dbdbdb;
}
.wrapper-title {
  margin: 70px 0 70px 0;
}
.wrapper-title .wrapper-columns-button ul {
  list-style: none;
  float: right;
}
.wrapper-title .wrapper-columns-button ul li {
  float: left;
  margin-left: 14px;
}
.wrapper-title .wrapper-columns-button ul li a {
  display: inline-block;
  opacity: .5;
}
.wrapper-title .wrapper-columns-button ul li .current {
  opacity: 1 !important;
}
.wrapper-title h2 {
  font-weight: 600;
  text-transform: capitalize;
}
.wrapper-title h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: #0db9e7;
  font-size: 16px;
}
.column-one {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
}
.columns-two {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.columns-three {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.columns-four {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
}
/*******************************************************************
              Services page ?
*******************************************************************/
/*******************************************************************
              Portfolio ?
*******************************************************************/
.custom-fluid-portfolio {
  background: url("../images/1920x255.gif");
  background-position: center;
  background-size: cover;
  height: 185px;
}
.latest-work-heading {
  margin: 60px 0;
}
.latest-work-heading h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 48px;
  color: #0db9e7;
}
.open {
  display: block !important;
}
.box-closed {
  display: none;
}
.box-open {
  display: block;
}
.wrapper-ajax-work {
  margin-top: 60px;
  display: block;
  background: #3d4553;
  position: relative;
  padding: 30px;
}
.wrapper-ajax-work button {
  color: #ffffff;
  opacity: .5;
  box-shadow: none;
}
.wrapper-ajax-work button:hover {
  opacity: .8;
  color: #ffffff;
}
.wrapper-ajax-work button:active {
  box-shadow: none;
}
.wrapper-ajax-work .wrapper-image-ajax img {
  width: 100%;
}
.wrapper-ajax-work .inner-ajax-detail h3 {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 0;
}
.wrapper-ajax-work .inner-ajax-detail p {
  color: #bcc3d1;
  font-size: 14px;
  margin-bottom: 15px;
}
.wrapper-ajax-work .inner-ajax-detail a {
  padding: 10px 19px;
  background: #ffffff;
  color: #3d4553;
  text-decoration: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
  display: inline-block;
}
.wrapper-ajax-work .inner-ajax-detail a:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: #3d4553;
}
.wrapper-ajax-work .inner-ajax-detail h5 {
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 0px;
}
.wrapper-ajax-work .inner-ajax-detail span {
  color: #bcc3d1;
  margin-bottom: 10px;
  display: inline-block;
}
.portfolio {
  margin-bottom: 60px;
}
.portfolio .container-tags {
  clear: both;
}
.portfolio .container-tags ul.tags-portfolio {
  margin-bottom: 30px;
  list-style: none;
  float: left;
  padding-left: 0;
}
.portfolio .container-tags ul.tags-portfolio li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.portfolio .container-tags ul.tags-portfolio li a {
  text-decoration: none;
  color: #3d4553;
  text-transform: capitalize;
  padding: 11px 16px;
  border: 1px solid #bcc3d1;
  border-radius: 25px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio .container-tags ul.tags-portfolio li a:hover {
  border-color: #0db9e7;
  color: #0db9e7;
}
.portfolio .container-tags ul.col-grid {
  float: right;
  list-style: none;
}
.portfolio .container-tags ul.col-grid li {
  margin-right: 10px;
  float: left;
}
.container-outer-list {
  margin-left: -23px;
}
.container-outer-list .container-feature-list ul {
  padding-left: 0;
}
.container-outer-list .container-feature-list ul li {
  float: left;
  list-style: none;
  width: 23%;
  margin-left: 23px;
  margin-top: 23px;
}
.container-outer-list .container-feature-list ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.container-outer-list .container-feature-list ul li a img {
  width: 100%;
  height: auto;
}
.container-outer-list .container-feature-list ul li a:hover {
  opacity: .5;
}
.wrapper-work-slider {
  margin: 40px 0;
}
.wrapper-work-slider h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.wrapper-work-slider a {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 18px;
  border: 2px solid #bcc3d1;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #3d4553;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper-work-slider a i.fa-rocket-custom {
  color: #0db9e7;
  margin-right: 5px;
}
.wrapper-work-slider a:hover {
  background: #3d4553;
  color: #ffffff;
  border-color: #3d4553;
}
.slider-portfolio {
  width: 100%;
  max-width: 728px;
  height: 376px;
  background: url("../images/slider-background-portfolio.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 40px auto;
  padding-top: 28px;
  padding-left: 3px;
}
.slider-portfolio .flexslider-custom {
  max-width: 465px;
  margin: 0 auto;
  border: none;
  background: none;
}
.slider-portfolio ol li {
  display: none;
}
.flex-control-nav {
  display: none;
}
a.active {
  border-color: #0db9e7 !important;
  background: #0db9e7;
  color: #ffffff !important;
}
/*******************************************************************
              Portfolio ?
*******************************************************************/
/*******************************************************************
              Blog page ▼
*******************************************************************/
.container-fluid-blog-background {
  background: #f7f8f9;
  padding-bottom: 60px;
}
.custom-fluid-blog {
  background: url("../images/1920x255.gif");
  background-position: center;
  background-size: cover;
  height: 185px;
}
.container-custom-blog {
  margin-top: 100px;
}
.date-blog-post {
  background: #0db9e7;
}
.date-blog-post time {
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  display: block;
}
.date-blog-post time span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
}
.date-blog-post time strong {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
}
.date-blog-post span.blog-comments {
  background: #96d193;
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 0;
}
.date-blog-post span.blog-comments a {
  color: #ffffff;
  text-decoration: none;
}
.date-blog-post span.blog-comments a i {
  font-size: 20px;
  padding-right: 5px;
}
.blog-post img {
  width: 100%;
}
.blog-post a {
  text-decoration: none;
}
.blog-post h2 {
  font-weight: 800;
  font-size: 24px;
  color: #0db9e7;
}
.blog-post span {
  color: #868c99;
}
.blog-post span a {
  color: #3d4553;
  text-decoration: none;
}
.blog-post span a:hover {
  color: #0db9e7;
}
.blog-post p {
  line-height: 24px;
  margin-top: 25px;
}
a.button-blog {
  float: right;
  display: inline-block;
  padding: 10px 18px;
  border: 2px solid #bcc3d1;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #3d4553;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.button-blog i.fa-rocket-custom {
  color: #0db9e7;
  margin-right: 5px;
}
a.button-blog:hover {
  background: #0db9e7;
  color: #ffffff;
  border-color: #0db9e7;
}
.wrapper-quotes {
  background: url("../images/blog-quotes-background.png") top left no-repeat;
  background-position-y: 12px;
}
.wrapper-quotes .blog-quotes {
  margin-left: 10px;
}
.wrapper-quotes .blog-quotes blockquote {
  font-weight: 800;
  font-size: 30px;
  color: #0db9e7;
  border: none;
  margin-bottom: 0;
}
.wrapper-quotes .blog-quotes span {
  padding: 0 0px 20px 20px;
  color: #0db9e7;
  display: inline-block;
}
.flexslider-blog {
  margin-bottom: 0;
}
.flexslider-blog ol {
  display: block;
  bottom: 20px;
}
.flexslider-blog ol li a {
  background: transparent;
  border: 1px solid #ffffff;
}
.flexslider-blog ol li .flex-active {
  background: #ffffff !important;
  outline: none;
}
.flexslider-blog a.flex-prev,
.flexslider-blog a.flex-next {
  color: #ffffff;
}
.wrapper-link {
  background: url("../images/blog-link-background.png") top left no-repeat;
  background-position-y: 12px;
}
.wrapper-link .blog-link {
  margin-left: 20px;
}
.wrapper-link .blog-link span {
  margin-top: 20px;
  font-weight: 800;
  font-size: 30px;
  color: #0db9e7;
  border: none;
  margin-bottom: 0;
  display: inline-block;
}
.wrapper-link .blog-link a {
  color: #0db9e7;
  display: inline-block;
}
.view-more-posts {
  margin-top: 70px;
}
.view-more-posts a {
  display: block;
  text-align: center;
  border: 1px solid #0db9e7;
  text-transform: uppercase;
  font-weight: 700;
  color: #3d4553;
  padding: 14px 0;
  border-radius: 45px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view-more-posts a:hover {
  background: #3d4553;
  color: #ffffff;
  border-color: #3d4553;
}
.wrapper-aside-blog {
  margin-top: 100px;
}
.wrapper-aside-blog .wrapper-search-bar {
  margin: auto;
  margin-bottom: 50px;
}
.wrapper-aside-blog .custom-input-group label {
  float: left;
  margin-left: 15px;
  font-size: 12px;
  margin-top: 10px;
  color: #b96366;
  font-style: italic;
}
.wrapper-aside-blog .custom-input-group .custom-span {
  background: #0db9e7;
  border-right: 0;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-right: -2px !important;
  border-color: #0db9e7;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  color: #ffffff;
}
.wrapper-aside-blog .custom-input-group .custom-email {
  padding-right: 10px;
}
.wrapper-aside-blog .custom-input-group .form-control-search {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-color: #dbdbdb;
  border-left: 0;
}
.wrapper-aside-blog .custom-input-group .form-control-search:focus {
  border-color: #0db9e7;
}
.wrapper-aside-blog .custom-input-group .form-control-envelope {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-bottom: 1px dashed #dbdbdb;
  border-left: 0;
}
.wrapper-aside-blog .custom-input-group .form-control-envelope:focus {
  border-color: #0db9e7;
}
.wrapper-aside-blog .envelope-background {
  margin-bottom: 50px;
  background-color: #ffffff;
  background-image: url("../images/blog-envelope-background.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.wrapper-aside-blog .envelope-background h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #0db9e7;
  margin: 30px 0 ;
}
.wrapper-aside-blog .envelope-background .custom-enve {
  padding: 0 10px;
  margin: 0 auto 15px auto;
}
.wrapper-aside-blog .envelope-background .submit-newsletter {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #bcc3d1;
  padding: 6px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  color: #bcc3d1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
}
.wrapper-aside-blog .envelope-background .submit-newsletter:hover {
  color: #ffffff;
  background: #0db9e7;
  border-color: #0db9e7;
}
.wrapper-aside-blog .envelope-background .submit-newsletter:active {
  box-shadow: none;
  outline: 0;
}
.wrapper-categories,
.wrapper-archives {
  margin-bottom: 50px;
}
.wrapper-categories h4,
.wrapper-archives h4 {
  text-transform: uppercase;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
}
.wrapper-categories ul,
.wrapper-archives ul {
  padding-left: 0;
}
.wrapper-categories ul li,
.wrapper-archives ul li {
  list-style: none;
  border-top: 1px solid #dbdbdb;
}
.wrapper-categories ul li:last-child,
.wrapper-archives ul li:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.wrapper-categories ul li a,
.wrapper-archives ul li a {
  display: inline-block;
  text-decoration: none;
  color: #5e6a80;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper-categories ul li a:hover,
.wrapper-archives ul li a:hover {
  color: #0db9e7;
  padding-left: 5px;
}
.wrapper-tags h4 {
  text-transform: uppercase;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
}
.wrapper-tags ul {
  padding-left: 0;
}
.wrapper-tags ul li {
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.wrapper-tags ul li a {
  padding: 11px 14px;
  display: inline-block;
  text-decoration: none;
  color: #5e6a80;
  border: 1px solid #bcc3d1;
  border-radius: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}
.wrapper-tags ul li a:hover {
  background: #0db9e7;
  color: #ffffff;
  border-color: #0db9e7;
}
/*******************************************************************
              blog page ▲
*******************************************************************/
/*******************************************************************
              Post page ▼
*******************************************************************/
.post-single {
  margin-bottom: 60px;
}
.separate-line {
  height: 1px;
  background: #dcdee4;
}
.wrapper-comment-section {
  margin: 60px 0;
}
.wrapper-comment-section h5 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 18px;
}
.wrapper-comment-section > ul {
  padding-left: 0;
}
.wrapper-comment-section > ul li {
  list-style: none;
  margin: 30px 0;
}
.wrapper-comment-section > ul li > div {
  background: #ffffff;
  padding: 20px;
}
.wrapper-comment-section > ul li > div .avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.wrapper-comment-section > ul li > div .wrapper-url-reply {
  margin-bottom: 5px;
}
.wrapper-comment-section > ul li > div .wrapper-url-reply .url-commenter {
  text-decoration: none;
  color: #5e6a80;
  text-transform: capitalize;
  display: inline-block;
}
.wrapper-comment-section > ul li > div .wrapper-url-reply .url-commenter:hover {
  color: #0db9e7;
}
.wrapper-comment-section > ul li > div .wrapper-url-reply .comment-reply {
  float: right;
  padding: 5px 9px;
  color: #ffffff;
  background: #0db9e7;
  border-radius: 25px;
  text-decoration: none;
}
.wrapper-comment-section > ul li > div span {
  font-size: 12px;
  text-transform: capitalize;
  color: #0db9e7;
  display: inline-block;
  clear: both;
}
.wrapper-comment-section > ul li > div p {
  color: #868c99;
}
.wrapper-reply-form {
  margin: 60px 0 0 0;
}
.wrapper-reply-form h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 40px;
}
.form-post-reply input {
  width: 100%;
  height: 41px;
  border-radius: 45px;
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  margin-bottom: 15px;
}
.form-post-reply input:focus {
  box-shadow: none;
  border-color: #0db9e7;
  outline: none;
}
.form-post-reply textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  resize: none;
  padding: 15px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.form-post-reply textarea:focus {
  border-color: #0db9e7;
  outline: none;
}
.form-post-reply .button-comment-send {
  padding: 15px 25px;
  background: #3a3c41;
  color: #ffffff;
  border: 1px solid #3a3c41;
  border-radius: 25px;
  text-transform: uppercase;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-post-reply .button-comment-send:hover {
  background: #0db9e7;
  border-color: #0db9e7;
}
.wrapper-post-control {
  margin: 40px 0;
}
a.prev-page {
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  text-decoration: none;
  color: #3d4553;
  text-transform: capitalize;
}
a.prev-page:hover i {
  background: #0db9e7;
}
a.prev-page i {
  vertical-align: middle;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #3a3c41;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.next-page {
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  text-decoration: none;
  color: #3d4553;
  float: right;
}
a.next-page:hover i {
  background: #0db9e7;
}
a.next-page i {
  vertical-align: middle;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #3a3c41;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  margin-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*******************************************************************
              Post page ▲
*******************************************************************/
/*******************************************************************
              Shortcodes ▼
*******************************************************************/
.custom-fluid-shortcodes {
  background: url("../images/1920x255.gif");
  background-position: center;
  background-size: cover;
  height: 185px;
}
.wrapper-buttons-section {
  margin: 30px 0 70px 0;
}
.wrapper-buttons-section h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}
.wrapper-buttons-section li {
  list-style: none;
  display: inline;
}
.custom-container-button {
  padding-right: 0;
}
.custom-container-button ul {
  padding-left: 0;
}
.custom-container-visit {
  padding-left: 0;
}
.custom-container-visit ul {
  padding-left: 0;
}
.wrapper-buttons {
  margin-bottom: 20px;
}
a.button-empty-dark,
a.button-full-dark,
a.button-full-color,
a.button-empty-color,
a.visit-empty,
a.visit-dark,
a.visit-full {
  padding: 11px 16px;
  margin-right: 5px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  border-radius: 45px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-rocket {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.button-empty-dark {
  border-color: #bcc3d1;
  color: #3d4553;
}
a.button-empty-dark:hover {
  background: #3d4553;
  border-color: #3d4553;
  color: #ffffff;
}
a.button-full-dark {
  border-color: #3d4553;
  background: #3d4553;
  color: #ffffff;
}
a.button-full-dark:hover {
  border-color: #bcc3d1;
  color: #3d4553;
  background: #ffffff;
}
a.button-full-color {
  color: #ffffff;
  background: #0db9e7;
  border-color: #0db9e7;
}
a.button-full-color:hover {
  border-color: #0db9e7;
  color: #0db9e7;
  background: #ffffff;
}
a.button-empty-color {
  color: #0db9e7;
  border-color: #0db9e7;
}
a.button-empty-color:hover {
  color: #ffffff;
  background: #0db9e7;
}
a.visit-empty {
  color: #3d4553;
  border-color: #bcc3d1;
}
a.visit-empty .custom-rocket {
  margin-right: 5px;
  color: #0db9e7;
}
a.visit-empty:hover {
  border-color: #3d4553;
  background: #3d4553;
  color: #ffffff;
}
a.visit-dark {
  color: #ffffff;
  border-color: #3d4553;
  background: #3d4553;
}
a.visit-dark .custom-rocket {
  margin-right: 5px;
  color: #0db9e7;
}
a.visit-dark:hover {
  border-color: #bcc3d1;
  background: #ffffff;
  color: #3d4553;
}
a.visit-full {
  color: #ffffff;
  border-color: #0db9e7;
  background: #0db9e7;
}
a.visit-full .custom-rocket {
  margin-right: 5px;
  color: #ffffff;
}
a.visit-full:hover {
  border-color: #0db9e7;
  color: #3d4553;
  background: #ffffff;
}
a.visit-full:hover .custom-rocket {
  color: #0db9e7;
}
.wrapper-warning-box h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}
.warning-box,
.success-box,
.download-box,
.info-box {
  color: #ffffff;
  padding: 12px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.warning-box i,
.success-box i,
.download-box i,
.info-box i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.warning-box {
  background: #f15b5a;
}
.warning-box i {
  color: #c43231;
}
.success-box {
  background: #0db9e7;
}
.success-box i {
  color: #0d82a2;
}
.download-box {
  background: #f38d3d;
}
.download-box i {
  color: #c26821;
}
.info-box {
  background: #0db9e7;
}
.info-box i {
  color: #0d82a2;
}
.message {
  position: relative;
}
.close {
  position: absolute;
  right: 10px;
  top: 0;
}
.place-holder-box {
  background: #3d4553;
  padding: 40px;
  border-bottom: 6px solid #af93e5;
  border-radius: 5px;
  margin-bottom: 70px;
}
.place-holder-box .text-box {
  float: left;
}
.place-holder-box .text-box h3 {
  color: #ffffff;
  font-weight: 800;
  font-size: 30px;
  margin: 0;
}
.place-holder-box .text-box h3 .emphasis-text {
  color: #171c24;
}
.place-holder-box .text-box h3 .emphasis-wow {
  color: #af93e5;
}
.place-holder-box .text-box p {
  color: #bcc3d1;
}
.place-holder-box a {
  float: right;
}
.wrapper-list-items {
  margin-bottom: 30px;
}
.wrapper-list-items h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}
ul.list-check,
ul.list-star,
ul.list-plus,
ul.list-arrow {
  margin-bottom: 40px;
}
ul.list-check li,
ul.list-star li,
ul.list-plus li,
ul.list-arrow li {
  text-transform: capitalize;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 20px;
}
ul.list-check li {
  background: url("../images/list-check.png");
  background-position: left center;
  background-repeat: no-repeat;
}
ul.list-star li {
  background: url("../images/list-star.png");
  background-position: left center;
  background-repeat: no-repeat;
}
ul.list-plus li {
  background: url("../images/list-plus.png");
  background-position: left center;
  background-repeat: no-repeat;
}
ul.list-arrow li {
  background: url("../images/list-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.wrapper-pricing-description {
  margin-bottom: 30px;
}
.wrapper-pricing-description h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 48px;
  color: #0db9e7;
}
.wrapper-pricing-check {
	align-content:left;
	width: 50%
}
.register-bar {
  background: #f7f8f9;
  padding: 20px;
  margin-bottom: 60px;
}
.register-bar span {
  font-weight: 700;
  font-size: 24px;
  float: left;
  margin-top: 5px;
}
.register-bar a {
  float: right;
  margin-bottom: 0;
  border-color: #0db9e7;
}
.wrapper-pricing-tables {
  height: auto;
}
.wrapper-standard-package,
.wrapper-business-package,
.wrapper-ultimate-package {
  width: 20%;
  border: 1px solid #bcc3d1;
  height: 470px;
  float: left;
  position: relative;
  margin-bottom: 70px;
}
.wrapper-standard-package h3,
.wrapper-business-package h3,
.wrapper-ultimate-package h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 22px;
  background: #e6e9ec;
  margin: 0;
  padding: 15px 0;
}
.wrapper-standard-package ul,
.wrapper-business-package ul,
.wrapper-ultimate-package ul {
  padding: 0;
}
.wrapper-standard-package ul li,
.wrapper-business-package ul li,
.wrapper-ultimate-package ul li {
  list-style: none;
  padding: 15px 0;
}
.wrapper-standard-package ul li:nth-child(2n-1),
.wrapper-business-package ul li:nth-child(2n-1),
.wrapper-ultimate-package ul li:nth-child(2n-1) {
  background: #f7f8f9;
}
.wrapper-standard-package ul li:first-child,
.wrapper-business-package ul li:first-child,
.wrapper-ultimate-package ul li:first-child {
  font-size: 36px;
}
.wrapper-standard-package ul li span,
.wrapper-business-package ul li span,
.wrapper-ultimate-package ul li span {
  font-size: 18px;
  vertical-align: 10px;
}
.wrapper-sign-up {
  width: 100%;
  position: absolute;
  bottom: -20px;
}
a.sign-up-dark {
  text-decoration: none;
  color: #ffffff;
  padding: 11px 16px;
  background: #3d4553;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.sign-up-dark:hover {
  border-color: #bcc3d1;
  background: #ffffff;
  color: #3d4553;
}
.wrapper-premium-package {
  width: 20%;
  height: 510px;
  float: left;
  position: relative;
  margin-top: -25px;
  margin-bottom: 70px;
}
.wrapper-premium-package h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 22px;
  background: #07aad6;
  color: #ffffff;
  margin: 0;
  padding: 28px 0;
}
.wrapper-premium-package .wrapper-package {
  border: 2px solid #0db9e7;
  height: 430px;
}
.wrapper-premium-package ul {
  padding: 0;
}
.wrapper-premium-package ul li {
  list-style: none;
  padding: 15px 0;
}
.wrapper-premium-package ul li:nth-child(2n-1) {
  background: #f7f8f9;
}
.wrapper-premium-package ul li:first-child {
  background: #0db9e7;
  color: #ffffff;
  font-size: 36px;
}
.wrapper-premium-package ul li span {
  font-size: 18px;
  vertical-align: 10px;
}
.wrapper-sign-up {
  width: 100%;
  position: absolute;
  bottom: -20px;
}
a.sign-up-color {
  text-decoration: none;
  color: #ffffff;
  padding: 11px 16px;
  background: #0db9e7;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.sign-up-color:hover {
  border-color: #bcc3d1;
  background: #ffffff;
  color: #3d4553;
}
/*******************************************************************
              Shortcodes ▲
*******************************************************************/
/*******************************************************************
            one page ▼
*******************************************************************/
.custom-clients-words {
  background: #0db9e7;
  margin: 40px 0;
}
.wrapper-clients-comments {
  background: #0db9e7;
}
.wrapper-clients-comments h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}
.wrapper-clients-comments p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 25px;
}
.wrapper-clients-comments span.client {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #0d82a2;
  display: block;
}
.wrapper-clients-comments span.company {
  font-weight: 600;
  text-transform: capitalize;
  color: #78e3ff;
}
.flexslider-client-comments {
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shdow: none;
  border-radius: 0;
  margin: 40px 0;
  padding: 0 40px;
}
.flexslider-client-comments a.flex-next {
  right: 10px;
  opacity: .7;
}
.flexslider-client-comments a.flex-prev {
  left: 10px;
  opacity: .7;
}
.flexslider-client-comments ul li a {
  color: #ffffff;
}
.flexslider-client-comments ol {
  display: none;
}
.flexslider-client-comments:before {
  content: url("../images/client-quote.png") no-repeat;
  position: absolute;
  left: 0;
  top: -65px;
}
.scroll-top {
  z-index: 999;
  display: none;
  font-size: 24px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 35px;
  background: #0db9e7;
  text-align: center;
  color: #ffffff;
  border: 1px solid #0d82a2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.scroll-top:hover {
  background: #ffffff;
  color: #0d82a2;
}
.about-section-onepage {
  margin-bottom: 40px;
}
/*******************************************************************
            one page ▲
*******************************************************************/
/*******************************************************************
                Footer ?
*******************************************************************/
.custom-footer-fluid {
  background: #2c2f34;
}
.custom-footer-fluid .wrapper-footer {
  margin: 39px auto;
}
.custom-footer-fluid .wrapper-footer .nav-footer {
  float: left;
  margin-top: 6px;
}
.custom-footer-fluid .wrapper-footer .nav-footer ul li {
  margin-bottom: 10px;
}
.custom-footer-fluid .wrapper-footer .nav-footer ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 11px 14px;
  color: #5b5d60;
  border: 1px solid transparent;
  border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-footer-fluid .wrapper-footer .nav-footer ul li a:hover {
  color: #ffffff;
  border-color: #5b5d60;
}
.custom-footer-fluid .wrapper-footer .nav-footer ul ul {
  display: none;
}
.custom-footer-fluid .wrapper-footer .footer-line {
  height: 1px;
  background: #5b5d60;
  margin: 10px auto 20px auto;
}
.custom-footer-fluid .wrapper-footer .social-icons-footer {
  margin-right: 26px;
}
.custom-footer-fluid .wrapper-footer .social-icons-footer ul {
  float: right;
  margin-top: 10px;
}
.custom-footer-fluid .wrapper-footer .social-icons-footer ul li {
  position: relative;
}
.custom-footer-fluid .wrapper-footer .social-icons-footer ul li span.tooltip-outer-footer {
  opacity: 0;
  visibility: hidden;
  width: 150px;
  pointer-events: none;
  background: none;
  position: absolute;
  top: 56px;
  left: -65px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-footer-fluid .wrapper-footer .social-icons-footer ul li span.tooltip-outer-footer span.tooltip-social-footer {
  background: #969696;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 25px;
}
.custom-footer-fluid .wrapper-footer .social-icons-footer ul li span.tooltip-outer-footer span.tooltip-social-footer:before {
  content: url("../images/arrow-tooltip-gray.png");
  position: absolute;
  top: -19px;
  left: 69px;
}
.custom-footer-fluid .wrapper-footer .social-icons-footer ul li a {
  color: #5b5d60;
  font-size: 18px;
}
.custom-footer-fluid .wrapper-footer .social-icons-footer ul li a:hover {
  color: #959595;
}
.custom-footer-fluid .wrapper-footer .social-icons-footer ul li a:hover span.tooltip-outer-footer {
  opacity: 1;
  visibility: visible;
}
.custom-footer-fluid .wrapper-address-copyright {
  margin-top: 7px;
}
.custom-footer-fluid .wrapper-address-copyright ul {
  margin-bottom: 30px;
  margin-left: 10px;
}
.custom-footer-fluid .wrapper-address-copyright ul li {
  padding-right: 0;
}
.custom-footer-fluid .wrapper-address-copyright ul li a {
  font-size: 12px;
  color: #5b5d60;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.custom-footer-fluid .wrapper-address-copyright ul li a:hover {
  color: #ffffff;
}
.custom-footer-fluid .wrapper-address-copyright ul li a:hover i {
  background: #ffffff;
}
.custom-footer-fluid .wrapper-address-copyright ul li a i {
  color: #2c2f34;
  background: #5b5d60;
  border-radius: 100%;
  margin-right: 4px;
  font-size: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-footer-fluid .copy-right {
  text-align: right;
}
.custom-footer-fluid .copy-right small {
  color: #5b5d60;
  font-weight: 600;
  font-size: 80%;
}
/*******************************************************************
             Footer ?
*******************************************************************/
