.contact-list li{
color: white;
    margin-bottom: 33px;
    margin-top: 20px;
}
.contact-list li p{
color: white;
    font-size: 15px;
        text-align: left;
    padding-left: 54px;
    padding-right: 9px;
}
.contact-list li i
{
    position: absolute;
    left: 20px;
}
.con
{
    position: relative;
}
.pin{
    width: 45px;
    height: 45px;
}
.marker1
{
    position: absolute;
    right: 43%;
    top: 44%;
    cursor: pointer;
}

.marker2
{
    position: absolute;
    right: 29%;
    top: 50%;
    cursor: pointer;
}
/* Tooltip container */
.tooltip {
opacity: 1;
}
.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
    position: absolute;
    background-color: rgba(116,179,18,0.95);
    color: #fff;
        width: 23vw;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.tooltip-right {
    top: -5px;
    left: 125%;
}
.tooltip .tooltiptext.tooltip-right::after {
    content: "";
    position: absolute;
    top: 10%;
left: -20px;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #74b312 transparent transparent;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
content: "";
    position: absolute;
    top: 10%;
    left: 100%;
    margin-top: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #74b312;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/********************** All*********************/

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/Helvetica.otf);
}

@font-face {
    font-family: 'Lato-bold';
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: 'Lato-light';
    src: url(../fonts/Lato-Light.ttf);
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url(../fonts/SourceSansPro-Regular.otf);
}

body {
    font-family: 'Source Sans Pro';
}

p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    font-weight: normal;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/****************************** header **********************/

header {
    background: url(../image/sliders/slider2.png) no-repeat center;
    background-size: cover;
    width: 100%;
    /* height: 120vh; */
    position: relative;
}

.overlay {
    background: #f7f7f7;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 0;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: #fff !important;
    border-color: #fff !important;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.overlay .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.overlay .navbar {
    border-radius: 0;
    height: auto;
}

.overlay .navbar-brand {
    color: #333;
    font-size: 2.4em;
    font-family: 'Lato-bold';
    margin-bottom: 10px
}

.overlay .navbar-brand i {
    color: #02a89c;
}

.navbar-default .navbar-toggle {
    border-color: #02a89c;
    margin-top: 22px;
    margin-right: 41px;
    margin-bottom: 20px
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .navbar-toggle i {
     font-size: 2em;
    color:#02a89c;
}

.navbar-default .navbar-toggle i:hover,.navbar-default .navbar-toggle i:focus {
    color: #eee;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #02a89c;
}

.overlay .navbar-brand>img {
    /*width: 180px;
    height: 65px;
	*/
	    margin-top: -20px;
    position: absolute;
}

.overlay .navbar-default .navbar-nav>li>a  {
    color: #333;
    font-size: 14px;
    margin: 18px 0 22px;

}

.overlay .navbar-brand:hover , .overlay .navbar-brand:focus, .overlay .navbar-default .navbar-nav>li>a:hover, .overlay .navbar-default .navbar-nav>li>a:focus ,.navbar-default .navbar-nav .active>a {
    color: #02a89c !important;
    background-color: transparent;
}

.info img {
    width: 80%;
    position: absolute;
}


.info .device1 {
    z-index: 2;
}

.info .device2 {
    z-index: 1;
}

.info .txt
{
  margin-top: 80px;
}
.info h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    color: #444;
    width: 80%;
    margin-bottom: 5%;
}

.info p {
    width: 80%;
    margin-bottom: 5%;
}

.info a.btn, #download a.btn, #contact .btn {
    color: #fff;
    background-color: #02a89c;
    margin: 5px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: none;
    border-radius: 17px;
    border: none;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}



.info a.btn:hover, .info a.btn:focus, #download a.btn:hover, #download a.btn:focus, #contact .btn:hover, #contact .btn:focus {
    background-color: #ffb400;
}


/****************************** fetured section **********************/

#featured {
    width: 100%;
    padding: 4% 0;
}

#featured .features {
    margin-bottom: 8%;
}

#featured h2 {
    letter-spacing: 2px;
    margin-bottom: 4%;
}

#featured .feature i {
    background: #02a89c;
    color: #fff;
    font-size: 45px;
    border-radius: 50%;
    padding: 10px;
    width: 75px;
    height: 75px;
    border: 4px solid #02a89c;
    margin-top: 4%
}

#featured .feature i:hover {
    border: 4px double #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#featured .feature h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 15px 0;
}

#featured .feature p {
    word-spacing: 2px;
}

#featured .function img {
    width: 100%;
}

#featured .how-work {
    background-color: #f7f7f7;
    width: 100%;
    padding: 5% 0;
}

#featured .how-work img {
    z-index: 0;
}

#featured .work p {
    margin-bottom: 5%;
    margin-right: 10px;
}

#featured .work i ,footer .address i{
    color: #02a89c;
    font-size: 30px;
    margin-top: 4%;
    margin-bottom: 5%;
}


/****************************** download section **********************/

#download {
    width: 100%;
    padding: 2% 0 5%;
}

#download img {
    width: 75%;
    margin-top: 2%;
}

#download h2 {
    margin-bottom: 2%;
}

#download p {
    width: 80%;
    margin: 2% auto;
}


/****************************** screenshot section **********************/

#screenshot {
    width: 100%;
    background: #f7f7f7;
    position: relative;
}

#screenshot p {
    width: 62%;
    margin: 15px auto;
}

#screenshot p  a{
    cursor: pointer
}
#screenshot .gallary {
    margin-top: 50px;
}



/****************************** register section **********************/

#register {
    padding: 5% 0;
    background: url(../image/sliders/banner1.png) no-repeat center;
    background-size: cover;
    width: 100%;
}

#register .row {
    padding: 5% 0;
}

#register .request h2, #register .request p {
    color: #fff;
    margin-top: 20px;
}

#register .request h2 {
    font-size: 40px;
    font-weight: 100;
    word-spacing: 3px;
}

#register .request p {
    width: 90%;
    line-height: 1.8;
    word-spacing: 2px;
    font-family: 'lato-light';
    font-size: 18px;
}

#register form {
    width: 80%;
    margin-top: 20px;
}

#register input::-webkit-input-placeholder, #register textarea::-webkit-input-placeholder {
    color: #7f8795
}

#register input:-ms-input-placeholder, #register textarea:-ms-input-placeholder {
    color: #7f8795
}

#register input::placeholder, #register textarea::placeholder {
    color: #7f8795
}

#register .form-control {
    color: #444;
    margin-bottom: 3%;
    border-radius: 0;
    padding: 14px;
    background-color: #fff;
    border: 1px solid #dbe2ea;
}

#register input[type="submit"] {
    background: #e8cb90;
    color: #785510;
    background-image: -webkit-gradient( linear, left bottom, left top, from(#d6ad5a), to(#e8cb90));
    background-image: linear-gradient( to top, #d6ad5a, #e8cb90);
    font-size: 18px;
    border-color: #785510;
    height: 55px;
    font-weight: 600;
}

#register select {
    outline: 0;
    padding: 10px;
    margin-bottom: 3%;
    width: 100%;
    color: #7f8795;
}


/****************************** contact section **********************/

#contact {
    width: 100%;
    padding: 1% 0;
}

#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder {
    color: #777
}

#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder {
    color: #777
}

#contact input::placeholder, #contact textarea::placeholder {
    color: #777
}

#contact  .form-control {
    padding: 6px 12px;
    margin-bottom: 2%;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #02a89c;
}

#contact input[type="submit"] {
    width: 170px;
    background: #02a89c;
    color: #fff;
}

textarea {
    resize: none;
}

#contact form {
    width: 55%;
    margin: 30px auto;
}

#contact p {
    width: 80%;
    margin: 2% auto;
}


/****************************** footer **********************/
footer .address {
    background: #f7f7f7;
    direction: ltr
}

footer .address .row
{
    padding: 1% 10%;
}
footer .address i {
    font-size: 42px;
    margin-right: 20px;
    float: left;
}

footer .address .add {
    padding: 10px 0;
}

footer .address p {
    margin-top: 22px;
}

footer .address .add3 i {
    font-size: 59px;
}

footer .copyright {
    padding: 30px 0 15px;
    background: #444;
}

footer .copyright div {
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

footer .icons i {
    padding: 5px 6px;
    margin: 15px 2px 0;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    background: #02a89c;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

footer .icons i:hover {
    background-color: #639916;
    cursor: pointer;
}

footer .address p.double {
    margin-top: 4px;
    width: 90%;
}


/****************************** Responsive **********************/


@media (max-width: 360px)
{
    /* header {
        height: 130vh;
    } */
     #screenshot .gallary img {
        width:222px;
        height: 458px;
        padding: 0 8px 123px;
        margin-left: 13.3%;
    }
       .frame img {
   position: absolute;
    bottom: -1px;
    left: 6.3%;
    height: 515px;
    width: 300px;

}
    #screenshot p
    {
        padding-bottom: 30px;
    }

    #register .request p {
    width: 100%;
    }
    #register form {
    width: 100%;
    margin-top: 20px;
}
    #contact form {
        width: 75%;
    }
    footer .address p
    {
        margin-top: 15px;
    }
     .tooltip .tooltiptext
    {
        width:46VW
    }
       .tooltip-left {
    top: -101px;
    bottom: auto;
    right: 109%;
}
.tooltip-right {
    top: -313px;
    left: -84%;
}
  .tooltip .tooltiptext.tooltip-right::after {
   top: 101%;
    left: 32%;
    border-style: solid;
    border-color: #74b312 transparent transparent transparent;
}

.tooltip .tooltiptext::after {
    margin-top:70px
}
    .marker1 {
    right: 38.5%;
    top: 20%;
}
    .marker2 {

        right: 24.5%;
    top: 21%;
    }
}


@media (min-width: 361px) {

   /* header {
        height: 130vh;
    } */

 #screenshot .gallary img {
        width:214px;
        height: 396px;
        padding: 0 8px 66px;
        margin-left: 22.2%;
    }
       .frame img {
    position: absolute;
    bottom: 28px;
    left: 16.4%;
    height: 508px;
    width: 284px;

}


    #screenshot p
    {
        padding-bottom: 30px;
    }
    /* #screenshot {
        padding-bottom: 85px
    } */

    footer .address .add3 i {
        margin-left: 8px;
        margin-right: 30px;
        font-size: 59px;
    }
    #register .request p {
    width: 100%;
    }
    #register form {
    width: 100%;
    margin-top: 20px;
}
     #contact form {
        width: 75%;
    }
     footer .address p
    {
        margin-top: 15px;
    }
    .tooltip .tooltiptext
    {
        width:46VW
    }
       .tooltip-left {
    top: -60px;
    bottom: auto;
    right: 128%;
}
.tooltip-right {
    top: -309px;
    left: -100%;
}
  .tooltip .tooltiptext.tooltip-right::after {
   top: 101%;
    left: 32%;
    border-style: solid;
    border-color: #74b312 transparent transparent transparent;
}

.tooltip .tooltiptext::after {
    margin-top:38px
}
    .marker1 {
    right: 39.5%;
    top: 22%;
}
    .marker2 {

        right: 25.5%;
    top: 24%;
    }
}

@media (min-width: 768px) {
      /* header {
        height: 110vh;
    } */
    .frame img {
      position: absolute;
    bottom: 326px;
    left: 32%;
    height: 507px;
    width: 288px;
}

    #screenshot .gallary img {
    width: 230px;
    height: 392px;
    padding: 0 16px 66px;
    margin-left: 0px;
    }

    /* #screenshot {
        padding-bottom: 120px
    } */

    footer .address  p {
        margin-top: 15px
    }

    #register form {
        width: 90%;
        margin-left: 10px;
    }
       #register .request p {
    width: 90%;

    }
     #contact form {
        width: 75%;
    }
   .tooltip-left {
    top: -60px;
    bottom: auto;
    right: 128%;
}
.tooltip-right {
    top: -60px;
    left: 125%;
}
  .tooltip .tooltiptext.tooltip-right::after {
    margin-top:38px;
       top: 10%;
       left: -20px;
       border-color: transparent #74b312 transparent transparent;
}

.tooltip .tooltiptext::after {
    margin-top:38px
}
    .marker1 {
    right: 41.8%;
    top: 35%;
}
    .marker2 {
    right: 28%;
    top: 38%;
    }
    .tooltip .tooltiptext
    {
        width:23VW;
    }
}


@media (min-width: 992px) {
    /* header {
        height: 45vh;
    } */

     .frame img {
        position: absolute;
    bottom: 66px;
    left: 34%;
    height: 587px;
    width: 340px;
    }
#screenshot .gallary img {
        width: 271px;
        height: 448px;
        padding: 0 16px 65px;
        margin-left: 7.8%;


    }

    footer .address .add3 i {
        font-size: 59px;
        margin-top: 3px
    }
    footer .address  p {
        margin-top: 12px
    }
    #screenshot .gallary {
        margin-top: 85px;
    }
    /* #screenshot {
        padding-bottom: 142px
    } */

    #register form {
        width: 80%;
         margin-left: 20%;
    }
       #register .request p {
    width: 90%;
    }
     #contact form {
        width: 55%;
    }
     footer .address p
    {
        margin-top: 12px;
    }
       .tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}
.tooltip-right {
    top: -5px;
    left: 125%;
}

  .tooltip .tooltiptext.tooltip-right::after {
    margin-top:0;
       top: 10%;
       left: -20px;
       border-color: transparent #74b312 transparent transparent;
}

    .tooltip .tooltiptext
    {
        width:23VW;
    }

.tooltip .tooltiptext::after {
    margin-top: 0;
}
    .marker1 {
    right: 42.5%;
    top: 39%;
}
    .marker2 {
    right: 28.5%;
    top: 41%;
    }

}

@media (min-width: 1200px) {
    /* header {
        height: 100vh;
    } */

    footer .address .add3 i {
        font-size: 59px;
    }
    #screenshot .gallary img {
        width: 230px;
        height: 378px;
        padding: 0 ;
         margin-left: 0;
        margin-top: 0
    }
    .frame img {
        position: absolute;
        bottom: 11px;
    left: 37.8%;
    height: 580px;
    width: 333px;
    }
    footer .address p {
        margin-top: 12px
    }
    .gallary {
        margin-top: 50px;
        margin-left: 106px;
    }
    /* #screenshot {
        padding-bottom: 150px
    } */

    #register form {
        width: 80%;
        margin-left: 20%
    }
       #register .request p {
    width: 90%;
    }
     #contact form {
        width: 55%;
    }
     footer .address p
    {
        margin-top: 12px;
    }
    .tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}
.tooltip-right {
    top: -5px;
    left: 125%;
    }
  .tooltip .tooltiptext.tooltip-right::after {
       top: 10%;
       left: -20px;
       border-color: transparent #74b312 transparent transparent;
}
    .tooltip .tooltiptext.tooltip-right::after {
    top: 10%;
}

    .tooltip .tooltiptext
    {
        width:23VW;
    }
.tooltip .tooltiptext::after {
    top: 10%;
}
    .marker1
{
    right: 43%;
    top: 43%;

}
.marker2
{

    right: 29%;
    top: 45%;

}
}

@media (min-width: 1366px) {
    /* header {
        height: 100vh;
    } */

    footer .address .add3 i {
        font-size: 59px;
    }
    #screenshot .gallary img {
        width: 400px;
        height: 500px;
        padding: 0 ;
         margin-left: 0;
        margin-top: 0
    }
    .frame img {
            position: absolute;
     bottom: 290px;
    left: 37.8%;
    height: 580px;
    width: 333px;
    }
    footer .address p {
        margin-top: 12px
    }
    .gallary {
        margin-top: 50px;
        margin-left: 106px;
    }
    /* #screenshot {
        padding-bottom: 150px
    } */

    #register form {
        width: 80%;
        margin-left: 20%
    }
       #register .request p {
    width: 90%;
    }
     #contact form {
        width: 55%;
    }
     footer .address p
    {
        margin-top: 12px;
    }
    .tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}
.tooltip-right {
    top: -5px;
    left: 125%;
    }
  .tooltip .tooltiptext.tooltip-right::after {
       top: 10%;
       left: -20px;
       border-color: transparent #74b312 transparent transparent;
}
    .tooltip .tooltiptext.tooltip-right::after {
    top: 10%;
}

    .tooltip .tooltiptext
    {
        width:23VW;
    }
.tooltip .tooltiptext::after {
    top: 10%;
}
    .marker1
{
    right: 43%;
    top: 43%;

}
.marker2
{

    right: 29%;
    top: 45%;

}
}


::-webkit-scrollbar{
    width: 9px;
}

::-webkit-scrollbar-track{

}

::-webkit-scrollbar-thumb{
   background: #777;
}
#contact > div > div > p > p
{
        padding: 14px;
}
.app-logo {
    width: 100px;
    height: 90px;
    object-fit: cover;
    mix-blend-mode: multiply;
}
