/*=========================================
  main
==========================================*/
html, body {
    width: 100%;
    overflow-x: auto;
}

body {
    background-color: #fff;
    line-height: 21px;
    font-size: 14px;
    color: #6a737b;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

.container900{
    width: 900px;
}

.nav a {
    color: #fff;

    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #ffffff;
}

h1, h2, h3,
h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

span.color {
    color: #0feb9e;
}

body > section {
    padding: 40px 0;
}


.sec-title h2 {
    color: #414141;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.sec-sub-title {
    margin: 35px 0 45px;
}

.sec-sub-title p {
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    color: #5b646e;
}

.devider {
    margin-top: 30px;
}

.devider i {
    color: #cccccc;
}

.devider:before,
.devider:after {
    content: "______________________";
    color: #e6e8ea;
    position: relative;
    bottom: 6px;
}

.devider:before {
    right: 10px;
}

.devider:after {
    left: 10px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt10 {
    padding-top: 10px;
}

.pt0 {
    padding-top: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

#preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
}

#preloader > img {
    left: 47%;
    position: absolute;
    top: 48%;
}

.features-ff{
    background-color: #fff;
}

.features-f3{
    background-color: #f3f3f3;
}

.bor-radius{
    border-radius: 5px;
}

.title-color{
    color: #101010;
    font-weight: 800;
}

.sec-title .title-color-ff, .title-color-ff{
    color: #ffffff;
}

.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}

.fa-color-0{
    color: #6dd9c2;
}

.fa-color-1{
    color: #17c6de;
}

.fa-color-2{
    color: #4e8cee;
}

.fa-color-3{
    color: #ffad94;
}

.fa-color-4{
    color: #ffd974;
}

.fa-color-5{
    color: #12c5dd;
}
.pd-none{
    padding: 0;
}

.btn-theme{
    background-color: #0c8ff7;
    color: #fff;
}
.form-theme{
    border: 0;
    background-color: #f3f3f3;
}

.texta-ff{
    color: #ffffff;
}

.container{
    min-width: 900px;
}

