/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins-regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v6-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Poppins Regular'), local('Poppins-Regular'),
         url('../fonts/poppins-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins-v6-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-500 - latin */
  @font-face {
    font-family: 'Poppins-semibold';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v6-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Poppins Medium'), local('Poppins-Medium'),
         url('../fonts/poppins-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins-v6-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins-v6-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-600 - latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v6-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
         url('../fonts/poppins-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins-v6-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins-v6-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-700 - latin */
  @font-face {
    font-family: 'Poppins-bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v6-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Poppins Bold'), local('Poppins-Bold'),
         url('../fonts/poppins-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins-v6-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins-v6-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
  }

body{
    font-family: 'Poppins-regular';
    overflow-x: hidden !important;
}

html {
    overflow-x: hidden;
}

.logo img {
    padding: 8px 0px 0px 0px;
    width: 200px;
}

img.logo-text {
    max-width: 242px;
}

.header-hide li a:hover {
    color: #2b96c4;
    transition: all .4s;
}

header nav{
    margin: 0px !important;
}

nav li:last-child {
    text-align: center;
}

.banner{
    background: url(../images/Banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 580px;
    display: flex; 
  align-items: center; 
  justify-content: center;
  position:relative;
}

.banner-sm{
    background: url(../images/Banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height:320px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    text-align: center;
    font-family: 'Poppins-bold';
    font-size:25px;
    color:white;
}


#border-bottom{
    position: absolute;
    bottom: 0px;
    width: 100%
}

#border-top{
    position: absolute;
    top: 0px;
    width: 100%
}

.banner-content{
    color: white;
    font-size:24px;
    padding: 76px 0px;
}

@media only screen and (max-width:768px) {
   .banner{
    min-height: 700px;
   }

  }


   @media only screen and (min-width:992px) {
    .logo-tagline {
        margin-top:63px !important;
    }
    
 
   }


.bold{
    font-family: 'Poppins-bold';  
    font-size: 30px;
}

.extra-bold{
    font-family: 'Poppins-bold';  
    font-size:40px;
}

.banner-content h1, .banner-content h2{
    font-size: 40px;
    font-family: 'Poppins-bold';
    margin-top: 7px;
}

.banner-content .text-right p {
    font-size: 30px;
}


a.btn.theme-btn-1 {
    background: white;
    display: block;
    width: 135px;
    border-radius: 50px;
    padding: 10px;
    margin: 30px 0px;
}

.banner-app-image img{
    transition: all .3s;
    margin: auto;
    max-width: 450px;
}

.banner-app-image {
    position: relative;
    z-index: 1;
}

.banner-app-image img:hover {
    transform: translate3d(0px, -8px, 0px ) !important;
}




/* @media only screen and (max-width: 600px)
    {
    .banner-content {
        margin:135px 0px 20px 0px;
    }
} */

.android-icon{
    width:125px;
}

.app-sec {
    margin: 59px 0px 30px 0px;
}

.app-sec h3 {
    color: #666;
    font-size:30px;
}


.sec-heading{
    font-family: 'Poppins-bold';
    line-height: 1.5;
    color: #333333;
    margin-bottom: 4rem;
    font-size: 30px;
}

.modules-sec {
    text-align: center;
    margin: 60px 0px;
}
.modules-sec p {
    color: #666666;
    padding: 25px 40px;
}
.features{
    background: #f0f7fb;
    /* background: url(../images/bg.jpg); */
    background-repeat: no-repeat;
    background-attachment:fixed;
    padding:90px 0px;
    position:relative;
    overflow: hidden;
}

.fetures-text-box {
    margin-top: 60px;
    text-align: center;
}

.fetures-text-box h2{
    margin-bottom: 30px;
    font-family: 'Poppins-semibold';
    font-size: 24px;
}


.features ul{
    padding: 0px;
}
.features ul li {
    list-style-type: none;
    line-height:1.3;
    font-size: 14px;
    margin-bottom: 30px;
    font-family: 'Poppins-semibold';
    display: flex;
    align-items: center;
}

.features ul li div:first-child{
    margin-right: 8px;
}
.features-list{
    padding:30px;
}

.features ul li:last-child{
    margin: 0px;
}

.features-list {
    padding: 0px 30px;
    color: #666;
}

/* .features-list ul li{
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    height: 35px;
    padding-left: 40px;
} */

::selection{
    background: #53bde7;
    color: white;
    margin-bottom: 20px;
}

.text-center{
    text-align: center !important;
}

footer{
    padding: 22px 0px;
    background: #2cafe3;
    color: white;
}

.navbar li a{
    font-family: 'Poppins-semibold';
}
.header-hide{
    background: #2cafe300;
    color: white;
}

.header-hide a{
    color: white;
}

.header-show{
    background: #2497c6;
    box-shadow:0px 0px 16px 5px #09090926;
    transition: all .3s;
}
.header-show a {
    color: #ffffff;
}


.header-show a:hover {
    color: #2497c6;
}

.navbar-fixed-top {

    padding: 17px 0px;
}
.modules-box img {
    width: 80px;
    margin-bottom: 10px;
    border-radius: 50px;
    padding: 3px;
    transition: all .2s;
}

.modules-box:hover img{
    box-shadow: 0px 0px 5px #5a5a5a;
}

.modules-box {
    margin-bottom:30px;
    font-family: 'Poppins-semibold';
    color: #666;
}

@media only screen and (max-width:330px) {
    .banner-content{
        margin-top: 50px;
    }
}



@media only screen and (max-width:768px) {
    .logo img {
        padding: 8px 0px 0px 15px;
        width: 200px;
    }
    .app-sec {
        margin: 40px 0px;
        text-align: center;
    }
    .banner-app-image img {
        max-width: 300px;
    }
    .app-sec h3 {
        margin-bottom:30px;
    }

    .modules-sec h2{
        font-size: 160% !important;
    }
    
    
    .navbar a, .navbar i{
        color:#ffff;
        
    }

    .navbar-fixed-top {
        padding:7px 0px;
    }

    .text-box {
        height:auto !important;
    }
    .demo-btn{
        margin-bottom: 30px;
    }
    .theme-btn-2{
        margin: 0 auto;
    }

  }

  @media only screen and (max-width:560px) {
    .banner-content h1, .banner-content h2{
        font-size:119%;
    }
  }

  .navbar-toggle{
      padding: 0px;
  }

  i.fas.fa-bars {
    font-size: 30px;
}

.reg-font{
    font-family: 'Poppins-semibold'!important;
}

.company-login {
    padding:5px;
    background: #f0f7fb;
    border-radius: 50px;
    margin: 2px 15px;
    display: inline-block;
}

.company-login input {
    padding: 8px;
    border-radius: 50px 50px 50px 50px;
    border: 0px;
    color:#2cafe3;
    background: #ffffff;
    width: 148px;
}

.company-login-btn {
    border: 0px !important;
    padding: 8px 28px !important;
    border-radius: 50px 50px 50px 50px !important;
    background: #54bee8 !important;
    width: 108px !important;
}

.company-login input:focus {
    background: #ffffff;
    outline: 0;
}

input.btn.btn-default.company-login-btn {
    color: white !important;
}

input.btn.btn-default.company-login-btn:hover {
    background: #2b96c4 !important;
}

.text-box {
    height:365px;
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
}

.product {
    background: #f0f7fb;
    padding: 60px 0px;
    text-align: center;
}

.product h2{
    font-family: 'Poppins-semibold';
 
}
.product p {
    font-family: 'Poppins-bold';
    font-size: 20px;
    color: #2497c6;
}

a.btn.theme-btn-2 {
    background: #21b8e9;
    display: block;
    width: 135px;
    border-radius: 50px;
    padding: 10px;
    color: white;
    transition: all .3s;
}

a.btn.theme-btn-2:hover{
    background: #1fb3e4;
    box-shadow: 3px 3px 9px #a4cddd;
}

.demo-btn a{
    margin-top: 30px;
}

.contact-btn a{
    margin: auto;
}

.content{
    padding:60px 0px;
}

.submit-btn .theme-btn-2{
    margin-left: auto;
}

.submit-btn button{
    background: #21b8e9;
    display: block;
    width: 135px;
    border-radius: 50px;
    padding: 10px;
    color: white;
    transition: all .3s;
    margin-left: auto;
    border: 0px;
}

.logo-tagline {
    font-family: 'Poppins-bold';
    margin-top: 32px;
    color: #21b8e9;
}
.logo-tagline p{
    color: #666;
    font-size: 19px;
}
.logo-tagline h2 {
    font-size: 36px;
    margin-bottom: 0;
}

/* navbar breakpoint-change */

@media (max-width:1082px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar {
        background: #2497c6;
    }

  }

  .home-alert-warning {
    color: red;
    background-color: #c7ac1c00;
    border-color: #c7ac1c00;
    position: absolute;
    top: 51px;
    font-size:11px; 
}

.captcha-input {
    margin: 16px 0px;
    padding: 5px 5px;
}

.captcha-outer a {
    margin-left: 19px;
}