body {
    background: #16161a;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.tm-white a {
    color: #fff
}

h1 {
    margin-top: 0;
    margin-bottom: 25px
}

h1,
h2,
h3,
h4 {
    font-weight: 700
}

p {
    line-height: 1.6em
}

img {
    max-width: 100%;
    height: auto
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    padding-top: 90px;
    padding-bottom: 90px
}

@media (min-width:768px) {
    .container {
        width: 700px
    }
    #idhome img {
        top: 10%;
    }
}

@media (min-width:992px) {
    .container {
        width: 900px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1000px
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #35a93a;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.navbar-default {
    background: rgb(242, 250, 241);
    border: none;
    font-family: tahoma;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, .08);
    margin: 0!important;
}

.navbar-default .navbar-brand {
    color: #35a93a;
    font-size: 30px;
    font-weight: 700;
    height: 70px;
    line-height: 35px
}

.navbar-default .nav li a {
    color: rgb(29, 29, 29);
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    line-height: 20px;
}

.navbar-default .nav li a.active {
    color: white;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    line-height: 20px;
}

.navbar-default .nav li a.current,
.navbar-default .nav li a:focus,
.navbar-default .nav li a:hover {
    color: rgb(199, 5, 5);
}

.navbar-default .nav li a:hover {
    color: #35a93a;
    background-color: #ddd;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px
}

.navbar-default .navbar-toggle .icon-bar {
    background: #35a93a;
    border-color: transparent
}

img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

#idhome {
    background-image: url(../images/home-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: rgb(37, 36, 36);
    margin-top: 20px;
    text-align: center;
    height: 100%;
}

body,
html {
    height: 100%;
    margin: 0;
}

#idhome p {
    font-weight: 400;
    font-style: italic;
    line-height: 2em
}

#idhome img {
    display: inline-block;
    /* margin-top: 30px; */
    width: 80%;
    height: auto;
    top: 58%;
    position: relative;
    transform: translateY(-50%);
}

.page-head {
    position: absolute;
    font-family: tahoma;
    font-size: 50px;
    color: #04AA6D;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.sologan {
    position: absolute;
    font-family: calibri;
    font-size: 25px;
    color: #eeeeee;
    top: 22%;
    left: 56%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.page-head c {
    font-size: 80px;
    color: #e42e2e;
}

.title-center {
    position: absolute;
    float: center;
    font-family: tahoma;
    font-size: 50px;
    color: #04AA6D;
    top: 70px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.column-header {
    color: #1fb84d;
    float: center;
    font-size: 35px;
    /* white-space: nowrap; */
}

.column-content {
    color: rgb(248, 255, 247);
    float: center;
    font-size: 20px;
    text-align: left;
    font-family: tahoma;
}

#idaboutus {
    /* background-image: url(../images/home-bg3.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: rgb(37, 36, 36);
    text-align: center;
    height: 100%;
}

#idaboutus .column-content {
    padding-top: 8%;
    margin-left: 5%;
    margin-right: 5%;
}

#idaboutus .col-sm-4 {
    height: 510px;
    /* background-color: rgb(159, 146, 231); */
    border-radius: 30px;
    /* margin: 15px; */
    /* padding: 40px; */
}

#idaboutus .col-sm-3 {
    height: 510px;
    /* background-color: rgb(54, 31, 180); */
    border-radius: 30px;
    /* margin: 15px; */
    /* padding: 40px; */
}

.idaboutus .col-sm-12 {
    background-color: rgb(42, 41, 48);
    padding: 60px;
}

.idaboutus .title-center {
    /* background-color: rgb(42, 41, 48); */
    border-radius: 50%;
    padding: 60px;
}

#idaboutus .col-sm-4 .col-sm-12 {
    height: 100%;
    background-color: rgb(42, 41, 48);
    border-radius: 30px;
    padding: 10px;
}

#idaboutus .col-sm-3 .col-sm-12 {
    height: 100%;
    background-color: rgb(42, 41, 48);
    border-radius: 30px;
    padding: 10px;
}

#idservices {
    /* background-image: url(../images/home-bg3.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    color: rgb(37, 36, 36);
    text-align: center;
    height: 100%;
}

#idservices .col-sm-4 {
    height: 65%;
    /* background-color: rgb(43, 19, 175); */
    border-radius: 300px;
    /* padding: 0px; */
}

#idservices .col-sm-12 {
    height: 20%;
    border-radius: 20px;
}

#idservices .image {
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 60px;
    width: 60px;
    /* background-color: rgb(31, 0, 209); */
    /* padding: 10px; */
    /* padding-left: 30px; */
    float: center;
    position: relative;
}

#idservices img {
    /* transform: translate(-50%, -50%); */
    border-radius: 10px;
    margin: 0px;
}

#idservices .image2 {
    position: absolute;
    float: center;
    bottom: 20px;
    left: 0px;
}

#idservices .image2 img {
    background-repeat: no-repeat;
    border-radius: 15px;
    width: 70%;
    height: auto;
    float: center;
    position: relative;
}

#idservices .column-content {
    padding: 10px;
}

#idservices .column-header {
    padding: 10px;
}

#idservices .col-sm-4 .col-sm-12 {
    height: 100%;
    width: 100%;
    background-color: rgb(42, 41, 48);
    /* padding-top: 20px; */
    /* margin: 20px; */
    padding: 10px;
    /* padding-left: 30px; */
}

#idourwork {
    color: rgb(37, 36, 36);
    text-align: center;
    height: 100%;
}

#idourwork .column-content img {
    margin-top: 10px;
    position: relative;
    width: 135%;
    height: 90%;
    border-radius: 35px;
    border-color: rgb(255, 0, 0);
    border-style: double;
}

#idourwork .col-sm-4 {
    height: auto;
    /* border-radius: 300px; */
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

#idourwork .col-sm-12 {
    height: 20%;
    padding-left: 15%;
    padding-right: 15%;
}

#idourwork .col-sm-4 .col-sm-12 {
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    /* padding-top: 20px; */
    /* margin: 20px; */
    /* padding-left: 30px; */
}

#idourwork .column-header {
    width: 100%;
    float: center;
    color: #1fb84d;
    font-size: 1.3vw;
    background-color: rgb(42, 41, 48);
    border-radius: 20px;
    padding-bottom: 0px;
    margin-top: 10px;
}

#idourwork .column-content {
    height: auto;
    width: 100%;
    padding: 1.1vw;
    padding-top: 0px;
    padding-bottom: 0px;
}

#idcontact {
    /* background-image: url(../images/home-bg3.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    color: rgb(37, 36, 36);
    text-align: center;
    height: 100%;
}

#idcontact .col-sm-4 {
    height: 60%;
    /* background-color: rgb(43, 19, 175); */
    border-radius: 15%;
    padding: 10px;
    margin: 10px;
}

#idcontact .col-sm-5 {
    border-radius: 50px;
    height: 63%;
    /* padding: 2%; */
    padding-left: 8%;
}

#idcontact .col-sm-7 {
    border-radius: 50px;
    height: 63%;
    /* padding: 2%; */
    padding-right: 8%;
}

#idcontact .col-sm-12 {
    height: 20%;
    padding: 2%;
}

#idcontact .row .col-sm-5 {
    border-radius: 20px;
    height: 100%;
    padding: 2%;
    /* transform: translate(-50%, -50%); */
    padding-right: 8%;
}

#idcontact .row .col-sm-7 {
    border-radius: 20px;
    height: 100%;
    padding: 2%;
    /* transform: translate(-50%, -50%); */
    padding-right: 8%;
}

#idcontact .row .col-sm-12 {
    border-radius: 20px;
    height: 100%;
    padding: 2%;
    /* transform: translate(-50%, -50%); */
    padding-right: 8%;
}

#idcontact .row textarea {
    background-color: white;
    border-radius: 10px;
    height: 100%;
    padding: 2%;
    font-size: 15px;
    /* transform: translate(-50%, -50%); */
    padding-right: 8%;
    color: black;
    font-weight: bolder;
}

#idcontact input {
    border: solid #6cff85;
    border-radius: 10px;
    height: 10%;
    font-size: 15px;
    color: black;
    font-weight: bolder;
}

#idcontact .col-sm-12 .row {
    padding: 1%;
}

#idcontact .col-sm-7 .col-sm-12 {
    background-color: rgb(35, 34, 43);
}

#idcontact .col-sm-5 .col-sm-12 {
    background-color: rgb(35, 34, 43);
}

#idcontact .row {
    margin: 5px;
    margin-left: 15px;
    border-radius: 50px;
    height: 20%;
}

#idcontact .column-content {
    position: relative;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#idcontact .column-header {
    padding: 10px;
}

#idcontact img {
    position: relative;
    /* top: 20%; */
    float: left;
    height: 100%;
    width: auto;
    /* transform: translate(-50%, -50%); */
    border-radius: 50%;
    padding: 10px;
}

#idcontact .btn {
    line-height: 40px;
    font-size: 30px;
    font-family: arial;
    color: white;
    width: 100%;
    border-radius: 20px;
    border: 2px solid transparent;
    background: #05aa4a;
}

#logo {
    height: 50px;
    width: auto;
    position: absolute;
    margin-left: 100px;
    margin-top: 0px
}

@media ( min-width:1550px) {
    .column-content {
        font-size: 25px;
    }
    #idservices .image2 {
        position: absolute;
        float: center;
        bottom: 20px;
        left: 0px;
    }
}

@media ( max-width:1150px) {
    #idservices .image2 {
        position: relative;
        float: center;
        bottom: 10px;
        left: 0px;
    }
    #idservices .image2 img {
        width: 70%;
    }
    #idaboutus .col-sm-12 {
        margin: 0px;
        padding: 60px;
    }
    #idservices .col-sm-12 {
        margin: 0px;
        padding: 60px;
    }
    #idservices .col-sm-12 {
        margin: 0px;
        padding: 60px;
    }
    #idourwork .col-sm-12 {
        margin: 0px;
        padding: 60px;
        padding-top: 40px;
    }
    #idaboutus {
        height: auto;
    }
    #idaboutus .col-sm-3 {
        height: auto;
    }
    #idaboutus .col-sm-4 {
        height: auto;
    }
    #idservices .col-sm-4 {
        height: auto;
    }
    #idservices {
        height: auto;
    }
    #idourwork {
        height: auto;
    }
    .col-sm-12 .row {
        padding: 3%;
    }
    #idcontact .col-sm-5 {
        padding-left: 1%;
    }
    #idcontact .col-sm-5 {
        padding-left: 0%;
    }
    #idcontact .col-sm-7 {
        padding-right: 1%;
    }
    #idcontact .col-sm-12 .row {
        padding: 1%;
    }
}

@media (max-width:768px) {
    #idaboutus .col-sm-4 {
        padding: 0px;
        margin-top: 20px;
        margin-right: 4%;
    }
    #idaboutus .col-sm-3 {
        margin-top: 20px;
        margin-right: 4%;
        padding: 0px;
    }
    #idaboutus .column-content {
        padding-left: 15px;
        margin-left: 3%;
        margin-right: 3%;
    }
    #idourwork .col-sm-12 {
        margin: 0px;
        padding: 20px;
        padding-top: 40px;
    }
    #idourwork .column-header {
        font-size: 20px;
    }
    #idservices .image2 img {
        width: 90%;
    }
    #idservices .col-sm-4 {
        margin-top: 20px;
        margin-left: 0px;
        padding: 0px;
    }
    #idourwork .col-sm-3 {
        margin: 0px;
        padding: 0px;
    }
    #idcontact .col-sm-5 {
        margin-top: 20px;
        margin-left: 0px;
        padding: 0px;
    }
    #idcontact .col-sm-7 {
        margin-top: 20px;
        margin-left: 0px;
        padding: 0px;
        height: auto;
    }
    #idservices .col-sm-4 {
        margin: 20px;
    }
    #idcontact .row textarea {
        width: 100%;
    }
    #idcontact .col-sm-7 .col-sm-5 {
        width: 100%;
        height: 100%;
    }
    #idcontact .col-sm-7 .col-sm-7 {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
    #idcontact .col-sm-7 .col-sm-12 {
        width: 100%;
        height: 100%;
    }
    #logo {
        margin-left: 10px;
    }
}

@media (max-width:500px) {
    #idhome img {
        width: 120%;
        top: 60%;
    }
    .page-head {
        white-space: normal;
        top: 22%;
        line-height: 60px;
    }
    .sologan {
        top: 35%;
    }
    .page-head c {
        font-size: 100px;
        color: #e42e2e;
    }
    #idaboutus .col-sm-4 {
        margin-top: 10px;
    }
    #idaboutus .col-sm-3 {
        margin-top: 10px;
    }
}

.footer {
    width: 100%;
}

.footer .col-sm-11 {
    position: relative;
    bottom: 0px;
    font-size: 25px;
    width: 100%;
    color: white;
    text-align: center;
    background-color: #04AA6D;
    padding: 0%;
}

.footer .col-sm-11 a {
    color: white;
    font-weight: 550;
}

@media screen and (max-width:991px) {
    .templatemo-box {
        margin-bottom: 30px
    }
    #products .active {
        bottom: 0
    }
    .products {
        margin-bottom: 20px
    }
    #download img,
    #feature img {
        margin-top: 30px
    }
    #feature1 img {
        margin-bottom: 30px
    }
}

.active {
    background-color: #04AA6D;
    color: white;
}

@media screen and (max-width:767px) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em
    }
}

@media screen and (max-width:360px) {
    .products {
        padding-bottom: 40px
    }
}