/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
  }

body{
    font-family: "Poppins", sans-serif;
    color: #3e3e3e;
    background: #f5f7fd;
}

p{
 font-size: 15px;
 font-weight: 300;
 line-height: 22px;
}

a {
    color: #3e3e3e;
}

a:hover {
    color: #4ab6fa;
    text-decoration: none;
    transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}
h1{
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
}
h2{
    font-size: 29px;
    font-weight: 500;
}

h3{
    font-size: 21px;
    font-weight: 500;
}

h4{
    font-size: 17px;
}

h5{
    font-size: 15px;
}

.ftr-align{
    text-align: right;
}

.text-gray {
    color: #3e3e3e !important;
}

.text-white {
    color: #ffffff !important;
}

.text-blue {
    color: #4ab6fa !important;
}

.font-md{
    font-weight: 500;
}

.btn-blue {
    background-color: #4ab6fa;
    color: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #4ab6fa;
}

.btn-blue:hover {
    background-color: #4ab6fa;
    color: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #139ef6;
}

.btn-white {
    background-color: #fff;
    color: #4ab6fa;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.btn-white:hover {
    background-color: #fff;
    color: #4ab6fa;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.banner-btn {
    background-color: #4ab6fa;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #fff;
}

.banner-btn:hover {
    background-color: #fff;
    color: #4ab6fa;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #4ab6fa;
}

.txt-center{text-align: center;}


/***  padding and margin  ***/

.pad27btm{padding-bottom: 27px;}

.pad11{padding: 11px 0;}

.pad16{padding: 16px 0;}

.pad15{padding: 15px 0 0 0;}

.pad15t{padding-top: 15px;}

.pad90{padding: 90px 0 0 0;}

.pad67{padding: 67px 0;}

.pad50{padding: 50px 0;}

.pad40{padding: 40px 0;}

.pad47{padding: 47px 0;}

.pad160t{padding-top: 160px;}

.pad22btm{padding-bottom: 22px;}

.mar100s{margin: 0 100px;}

.mar3{margin: 3px;}

.pad0{padding: 0;}

.marbtm0{margin-bottom: 0;}

.pad25s{padding-right: 25px; padding-left: 25px;}

.pad25{padding-top: 25px; padding-bottom: 25px;}



/***  padding and margin end  ***/



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 35px 0 0 0;
    background: rgba(255, 255, 255, 0.95);
    /*background: #ffffff url("../images/header-bg.jpg");
    background: #ffffff;*/
    
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-top: 3px;
}

#header .logo h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #5777ba;
    text-decoration: none;
}

#header .logo img {
    padding: 6px 0;
    margin: 0;
    max-height: 80px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar-dark .navbar-nav .nav-link{
    color: #3e3e3e !important;
    font-size: 14px;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link .nav-ext{
    color: #3e3e3e !important;
    font-size: 14px;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #4ab6fa !important;
    font-size: 14px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}

.navbar-dark .navbar-toggler-icon{
    background-image: url("../images/nav-mini-btn.svg");
}

.get-started a {
    background: transparent;
    color: #4ab6fa;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #4ab6fa;
}

.get-started a:hover {
    background: #4ab6fa;
    color: #ffffff !important;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.banner-bg {
    background-image: url("../images/header-bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    height: 100vh;
    background-size: cover; 
}

#hero {
    width: 100%;
    position: relative;
    overflow: hidden;   
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 44px;
    font-weight: 500;
    line-height: 56px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.slide img{
    cursor: pointer;
}

.slide img:hover{
    cursor: pointer;
  

    -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
}

.slide h5{
    padding-top: 10px;
    text-align: center;
}

.vid-sec-bdr{
    border-top: 1px dotted #4ab6fa73;
}


@media (max-width: 991px) {

    .navbar-dark .navbar-toggler{
        color: transparent;
        border-color: transparent;
    }

    .pad100t{padding-top: 100px;}

    #hero h1 {font-size: 34px; line-height: 43px;}

    .hdPb0{padding-top:0px;}
    .hr-hd-left{text-align: left;}

    .navBg-res{
        background: rgba(255, 255, 255, 0.5);
    }

    h1{
        font-size: 34px;
    }

    h2{
        font-size: 24px;
    }

    h3{
        font-size: 17px;
    }

    h4{
        font-size: 17px;
    }

    body, p{
        font-size: 14px;
    }

    #hero {
        text-align: center;
    }
    #hero .download-btn+.download-btn {
        margin: 0 10px;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 60%;
    }

    .mar0s-f{
        margin-right: 0px;
        margin-left: 0px;
    }

    .mar50s-f{
        margin-right: 30px;
        margin-left: 30px;
    }

    .pad27btm{
        padding-bottom: 15px;
    }

    .form-style input, .form-style textarea{
        padding: 14px !important;
        font-size: 14px !important;
    }

    .form-style{
        margin: 8px 0 !important;
    }

    .btn{
        font-size: 15px;
    }

    .btnPad{
        padding: 9px 17px;
    }

    .msg-cnt{
        padding: 7px 0;
    }

    .msg-wrap h4{
        font-size: 17px;
    }



    
}

@media (max-width: 768px) {
    
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero .hero-img img {
        width: 70%;
    }

    h1{
        font-size: 31px;
    }
    
    .feature-wrap h4{
        font-size: 14px;
    }

    .tp-pad{
        padding: 20px 0;
    }

    .tp-pad{
        padding: 17px 0 20px 0;
    }

    .tp-pad a{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .btn{
        font-size: 14px;
    }

    .pad17btm-t{
        padding-bottom: 17px;
    }

    .mar30s-f{
        margin-right: 30px;
        margin-left: 30px;
    }

    .pie-border{
        border: 1px solid #e8edfd;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .pie-can{
        padding-bottom: 15px;
    }

    .pie-can canvas{
        margin-top: 0px !important;
    }

    .pieHd-pad{
        padding-top: 15px;
    }


}

@media (max-width: 767px) {

    .hr-hd-left{text-align: center;}

    .hr-btn-pt{padding-top: 7px !important;}

    #header{
        padding: 0;
    }

    .mini-center{
        text-align: center;
    }

    .bannerImg{    
    }

    .bannerImg img{
        max-width: 70%;
    }

    .ftr-align{
        text-align: center;
    }

    .ftr-align2{
        text-align: center;
    }

    .footerNav ul{
        padding: 7px 0 !important;
    }

    .footerNav ul li{
        padding: 6px 0 !important;
    }

    .ftr-borderBtm{
        border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
    }

    .ftr-marginBtm{
        margin-bottom: 17px;
    }

    .ftr-padBtm{
        padding-bottom: 17px;
    }

    .why-img{
        max-width: 60%;
        text-align: center;
    }

    .why-center{
        text-align: center;
    }
    
    .wpad-17{
        padding-top: 17px;
    }

    .hide{
        display: none;
    }


}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    p{
        padding-right: 20px;
        padding-left: 20px;
    }

    .embed-responsive iframe{
        height: 315px !important;
    }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.bg-gray{
    background: #f5f7fd;
}

.bg-white{
    background: #ffffff;
}

.bg-blue{
    background: #4777cd;
}

.trial-bg{
    background-image: url("../images/blue-bg.gif");
    background-position:  top center;
    background-repeat: no-repeat;
    background-color: #329eea;
}

.network-bg{
    background-image: url("../images/network-bg.png");
    background-position:  top left;
}

.section-title{
    text-align: center;
}


/*--------------------------------------------------------------
# Rest CSS
--------------------------------------------------------------*/


.feature-wrap{
    background: #ffffff;
    margin: 18px;
    padding: 25px 0;
    -moz-box-shadow: 0px 0px 20px 0px rgba(71, 71, 71, 0.06);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(71, 71, 71, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(71, 71, 71, 0.06);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
}

.feature-wrap:hover{
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);

  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s
}

.feature-wrap h4{
    font-weight: 500;
    margin-bottom: 0;
}

.feature-wrap img{
    width: 56px;
    padding-bottom: 17px;
}

.feature-wrap svg{
    fill: #666666;
    width: 56px;
    padding-bottom: 17px;
}

.platform-wrap{
    background: #ffffff;
    margin: 18px;
    padding: 25px 0;
    -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.06);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.06);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
}

.platform-wrap:hover{
    background: #ffffff;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);

  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s
}

.industriesList{
    font-size: 17px;
    font-weight: 500;
}

.industriesList ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.industriesList ul li{
    list-style: none;
    margin: 0;
    padding: 10px 0;
    line-height: normal;
}

.industriesList ul li img{
    padding: 0 10px 0 0;
}

.msg-wrap{
    text-align: center;
}

.msg-cnt{
    padding: 12px 0;
    border: 1px solid #f5f7fd;
}

.msg-cnt:hover{
    padding: 12px 0;
    border: 1px solid #d9e2fe;
}

.msg-wrap h4{
    font-size: 20px;
}

.msg-wrp2{
    border: 1px solid #e8edfd;
    padding: 23px;
}

.msg-wrp2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.msg-wrp2 ul li{
    line-height: 37px;
}

.msg-wrp2 ul li span{
    font-weight: 500;
}


.roundC5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:27px 22px;
}

.officeList{
    font-weight: 300;
}

.officeList ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.officeList ul li{
    list-style: none;
    margin: 0;
    padding: 7px 0;
    line-height: normal;
}

.officeList ul li i{
    padding: 0 10px 0 0;
    color: #4ab6fa;
}

.form-style{
    margin: 14px 0;

}

.form-style input, .form-style textarea{
    background: #f5f7fd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 19px;
    border-style: none;
    font-size: 15px;
    font-weight: 300;
}

.form-style input::focus,
.form-style textarea::focus {
    background-color: #4ab6fa;
}

#footer{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

#footer .social{
    font-size: 20px;
}

#footer .social a{
    color: #fff;
    text-decoration: none;
}

#footer .social a:hover{
    color: #fff;
    text-decoration: none;
}

#footer .copyright{
    font-weight: 300;
    font-size: 12px;
    padding-top: 14px;
}

#footer .meet{
    color: #fff;
}

#footer .meet h5{
    font-size: 19px;
    font-weight: 500;
}

#footer .meet p{
    font-size: 15px;
    font-weight: 300;
}

#footer .meet p a{
    color: #fff;
    text-decoration: none;
}

#footer .meet p a:hover{
    color: #fff;
    text-decoration: underline;
}

.footerNav{
    font-size: 14px;
    font-weight: 400;
}

.footerNav ul{
    list-style: none;
    margin: 0;
    padding: 0;    
}

.footerNav ul li{
    padding: 12px;    
}

.footerNav ul li a{
    color: #fff;  
    text-decoration: none;  
}


.pie-can{
    text-align: center;
}

.pie-can canvas{
    text-align: center;
    margin-top: 30px;
}









#sld-container {
    display: grid ;
    place-items: center
  }
  
  #slider-container {
    /**height: 300px;**/
    width: 85vw;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 20px;
  }
  
  #slider-container .btn {
    position: absolute;
    top: calc(55% - 30px);
    height: 17px;
    width: 17px;
    border-left: 2px solid #adadad;
    border-top: 2px solid #adadad;
    padding: 0px !important;
  }
  
  #slider-container .btn:hover {
    transform: scale(1.2);
  }
  
  #slider-container .btn.inactive {
    border-left: 2px solid #d2d2d2;
    border-top: 2px solid #d2d2d2;
  }
  
  #slider-container .btn:first-of-type {
    transform: rotate(-45deg);
    left: 10px
  }
  
  #slider-container .btn:last-of-type {
    transform: rotate(135deg);
    right: 10px;
  }
  
  #slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%; 
    transition: all .5s;
  }
  
  #slider-container #slider .slide {
    
    display: grid;
    place-items: center;
  }
  
  #slider-container #slider .slide span {
    color: white;
    font-size: 150px;
  }
  
  @media only screen and (min-width: 1100px) {
  
    #slider-container #slider .slide {
      width: calc(2.5% - 0px);
    }
  
  }
  
  @media only screen and (max-width: 1100px) {
  
    #slider-container #slider .slide {
      width: calc(3.3333333% - 20px);
    }
  
  }
  
  @media only screen and (max-width: 900px) {
  
    #slider-container #slider .slide {
      width: calc(5% - 100px);
    }
  
  }

  @media only screen and (max-width: 768px) {
  
    #slider-container #slider .slide {
      width: calc(5% - 2px);
    }
  
  }

  @media only screen and (max-width: 575px) {
  
    #slider-container #slider .slide {
      width: calc(10% - 0px);
    }
  
  }
  
  @media only screen and (max-width: 550px) {
  
    #slider-container #slider .slide {
      width: calc(10% - 0px);
    }
  
  }





@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

