body , html { 
    height: 100%;
}
#intro {
    background-size: cover;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
#intro .wrapper {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120%;
}
.top-bar {
    width: 100%;
    height: 15px;
    background-color: #fff;
    border-bottom: 1px solid #148ab3;
}
.sep-line {
    width: 100%;
    height: 15px;
    background-color: #148ab3;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}



.logo-tile {
    width: 535px;
    height: 438px;
    float: right;
    margin-top: 110px;
}
.logo-tile img{
    margin: 0 0 3px 3px;
    float: right;
    transition: all 0.4s ease-out;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.55);
    transform:perspective(300px) rotateY(0) rotateZ(0) translate(0,0) scale(1);
    opacity: 1;
}
.tile-anim{
    transform: perspective(300px) rotateY(90deg) rotateZ(-40deg) translate(100px,-100px) scale(0.5) !important;
    opacity: 0 !important;
}
.logo-tile img:hover{
    /*transform: perspective(300px) rotateY(180deg) !important;*/
    transform: perspective(300px) rotateY(180deg);
}


.slogan {
    position: absolute;
    right: 560px;
    top: 495px;
    transform: translate(0,-50px);
    opacity: 0;
}
.slogan-anim {
    transform: translate(0,0);
    opacity: 1;
}




.bot-arrow {
    width: 39px;
    height: 91px;
    position: relative;
    float: left;
    left: calc(50% - 20px);
    margin: 20px auto;
    background-image: url(../images/bot-arrows.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    cursor: pointer;
}
.bot-arrow:hover{
    background-position: top center;
}
.bot-bt-arr{
    position: absolute;
    top: 0;
}
.bot-arrow:hover .bot-bt-arr{
    top: 52px;
}

#section1 {
    background-color: #fff;
    min-height: 345px;
    background-image: url(../images/about-logo.png);
    background-repeat: no-repeat;
    background-position: 5% center;
}

.about-pic {
    width: 250px;
    height: 250px;
    float: right;
    position: relative;
    margin-left: 20px;
}

.fram-t {
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 10px;
    top: 0;
    right: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.fram-b {
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 10px;
    bottom: 0;
    left: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}



.more-bt {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #f3f3f3;
    border-radius: 3px;
    color: #148ab3;
    background-image: url(../images/more-arr1.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    padding: 0 10px 0 20px;
}
.more-bt:hover {
    color: #fff;
    background-color: #148ab3;
    background-image: url(../images/more-arr2.png);
}



.h-lin2{
    width: 130px;
    height: 1px;
    background-color: #0a607d;
    margin: 5px 20px;
    display: inline-block;
}
.h-lin3{
    width: 130px;
    height: 1px;
    background-color: #0a607d;
    margin: 10px 0;
    display: inline-block;
}

.head-tx {
    width: 100%;
    color: #2499c2;
    margin-bottom: 50px;
}

.news-itm {
    margin-bottom: 40px;
}
.news-itm p{
    float: right;
    text-align: right;
    clear: both;
}
.pic-bx {
    width: 50px;
    height: 100%;
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
}



.news-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}



#section3 {
    min-height: 300px;
}

.count-bx{
    margin-bottom: 20px;
}
.count-icon {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.cico1 {
    background-image: url(../images/cico1.png);
}
.cico2 {
    background-image: url(../images/cico2.png);
}
.cico3 {
    background-image: url(../images/cico3.png);
}

.count-title {
    width: 230px;
    margin: 5px auto;
    padding: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 19px;
    text-align: center;
}

.count-num {
    margin: 10px auto;
    font-size: 60px;
    color: #fff;
}

.serv-icon {
    width: 50px;
    height: 50px;
    float: right;
    background-color: #2499c2;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 25px 25px 25px 0;
    margin-top: 20px;
}

.contract-ico {
    background-image: url(../images/contract-ico.png);
}
.writing-ico {
    background-image: url(../images/writing-ico.png);
}

.serv-tx {
    width: 100%;
    min-height: 135px;
    background-color: #fff;
    border-radius: 3px;
    float: right;
    padding: 10px;
    text-align: right;
    margin-top: 10px;
}

.serv-title {
    float: right;
    color: #fff;
    margin: 45px 15px 0 0;
    font-size: 19px;
}

#section5 {
    min-height: 400px;
    padding-bottom: 0;
    border-top: 2px solid #fff;
}




.sec5-tl {
    color: #a6e8ff;
}

.sec5-num {
    color: #000;
    font-size: 40px;
}

.content5-bx {
    min-height: 200px;
    padding: 50px 0 20px 0;
    background-color: rgba(87, 169, 198, 0.7);
    border-radius: 10px 10px 0 0;
}
.content5-bx p{
    text-align: right;
    color: #fff;
    margin-top: 10px;
}

.ct5-bt {
    width: 220px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #2f748d;
    border-radius: 20px;
    margin: 30px auto;
}
.ct5-bt:hover{
    background-color: #0a607d;
    color: #fff;
}

#section6 bg-white {
    
}

#section6 {
    border-bottom: 0px solid #57a9c6;
}

.ct6-bt {
    padding: 0 15px;
    height: 40px;
    line-height: 50px;
    background-color: #bdbdbd;
    color: #fff;
    border-radius: 20px;
    margin: 0 auto;
}
.ct6-bt:hover {
    background-color: #9a9a9a;
}

.sec6-txin {
    width: 100%;
    max-width: 700px;
    height: 40px;
    line-height: 40px;
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    text-align: center;
    margin: 30px 15px;
}
.search-txt{
    max-width: 700px;
    margin: 20px auto;
}

#section7 {
    border-bottom: 5px solid #57a9c6;
}

#section8 {
  background-image: -moz-linear-gradient( 90deg, #f3f3f3 0%, #bddae4 100%);
  background-image: -webkit-linear-gradient( 90deg, #f3f3f3 0%, #bddae4 100%);
  background-image: -ms-linear-gradient( 90deg, #f3f3f3 0%, #bddae4 100%);
    padding: 50px 0 0;
}

.soft-pic {
    width: 128px;
    height: 128px;
    float: right;
    
    border-radius: 50%;
    margin-left: 15px;
}

.soft-tx {
    width: 100%;
    min-height: 135px;
    background-color: #fff;
    border-radius: 3px;
    float: right;
    padding: 10px;
    text-align: right;
}
.soft-bx{
    margin-bottom:50px;
}
.soft-ct-bx {
    float: right;
    width: 395px;
    padding-top: 15px;
}

.soft-ct-title {
    float: right;
    color: #000;
    font-family: mitra-b;
    font-size: 16px;
    clear: both;
}

.sec8-fld {
    width: 160px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    border: 1px solid #dedede;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 3px;
    float: right;
}

.sec8-bt {
    float: right;
}




.sec5-dig {
    margin-bottom: 30px;
}

.sec4-head {
    margin-bottom: 30px;
}

.slogan-bx{
        display: none;
    }



.sec-title{
    cursor: pointer;
}
.sec-title h1{
    transition: all 0.3s ease-out;
}
.sec-title .h-lin2{
    transition: all 0.3s ease-out;
}
.sec-title:hover h1{
    /*font-size: 35px;*/
}
.sec-title:hover .h-lin2{
    width: 230px !important;
}

.sec-title:hover .sec-img{
    top: 90px;
    transform: translateX(-50%) scale(1);
    opacity: 1;
}
.sec-img{
    position: absolute;
    border-radius: 50%;
    top: -90px;
    left: 50%;
    transform: translateX(-50%) scale(0.2);
    border: 2px solid #fff;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    opacity: 0;
}

.sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    
}
.sub-menu ul{
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255,0);
    list-style: none;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}
.sub-menu ul li{
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    
}
.sub-menu ul li a{
    color: #fff;
    
}
.sub-menu ul li a:hover{
    
}
.sub-menu ul span{
    font-size: 40px;
    line-height: 20px;
    color: aqua;
}

.menu-in-bx:hover .sub-menu{
    /*max-height: 50px;
    opacity: 1;*/
}
.menu-in-bx:hover .sub-menu ul{
    border-top: 1px solid rgba(255, 255, 255,1);
}

.softwares-title {
    margin: 0;
}
.softwares-title:hover {
    margin-right: 20px;
}
