/**********************************************************************************

	Project Name: Katemi - Clean Responsive Product, Service and App Landing Page
	Description : Stylesheet for Katemi Landing Page
	Author: Works of Wisnu
	Author URI: https://worksofwisnu.com
	Version: 1.0.0
	
**********************************************************************************/


/* Presets Style */

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #272b31;
    padding: 0;
    text-rendering: optimizeLegibility;
}

ol,
ul {
    list-style: none;
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    line-height: 1.5em;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-weight: 300;
}

h3 {
    font-size: 29px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

a {
    color: #000;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

a:hover {
    color: #222;
    text-decoration: none;
}

.large-link {
    font-size: 22px;
    margin-top: 25px;
    display: block;
}

.large-link:after {
    font-family: 'entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
    position: absolute;
    margin-left: 10px;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
li::selection,
a::selection {
    background: #2e9a66;
    text-shadow: none;
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::selection,
li::selection,
a::-moz-selection {
    background: #2e9a66;
    text-shadow: none;
}

section {
    padding: 20px 0;
}

hr {}

.title {
    font-weight: 500;
}

.centered {
    text-align: center !important;
}

.uppercase {
    text-transform: uppercase;
}

.bolder {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.lighter {
    font-weight: 200;
}

.center-image {
    margin: 0 auto;
    display: block;
}

hr.title-line {
    margin: -38px auto 40px;
    width: 50%;
    display: block
}

hr.content-hr {
    border: 0;
    border-top: 1px solid #2e9a66;
    margin-bottom: 0;
}

span.rollover {
    opacity: 1;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    background: url(../images/photo-zoom.png) center center no-repeat;
    cursor: pointer;
    width: 420px;
    height: 300px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

span.rollover:hover {
    opacity: .7;
}

.checklist {
    margin: 0;
}

.checklist li {
    padding-left: 30px;
    margin-bottom: 10px;
}

.green-list {
    background: url(../images/green-check.png) no-repeat;
}


/* Dark Background */

.dark-bg {
    background: #272b31 url(../images/dark-bg.png) repeat;
    color: #fff;
}

.wali {
    list-style: none;
    margin-bottom: 10px;
}

.wali li {
    font-size: 14px;
    color: #555;
    font-weight: normal;
    line-height: 22px;
    margin-left: 0;
    padding-bottom: 3px;
    padding-left: 35px;
}

.wali li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #333333;
    padding-top: 1px;
    font-size: 14px;
    margin-left: -15px;
    padding-right: 10px;
    position: absolute;
}

.wali-ol {
    list-style: none;
    margin-bottom: 10px;
    margin-left: 30px;
}

.wali-ol li {
    font-size: 14px;
    color: #555;
    font-weight: normal;
    line-height: 22px;
    margin-left: 0;
    padding-bottom: 3px;
    padding-left: 35px;
}

.wali-ol li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #333333;
    padding-top: 1px;
    font-size: 7px;
    margin-left: -15px;
    padding-right: 10px;
    position: absolute;
}


/* Alert */

.alert .close {
    line-height: 12px;
    border: none;
    border-radius: 0;
    background: none;
    color: #000;
    text-shadow: none;
    box-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.alert .close:hover {
    opacity: .5;
}

.alert {
    color: #b38b46;
    background-color: #ece1a5;
    border: 1px solid #d19a24;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f3aeae;
    border-color: #c23248;
}

.alert-success {
    color: #468847;
    background-color: #9fd177;
    border-color: #0f8a2c;
}


/* Form Error Message */

.form-error-message {
    display: none;
}


/* Buttons */

.small-btn {
    font-size: 17px;
    font-weight: 500;
    padding: 15px 19px;
    border-radius: 10px;
    display: inline-block;
}

.onsmall-btn {
    font-size: 17px;
    font-weight: 500;
    padding: 5px;
    display: inline-block;
}

.newsmall-btn {
    font-size: 17px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    display: inline-block;
}

.moresmall-btn {
    font-size: 15px;
    font-weight: 500;
    padding: 5px;
    display: inline-block;
}

.medium-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px;
    display: inline-block;
}

.large-btn {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
}

.green-btn {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    letter-spacing: 1px;
    background: #f49306;
    /* Old browsers */
    border-radius: 5px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.25) !important;
}

.green-btn:hover {
    color: #fff;
    background: #F6AA3D;
}

.small-btn-green {
    font-size: 16px;
    font-weight: normal;
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
}

.yellow-btn {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    letter-spacing: 1px;
    background: #f9b456;
    background: -moz-linear-gradient(top, #f9b456 0%, #f7a12c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9b456), color-stop(100%, #f7a12c));
    background: -webkit-linear-gradient(top, #f9b456 0%, #f7a12c 100%);
    background: -o-linear-gradient(top, #f9b456 0%, #f7a12c 100%);
    background: -ms-linear-gradient(top, #f9b456 0%, #f7a12c 100%);
    background: linear-gradient(to bottom, #f9b456 0%, #f7a12c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9b456', endColorstr='#f7a12c', GradientType=0);
    border: 1px solid #f7a12c;
    border-radius: 2px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .19), inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 0 5px rgba(255, 255, 255, .31);
}

.yellow-btn:hover {
    color: #fff;
    background: #f7a12c;
    background: -moz-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7a12c), color-stop(100%, #f9b456));
    background: -webkit-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: -o-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: -ms-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: linear-gradient(to bottom, #f7a12c 0%, #f9b456 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7a12c', endColorstr='#f9b456', GradientType=0);
}

.yellow-btn:visited {
    color: #fff;
    background: #f7a12c;
    background: -moz-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7a12c), color-stop(100%, #f9b456));
    background: -webkit-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: -o-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: -ms-linear-gradient(top, #f7a12c 0%, #f9b456 100%);
    background: linear-gradient(to bottom, #f7a12c 0%, #f9b456 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7a12c', endColorstr='#f9b456', GradientType=0);
}

.red-btn {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    letter-spacing: 1px;
    background: rgb(204, 42, 42);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 42, 42, 1)), color-stop(100%, rgba(207, 94, 98, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc2a2a', endColorstr='#cf5e62', GradientType=0);
    /* IE6-9 */
    border-radius: 8px;
}

.red-btn:hover {
    color: #fff;
    background: #f7a12c;
    background: -moz-linear-gradient(top, #DE1313 0%, #DE1313 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DE1313), color-stop(100%, #DE1313));
    background: -webkit-linear-gradient(top, #DE1313 0%, #DE1313 100%);
    background: -o-linear-gradient(top, #DE1313 0%, #DE1313 100%);
    background: -ms-linear-gradient(top, #DE1313 0%, #DE1313 100%);
    background: linear-gradient(to bottom, #DE1313 0%, #DE1313 100%);
}

.red-btn:visited {
    color: #fff;
    background: rgb(204, 42, 42);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 42, 42, 1)), color-stop(100%, rgba(207, 94, 98, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(204, 42, 42, 1) 0%, rgba(207, 94, 98, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc2a2a', endColorstr='#cf5e62', GradientType=0);
    /* IE6-9 */
}

.grey-btn {
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    letter-spacing: 1px;
    background: rgb(218, 211, 71);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(218, 211, 71, 1)), color-stop(4%, rgba(218, 211, 71, 1)), color-stop(80%, rgba(218, 211, 71, 1)), color-stop(81%, rgba(195, 188, 51, 1)), color-stop(81%, rgba(195, 188, 51, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dad347', endColorstr='#c0ba32', GradientType=1);
    /* IE6-9 */
    border: 1px solid #BEB953;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .19), inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 0 5px rgba(255, 255, 255, .31);
}

.grey-btn:hover {
    color: #fff;
    background: rgb(218, 211, 71);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(218, 211, 71, 1)), color-stop(4%, rgba(218, 211, 71, 1)), color-stop(80%, rgba(218, 211, 71, 1)), color-stop(81%, rgba(195, 188, 51, 1)), color-stop(81%, rgba(195, 188, 51, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dad347', endColorstr='#c0ba32', GradientType=1);
    /* IE6-9 */
}

.grey-btn:visited {
    background: rgb(218, 211, 71);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(218, 211, 71, 1)), color-stop(4%, rgba(218, 211, 71, 1)), color-stop(80%, rgba(218, 211, 71, 1)), color-stop(81%, rgba(195, 188, 51, 1)), color-stop(81%, rgba(195, 188, 51, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(218, 211, 71, 1) 0%, rgba(218, 211, 71, 1) 4%, rgba(218, 211, 71, 1) 80%, rgba(195, 188, 51, 1) 81%, rgba(195, 188, 51, 1) 81%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dad347', endColorstr='#c0ba32', GradientType=1);
    /* IE6-9 */
}

.burgundy-btn {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    letter-spacing: 1px;
    background: #8C001A;
    /* Old browsers */
    border: 1px solid #fff;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .19), inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 0 5px rgba(255, 255, 255, .31);
}

.burgundy-btn:hover {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    letter-spacing: 1px;
    background: #8C001A;
    /* Old browsers */
    border: 1px solid #A9A422;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .19), inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 0 5px rgba(255, 255, 255, .31);
}

.burgundy-btn:visited {
    color: #fff !important;
    background-color: #C1BC43;
}

.blue-btn {
    height: 20px;
    background-color: #6CB3EA;
    color: #fff;
}

.blue-btn:hover {
    height: 20px;
    background-color: #6CB3EA;
    color: #fff;
}

.brown-btn {
    background-color: #666;
    color: #fff;
    float: right;
}

.brown-btn:hover {
    background-color: #666;
    color: #fff;
}

.brown-btn:visited {
    background-color: #666;
    color: #fff;
}

.brown-btn1 {
    color: #777777;
    text-decoration: none;
    float: right;
}

.brown-btn1:hover {
    color: #777777;
}

.brown-btn1:visited {
    color: #777777;
}

.brown-btn2 {
    background-color: #d7d7d7;
    border-radius: 5px;
    color: #6E6D6D;
    float: right;
}

.brown-btn2:hover {
    background-color: #d7d7d7;
    border-radius: 5px;
    color: #6E6D6D;
}

.brown-btn2:visited {
    background-color: #d7d7d7;
    border-radius: 5px;
    color: #6E6D6D;
}

.orange-btn {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    letter-spacing: 1px;
    background: #f49306;
    /* Old browsers */
    border-radius: 5px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.30) !important;
}

.orange-btn:hover {
    color: #fff;
    background: #F6AA3D;
}

.small-btn-orange {
    font-size: 17px;
    font-weight: bold;
    padding: 6px 30px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
}


/* Social Buttons
-------------------------------- */

.social {
    margin: 0;
    display: inline-block;
}

.social li {
    float: left;
    margin-right: 10px;
    border: 2px solid #272b31;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.social li:last-child {
    margin-right: 0;
}

.social li:hover {
    border: 2px solid #04478A;
}

.social li a {
    color: #272b31;
    text-shadow: none;
    width: 32px;
    height: 32px;
    line-height: 36px;
    display: block;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.social li a:hover {
    color: #04478A;
}


/* #TOP NAV
=============================== */

.navbar-inverse .navbar-inner {
    background: rgba(255, 255, 255, .9);
    border: none;
    background-color: #FFFFFF;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-shadow: none;
}

.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:hover,
.navbar-inverse .nav .active>a:focus {
    color: #fff;
    background-color: #05488C !important;
    border-radius: 0;
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav>li>a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav>li>a:focus {
    color: #fff;
    background-color: #05488C !important;
    s
}

.navbar .nav.pull-right {
    margin-top: 15px;
}


/* #HEAD BANNER
=============================== */

#head-banner {
    background: #f1f1f1;
    height: 535px;
    margin-top: 16px;
}

#head-banner h1 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, .35);
}

#head-banner h3,
#head-banner h4,
#head-banner h5 {}

.head-cta {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Product Teaser */

.product-teaser {}

.product-teaser .product-teaser-title {
    font-weight: bold;
}

.product-teaser .product-teaser-desc {
    color: #959eaa;
}

.product-teaser .left-desc {}

.product-teaser .left-desc:after {
    background: url(../images/arrow1.png) right no-repeat;
    content: '';
    height: 123px;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.product-teaser .right-desc {
    margin-top: 70px;
}

.product-teaser .right-desc:before {
    background: url(../images/arrow2.png) left no-repeat;
    content: '';
    height: 123px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.product-teaser span.play-button {
    opacity: .7;
    background: url(../images/play-button.png) center center no-repeat;
    cursor: pointer;
    width: 460px;
    height: 345px;
    position: absolute;
    z-index: 10;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.product-teaser span.play-button:hover {
    opacity: 1;
}


/* App Teaser */

.app-teaser {
    margin-top: 60px;
    margin-bottom: 40px;
}

.app-teaser .app-teaser-title {
    font-weight: bold;
}

.app-teaser .app-teaser-desc {
    color: #959eaa;
}

.app-teaser .left-desc .top-left-desc,
.app-teaser .right-desc .top-right-desc {
    margin-top: 45px;
}

.app-teaser .left-desc .btm-left-desc,
.app-teaser .right-desc .btm-right-desc {
    margin-top: 45px;
}

.app-teaser .left-desc .top-left-desc:after {
    background: url(../images/arrow3.png) center no-repeat;
    content: '';
    height: 92px;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.app-teaser .left-desc .btm-left-desc:before {
    background: url(../images/arrow4.png) center no-repeat;
    content: '';
    height: 92px;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.app-teaser .right-desc .top-right-desc:after {
    background: url(../images/arrow5.png) center no-repeat;
    content: '';
    height: 92px;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.app-teaser .right-desc .btm-right-desc:before {
    background: url(../images/arrow6.png) center no-repeat;
    content: '';
    height: 92px;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.app-teaser img.app-image {
    position: absolute;
}


/* flexslider head banner */

.low-head-banner-wrapper h5 {
    background: url(../images/dark-bg.png) repeat #272b31;
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 25px;
}

.dark-bg hr {
    border: 1px solid;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.flexslider-low-head-banner .slides {
    min-height: 83px;
}


/* Testimonial */

.testimonial {
    color: #959eaa;
    font-weight: 300;
    padding: 0 35px;
    margin-left: 0;
}

.testimonial:before {
    background: url(../images/quote1.png) top left no-repeat;
    background-size: 19px 17px;
    content: "";
    height: 17px;
    width: 19px;
    position: absolute;
    left: 0;
    margin-top: 0;
}

.testimonial:after {
    background: url(../images/quote2.png) bottom right no-repeat;
    background-size: 19px 17px;
    content: "";
    height: 17px;
    width: 19px;
    position: absolute;
    right: 0;
    margin-top: 6px;
}

.testi {
    font-style: italic;
}

.author:before {
    content: '\2014';
}


/* Content */

.section-title-wrapper {
    margin-bottom: 60px;
}

.section-title {
    margin-bottom: 20px;
}

.section-subtitle {
    width: 67%;
    display: block;
    margin: 10px auto;
}


/* #Marketing
=============================== */

.marketing-icon {
    box-shadow: 0 0 0 5px #272b31;
    border-radius: 50%;
    margin-bottom: 10px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.marketing-icon:hover {
    box-shadow: 0 0 0 10px #272b31;
}


/* #Featurettes
=============================== */

.featurettes-inner-section img {
    margin: 20px 0 40px;
}

.featurettes-inner-section .checklist {
    margin-top: 60px;
}

.featurettes-inner-section .checklist li {
    margin-bottom: 1.2em;
    font-size: 12px;
    line-height: 20px;
}


/* #Annotations
=============================== */


/* Product Annotations */

.annotation-link {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #ff2400;
    box-shadow: 0 0 0 5px rgba(255, 36, 0, 0.32);
    border-radius: 50%;
    content: "";
    font: 0/0 a;
}

.annotation-link:hover {
    box-shadow: 0 0 0 10px rgba(255, 36, 0, 0.32);
}


/*product dot*/

.product-dot1 {
    margin-left: 125px;
    margin-top: 110px;
}

.product-dot2 {
    margin-left: 515px;
    margin-top: 150px;
}

.product-dot3 {
    margin-left: 815px;
    margin-top: 80px;
}

.product-dot4 {
    margin-left: 206px;
    margin-top: 185px;
}

.product-dot5 {
    margin-left: 740px;
    margin-top: 255px;
}

.product-dot6 {
    margin-left: 625px;
    margin-top: 410px;
}

.product-dot7 {
    margin-left: 150px;
    margin-top: 350px;
}

.product-dot8 {
    margin-left: 475px;
    margin-top: 600px;
}


/* App Annotations */

.left-annotation,
.right-annotation {
    margin-top: 60px;
}

#features {
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    background: rgb(234, 234, 234);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(234, 234, 234, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-9 */
}

ul.annotations-features {
    margin: 60px 0;
    background-color: #0000CC
}

ul.annotations-features li {
    margin-bottom: 20px;
}

.annotations-features-icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 4em;
}


/*app dot*/

.app-dot1 {
    margin-left: 80px;
    margin-top: 120px;
}

.app-dot2 {
    margin-left: 150px;
    margin-top: 215px;
}

.app-dot3 {
    margin-left: 90px;
    margin-top: 350px;
}

.app-dot4 {
    margin-left: 260px;
    margin-top: 425px;
}

.app-dot5 {
    margin-left: 55px;
    margin-top: 500px;
}


/* Pricing Table */

.pricing-table {
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #D3CBB9;
    color: #333;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
    margin-bottom: 40px;
}

.pricing-table.popular:before {
    background: url("../images/ribbon.png") 0 0 no-repeat;
    background-size: 82px 82px;
    content: "";
    height: 82px;
    width: 82px;
    position: absolute;
    margin-left: 33px;
    margin-top: -6px;
}

.pricing-head,
.pricing-table-button {
    text-align: center;
}

.pricing-head {
    border-radius: 4px 4px 0 0;
}

.pricing-head p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    background: #fff;
    box-shadow: 0 -1px 5px rgba(130, 130, 130, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 5px;
    border-bottom: 1px solid #bbb;
    border-radius: 4px 4px 0 0;
}

.the-price {
    background-color: #f1f1f1;
    box-shadow: 0 1px 0 #dddddd, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.the-price small {
    color: #fff;
    font-weight: normal;
    padding-bottom: 10px;
}

.subscript {
    font-size: 25px;
}

.pricing-content ul {
    padding: 0;
}

.pricing-content li {
    color: #666;
    font-weight: normal;
    padding: 10px 0;
}

.pricing-content li:nth-child(even) {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: rgba(220, 220, 220, .68);
    box-shadow: inset 0 1px 0 #fff
}

.pricing-table-button {}

.pricing-table-button a {
    display: inline-block;
}


/* Team */

ul.team {
    margin: 40px 0;
}

ul.team li {
    margin-bottom: 25px;
}

ul.team li img {
    float: left;
    margin-right: 20px;
    margin-bottom: 4em;
}

.position {
    color: #959eaa;
    font-weight: normal;
}

a.team-social {
    color: #272b31;
    font-size: 20px;
    margin-right: 10px;
}

a.team-social:hover {
    color: #2e9a66;
}


/* Toggle FAQ*/

.toggle-content {
    margin-bottom: 20px;
}

.toggle-group {
    margin-bottom: 2px;
}

.toggle-heading {
    border-bottom: 1px dashed #999;
    padding: 10px 0;
}

.toggle-heading .toggle-button {
    display: block;
    padding: 8px 10px;
    cursor: pointer;
    color: #272b31;
    font-size: 16px;
    font-weight: normal;
}

a.toggle-button:hover {
    color: #2e9a66;
}

a.toggle-button:before {
    content: 'Q';
    color: #2e9a66;
    font-size: 22px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #272b31;
}

a.toggle-button h5 {
    margin-bottom: 10px;
}

a.toggle-button:hover {
    text-decoration: none;
}

.toggle-inner {
    background-color: rgba(220, 220, 220, .17);
    box-shadow: 0 -1px 0 #999;
    border: none;
}

.toggle-inner .toggle-text {
    padding: 15px 20px;
}


/* #Breakline
=============================== */

#breakline {
    border-top: 2px solid #2e9a66;
    border-bottom: 2px solid #2e9a66;
}

#breakline h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, .75);
    padding: 20px 0 30px;
}

#breakline h3:after {
    content: '';
    background: url(../images/arrow7.png) 0 0 no-repeat;
    background-size: 167px 47px;
    width: 167px;
    height: 47px;
    position: absolute;
    margin-top: 20px;
    margin-left: -75px;
}


/* Subscribe */

#subscribe_form {
    margin-top: 40px;
}

#subscribe_form input[type="text"] {
    background-clip: padding-box;
    background-color: rgba(72, 75, 78, 0.15);
    border: none;
    box-shadow: 0 1px 0 rgba(64, 67, 72, .75), inset 0 1px 5px rgba(0, 0, 0, .75);
    padding: 10px 20px 10px 15px;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    font-size: 12px;
    font-weight: 300;
    width: 60.5%;
    margin-right: 5px;
}

.subscribe-submit {
    border-radius: 4px;
    background-clip: padding-box;
    padding: 9px 17px 8px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    font-weight: 300;
}

.subscribe-text {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    color: #959eaa;
}


/* Contact
=================================*/

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal-backdrop {
    background-color: rgba(39, 43, 49, 0.75);
}

.modal-body {
    padding: 10px 12px;
    max-height: none;
}

#contactModal {
    border: 1px solid #272b31;
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #F5F5F5;
}

.modal-header {
    background-color: #003871;
    border-radius: 5px 5px 0 0;
    padding: 2px 20px;
}

.modal-footer {
    background-color: #003871;
}

.modal-label {
    margin: 0;
}

button.close {
    color: #fff;
    text-shadow: 0 1px 3px rgba(39, 43, 49, .49);
    border: 3px solid rgba(252, 253, 254, 0.5);
    border-radius: 50%;
    background-clip: padding-box;
    background-color: rgba(153, 153, 153, 0.51);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35);
    margin: 0;
    padding: 5px 7px 10px;
    line-height: 12px;
    opacity: 1;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.modal-header .close {
    margin-top: 10px;
}

.modal-h2 {
    color: #fff;
}


/* Contact Form Section */

#contact_form {
    margin: 0;
}

#contact {
    background: #f1f1f1;
}

#contact_form label {
    color: #272b31;
    font-size: 16px;
}

.contact-form-container .row-fluid {
    margin-bottom: 10px;
}

.contact-form-container input,
.contact-form-container textarea {
    background-clip: padding-box;
    background-color: rgba(238, 242, 244, .61);
    box-shadow: 0 0 3px #fff, inset 0 1px 5px rgba(130, 130, 130, .75);
}

.contact-form-container input {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.contact-form-container textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 20px;
}

input[type="submit"].send-button {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .44);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 17px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .19), inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 0 5px rgba(255, 255, 255, .31);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}


/* Hopscotch Take a Tour plugin custom style */

div.hopscotch-bubble .hopscotch-nav-button.next {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .32);
    letter-spacing: 1px;
    background: #5aaf86 !important;
    background: -moz-linear-gradient(top, #5aaf86 0%, #2e9a66 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5aaf86), color-stop(100%, #2e9a66)) !important;
    background: -webkit-linear-gradient(top, #5aaf86 0%, #2e9a66 100%) !important;
    background: -o-linear-gradient(top, #5aaf86 0%, #2e9a66 100%) !important;
    background: -ms-linear-gradient(top, #5aaf86 0%, #2e9a66 100%) !important;
    background: linear-gradient(to bottom, #5aaf86 0%, #2e9a66 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5aaf86', endColorstr='#2e9a66', GradientType=0) !important;
    border: 1px solid #2e9a66 !important;
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .19), inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 0 5px rgba(255, 255, 255, .31) !important;
}

div.hopscotch-bubble .hopscotch-nav-button.next:hover {
    color: #fff;
    background: #2e9a66 !important;
    background: -moz-linear-gradient(top, #2e9a66 0%, #5aaf86 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e9a66), color-stop(100%, #5aaf86)) !important;
    background: -webkit-linear-gradient(top, #2e9a66 0%, #5aaf86 100%) !important;
    background: -o-linear-gradient(top, #2e9a66 0%, #5aaf86 100%) !important;
    background: -ms-linear-gradient(top, #2e9a66 0%, #5aaf86 100%) !important;
    background: linear-gradient(to bottom, #2e9a66 0%, #5aaf86 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2e9a66', endColorstr='#5aaf86', GradientType=0) !important;
}

#header-slider {}

#header-slider h1 {
    color: #FFF;
    margin-bottom: 20px;
}

#header-slider p {
    color: #A2A2A2;
    margin-bottom: 25px;
}

#header-slider h2 {
    color: #FFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#header-slider .listings {
    list-style: none;
}

#header-slider .listings li {
    padding-left: 0;
    font-size: 15px;
    margin-bottom: 15px;
}

#header-slider .listings li i {
    color: #FFF;
    margin-right: 15px;
    font-size: 22px;
}


/* ==========================================================================
	Header Customizations
============================================================================ */

.header-text h1 {
    font-size: 55px;
    font-weight: 400;
    line-height: 60px;
    color: #FFF;
    margin-bottom: 20px;
}

.header-text h2 {
    color: #FFF;
}

.header-text li,
.header-text p {
    color: #A2A2A2;
}

.header-text li {
    margin-bottom: 15px;
}

.header-text li i {
    color: #FFF;
    margin-right: 15px;
    font-size: 22px;
}

.header-optin {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.header-optin-headline {
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    font-weight: 300;
    text-align: center;
    padding: 30px;
    font-size: 30px;
}

.header-optin-headline span {
    font-weight: bold;
    text-transform: uppercase;
}

.header-optin-text {
    padding: 10px 30px;
}

.header-optin-content {
    padding: 0 30px;
}

.optin-input {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 100%;
    color: #FFF;
}

.header-video {
    position: relative;
}

.header-video iframe {
    width: 100%;
    height: 410px;
    border: none;
}


/* ==========================================================================
	Classes
============================================================================ */

.section {
    padding: 60px 0;
}

.carousel {
    padding-top: 60px;
}

.carousel .item h1 {
    font-size: 38px;
    line-height: 40px;
}

.carousel .item img {
    max-height: 350px;
}


}

/*Change*/
.white-text {
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.highlights ul {
    list-style: none;
    margin: 0px;
    padding-bottom: 5px;
}
.highlights li {
    color: #666;
    line-height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
}
.video-container {
    position: relative;
}
.video-container iframe {
    width: 90%;
    margin: 4px;
    height: 410px;
    padding: 4px;
    border-radius: 10px;
    border: 4px solid #CCCCCC;
}
.dark-bg1 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 31px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.section-headline {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 60px;
}
.section-headline h1 {
    font-size: 44px;
    font-weight: 300;
    display: inline-block;
    margin-top: 0;
    color: #333940;
    letter-spacing: -1px;
}
.section-headline h2 {
    font-size: 17px;
    font-weight: 400;
    color: #919191;
}
.white-heading h1,
.white-heading h2 {
    color: #333;
}
.extra-features {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    margin-bottom: 60px;
}
.extra-features i {
    clear: both;
    display: inline-block;
    -webkit-transition: color 0.5s ease-in;
    -moz-transition: color 0.5s ease-in;
    -o-transition: color 0.5s ease-in;
    transition: color 0.5s ease-in;
    text-align: center;
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #CCC751;
    margin-right: 6px;
    margin-left: 10px;
    margin-bottom: 90px;
    float: left;
    background: #fff;
    color: #CCC751;
}
.extra-features h4 {
    font-weight: bold;
}
#testimonials {
    background: rgb(230, 236, 239);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(230, 236, 239, 1) 0%, rgba(249, 250, 251, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 236, 239, 1)), color-stop(100%, rgba(249, 250, 251, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(230, 236, 239, 1) 0%, rgba(249, 250, 251, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(230, 236, 239, 1) 0%, rgba(249, 250, 251, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(230, 236, 239, 1) 0%, rgba(249, 250, 251, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(230, 236, 239, 1) 0%, rgba(249, 250, 251, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6ecef', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-9 */
}
.testimonial-body {
    clear: both;
    margin: 40px auto;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #EEE;
    text-align: center;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
}
.testimonial-body h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
#testimonials img {
    border: 4px solid #fff;
    margin: 0 auto;
}
#testimonials-slider .carousel-control {
    color: #333;
    text-shadow: none;
}
#testimonials-slider .carousel .item {
    max-height: auto;
}

/* ==========================================================================
Scroll Up
============================================================================ */

/* ==========================================================================
	Responsive Fixes
============================================================================ */
@media handheld,
only screen and (max-width: 500px) {
    .navbar-collapse {
        background-color: transparent;
    }
    
    .carousel .item h1 {
        font-size: 24px;
        font-weight: 300;
    }
    
    .carousel-indicators {
        bottom: 0;
    }
    
    .carousel {}
    
    .carousel .item {}
    
    .carousel .item img {
        max-height: 400px;
    }
    
    .carousel .item p {}
    
    .carousel .carousel-control {
        width: 7%
    }
    
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
        filter: none;
    }
    
    .carousel .carousel-control i {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
    }
    
    .carousel-indicators {}
    
    .modal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0;
    }
    
    .modal.fade {
        top: -100px;
    }
    
    .modal.fade.in {
        top: 20px;
    }
    
    .modal {
        top: 10px;
        right: 10px;
        left: 10px;
    }
    
    .modal-header .close {
        padding: 10px;
        margin: -10px;
    }
    
    .hidden-desktop {
        display: none !important;
    }
    
    .visible-desktop {
        display: inherit !important;
    }
    
    .hidden-phone {
        display: inherit !important;
    }
    
    .visible-phone {
        display: none !important;
    }
    /***** SCREENSHOTS *****/
    
    .hidden-phone {
        display: none !important;
    }
    
    .visible-phone {
        display: inherit !important;
    }
    
    .testi {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .19), inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 0 5px rgba(255, 255, 255, .31);
        border-radius: 5px;
        width: 90%;
        float: left;
        margin: 0px;
        padding: 0px;
        background-color: #999999;
    }
    /*!
 * Bootstrap Responsive v2.0.3
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
}

/* step counter */
.ht {
    height: 300px;
}
.ht1 {
    height: 220px;
}
.ht img {
    border-style: none !important;
}
.ht1 img {
    border-style: none !important;
}
.step-container {
    margin-top: 50px;
}
.text-center p {
    font-size: 15px;
    color: #555;
}
.step-counter {
    width: 60px;
    height: 60px;
    top: -30px;
    border-width: 2px !important;
    background-color: #59BF82;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaaaaa;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    top: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #aaaaaa;
}
.bg-light {
    background-color: #fff !important;
    margin: 0 10px;
    padding: 20px;
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
    border: 2px solid #aaaaaa;
    border-radius: 10px;
}
.process {
    font-size: 40px;
}
.ourprocess,
.ourprocess .bg-light {
    position: relative;
}
.ourprocess .bg-light::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 51px;
    background-color: #aaaaaa;
    top: 50%;
    left: 100%;
}
.ourprocess .span3:last-child .bg-light::before {
    content: none;
}
.ourprocess .bg-light::before {
    content: '';
    position: absolute;
    height: 11px;
    width: 11px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    transform: rotate(45deg);
    top: 50%;
    left: 100%;
    margin-left: 37px;
    margin-top: -5px;
}
.ourprocess1 .bg-light::before {
    margin-left: 4px;
    transform: rotate(-45deg);
    border-right: 2px;
    border-left: 2px solid #aaaaaa;
}
.ourprocess::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 385px;
    left: 100%;
    margin-left: 38px;
    top: 236px;
    background: #aaaaaa !important;
}