/*
Template Name: jeko
File Name: style.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
License URI: http://www.themevault.net/license/
*/


/* FONTS*/

@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');

@import '../fonts/font-awesome-4.7.0/css/font-awesome.min.css';


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}

a, button {
    text-decoration: none;
    cursor: pointer;
}
a {
    color: inherit;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
a:hover,
a:active,
a:focus {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}

ul{
    margin: 0;
    padding: 0;
}
.form-control::-webkit-input-placeholder {
    /*color: #33ffcc;*/
    opacity: 1;
}
.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent !important; }
.placeholder-fix:focus::-moz-placeholder   {color:transparent !important;}
.placeholder-fix:-moz-placeholder   {color:transparent !important;}
.form-control:focus{

}
textarea:focus,textArea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: none;
    box-shadow: none !important;
    outline: 0 none;
    border-color: #33ffcc !important;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button:active,
button:focus {
    outline: none !important;
    text-decoration: none;
}
.section-page-wrap {
    overflow: hidden;
    position: relative;
}
.page-wrapper {
    position: relative;
    overflow: hidden;
}

/* typography */

body {
    margin: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: inherit;
    background-color: #fff;
}
* {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0
}

/*spacing value*/
.tv-offspace-65 {
    margin-top: 65px;
}
.tv-offspace-30 {
    margin-top: 30px;
}
.tv-offspace-75 {
    margin-top: 75px;
}
.tv-offspace-left-15 {
    margin-left: 15px;
}
/*section padd*/
.tv-section-padding{
    padding-top: 120px;
}
.tv-section-padding-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.tv-section-padding-60 {
    padding-top: 60px;
    padding-bottom: 10px;
}
.tv-section-padding-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
/*divider*/

.divider-50 {
    border: medium none;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    height: 50px;
}

/*heading*/
h2 {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
h3 {
    font-family: Roboto;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 30px 0;
    text-transform: uppercase;
}
.tag-line {
    color: #848485;
    font-size: 0.95em;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 5px;
    text-shadow: 0 0 0;
    text-transform: capitalize;
}
.tv-mid-text {
    color: #333;
    font-family: Roboto;
    font-size: 1.1em;
    letter-spacing: 0.2px;
    line-height: 24px;
}
.media-heading {
    color: #fff;
    font-size: 2.25em;
    font-weight: 700;
    margin-bottom: 20px;
}
.app-link.app-link-second {
    color: #000;
}
.app-link-secondary.app-link-secondary-second {
    background-color: #33ffcc;
    color: #fff;
}
#download-block .app-link-secondary:hover {
    background-color: #000;
}

/* buttons */

.btn {
    text-align: center;
    line-height: 1.1;
    border-radius: 0;
    color: #fff;
    position: relative;
}
.btn-secondary {
    background: #33ffcc none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid rgba(0,0,0,0);
    padding: 13px 15px;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out 0s;
}
.btn-secondary:hover {
    color: #fff;
}

.btn-primary {
    background: #33ffcc none repeat scroll 0 0;
    border: medium none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 13px 15px;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out 0s;
}
.app-link-secondary , .app-link{
    background: #fff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #33ffcc;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
    padding: 10px 12px;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out 0s;
}
.app-link {
    background: transparent;
    color: #fff;
    border: 2px solid currentColor;
}
.app-link-secondary:hover, .app-link:hover {
    background: #33ffcc;
    color: #fff;
}
.app-link:hover {
    border-color: #33ffcc;
}

/*.btn-primary:hover {
    background: #000;
    border-color: #38300a;
}
.btn-primary.focus, .btn-primary:focus {
    background: #393939;
    border-color: #393939;
}*/

.btn-submit {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #fff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.fa-1-7x {
    font-size: 1.7em;
    vertical-align: sub;
}
/*navbar*/

/*navbar*/
.navbar-default {
    background: #000;
    border-color: rgba(0, 0, 0, 0);
    margin-bottom: 0 !important
}

.navbar-nav > li + li {
    margin-left: 5px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: Roboto;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.nav > li > a{
    padding: 8px 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fff;
    cursor: default;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: Oswald;
    font-size: 26px;
    font-weight: 700;
    height: 35px;
    letter-spacing: 3px;
    line-height: 35px;
    padding: 0;
    text-transform: uppercase;
}

.navbar > .container .navbar-brand:hover {
    color: #fff;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-toggle {
    border: medium none;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #33ffcc;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;

}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #fff;

}


/*hover link*/
html *,
html *:before,
html *:after {
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.hover-link{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.hover-link {
    /*color: #96a6be;*/
}
.hover-link:before, .hover-link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hover-link:before {
    right: -50px;
    border-right: 45px solid transparent;
    border-bottom: 80px solid  #33ffcc;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
}
.hover-link:after {
    left: -50px;
    border-left: 45px solid transparent;
    border-top: 80px solid  #33ffcc;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: -1;
}
.hover-link:hover {
    color: #fff;
}
.hover-link:hover:before, li.active .hover-link:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hover-link:hover:after, li.active .hover-link:after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}


/*banner*/
.banner-full-image {
    background: rgba(0, 0, 0, 0) url("../images/Mining-industry-bg.jpg") no-repeat fixed center top / cover ;
    height: 772px;
    margin-top: 77px;
    position: relative;
}
.banner-full-image::after {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.tv-banner-title {
    color: #fff;
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 2;
}
.tv-right-side-image {
    float: right;
    margin-top: 100px;
    padding-right: 15px;
}

.tv-banner-title h1 {
    color: #fff;
    font-family: Oswald;
    font-size: 2.6em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.tv-desc {
    font-family: Roboto;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 24px;
    text-shadow: 1px 0 0;
    text-transform: capitalize;
    width: 75%;
}

/*featured block*/
.tv-featured-block {
    box-shadow: 0 1px 4px #ddd;
    padding: 30px 15px 20px;
}
.tv-featured-block:hover {
    transform: scale(1.1)
}
.tv-featured-icon > a {
    border: 2px solid #33ffcc;
    display: inline-block;
    padding: 10px;
    transform: rotate(45deg);
}
.tv-featured-icon > a img {
    transform: rotate(-45deg);
}
.tv-featured-block > p {
    color: #333;
    font-family: Roboto;
    letter-spacing: 0.4px;
}

/*benefits*/
.tv-backgroung-color {
    background-color: #F0F6F6;
}
.tv-backgroung-color-pink {
    background-color: #33ffcc; 
}
.tv-icon-list li {
    text-align: center;
}
.tv-icon-list li + li {
    margin-top: 60px;
}
.tv-icon-list li > a {
    display: inline-block;
    margin-bottom: 35px;
}
.tv-icon-list h4 {
    font-family: Roboto;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.tv-icon-list li:first-child {
    margin-top: 50px;
}
.tv-mid-text + .tv-mid-text {
    margin-top: 25px;
}
.list-benefit {
    padding: 50px 0 0 25px;
}
.list-benefit li {
    position: relative;
}
.list-benefit li + li {
    margin-top: 35px;
}
.list-benefit li {
    font-family: Roboto;
    font-size: 1.3em;
    letter-spacing: 1px;
    padding-left: 25px;
    position: relative;
}
.list-benefit li::before {
    color: #33ffcc;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.media-body {
    width: auto;
}
.media-body > p {
    color: #fff;
    width: 75%;
    line-height: 20px;
}

/*get-link form*/
.tv-link-box {
    border: none;
    border-radius: 0;
    color: #000;
    height: 40px;
}
.tv-link-box::-moz-placeholder {
    color: #000 !important;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 12px;
}
.tv-link-button {
    background-color: #33ffcc;
    font-family: Roboto;
    font-size: 11.8px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tv-link-button:hover {
    background-color: #000;
    color: #fff;
}

/*review block*/
.full-bg-image {
    background: rgba(0, 0, 0, 0) url("../images/review-image.png") no-repeat scroll 0 0 / cover ;
    color: #fff;
    padding: 60px 0;
}
.tv-blog-box {
    margin-top: 30px;
    margin-bottom: 25px;
}
.tv-blog-box > p {
    font-family: Roboto;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 55px 30px;
    position: relative;
    text-align: center;
}
.tv-blog-box p::before {
    background: rgba(0, 0, 0, 0) url("../images/icons/quote.png") repeat scroll 0 0 / cover ;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
    transform: scaleX(-1);
}
.tv-blog-box p::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/quote.png") repeat scroll 0 0 / cover ;
    bottom: 0;
    content: "";
    height: 32px;
    position: absolute;
    right: 0;

    width: 32px;
}
.tv-blog-box > h5 {
    font-size: 1.5em;
    color: #33ffcc;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.tv-blog-box > span {
    color: #848485;
    display: block;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
}
#review .carousel-indicators {
    bottom: -30px;
    margin-bottom: 0;
}
#review .carousel-indicators li {
    background-color: #fff;
    height: 12px;
    width: 12px;
}
#review .carousel-indicators .active {
    background-color: #33ffcc;
    border-color: #33ffcc;
    margin: 1px;
}

/*contact form*/
#Contact-Form .form-control {
    border-color: #333;
    border-radius: 0;
    height: 40px;
}
#Contact-Form .form-control::-moz-placeholder {
    color: #333 ;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 12px;
}
#Contact-Form  textArea.form-control {
    height: 200px;
}
#Contact-Form  .form-group {
    margin-bottom: 30px;
}

/*counter*/
.tv-counter-banner-image {
    background: rgba(0, 0, 0, 0) url("../images/counterbanner.png") no-repeat scroll 0 0 / cover ;
    color: #fff;
    padding: 75px 0;
}
.counter {
    font-family: Roboto;
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 15px 0 10px 0;
}
.tv-information > h5 {
    font-size: 1.07em;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #33ffcc;
}

/*footer*/
footer {
    color: #fff;
}
.tv-footer-color {
    background-color: #000;
}
.tv-footer-head-title {
    font-family: Oswald;
    font-size: 1.7em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.tv-footer-contact-list > li {
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 25px;
    position: relative;
}
.tv-footer-contact-list > li a:hover {
    color: #33ffcc;
}
.tv-footer-contact-list img {
    left: 0;
    position: absolute;
}
.tv-footer-contact-list > li + li {
    margin-top: 30px;
}
.text-pink {
    color: #33ffcc;
}
.tv-twitter-feed .media-body > p {
    width: 100%;
}
.tv-twitter-feed .media-body > p, .tv-text {
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
    width: 100%;
}
.tv-twitter-feed .media-body > p a, .tv-text a {
    color: #33ffcc;
}
.tv-twitter-feed .media-body > p a:hover, .tv-text a:hover {
    color: #fff;
}
.tv-offspace-t-7 {
    margin-top: 7px;
}
.tv-small-font {
    color: #848485;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.tv-bottom-social-link {
    margin-top: 45px;
}
.tv-bottom-social-link li {
    float: left;
    font-size: 1.3em;
}
.tv-bottom-social-link li + li {
    margin-left: 10px;
}
.tv-bottom-social-link li a:hover {
    color: #33ffcc;
}
.copyright {
    font-family: Roboto;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 100px;
}
.copyright a {
    color: #33ffcc;
}
.copyright a:hover {
    color: #fff;
}


/*instafeed images*/
.tv-insta-image-list::before, .tv-insta-image-list::after {
    clear: both;
    content: "";
    display: table;
}
#instafeed > div {
    padding: 8px;
}
.tv-insta-image-list {
    margin-left: -8px;
    margin-right: -8px;
}
#instafeed .likes {
    background: rgba(255,19,113, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    font-size: 1em;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    top: 0;
    transition: opacity 100ms ease 0s;
    width: 100%;
}
#instafeed a img{
    max-width: 100%;
}
.insta-image {
    max-width: 150px;
    position: relative;
}
#instafeed a:hover .likes {
    opacity:1;
}
.animated.flipInX {
    display: block;
    /*float: left;*/
    position: relative;
}

.insta-image-list #instafeed > div:nth-child(-n+6){
    margin-bottom: 40px;
}




#back-to-top {
    background-color: #33ffcc;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 35px;
}
#back-to-top:hover {
    color: #fff;
    background-color: #000;
}
#back-to-top i {
    font-size: 35px;
    vertical-align: sub;
}


/*preload*/
#preloader-container {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1040;
}
.preloader {
    height: 60px;
    left: 50%;
    margin-left: -50px;
    margin-top: -31px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
}
.preloader span {
    animation-direction: alternate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: bubble-anim;
    background: #33ffcc;
    border-radius: 60px;
    display: inline-block;
    height: 13px;
    margin: 31px auto;
    vertical-align: middle;
    width: 13px;
}
.bubble-01 {
    animation-delay: 0s;
}
.bubble-02 {
    animation-delay: 0.2s;
}
.bubble-03 {
    animation-delay: 0.4s;
}
@keyframes bubble-anim {
    0% {
        background-color: #33ffcc;
        height: 13px;
        transform: translateY(0px);
        width: 13px;
    }
    100% {
        background-color: #33ffcc;
        height: 30px;
        transform: translateY(-26px);
        width: 30px;
    }
}

