/* Theme Name: Zodkoo - Bootstrap 5 Landing page template
   Author: Techzaa
   Version: 3.0.0
   Created: May 2016
   File Description:Main CSS file of the template
*/
/**********************
01.General
02.Menu
03.Components
04.Helper
05.Hero
05.Intro Form
06.Features
07.Pricing
08.Subscribe
09.Testimoni
11.Team
12.Contact
12.Job
13.Faqs
14.Footer
***********************/
/*
// variables.scss
*/


/*
// my overrides
*/


.border {
  border: 1px;
  border-color: #000000 !important;
}

.dkSlate {
  color: #3a4f55;
}

.mdSlate {
  color: #3A535A;
}

.home-wrapper h1 {
  font-weight: bold;
}

.section-header {
  font-weight: bold;
  color: #3a4f55;
  padding: 0 0 20px 0;
  margin-top: 60px;
}

.section-nopadding {
  padding-top: 0 !important;
}

.intro-text {
  font-size: 18px;
  color: #3a4f55;
  padding: 0 0 10px 0;
  margin-top: 20px;
}

.space-before-20 {
  margin-top: 20px;
}

.icon-image {
  margin-bottom: 20px;
}

.trait {
  font-size: 22px;
}

.btn {
  font-size: 16px !important;
}

p {
  font-size: 16px;
}

.footerText {
  color: white;
}




/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  color: #496174;
  font-size: 14px;
  background: #ffffff;
  line-height: 22px;
  overflow-x: hidden;
}

a, a:hover, a:focus, .a:active {
  text-decoration: none;
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

html {
  scroll-padding-top: 71px;
  /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.navbar-custom {
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  padding: 15px 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  margin: 10px 0px;
  padding: 4px 15px !important;
}

.navbar-custom .navbar-nav li.active a {
  background-color: transparent;
  color: #ffffff;
}

.navbar-custom .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-custom .navbar-nav .nav-link:focus, .navbar-custom .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}

.navbar-toggler {
  font-size: 20px;
  border: none !important;
  outline: none !important;
}

.navbar-toggler .icon-bar {
  background-color: #ffffff;
}

.navbar-btn {
  padding: 5px 20px !important;
  text-transform: none !important;
  font-weight: 400 !important;
  margin-top: 8px !important;
}

.logo {
  font-weight: 500;
  font-size: 22px;
  color: #ffffff !important;
  letter-spacing: 1px;
}

.navbar-toggle {
  font-size: 30px;
}

.navbar-custom .btn-custom {
  margin-top: 8px;
  margin-left: 20px;
}

.nav .open > a,
.nav .open a:hover,
.nav .open a:focus {
  background-color: transparent;
  border-color: #4db5ed;
}

.is-sticky.navbar-custom {
  padding: 10px 0px !important;
}

@media (min-width: 768px) {
  .nav-custom-left {
    margin-left: 5%;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .navbar-custom > .container {
    width: 90%;
  }
}

.btn {
  border-radius: 2px;
  padding: 8px 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  border-radius: 50px;
  font-size: 14px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 5px 10px !important;
}

.btn.btn-primary {
  background-color: #3a4f55 !important;
  border: 2px solid #3a4f55 !important;
  color: #ffffff !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: transparent !important;
  border: 2px solid #3a4f55 !important;
  color: #3a4f55 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-primary {
  border: 2px solid #01bf86 !important;
  color: #01bf86 !important;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
  background-color: #01bf86 !important;
  border: 2px solid #01bf86 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-secondary {
  background-color: #496174 !important;
  border: 2px solid #496174 !important;
  color: #ffffff !important;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: transparent !important;
  border: 2px solid #496174 !important;
  color: #496174 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-secondary {
  border: 2px solid #496174 !important;
  color: #496174 !important;
}

.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
  background-color: #496174 !important;
  border: 2px solid #496174 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-blue {
  background-color: #4db5ed !important;
  border: 2px solid #4db5ed !important;
  color: #ffffff !important;
}

.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue.focus, .btn.btn-blue:active, .btn.btn-blue.active {
  background-color: transparent !important;
  border: 2px solid #4db5ed !important;
  color: #4db5ed !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-blue {
  border: 2px solid #4db5ed !important;
  color: #4db5ed !important;
}

.btn.btn-outline-blue:hover, .btn.btn-outline-blue:focus, .btn.btn-outline-blue.focus, .btn.btn-outline-blue:active, .btn.btn-outline-blue.active {
  background-color: #4db5ed !important;
  border: 2px solid #4db5ed !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-info {
  background-color: #56c6e6 !important;
  border: 2px solid #56c6e6 !important;
  color: #ffffff !important;
}

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: transparent !important;
  border: 2px solid #56c6e6 !important;
  color: #56c6e6 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-info {
  border: 2px solid #56c6e6 !important;
  color: #56c6e6 !important;
}

.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
  background-color: #56c6e6 !important;
  border: 2px solid #56c6e6 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-warning {
  background-color: #f9e605 !important;
  border: 2px solid #f9e605 !important;
  color: #ffffff !important;
}

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: transparent !important;
  border: 2px solid #f9e605 !important;
  color: #f9e605 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-warning {
  border: 2px solid #f9e605 !important;
  color: #f9e605 !important;
}

.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
  background-color: #f9e605 !important;
  border: 2px solid #f9e605 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-danger {
  background-color: #e55a55 !important;
  border: 2px solid #e55a55 !important;
  color: #ffffff !important;
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: transparent !important;
  border: 2px solid #e55a55 !important;
  color: #e55a55 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-danger {
  border: 2px solid #e55a55 !important;
  color: #e55a55 !important;
}

.btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
  background-color: #e55a55 !important;
  border: 2px solid #e55a55 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-pink {
  background-color: #ff8acc !important;
  border: 2px solid #ff8acc !important;
  color: #ffffff !important;
}

.btn.btn-pink:hover, .btn.btn-pink:focus, .btn.btn-pink.focus, .btn.btn-pink:active, .btn.btn-pink.active {
  background-color: transparent !important;
  border: 2px solid #ff8acc !important;
  color: #ff8acc !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-pink {
  border: 2px solid #ff8acc !important;
  color: #ff8acc !important;
}

.btn.btn-outline-pink:hover, .btn.btn-outline-pink:focus, .btn.btn-outline-pink.focus, .btn.btn-outline-pink:active, .btn.btn-outline-pink.active {
  background-color: #ff8acc !important;
  border: 2px solid #ff8acc !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-dark {
  background-color: #343a40 !important;
  border: 2px solid #343a40 !important;
  color: #ffffff !important;
}

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: transparent !important;
  border: 2px solid #343a40 !important;
  color: #343a40 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-dark {
  border: 2px solid #343a40 !important;
  color: #343a40 !important;
}

.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark.active {
  background-color: #343a40 !important;
  border: 2px solid #343a40 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-muted {
  background-color: #95A8B7 !important;
  border: 2px solid #95A8B7 !important;
  color: #ffffff !important;
}

.btn.btn-muted:hover, .btn.btn-muted:focus, .btn.btn-muted.focus, .btn.btn-muted:active, .btn.btn-muted.active {
  background-color: transparent !important;
  border: 2px solid #95A8B7 !important;
  color: #95A8B7 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-muted {
  border: 2px solid #95A8B7 !important;
  color: #95A8B7 !important;
}

.btn.btn-outline-muted:hover, .btn.btn-outline-muted:focus, .btn.btn-outline-muted.focus, .btn.btn-outline-muted:active, .btn.btn-outline-muted.active {
  background-color: #95A8B7 !important;
  border: 2px solid #95A8B7 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-light {
  background-color: #dee2e6 !important;
  border: 2px solid #dee2e6 !important;
  color: #ffffff !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: transparent !important;
  border: 2px solid #dee2e6 !important;
  color: #dee2e6 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-light {
  border: 2px solid #dee2e6 !important;
  color: #dee2e6 !important;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
  background-color: #dee2e6 !important;
  border: 2px solid #dee2e6 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-white {
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-white {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-teal {
  background-color: #00b19d !important;
  border: 2px solid #00b19d !important;
  color: #ffffff !important;
}

.btn.btn-teal:hover, .btn.btn-teal:focus, .btn.btn-teal.focus, .btn.btn-teal:active, .btn.btn-teal.active {
  background-color: transparent !important;
  border: 2px solid #00b19d !important;
  color: #00b19d !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-outline-teal {
  border: 2px solid #00b19d !important;
  color: #00b19d !important;
}

.btn.btn-outline-teal:hover, .btn.btn-outline-teal:focus, .btn.btn-outline-teal.focus, .btn.btn-outline-teal:active, .btn.btn-outline-teal.active {
  background-color: #00b19d !important;
  border: 2px solid #00b19d !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
}

.btn.btn-light, .btn.btn-white {
  background-color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #3a4f55 !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #ffffff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #ffffff;
  color: #01bf86 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.video-btn {
  color: #ffffff !important;
  letter-spacing: 1px;
  outline: none !important;
}

.video-btn i {
  margin-right: 7px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  line-height: 17px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  padding-left: 3px;
  margin-left: -12px;
}

.dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4px;
  border-radius: 4px !important;
  -webkit-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
  border: 2px solid #eeeeee;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
  font-size: 15px !important;
  color: #496174 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #ffffff !important;
}

@-webkit-keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.modal .video-modal {
  border: 0;
  background-color: transparent;
}

.modal .video-modal .video-box {
  position: relative;
}

.modal .video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}

.modal .video-modal .btn-close video:focus {
  outline: none;
}

.modal .video-modal:hover .btn-close {
  opacity: 0.5;
}

.alert {
  padding: 0.75rem;
}

.text-primary {
  color: #01bf86 !important;
}

.bg-primary {
  background-color: #01bf86 !important;
}

.text-secondary {
  color: #496174 !important;
}

.bg-secondary {
  background-color: #496174 !important;
}

.text-blue {
  color: #4db5ed !important;
}

.bg-blue {
  background-color: #4db5ed !important;
}

.text-info {
  color: #56c6e6 !important;
}

.bg-info {
  background-color: #56c6e6 !important;
}

.text-warning {
  color: #f9e605 !important;
}

.bg-warning {
  background-color: #f9e605 !important;
}

.text-danger {
  color: #e55a55 !important;
}

.bg-danger {
  background-color: #e55a55 !important;
}

.text-pink {
  color: #ff8acc !important;
}

.bg-pink {
  background-color: #ff8acc !important;
}

.text-dark {
  color: #343a40 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.text-muted {
  color: #95A8B7 !important;
}

.bg-muted {
  background-color: #95A8B7 !important;
}

.text-light {
  color: #dee2e6 !important;
}

.bg-light {
  background-color: #dee2e6 !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-teal {
  color: #00b19d !important;
}

.bg-teal {
  background-color: #00b19d !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

::-moz-selection {
  background: rgba(249, 230, 5, 0.5);
  color: #496174;
}

::selection {
  background: rgba(249, 230, 5, 0.5);
  color: #496174;
}

::-moz-selection {
  background: rgba(249, 230, 5, 0.5);
  color: #496174;
}

.section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.sub-title {
  margin-bottom: 40px;
  font-size: 15px;
}

.title {
  font-size: 22px;
  margin-top: 0;
}

.font-weight-medium {
  font-weight: 500;
}

.line-height-1_6 {
  line-height: 1.6;
}

.line-height-1_4 {
  line-height: 1.4;
}

.font-size-12 {
  font-size: 12px;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

/* Back to top */
.back-to-top-btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  border-radius: 3px;
  background-color: #496174;
}

.back-to-top-btn i {
  color: #ffffff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

.back-to-top-btn:hover {
  background-color: #01bf86;
}

.bg-light {
  background-color: #f3f6fa !important;
  border-top: 1px solid #e8eef6;
  border-bottom: 1px solid #e8eef6;
}

/* Background Images */
.bg-img-1 {
  background: url("../images/bg4.jpg") no-repeat;
  background-size: cover;
}

.bg-img-2 {
  background: url("../images/gazer.jpg") center no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-title-box {
  padding-top: 190px;
  padding-bottom: 155px;
}

.header-title-box h3 {
  font-size: 30px;
  font-weight: 300;
}

.title-about h3 {
  margin-bottom: 30px !important;
}

.wide-img-showcase-row {
  position: relative;
}

.no-padding.img {
  background: url("../images/showcase-1.jpg") scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.no-padding.img-2 {
  background: url("../images/showcase-2.jpg") scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.about-detail-img-box {
  padding: 15% 0;
}

@media (max-width: 768px) {
  .no-padding.img, .no-padding.img-2 {
    position: relative;
    height: 300px;
  }
  .video-wrapper {
    padding-top: 50px;
  }
}

.home-fullscreen {
  height: 100vh;
  min-height: 400px;
}

.home-wrapper {
  padding: 150px 0px 200px 0px;
}

.home-wrapper h1 {
  line-height: 46px;
  width: 80%;
  margin: 0 auto;
}

.home-wrapper h4 {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  width: 80%;
  margin: 30px auto 50px auto;
}

.home-sm {
  padding: 175px 0px 125px 0px !important;
}

.home-sm .h1 {
  margin-top: 30px !important;
}

.home-wrapper-alt {
  display: table-cell;
  vertical-align: middle;
}

.full-screen {
  display: table;
  height: 100%;
  width: 100%;
}

.or-space {
  margin: 0 20px;
}

iframe {
  max-width: 100%;
}

.frame-border {
  border: 9px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 5px 5px;
}

@media (max-width: 768px) {
  .home-fullscreen {
    height: auto !important;
  }
  .home-wrapper {
    padding: 150px 0px 110px 0px;
  }
}

.intro-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 22px 45px -15px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 22px 45px -15px rgba(0, 0, 0, 0.5) !important;
}

.intro-form h3 {
  color: #778fa2;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0px;
}

.intro-form input {
  border: 1px solid #eeeeee;
  height: 38px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 14px;
}

.intro-form .form-group:last-of-type {
  margin-bottom: 0;
}

.help-block small a {
  color: #1384c1;
}

.help-block small a:hover {
  color: #0f6492;
}

@media (max-width: 768px) {
  .intro-form {
    margin-top: 50px;
  }
}

.feat-description p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

.feat-description h4 {
  font-weight: 300;
  line-height: 28px;
}

.title-box-icon i {
  font-size: 48px;
  margin-bottom: 20px;
}

.title-box-icon h3 {
  margin-bottom: 70px;
}

.features-box {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.features-box i {
  font-size: 48px;
}

@media (max-width: 768px) {
  .feat-description {
    margin-bottom: 50px;
    text-align: center;
  }
}

.pricing-column {
  position: relative;
  margin-bottom: 40px;
}

.pricing-column .inner-box {
  position: relative;
  margin: 20px auto 0px auto;
  max-width: 320px;
  padding: 0px 30px 50px;
  border: 2px solid #95A8B7;
}

.pricing-column .inner-box p {
  padding: 0px 20px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #8399ab;
  margin-bottom: 30px;
}

.pricing-column .inner-box.active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pricing-column .plan-header {
  position: relative;
  padding: 30px 20px 25px;
}

.pricing-column .plan-header .plan-title {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.pricing-column .plan-header .plan-price {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: 700;
}

.pricing-column .plan-header .plan-duration {
  font-size: 13px;
  color: #95A8B7;
}

.pricing-column .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px;
}

.pricing-column .plan-stats li i {
  font-size: 18px;
  width: 26px;
  vertical-align: middle;
}

.pricing-column {
  position: relative;
  margin-bottom: 40px;
}

.pricing-column .inner-box {
  position: relative;
  margin: 20px auto 0px auto;
  max-width: 320px;
  padding: 0px 30px 50px;
  border: 2px solid #95A8B7;
}

.pricing-column .inner-box p {
  padding: 0px 20px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #8399ab;
  margin-bottom: 30px;
}

.pricing-column .inner-box.active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pricing-column .plan-header {
  position: relative;
  padding: 30px 20px 25px;
}

.pricing-column .plan-header .plan-title {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.pricing-column .plan-header .plan-price {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: 700;
}

.pricing-column .plan-header .plan-duration {
  font-size: 13px;
  color: #95A8B7;
}

.pricing-column .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px;
}

.pricing-column .plan-stats li i {
  font-size: 18px;
  width: 26px;
  vertical-align: middle;
}

.input-subscribe {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
  height: 50px;
  padding-left: 20px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 10px;
}

.input-subscribe:focus {
  border: 2px solid rgba(255, 255, 255, 0.6);
}

input.input-subscribe::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
}

input.input-subscribe:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input.input-subscribe::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input.input-subscribe:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

label.valid {
  color: #ffffff;
  font-weight: normal;
  margin: 10px 0;
}

.testimonial-description {
  margin-top: 50px;
  border-radius: 5px;
  padding: 30px 30px 20px 30px;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px rgba(221, 221, 221, 0.32);
          box-shadow: 1px 1px 2px rgba(221, 221, 221, 0.32);
}

.testimonial-description:after {
  content: "";
  bottom: -15px;
  left: 50px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.testimonial-description p {
  line-height: 24px;
  font-size: 14px;
  font-style: italic;
}

.testimonial-user-thumb.user-thumb {
  margin-right: 15px;
}

.testimonial-user-thumb.user-thumb img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.testimonial-user-info {
  padding-left: 30px;
  margin-top: 35px;
}

.testimonial-user-info .testimonial-user-name {
  margin-bottom: 0px;
}

.testimonial-user-info .user-position {
  font-weight: 400;
  display: block;
}

.testimonial-user-info .user-thumb,
.testimonial-user-info .user-text {
  display: inline-block;
  vertical-align: bottom;
}

.testimonial-description {
  margin-top: 50px;
  border-radius: 5px;
  padding: 30px 30px 20px 30px;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px rgba(221, 221, 221, 0.32);
          box-shadow: 1px 1px 2px rgba(221, 221, 221, 0.32);
}

.testimonial-description:after {
  content: "";
  bottom: -15px;
  left: 50px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.testimonial-description p {
  line-height: 24px;
  font-size: 14px;
  font-style: italic;
}

.testimonial-user-thumb.user-thumb {
  margin-right: 15px;
}

.testimonial-user-thumb.user-thumb img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.testimonial-user-info {
  padding-left: 30px;
  margin-top: 35px;
}

.testimonial-user-info .testimonial-user-name {
  margin-bottom: 0px;
}

.testimonial-user-info .user-position {
  font-weight: 400;
  display: block;
}

.testimonial-user-info .user-thumb,
.testimonial-user-info .user-text {
  display: inline-block;
  vertical-align: bottom;
}

.team img {
  max-width: 240px;
  margin: 0px auto;
  background-color: #f3f6fa;
}

.team .team-member {
  margin: 30px 0px;
}

.team .team-member h4 {
  padding-top: 20px;
  margin-bottom: 5px;
}

.team .team-member p {
  margin-bottom: 0px;
}

.contact-form .form-control {
  height: 42px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid rgba(47, 62, 71, 0.3);
}

textarea {
  max-width: 100%;
}

textarea.form-control {
  height: auto !important;
}

.contact-detail {
  margin-bottom: 40px;
}

.contact-detail i {
  float: left;
  width: 40px;
  font-size: 24px;
}

.contact-detail p,
.contact-detail address {
  overflow: hidden;
}

.contact-detail a {
  color: #496174;
}

.parsley-errors-list {
  padding-left: 0px;
}

.parsley-errors-list li {
  list-style: none;
  color: #e55a55;
  margin-top: 3px;
  font-size: 13px;
}

.job-box {
  padding: 20px 30px;
  background-color: #f3f6fa;
  border: 1px solid #e5ebf4;
  border-radius: 5px;
  margin-bottom: 30px;
}

.job-box h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.btn-job {
  padding: 6px 20px !important;
  font-size: 12px;
  text-transform: none;
  margin-top: 10px;
}

.question {
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3e47;
}

.footer h5 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer a {
  color: rgba(255, 255, 255, 0.4);
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.footer ul li {
  margin: 5px 0px;
}

.footer address {
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  font-size: 13px;
}

.footer-alt {
  margin-top: 30px;
  padding-top: 20px;
}
