body{
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif !important;
}
ul{
    margin: 0px;
    padding:0px;
}
.hearder-top {
    background: #413938;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
}
.top-header small{
    background: #413938;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
}
.top-header-1 a{
        background: #413938;
    color: #fff;
    line-height: 30px !important;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
}
.top-header-1 a:hover{
      text-decoration: none;
      color: #fff
}
.top-header-1 a:last-child {
    margin-right: 0px;
}
.top-header-1 a i{
    color: #ddd;
    margin-right: 5px;
}
.navbar.navbar-expand-md.nabar-dark{
    background-color: #ffffff7a;
    padding: 0px;
}
.collapse.navbar-collapse ul li{
    padding: 29px 5px;
}
.collapse.navbar-collapse ul li a{
    font-size: 13px;
    padding: 0 -1px;
    color: #333!important;
    font-weight: 500;
    text-decoration: none;
}
.collapse.navbar-collapse ul li:hover{
    text-decoration: none;
    background-color:#ffffff;
}
.bgimg-1{
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 150px rgba(0,0,0,.2);
    z-index: 999;
    top: 0;
}
/*////////////////////banner start///////////////////*/
.bgimg{
    background-image: url('../img/banner.webp');
    width: 100%;
    background-size: 100% 100%;
    padding-top: 110px;
    padding-bottom: 44px;
    height: auto;
    /* background-color: #fbe2d1; */
}


.banner-text h1{
    font-weight: 900;
    color: #000;
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 50px;
}
.banner-text p{
    font-size: 13px;
    color: #000;
    line-height: 30px;
}
.banner-text p a{
    color: #0089c2;
    text-decoration: none;
}
.banner-text p a:hover{
    color: #23527c;
    text-decoration: none;
}
.banner-text h2{
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #000;
}
.banner-text h4{
    font-size: 18px;
    margin: 10px 0px;
    font-weight: 500;
    color: #fff;
}
.banner-text ul{
    margin-left: 30px;
}
.banner-text ul li{
    list-style-type: none;
    padding: 3px 0;
    color: #000;
}

.banner-text9 ul li {
    list-style-type: none;
    padding: 3px 0;
    color: #000;
}
.banner-form{
    margin-top: 30px !important;
    padding: 10px 40px;
    background: #0095ca;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.31);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.31);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.31);
    border-radius: 8px;
    margin: 0 auto;
}
/*.navbar{
    padding: 0px !important;
}*/
.banner-form h2{
        font-size: 24px;
    text-align: center;
     color: #fff; 
    margin: -10px -40px 20px;
        background-color: #9fcc27;
    padding: 15px 10px;
    border-bottom: 1px solid #fff3;
    text-shadow: 1px 1px 0 #0003;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}
.banner-form h2 small{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}
.form-banner-1{
    position: relative;
    width: 100%;
}
.banner-form form input{
    width: 100%;
        padding: 4px 20px 4px 50px;
    margin-bottom: 10px;
    outline: none;
    position: relative;
    border-radius: 4px;
    border: 0px;
}
.banner-form form i{
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    z-index: 11;
    top: 0px;
    left: 0px;
    padding: 7px 12px;
    text-align: center;
    background-color: #9fcc27;
    border: 1px solid #9fcc27;
    border-radius: 4px;
        border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.banner-form form .btn.btn-warning{
    color: #fff;
    font-size: 16px;
    min-height: 40px;
    border: none;
    border-radius: 4px;
    background-color: #9fcc27;
    padding: 0;
    width: 100%!important;
    background-image: none;
    transition: all .3s ease-in-out;
}
.clear{
    clear: both;
}
/*///////////////////banner and/////////////////////////*/
section.about-sec {
   padding: 30px 0px;
   background: #ececec;
}
/*.about-sec .col-sm-3 {
    padding-left: 0px;
    padding-right: 0px;
}*/
/*.bg-box-0{
    background-color: #2176b8;
}*/
.bg-box{
    
padding: 20px 7px;
    
background: #fff;
    
margin: 30px 5px;
    
padding: 22px 10px;
    
border-radius: 20px;
    
box-shadow: 0 15px 40px 0 rgb(0 0 0 / 8%);
    
text-align: center;
}
.bg-box:hover h2{
    transition: all .5s ease;
    color: #0095ca;
}
.bg-box:hover img{
    border-radius: 20px 0px;
    transition: all .5s ease;
    background-color: #0095ca;
}
.bg-box h2{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
    color: #000;
}
.bg-box img{
    width: 70px;
    margin-bottom: 10px;
    display: block;
    background-color: #ddd;
    padding: 10px;
    border-radius: 0px 20px;
    transition: all .3s ease;
}
.bg-box h2 small{
    display: block;
    color: #000;
    margin-top: 5px;
        font-size: 65%;
}
.bg-box p{
    font-size: 13px;
    color: #666;
    line-height: 20px;
    font-weight: 400;
}
.bg-box p a{
    color: #000;
    text-decoration: none;
}
.bg-box p a:hover{
    color: #000;
    text-decoration: none;
}
/*.bg-box-1{
    background: #c82b2b;
}
.bg-box-2{
    background: #ffa90c;
}
.bg-box-3{
    background: #7bb13c;
}*/

/*////////////////////section and ///////////////////////////////*/

.software-img{
    width: 100%;
    background-size: 100% 100%;
    padding-bottom: 44px;
    height: auto;
    padding: 50px 0px;
    background-color: #ececec;
    margin: 0 auto;
}
.software-img .ml-center-2{
    margin: 0 auto;
}
.software-text h2{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.software-text h2:after {
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 0;
    transform: translateX(-0%);
}
.software-text h2 small{
    font-weight: 400;
    line-height: 1;
    color: #000;
    font-size: 65%;
}
.software-text p{
    font-size: 13px;
    color: #666;
    line-height: 20px;
    margin: 0 0 10px;
}
.software-text p a{
    color: #000;
    text-decoration: none;
}
.software-text p a:hover{
    color: #000;
    text-decoration: none;
}
.software-text h2 span{
    font-weight: 400;
    line-height: 1;
    color: #000;
    font-size: 30px;
}
.proud-men{
    text-align: center;
}
.proud-text{
    margin-bottom: 40px;
}
.proud-text h2{
    margin-top:10px;
    margin-bottom: 0px;
    line-height: 60px;
}
.proud-text h3{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
    position: relative;
}
.proud-text h3:after {
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.proud-men .col-md-4.col-sm-4.col-xs-4{
        padding: 30px;
    box-shadow: 0 0 0 rgba(0,0,0,.5);
    height: 178px;
}
.designer-img {
    padding: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
    /* border-radius: 0 20px; */
    transition: all .3s ease;
    border: 1px solid #a0cd35;
    margin-bottom: 20px;
    border-bottom: 5px solid #a0cd35 !important;
}
.designer-img:hover{
    border-radius: 20px 0px;
    transition: all .5s ease;
}
.designer-img:hover img {
    border-radius: 20px 0px;
    transition: all .5s ease;
    background-color: #0095ca;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
}
.designer-img:hover h4{
    color: #0095ca;
    transition: all .5s ease;
}
.designer-img img {
    width: 70px;
    background-color: #a1ce40;
    padding: 10px;
    border-radius: 0px 2px;
    transition: all .3s ease;
}
.designer-img h3{
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;
    transition: all .3s ease;
}
.proud-men .bg-dark {
    background-color: #eee!important;
}
.solution{
    /*background-color: #0170b7;*/
    padding: 20px 0;
}
.container.bg-con {
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
    background-color: #fff;
    padding-top: 10px;
}
.mini-banking{
    text-align: center;
}
.mini-banking h2{
    margin-bottom:0px;
}
.mini-banking h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.box {
    min-height: 120px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    background: #191212;
    margin: 15px auto;
    text-align: center;
}
.box:hover{
    box-shadow: 0 0 40px #0003;
    transition: all 0.5s;
}
.box.effect1 .icon img{
    box-shadow: 0 4px 24px 0 rgba(103,151,255,.1), 0 12px 64px 0 rgba(103,151,255,.1);
    border-radius: 100px;
    background-color: #fff;
    padding: 24px;
}
.box:after {
    content: "";
    background-color: #ccc3;
    border-radius: 0 0 0 100%;
    width: 285px;
    height: 285px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
/*.box .icon {
    float: left;
    margin-right: 15px;
    text-align: justify;
    position: relative;
    top: -10px;
    left: 0;
    padding: 16px;
    z-index: 2;
}*/
.box.effect1 h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
     transition: all 0.3s;
}
.box:hover h3{
    color: #0095ca;
    transition: all 0.5s;
}
.box.effect1 p{
    font-size: 12px;
    color: #fff;
}

.Why-choose{
    padding: 40px 0;
    font-size: 22px;
    font-weight: 500;
    background: #0095ca url(../img/bright-squares.png);
    color: #fff;
    text-align: center;
}
.Why-choose .ml-center-1{
    margin: 0 auto;
}
.Why-choose .ml-center-1 a{
    color: #fff;
    background-repeat: repeat-x;
    border: 1px solid #28a4c9;
    background-color: #28a4c9;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
}
.Why-choose h4{
    font-size: 32px;
    margin: 10px 0px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}
.Why-choose h4:after {
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.Why-choose .ml-center-1 p{
    font-size: 19px;
    color: #fff;
}
.Why-choose p a{
    color: #000;
    text-decoration: none;
}
.Why-choose p a:hover{
    color: #000;
    text-decoration: none;
}
.Why-choose hr{
    border: none;
    height: 1px;
    background: #ff6800;
    width: 100px;
    margin: 50px auto;
}

footer{
    padding: 40px 0;
    padding-bottom: 0;
    background: #0e0e0e url(../img/black-paper.png) top;
    color: #e8e5e5;
}
.footer-img img{
   margin: 20px auto;
    margin-top: 0px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    
}
.footer-img p{
    color: #fff;
}
.footer-img p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
.footer-text h4{
    font-size: 20px;
    padding-bottom: 10px;
}
.footer-text h4:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #ff6800;
    display: block;
    margin-top: 15px;
}
.footer-text a{
    text-decoration: none;
    display: block;
    color: #e8e5e5;
    margin-bottom: 3px;
}
.footer-text a:hover{
    text-decoration: none;
    color: #999;
}
.footer-text small a{
    font-weight: 400;
    font-size: 13px;
    color: #e8e5e5;
    padding-left: 15px;
    padding-bottom: 20px;
}
.footer-icon a{
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: var(--whiteColor);
    background-color: #1e1d2f;
    position: relative;
    border-radius: 2px;
}
.footer-icon i{
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}


.company-text{
    width: 100%;
    padding: 120px 0 60px;
    min-height: 460px;
    text-align: center;
    background-image: linear-gradient(to top, #981e6e, #a8216c, #b72669, #c42d65, #d13660);
}
.company-text h1{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: 800;
    line-height: 35px;
    margin-top: 120px;
}
.company-text h1 span{
    display: block;
    font-size: 22px;
    font-weight: 300;
}
.col-center{
    margin: 0 auto;
    float: none;
}
.company-menu{
    padding-top: 8px;
    padding-bottom: 15px;
    margin-top: 25px;
}
.company-menu a{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
}
.company-menu a:hover{
    text-decoration: none;
    color: #000;
}
.company-menu .home-color{
    color: #000;
    background-color: #a1ce2c;
    padding: 5px 12px 5px 0px;
}
.company-menu .home-color:hover{
    background-color: #0095ca;
    transition: all 0.5s;
    color: #fff;
}
.company-menu .home-color i{
    padding: 6px 12px 6px 24px;
    background-color: #0095ca;
    color: #fff;
    border-top-right-radius: 48px;
}
.text-company{
    padding: 40px 396px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    padding-top: 0;
    margin: 0px;
    padding-bottom: 0px;
}
.profile-icon{
    background-color: #e8f2f7;
    border-radius: 100%;
    padding: 20px;
    width: 18%;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.profile-icon img{
    vertical-align: middle;
    width: 100%;
}
.profile-text{
       padding: 50px 30px 10px;
}
.profile-text h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.profilecom{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px #0001;
    margin:20px 0px;
    position: relative;
    margin-bottom: 60px;
}
.profilecom:hover{
    box-shadow: 0 0 40px #0003;
}
.profilecom:hover .profile-icon{
    background-color: #0095ca;
    transition: all 0.5s;
}
.profile-text a{
    color: #007bff;
    text-decoration: none;
}
.profile-text a:hover{
    color: #007bff;
}
.blue-text{
    background-color: #0697cb;
    color: #fff;
    padding: 40px 50px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: center;

}
.blue-text .next-softwar h2{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
}
.blue-text .next-softwar h1:after {
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.blue-text .next-softwar h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}
.blue-text .next-softwar a{
    color: #000;
    text-decoration: none;
}
.blue-text .next-softwar a:hover{
    color: #000;
    text-decoration: none;
}
.blue-text .icon-witch{
    background-color: #fff;
    color: #000;
    width: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.blue-text .icon-witch:before{
    content: '';
    position: absolute;
    border: #fff solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top,right,bottom,left;
    transition-property: top,right,bottom,left;
    border-radius: 50px;
}
.blue-text .live-demo:hover .icon-witch:before{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
.blue-text .row.text-center h3{
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
.col-sm-4.text-center.col-center button{
    font-size: 22px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
        background: #a0cd29!important;
    border: 0;
    padding: 5px 20px;
    border-radius: 0!important;
}
.adysoft-1{
    background-color: #edf0f4;
    color: #022c4b;
    font-size: 15px;
    padding: 40px 50px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: center;
}
.motto{
    padding: 40px 50px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
}
.motto h2{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #000;
    position: relative;
}
.motto  h2:after {
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 0;
    transform: translateX(-0%);
}
.motto .big-text{
    background-color: #d2d2d2;
    box-shadow: 0 0 40px #0001;
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 30px;
}
.motto .big-text ul{
    margin-left: 40px;
}
.motto .big-text:hover{
    box-shadow: 0 0 40px #0003;
}
.motto .big-text h3{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.motto .big-text p{
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.indiasoft{
    margin-bottom: 20px;
}
/*.panal-defrent{
    border-radius: 0;
    box-shadow: none;
    box-shadow: 0 0 30px #0001;
    border-color: #eee;
    margin-top: 5px;
}*/
/*.panal-heding{
    padding: 0;
    border-radius: 0;
    color: #212121;
    background: #fff;
}*/
.panal-title{
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
}
.computer-code .ml-center{
    margin: 0 auto;
}
.menuimg {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #666;
    border-radius: 20px;
    margin-bottom: 12px;
}
.panal-title a{
    display: block;
    padding: 15px 35px 15px 15px;
    text-decoration: none;
    color: #000;
    position: relative;
}
.panal-title a:hover{
    color: #000;
    text-decoration: none;
}
.computer-code{
    padding: 30px;
    padding-top: 0px;
}
.computer-code p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #666;
}
.computer-code ul{
    margin-left: 30px;
}
.computer-code ul li{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #666;
}
.menuimg img{
    width: 100%;
    margin-bottom: 12px;
}
.computer-code p a{
    color: #000;
    text-decoration: none;
}
.icon-web a{
    text-decoration: none;
    color: #fff;
    background-repeat: repeat-x;
    border: 1px solid #28a4c9;
    background-color: #28a4c9;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    display: block;
    width: 100%;
    text-align: center;
}
.icon-web a:hover{
    text-decoration: none;
    color: #fff;
}
.icon-web-1 a{
    text-decoration: none;
    color: #fff;
    background-repeat: repeat-x;
    border: 1px solid #28a4c9;
    background-color: #28a4c9;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    display: block;
    text-align: center;
}
.icon-web-1 a:hover{
    text-decoration: none;
    color: #fff;
}
.text-company p{
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.text-company p strong{
    color: #666;
    
}
.text-company h2{
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}
.text-company h2:after {
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.bg3{
    background-image: linear-gradient(to top, #981e6e, #a8216c, #b72669, #c42d65, #d13660);
}
.nidhi-img {
    float: left!important;
}
.online-software{
    float: right;
}
.online-software h2{
    color: #000;
    font-size: 30px;
    font-weight: 500;
}
.online-software  ul{
    margin-left: 20px;
}
.online-software  ul li{
    margin-bottom: 10px;
    list-style-image: url('../img/download.svg');
    font-size: 16px;
    font-weight: 500;
    color: #666;
}
.online-software a{
    font-size: 16px;
    font-weight: 700;
    background: #9fcc27;
    margin-top: 10px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
.online-software a:hover{
    color: #fff;
    text-decoration: none;
}
.modules{
    padding:50px;
    background-color: #f3f3f3
}
.integrated h2{
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.modules .integrated.customize{
    position: relative;
}
.modules .integrated.customize h2:after {
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.integrated p{
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #666;
}
.modules hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.requirement{
    text-align: center;
    padding: 30px;
    height: 283px;
    border: 2px solid #000;
    box-shadow: 2px 1px 15px #638daa;
    margin-bottom: 20px;
}
.requirement i{
        color: #0095ca;
}
.requirement h3{
        margin: 15px 0px;
    font-size: 20px;
    font-weight: 500;
    color: #f85209;
}
.requirement:hover{
    box-shadow: 0 15px 30px #0003;
}
.however{
    padding: 50px;
}
.however h2{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}
.however h2:after{
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.however p{
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5;
    color: #111;
    font-weight: 400;
}
.col-lg-4.online-member-1.online-member-1-1{
     background: #b4e1e7;
}
.col-lg-4.online-member-1.online-member-1-2{
     background: #67d9e9;
}
.col-lg-4.online-member-1{
    padding: 65px 40px;
}
.online-member h4{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.branches{
    padding: 50px;
    background-color: #f3f3f3;
}
.matter h2{
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
    color: #666;
}
.matter hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.matter p{
    color: #666;
    font-weight: 400;
    font-size: 16px;
}
.destop{
    text-align: center;
}
.destop img{
    margin-bottom: 10px;
}
.destop strong{
    display: block;
}
.however-1 {
    padding: 50px 0px;
}
.col-lg-3.online-member-1.online-member-1-1 {
    background: #1b81e5;
    padding: 40px;
}
.col-lg-3.online-member-1.online-member-1-0 {
    background: #1873cc;
    padding: 40px;
}
.col-lg-3.online-member-1.online-member-1-2 {
    background: #1565b2;
    padding: 40px;
}
.col-lg-3.online-member-1.online-member-1-3 {
    background: #075199;
    padding: 40px;
}
.col-lg-3.online-member-1 .online-member h4,p{
    color: #fff;
}
.however-1{
    padding: 50px 0px;
    background-color: #e2f6ff;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #222;
}
.however-1 .col-sm-9.m-auto.text-center h2,p{
    color: #222;
    position: relative;
    margin-bottom: 20px;
}
.however-1 .m-auto.text-center h2:after {
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.admin-login p{
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #222;
}
.col-lg-3.online-member-1 .online-member{
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
        border: 1px solid #0095ca;
}
.col-lg-3.online-member-1 .online-member img{
    width: 120px;
    height: 120px;
    border: 4px solid transparent;
    transition: all 0.5s;
}
.col-lg-3.online-member-1:hover img{
    border: 4px solid #02CFF8;
    border-radius: 50%;
    transition: all 0.5s;
        
}
.col-lg-3.online-member-1 .online-member:hover{
    box-shadow: 0 15px 30px #0003;
    border-radius: 50px 0 50px 50px;
    transition: all 0.5s;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
        border: 1px solid #0095ca;
}
.col-lg-3.online-member-1 .online-member h4{
    color: #000;
    font-size: 18px;
}
.branches{
    text-align: center;
    position: relative;
}
.branches h2{
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
    position: relative;
}
.branches h2:after {
    content: "";
    border-bottom: 3px solid #ff6800;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.destop i{
    font-size: 50px;
    color: #3b6585;
}
.destop.destop-1 i{
    font-size: 50px;
    color: #9bc72c;
}
.marketing img{
    width: 100%;
}
.admin-login{
    background-color: #fff;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
    border-radius: 0 20px 20px 20px;
    transition: all .3s ease;
    padding: 1rem 1rem;
    display: inline-block;
    text-align: center;
    padding-bottom: 15px;
    border: 1px solid #0095ca;
    margin-bottom: 20px;
}
.admin-login:hover{
    background-color: #0095ca;
    border-radius: 20px 0px 20px 20px;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.admin-login:hover .login-admin{
    border-radius: 50px 0px 50px 50px;
    transition: all 0.5s ease;
}
.admin-login:hover p{
    color: #fff;
    transition: all 0.5s ease;
}
.admin-login .login-admin {
    background-color: #eff2f7 ;
    position: relative;
    border-radius: 0 50px 50px 50px;
    width: 100px;
    padding: 0 0;
    text-align: center;
    height: 100px;
    line-height: 100px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--mainColor);
    font-size: 40px;
    margin: 5% auto 0 auto;
}


.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}





/* --------------------------------------------------------------------------------- */


.enterprise-block-two .content-column {
    position: absolute;
    top: 23%;
    left: 51%;
}

.services-section-two .content-column .inner-column h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.services-section-two .content-column .inner-column p {
    color: #000;
    font-size: 17px;
    line-height: 25px;
}

.icon-ent img {
    width: 80px;
    height: 80px;
}

.icon-ent {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.rrequirement{    
}

.rrequirement:hover{
    box-shadow: 0 0px 30px #0095ca;
}



/* -----------------------Client Portfolio------------------------------- */


.page_data {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 100px;
}

.pages_box {
    width: 1146px;
    margin: auto;
}

.product-drop {
    width: 276px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: normal;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.portfolio {
    width: 24%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #888888;
    background: #FFFFFF;
}
.portfolio_pad {
    padding: 7px;
}

.view {
    width: 260px;
    height: 220px;
    margin: 0px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view-fifth img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view img {
    display: block;
    position: relative;
}

.pic img {
    width: 100%;
    display: block;
}

.view-fifth .mask {
    background-color: rgba(146,96,91,0.3);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.view .mask, .view .content {
    width: 260px;
    height: 220px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view-fifth .mask {
    background-color: rgba(146,96,91,0.3);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}
.view-fifth h2 {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    -webkit-box-shadow: 0px 1px 3px rgb(159 141 140 / 50%);
    -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    box-shadow: 0px 1px 3px rgb(159 141 140 / 50%);
}
.mask h2 {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    color: #1C1C1C;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
    margin-bottom: 0px;
}
.mask P {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 20PX;
    color: #333333;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.view a.info:hover {
    background-color: #0095ca;
}

.view-fifth:hover img {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.port_text_01 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #454545;
    line-height: 40px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #BABABA;
}

.port_text_02 a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #EB5707;
}
.port_text_02 a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}





.bgimgg {
    /* background-image: url(../img/banner.png); */
    width: 100%;
    background-size: 100% 100%;
    padding-top: 110px;
    padding-bottom: 44px;
    height: auto;
    background-color: #f3f3f3;
}


/* ---------------------------------------------------------------Pricing-styles------------------------------------------------------- */

.new-page-section {
    padding: 0px 50px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
}
.pricingTable_1 {
    padding: 11px 0;
    border: 1px solid #0095ca;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 15px;
}
.pricingTable_1 .price-value {
    font-size: 35px;
    font-weight: 800;
    color: #0d3b66;
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.pricingTable_1 .month {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #0d3b66;
    letter-spacing: 2px;
    line-height: 10px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 10px;
}
.pricingTable_1 .title {
    display: inline-block;
    padding: 15px 40px;
    margin: 0 0 20px 0;
    background: #eee;
    font-size: 20px;
    color: #970C02;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 40px;
}
.pricingTable_1:hover .title {
    background: #0095ca;
    color: #fff;
}

.pricingTable_1 .pricing-content {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}
.pricingTable_1 .pricing-content li {
    font-size: 20px;
    color: #0d3b66;
    line-height: 1.3;
    padding: 10px 0px;
    border-bottom: 1px solid #0002;
}
.pricingTable_1 .pricing-content li small {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}
.text-success {
    color: #198754!important;
}
.text-danger {
    color: #dc3545!important;
}
.pricingTable_1 .pricingTable-signup {
    display: inline-block;
    padding: 7px 18px;
    background: #eee;
    font-size: 17px;
    font-weight: 700;
    color: #970C02;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable_1 .pricingTable-signup:before, .pricingTable_1 .pricingTable-signup:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px !important;
}
}


.mainh{
    line-height: 60px;
    text-shadow: 2px 2px 0px #a0cd35;
    -webkit-text-stroke-color: #a0cd35;
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke-width: 1px;
}




#inner-banner h2 span {
    /* display: block; */
    line-height: 60px;
    /* text-shadow: 2px 2px 0px #a0cd35; */
    /* -webkit-text-stroke-color: #2495c8; */
    /* -webkit-text-fill-color: #2495c8; */
    /* -webkit-text-stroke-width: 1px; */
    /* color: #000000; */
}



.spad {
    position: relative;
    padding-top: 160px;
    padding-bottom: 12px;
    background-color: #efefef00;
}
.home__about__text {
    padding-top: 5px;
}
.home__about__text .section-title {
    text-align: left;
    margin-bottom: 15px;
}
.section-title h2 {
    font-weight: 700;
    color: #323232;
    line-height: 46px;
    margin-bottom: 20px;
}
.home__about__item {
    margin-bottom: 12px;
}
.home__about__item h4 {
    color: #323232;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}
.home__about__item p {
    font-size: 15px;
    font-family: "Lato",sans-serif;
    color: #5c5c5c;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}
.primary-btn {
    display: inline-block;
    font-size: 15px;
    padding: 14px 40px 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #88c417;
    border-radius: 2px;
    letter-spacing: 1px;
}

/*.gtco-banner-area {
    margin-top: 20px;
    min-height: 500px;
}
*/
#gtco-main-nav {
    /* padding: 20px 0; */
}
/*#gtco-main-nav::before {
    position: absolute;
    content: "";
    height: 590px;
    width: 882px;
    background-image: -webkit-linear-gradient(to right, #e8eefc, #e6fafe);
    background-image: -moz-linear-gradient(to right, #e8eefc, #e6fafe);
    background-image: -ms-linear-gradient(to right, #e8eefc, #e6fafe);
    background-image: -o-linear-gradient(to right, #e8eefc, #e6fafe);
    background-image: linear-gradient(to right, #e8eefc, #e6fafe);
    left: 50.5%;
    top: 151px;
    z-index: -1;
    border-radius: 50% 0 50% 50%;
}*/
/*.gtco-banner-area h1 {
    font-family: "Lato-Light";
    font-size: 48px;
    color: #000000;
    max-width: 500px;
    margin-top: 70px;
}
.gtco-banner-area p {
    max-width: 450px;
    margin: 20px 0;
    margin-bottom: 40px;
}


.gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 430px;
    margin: 0 auto;
    margin-top: 30px;
    margin-right: 0;
}

#gtco-main-nav::after {
    position: absolute;
    content: "";
    height: 600px;
    width: 864px;
    background-image: -webkit-linear-gradient(-220deg, #1d3ede, #01e6f8);
    background-image: -moz-linear-gradient(-220deg, #1d3ede, #01e6f8);
    background-image: -ms-linear-gradient(-220deg, #1d3ede, #01e6f8);
    background-image: -o-linear-gradient(-220deg, #1d3ede, #01e6f8);
    background-image: linear-gradient(-220deg, #2495c8, #01e6f8);
    left: 51.5%;
    top: 123px;
    z-index: -1;
    border-radius: 50% 0 50% 50%;
}

@media (max-width: 1400px){
#gtco-main-nav::before {
    height: 530px;
    width: 611px;
}
}

@media (max-width: 1199px){
#gtco-main-nav::before {
    width: 710px;
}
}




@media (max-width: 991px){
#gtco-main-nav::before {
    width: 55%;
    left: auto;
    right: 0;
}
}

@media (max-width: 600px){
#gtco-main-nav::before {
    width: 100%;
    height: 390px;
}
}


@media (max-width: 1400px){
#gtco-main-nav::after {
    height: 550px;
    width: 605px;
}}

@media (max-width: 1199px){
#gtco-main-nav::after {
    width: 700px;
}
}
@media (max-width: 991px){
#gtco-main-nav::after {
    width: 55%;
    left: auto;
    right: 0;
}
}
@media (max-width: 600px){
#gtco-main-nav::after {
    width: 100%;
    height: 400px;
}
} 
*/

/* --------------------------------box------------------------ */

.choose__item {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 38%);
    border-radius: 8px;
    text-align: center;
    padding: 0 30px 60px;
    margin-bottom: 80px;
}
.section-title {
    margin-bottom: 80px;
    text-align: center;
}

.choose__item img {
    margin-top: -40px;
    box-shadow: 0px 0px 12px 0px;
    border-radius: 45px;
}
.choose__item h5 {
    font-size: 20px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 35px;
}
.choose__item p {
    margin-bottom: 0;
}
.choose__item:hover{
background: #2495c8;
transition: all .5s ease;
}

.bgimggg{
    background-image: url('../img/image1.png');
    width: 100%;
    background-size: 100% 100%;
    padding-top: 110px;
    padding-bottom: 44px;
    height: auto;
    /* background-color: #fbe2d1; */
}

.head-popup-btn {
    background: linear-gradient(90deg,#a1ce40 0,#a0cd35 91.67%);
    border-radius: 100px;
    height: 40px;
    padding: 0 20px;
    cursor: pointer;
}
@media (max-width: 991px){
    .head-popup-btn {
        height: 51px !important;
        font-size: 10px;
    }
}
@media only screen and (min-width: 1399px){
    .collapse.navbar-collapse ul li a {
        font-size: 14px !important;
    }
    }
p.text-success.setup-size {
    font-size: 13px !important;
}