/*
Theme Name: Fourteen - Responsive Landing Page Template
Theme URI: http://webdesignpro09.info/?theme=fourteen
Author: Bogdan
Author URI: http://themeforest.net/user/bogdan_09
Version: 1.0
*/

/* =======================================================
   Reset
   ======================================================= */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
body {
  margin: 0;
}

a {
  color: #222;
  font-weight: 400;
}
a:visited {
  color: #222;
}
a:hover {
  color: #dd4a38;
}
a:hover,
a:active. a:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ffff99;
  color: #000000;
  text-decoration: none;
}
mark {
  background: #ffff00;
  color: #000000;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
.text_color {
  color: #f3b90b;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
   dd { margin: 0 0 0 40px; }
*/
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid { 
}
 .form-title {
            text-align: center;
            margin-bottom: 30px;
            color: #2c3e50;
            font-size: 2rem;
            font-weight: 600;
        }

        .contact_form {
            width: 100%;
        }

        .form_row {
            margin-bottom: 25px;
            width: 100%;
        }

        .form_row.two-column {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .half_width {
            width: 100%;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #2c3e50;
            font-size: 14px;
        }

       
        input[type="text"],
        input[type="email"],
        input[type="tel"],
        textarea {
            width: 70%;
            padding: 14px 16px;
            border: 2px solid #e1e8ed;
            border-radius: 8px;
            font-size: 16px;
            font-family: inherit;
            transition: all 0.3s ease;
            background-color: #fff;
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        textarea:focus {
            outline: none;
            border-color: #3498db;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
            transform: translateY(-1px);
        }

        textarea {
            resize: vertical;
            min-height: 120px;
            line-height: 1.5;
        }

        textarea::placeholder {
            color: #95a5a6;
            opacity: 1;
        }

        input[type="submit"] {
            color: white;
            padding: 16px 40px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
			width: 70%;
            cursor: pointer;
			background-color: #000000;
            transition: all 0.3s ease;
        
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        
        input[type="submit"]:active {
            transform: translateY(0);
        }

        /* Mobile Responsive Styles */
        @media (max-width: 768px) {
            body {
                padding: 10px;
            }

            .container {
                padding: 25px 20px;
                margin: 10px;
                border-radius: 8px;
            }

            .form-title {
                font-size: 1.5rem;
                margin-bottom: 25px;
            }

            .form_row.two-column {
                grid-template-columns: 1fr;
                gap: 0;
            }

            .form_row {
                margin-bottom: 20px;
            }

            input[type="text"],
            input[type="email"],
            input[type="tel"],
            textarea {
                padding: 12px 14px;
                font-size: 16px; /* Prevents zoom on iOS */
            }

            textarea {
                min-height: 100px;
            }

            input[type="submit"] {
                padding: 14px 30px;
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 20px 15px;
                margin: 5px;
            }

            .form-title {
                font-size: 1.3rem;
            }

            input[type="text"],
            input[type="email"],
            input[type="tel"],
            textarea {
                padding: 10px 12px;
            }

            label {
                font-size: 13px;
            }
        }
 

        /* Loading state for submit button */
        input[type="submit"]:disabled {
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
        }

        /* Smooth animations */
        * {
            transition: border-color 0.3s ease, background-color 0.3s ease;
        }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* =======================================================
   Primary Styles
   ======================================================= */

img,
object,
video,
embed {
  max-width: 100%;
}
img {
  height: auto;
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.clearBoth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  vertical-align: super;
}
th,
thead td {
  font-weight: bold;
}
em,
dfn,
cite {
  font-style: italic;
}
del {
  color: #cccccc;
  text-decoration: line-through;
}
dfn,
ins {
  border-bottom: 1px solid #e8e8e8;
}
abbr,
acronym {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #e8e8e8;
  cursor: help;
}
a {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
h5,
h6,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
ol,
ul {
  list-style: none;
}

body {
  position: inherit /* conflict prettyphoto and dynamic to top plugin */;
}
body,
html,
#wrapper,
#containerWrapper.containerMap {
  height: 100%;
}
#containerWrapper.containerMap {
  overflow: hidden;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

code,
kbd,
samp,
pre,
tt,
var,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  font: 11px Monaco, "Courier New", "DejaVu Sans Mono",
    "Bitstream Vera Sans Mono", monospace;
}

code,
pre,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  line-height: 20px;
}

p,
ul,
ol,
dl,
table,
fieldset,
blockquote {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.row {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#header .row {
  overflow: inherit;
}

.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}

.row .onecol {
  width: 4.85%;
}

.row .twocol {
  width: 13.45%;
}

.row .threecol {
  width: 22.05%;
}

.row .fourcol {
  width: 30.75%;
}

.row .fivecol {
  width: 39.45%;
}

.row .sixcol {
  width: 48%;
}

.row .sevencol {
  width: 56.75%;
}

.row .eightcol {
  width: 65.4%;
}

.row .ninecol {
  width: 74.05%;
}

.row .tencol {
  width: 82.7%;
}

.row .elevencol {
  width: 91.35%;
}

.row .twelvecol {
  width: 100%;
  float: left;
}

.last {
  margin-right: 0px;
}

/* =======================================================
   General Layout
   ======================================================= */

body {
  font-size: 13px;
  color: #555;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

#container {
  position: relative;
  overflow: hidden;
}

.nine_section_wrapper {
  width: 100%;
  background-color: #fff;
}

.nine_section {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #fff;
}

.nine_section2_wrapper {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.nine_section2 {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #fff;
}

.align_center {
  text-align: center;
}

.padding_bottom {
  margin-bottom: 10px;
}

/* Headings
========================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  line-height: 110%;
  color: #222;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 28px;
  line-height: 46px;
}

h2 {
  font-size: 22px;
  line-height: 32px;
}

h3 {
  font-size: 18px;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.small_margins {
  margin-bottom: 15px;
}

.padding_right {
  padding-right: 25px;
}

.padding_top {
  padding-top: 25px;
}

.padding_top_large {
  padding-top: 40px;
}

.padding_bottom {
  padding-bottom: 30px;
}

.white {
  color: #fff;
}

.grey {
  color: #28323c;
}

.features_title_wrapper {
  margin-bottom: 30px;
  display: block;
}

span.features_number {
  float: left;
  padding-right: 5px;
  color: #28323c;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
}

span.features_separator {
  float: left;
  padding: 0 10px 0 5px;
  color: #28323c;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
}

span.features_title {
  margin: 0 0 25px 0;
  color: #28323c;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
}

/* ========================================================== */
/* 				  		    Call To Action                    */
/* ========================================================== */

.info_white_wrapper {
  margin: 0 auto !important;
  width: 90%;
  padding: 0 5%;
  background-color: #fff;
}

.info_white {
  margin: 0 auto !important;
  overflow: hidden;
  padding: 90px 0 0 0;
  width: 100%;
  max-width: 1170px;
  text-align: center;
}

.info_white h3,
.info_white h4 {
  margin: 0;
  padding: 0;
  color: #333;
}

.info_white h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.info_white h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.info_transparent {
  margin: 0 auto !important;
  overflow: hidden;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 120px;
  max-width: 1170px;
  text-align: center;
}

.info_transparent h3,
.info_transparent h4 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.info_transparent h3 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.info_transparent h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.info_transparent h3 span.pacifico {
  font-size: 30px;
  font-family: "Pacifico", sans-serif;
}

/* ========================================================== */
/* 						       INTRO                          */
/* ========================================================== */

#intro {
  width: 100%;
  z-index: 1;
  background: url(http://placehold.it/1920x1020);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0;
}

/* ========================================================== */
/* 						       HEADER                         */
/* ========================================================== */

#header_wrapper {
  position: fixed;
  width: 100%;
  padding-top: 30px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header_wrapper.shrink {
  width: 100%;
  height: 80px;
  padding-top: 0;
  z-index: 1000;
  background-color: rgb(40, 50, 60);
  background-color: rgba(40, 50, 60, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_wrapper-sticky-wrapper {
  background-color: #28323c !important;
}
#header {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #28323c !important;
}

/* ----- logo ----- */
a#logo {
  position: relative;
  float: left;
  margin: 25px 0 0 0;
  z-index: 900;
  font-family: "Pacifico", cursive;
  font-size: 26px;
  line-height: 26px;
  color: #dcdcdc;
}

/* ----- nav ----- */
#nav {
  margin: 0;
  float: right;
  position: relative;
}

#nav li {
  display: inline-block;
  position: relative;
  margin: 31px 14px 0 14px;
}

#nav li.last {
  margin-right: 0;
}

#nav li a {
  display: inline-block;
  text-align: center;
  color: #dcdcdc;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

#nav li a:hover,
#nav .current a {
  text-decoration: line-through;
}

a.purchase {
  margin: 21px 0 0 30px;
  float: right;
  position: relative;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  font-weight: 400;
  width: auto;
  height: 34px;
  padding: 0px 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 34px;
  color: #dcdcdc;
  background-color: transparent;
  border: 2px solid #dcdcdc;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

a.purchase:hover {
  color: #222;
  background-color: #fff;
}

/* ========================================================== */
/* 						   FOOTER                       */
/* ========================================================== */

#footer {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #28323c;
  position: relative;
  z-index: 100;
  text-align: center;
}

#footer a {
  color: #b1b2b3;
}

p.copyright {
  font-size: 13px;
  margin: 0;
  color: #b1b1b1;
}

ul.social {
  display: inline-block;
  margin: 0 auto 20px auto;
  max-width: 960px;
  line-height: 100%;
  text-align: center;
}

ul.social li {
  display: inline-block;
  margin: 0;
  line-height: 100% !important;
}

.contact-icon-circle {
  display: inline-block;
  margin: 0 5px;
  padding: 12px 12px;
  width: 14px !important;
  height: 14px !important;
  line-height: 14px !important;
  font-size: 14px !important;
  color: #b1b1b1;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 19px 19px;
  -moz-border-radius: 19px 19px;
  border-radius: 19px 19px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.contact-icon-circle:hover {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: #b1b1b1;
  color: #222;
}

.footer_line {
  margin: 0 auto;
  padding: 5px 0 25px 0;
  text-align: center;
  display: block;
  width: 40px;
  height: 3px;
}

.footer_line span {
  display: block;
  width: 50px;
  border-bottom: 3px solid #656565;
}

span.footer_logo {
  display: block;
  margin: 0 0 30px 0;
  z-index: 900;
  font-family: "Pacifico", cursive;
  font-size: 28px;
  line-height: 28px;
  color: #dcdcdc;
}

/* ========================================================== */
/* 				  		      Home                         */
/* ========================================================== */

#home {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 145px 0 195px 0;
  background-color: #28323c !important;
}

.home_box {
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

span.slider_text1 {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  clear: both;
  display: block;
}

span.slider_text2 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 30px;
  clear: both;
  display: block;
}

a.slider_text3,
a.slider_text4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  height: 42px;
  padding: 0px 23px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 42px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

a.slider_text3 {
  color: #222;
  background-color: #fff;
}

a.slider_text3:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

a.slider_text4 {
  color: #fff;
  background-color: transparent;
}

a.slider_text4:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

/* ========================================================== */
/* 				  		    Showcase                          */
/* ========================================================== */

.dropcaps_showcase {
  float: left;
  margin: 10px 25px 40px 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background-color: #28323c;
  border: 1px solid #28323c;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  -webkit-border-radius: 28px 28px;
  -moz-border-radius: 28px 28px;
  border-radius: 28px 28px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.showcase_item:hover .dropcaps_showcase {
  color: #28323c;
  border: 1px solid #28323c;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

/* ========================================================== */
/* 				  		    Services                          */
/* ========================================================== */

.services_homepage_item {
  margin: 0 0 70px 0;
  text-align: center;
}

.services_homepage_item h2 {
  clear: both;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
  margin: 30px 0 20px 0;
  font-weight: 400;
  color: #222;
}

.services_homepage_item p {
  clear: both;
  color: #454545;
  margin-bottom: 30px;
}

.icon_wrapper {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

.icon_wrapper .icon_box {
  position: relative;
}

.icon_box .icon-8x {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  background-color: #28323c;
  border: 1px solid #28323c;
  -webkit-border-radius: 51px 51px;
  -moz-border-radius: 51px 51px;
  border-radius: 51px 51px;
  font-size: 40px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.services_homepage_item:hover .icon_box .icon-8x {
  color: #28323c;
  border: 1px solid #28323c;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

a.services_button {
  font-size: 12px;
  padding: 8px 18px;
  margin: 10px 0 20px 0;
  background-color: #28323c;
  border: 1px solid #28323c;
  color: #fff;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
}

a.services_button:hover {
  background-color: #f0f0f0;
  border: 1px solid #28323c;
  color: #28323c;
}

/* ========================================================== */
/* 				  		      Pricing                         */
/* ========================================================== */

.price_item {
  margin-bottom: 50px;
  text-align: center;
}

.price_item:hover {
}

.price_item.last {
  margin-right: 0;
}

.price_head h2 {
  margin: 0;
  padding: 25px 0;
  color: #fff;
  font-size: 16px;
  background-color: #28323c;
  text-transform: uppercase;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.price_head h4 {
  margin: 0;
  padding: 30px 0;
  color: #28323c;
  font-size: 28px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
}

ul.price_features {
  margin: 0;
}

ul.price_features li {
  padding: 15px 0;
  color: #28323c;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
}

.price_button_wrapper {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

a.price_button {
  font-size: 12px;
  padding: 10px 20px;
  background-color: #28323c;
  border: 1px solid #28323c;
  color: #fff;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
}

a.price_button:hover {
  background-color: #f0f0f0;
  border: 1px solid #28323c;
  color: #28323c;
}

/* ========================================================== */
/* 				  		      Features                        */
/* ========================================================== */

.features_wrapper {
  width: 100%;
  z-index: 1;
  background: url(http://placehold.it/1920x1020);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0;
}

.features_box {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.features_item {
  margin-bottom: 45px;
}

.features_box h2,
.features_box h3,
.features_box h4,
.features_box p,
.features_box ul li {
  color: #fff;
}

.text_align_right {
  text-align: right;
}

.text_align_left {
  text-align: left;
}

/* ----- Dropcaps ----- */
.dropcaps_left,
.dropcaps_right {
  float: left;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #222;
  font-size: 22px;
  font-weight: 600;
  border: 1px solid #fff;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 28px 28px;
  -moz-border-radius: 28px 28px;
  border-radius: 28px 28px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.dropcaps_left {
  float: left;
  margin: 10px 25px 40px 0;
}

.dropcaps_right {
  float: right;
  margin: 10px 0 40px 25px;
}

.features_item:hover .dropcaps_left,
.features_item:hover .dropcaps_right {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

/* ----- Blockquote ----- */
.blockquote {
  border-left: 6px solid #28323c;
  padding-left: 15px;
}

.blockquote_grey {
  border-left: 6px solid #28323c;
  padding-left: 15px;
}

/* ----- Highlight ----- */
.highlight {
  background-color: #28323c;
  color: #fff;
  padding: 0 5px;
}

/* ========================================================== */
/* 		     	  		     Newsletter                       */
/* ========================================================== */

.newsletter_wrapper {
  width: 100%;
  z-index: 1;
  background: url(http://placehold.it/1920x1020);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0;
}

.newsletter_box {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0 90px 0;
  text-align: center;
}

.contact_form_wrap p.success_box {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

 
   

.testimonials_wrapper {
  width: 100%;
  z-index: 1;
  background: #28323c;
}

.testimonials_box {
  text-align: center;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

span.testimonials_img {
  display: block;
  color: #f5f5f5;
}

span.testimonials_text,
span.testimonials_autor {
  display: block;
  color: #fff;
  font-size: 32px !important;
  line-height: 48px !important;
  font-weight: 400;
}

span.testimonials_autor {
  font-weight: 300;
  font-size: 18px !important;
  line-height: 48px !important;
  color: #fff;
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  #intro,
  .features_wrapper,
  .newsletter_wrapper {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* ========================================================== */
/* 						     768px                            */
/* ========================================================== */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* ========================================================== */
/* 						     992px                            */
/* ========================================================== */

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* ========================================================== */
/* 						     1200px                           */
/* ========================================================== */

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* ========================================================== */
/* 						   MOBILE                       */
/* ========================================================== */
@media handheld, only screen and (max-width: 767px) {
  #main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .row {
    width: 90%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .row .onecol,
  .row .twocol,
  .row .threecol,
  .row .fourcol,
  .row .fivecol,
  .row .sixcol,
  .row .sevencol,
  .row .eightcol,
  .row .ninecol,
  .row .tencol,
  .row .elevencol,
  .row .twelvecol {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    clear: both;
  }

  #header_wrapper {
    position: relative;
    padding-top: 0px;
  }

  #header_wrapper #header {
    position: relative;
    height: 80px;
    padding: 0;
    text-align: center;
  }

  #header_wrapper a#logo {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 26px 0 0 0;
    padding: 0 !important;
    background-color: transparent !important;
  }

  img.responsive_top_padding {
    padding-top: 40px;
  }

  img.responsive_bottom_padding {
    padding-bottom: 40px;
  }

  .nodisplay {
    display: none;
  }

  .info_white {
    padding: 60px 0 0 0;
  }

  .info_transparent {
    padding: 70px 0 0 0;
  }

  .info_white h3,
  .info_transparent h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .info_white h4,
  .info_transparent h4 {
    font-size: 14px;
    line-height: 24px;
  }

  .nine_section {
    padding: 50px 0 40px 0;
  }

  .nine_section2 {
    padding: 40px 0;
  }

  #home {
    margin: 0 auto;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home_box {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  span.slider_text1 {
    font-size: 14px;
    line-height: 24px;
  }

  span.slider_text2 {
    font-size: 12px;
    line-height: 18px;
  }

  a.slider_text3,
  a.slider_text4 {
    height: 26px;
    padding: 0 15px;
    margin: 0 10px 15px 0;
    font-size: 10px;
    line-height: 26px;
  }

  #services {
    padding-bottom: 0;
    padding-top: 5px;
  }

  .services_box {
    padding-top: 20px;
  }

  .newsletter_box {
    padding: 20px 0 50px 0;
  }
 
 

  a.purchase {
    display: none;
  }

  .features_title_wrapper {
    margin-bottom: 30px;
    display: block;
  }

  span.features_number {
    float: left;
    padding-right: 5px;
    color: #28323c;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
  }

  span.features_separator {
    float: left;
    padding: 0 5px 0 0;
    font-size: 50px;
    line-height: 50px;
  }

  span.features_title {
    margin: 0 0 25px 0;
    font-size: 21px;
    line-height: 25px;
  }

  .dropcaps_showcase {
    margin: 10px 25px 10px 0;
  }

  .testimonials_box {
    width: 90%;
    margin: 0 5%;
    padding: 50px 0;
  }

  span.testimonials_text,
  span.testimonials_autor {
    font-size: 18px !important;
    line-height: 32px !important;
  }

  span.testimonials_autor {
    font-size: 14px !important;
    line-height: 28px !important;
  }

  .services_homepage_item.last {
    margin: 0 0 40px 0;
  }

  .features_box {
    padding: 70px 0 30px 0;
  }

  .dropcaps_left {
    margin: 10px 25px 10px 0;
  }

  .dropcaps_right {
    margin: 10px 0 10px 25px;
  }

  .padding_top_large {
    padding-top: 0;
  }

  .price_item.last {
    margin-bottom: 30px;
  }

  .contact-icon-circle {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 10px 10px;
    width: 12px !important;
    height: 12px !important;
    line-height: 12px !important;
    font-size: 14px !important;
    -webkit-border-radius: 16px 16px;
    -moz-border-radius: 16px 16px;
    border-radius: 16px 16px;
  }
}

/* Responsive Navigation
================================================== */
#wt_responsive_nav_wrap {
  width: 100%;
  right: -100%;
  position: absolute;
  z-index: 9999;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  padding: 90px 0;
  margin-left: -2px;
  overflow: hidden;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#wt-responsive-nav {
  margin-left: 0;
  width: 100%;
}

.show_responsive_nav {
  overflow: hidden;
}

.csstransforms3d #wt_responsive_nav_wrap {
  -webkit-transform: scale3d(0.5);
  -moz-transform: scale3d(0.5);
  -ms-transform: scale3d(0.5);
  -o-transform: scale3d(0.5);
  transform: scale3d(0.5);
}

.show_responsive_nav #wt_responsive_nav_wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.csstransforms3d .show_responsive_nav #wt_responsive_nav_wrap {
  -webkit-transform: scale3d(1);
  -moz-transform: scale3d(1);
  -ms-transform: scale3d(1);
  -o-transform: scale3d(1);
  transform: scale3d(1);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#wt-responsive-nav > li:first-child > a:first-child {
  border-top-style: solid;
  border-top-width: 1px;
}
#wt-responsive-nav li {
  margin: 0;
  padding: 0;
  position: relative;
  float: none;
  clear: both;
}
#wt-responsive-nav li > a:before {
  content: "\f0da";
  position: absolute;
  top: 13px;
  margin-left: -10px;
  font-family: "FontAwesome";
  font-size: 12px;
  color: #222;
}
#wt-responsive-nav li > a i {
  position: absolute;
  top: 15px;
  display: inline-block;
  right: 24px;
  font-size: 14px;
  color: #222;
}
#wt-responsive-nav .sub-menu {
  /*display: none;*/
}
#wt-responsive-nav,
#wt-responsive-nav li > a {
  border-color: #e1e1e1;
  color: #666666;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#wt-responsive-nav .current_page_item > a,
#wt-responsive-nav li > a:hover,
#wt-responsive-nav li > a.active {
  color: #ffffff;
  background-color: #222;
}
#wt-responsive-nav .current_page_item > a:before,
#wt-responsive-nav li > a:hover:before,
#wt-responsive-nav li > a.active:before,
#wt-responsive-nav .current_page_item > a i,
#wt-responsive-nav li > a:hover i,
#wt-responsive-nav li > a.active i {
  color: #ffffff;
}
#responsive_nav_open:hover,
#responsive_nav_hide:hover {
  background-color: #222;
}
#responsive_nav_open:hover i:before,
#responsive_nav_hide:hover i:before {
  color: #ffffff;
}

.current_page_item > a:before,
.current-menu-item > a:before {
  font-weight: normal;
}

#wt-responsive-nav ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  left: 0;
  position: relative;
}
#wt-responsive-nav a {
  padding: 13px 28px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  display: block;
  margin: 0;
  text-decoration: none;
  position: relative;
}
#wt-responsive-nav a {
  padding-left: 35px;
}
#wt-responsive-nav ul a {
  padding-left: 55px;
}
#wt-responsive-nav ul ul a {
  padding-left: 75px;
}
#wt-responsive-nav ul ul ul a {
  padding-left: 95px;
}

#responsive_nav_open,
#responsive_nav_hide {
  position: absolute;
  right: 5px;
  top: 50%;
  text-decoration: none;
  text-align: center;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  z-index: 9999;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  display: none;
  background-color: #ffffff;
}
#responsive_nav_open i:before,
#responsive_nav_hide i:before {
  color: #333333;
  font-size: 18px;
  margin: 0;
  display: block;
  line-height: 36px;
}
#responsive_nav_hide i:before {
  font-size: 30px;
}
.small_device_active #responsive_nav_open {
  display: block;
}
.small_device_active #nav {
  display: none;
}
#responsive_nav_hide {
  display: block;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  top: 40px;
  right: 24px;
}
.show_responsive_nav #responsive_nav_hide {
  opacity: 1;
  visibility: visible;
}

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
