a:hover, a:focus{
    text-decoration: none !important;
}
.portfli_wrp{
    position: relative;
    width: 100%;
    display: inline-block;
}
.por_banner{
    width: 100%;
    padding: 147px 0px;
    position: relative;
    background:url(../images/portfoliBanner.jpg) no-repeat 0% 90%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.por_banner.carr_bnnr{
background:url(../images/banner/career.jpg) no-repeat 0% 6% !important;
background-size: cover !important;
}
.por_banner.cont_bnnr{
background:url(../images/contact_bg.jpg) no-repeat 0% 6% !important;
background-size: cover !important;
}

.por_banner.tech_bnnr{
background:url(../images/techno-bg.jpg) no-repeat 0% 6% !important;
background-size: cover !important;
}

.por_banner.clnt_bnnr{
background:url(../images/clients.jpg) no-repeat 0% 6% !important;
background-size: cover !important;
}

.por_banner h2{
    font-size: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    display: table;
    margin: 0px auto;
    /*font-family: 'Kirvy-Bold'!important;*/
}
.por_banner span{
    font-size: 16px;
    margin-top: 12px;
    display:block;
    /*font-family: 'Kirvy-Bold'!important;*/
}
.port_grd{
    position: relative;
    padding: 40px 0px;
}
.port_sect{
    overflow: hidden;
    position: relative;
    box-sizing:border-box;
    width: 100%;
}
.port_sect img{
    max-width: 100%;
    width: 100%;
}
.port_sect .pp_ttle{
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 18px 15px;
    margin: 0;
    color: #fff;
    background: linear-gradient(transparent,rgba(0, 0, 0, 0.65));
    font-size: 17px;
    /*font-family: 'Kirvy-Bold';*/
}
.ovrlaygrd{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 90;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    padding: 45px;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
    -webkit- transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
    -moz- transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
}
.ovrlaygrd:before {
    position: absolute;
    content: "";
    background-color: rgba(4, 96, 255, 0.9);
    width: 1000px;
    height: 1000px;
    z-index: -1;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    transform: rotate(60deg) translate3d(18%,20%,0);
    -moz-transform: rotate(60deg) translate3d(18%,20%,0);
    -webkit-transform: rotate(60deg) translate3d(18%,20%,0);

    transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.7s;
    -webkit- transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
    -moz- transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
}
.ovrlaygrd h2, .ovrlaygrd h3, .ovrlaygrd p{
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
    -webkit- transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
    -moz- transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
}
.ovrlaygrd h2{
    -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;  
}
.ovrlaygrd h3{
    -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;  
}
.ovrlaygrd p{
    -webkit-animation-delay: 0.8s;
        animation-delay: 0.6s;  
        text-align: center;
}
.ovrlaygrd h2{
    color: #fff;
    font-size:50px;
    /*font-family: initial;*/
}
.ovrlaygrd h3{
    margin-bottom: 16px;
}
.ovrlaygrd p{
    line-height: 26px;
}
.ovrlaygrd:hover{
    color: #fff;
}
.port_sect:hover .ovrlaygrd{
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=1);
}
.port_sect:hover .ovrlaygrd:before{
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=1);
    transform: rotate(60deg) translate3d(-43%,20%,0);
    -moz-transform: rotate(60deg) translate3d(-43%,20%,0);
    -webkit-transform: rotate(60deg) translate3d(-43%,20%,0);

    transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
    -webkit- transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
    -moz- transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
}
.port_sect:hover .ovrlaygrd h2, .port_sect:hover .ovrlaygrd h3, .port_sect:hover .ovrlaygrd p{
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=1);
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both animation-iteration-count: alternate;
    -webkit-animation-iteration-count: alternate;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}










section[id*="p1-"] {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    visibility: hidden;
}
section[id*="p1-"].active{
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=1);

}
.ajaxContainer {
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1000ms cubic-bezier(0.19,1,0.22,1) 0ms;
    -moz-transition: all 1000ms cubic-bezier(0.19,1,0.22,1) 0ms;
    -o-transition: all 1000ms cubic-bezier(0.19,1,0.22,1) 0ms;
    -ms-transition: all 1000ms cubic-bezier(0.19,1,0.22,1) 0ms;
    transition: all 1000ms cubic-bezier(0.19,1,0.22,1) 0ms;
    -moz-transition-property: all;
    -moz-transition-duration: 1000ms;
    -moz-transition-timing: cubic-bezier(0.19,1,0.22,1);
    -moz-transition-delay: 0ms;
}
section[id*="p1-"] .big-scale {
    height: 100%;
    width: 50%;
    float: right;
}
section[id*="p1-"] .big-scale {
    -webkit-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -o-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -ms-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition-property: all;
    -moz-transition-duration: 1000ms;
    -moz-transition-timing: cubic-bezier(0.23,1,0.32,1);
    -moz-transition-delay: 0ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
section[id*="p1-"] div.details {
    background-color: #fff;
    position: relative;
}
section[id*="p1-"] div.details, section[id*="p1-"] div.viewport {
    float: right;
    width: 100%;
    height: 100%;
}
.subscale img {max-width:100%;}
section[id*="p1-"] .details.active, section[id*="p1-"] .picture.active {
    -webkit-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -o-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -ms-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition-property: all;
    -moz-transition-duration: 1000ms;
    -moz-transition-timing: cubic-bezier(0.23,1,0.32,1);
    -moz-transition-delay: 0ms;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

section[id*="p1-"] .details{
    -moz-transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
        -webkit-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -o-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -ms-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition-property: all;
    -moz-transition-duration: 1000ms;
    -moz-transition-timing: cubic-bezier(0.23,1,0.32,1);
    -moz-transition-delay: 0ms;
} 
section[id*="p1-"] .picture{
    -moz-transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
        -webkit-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -o-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -ms-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition-property: all;
    -moz-transition-duration: 1000ms;
    -moz-transition-timing: cubic-bezier(0.23,1,0.32,1);
    -moz-transition-delay: 0ms;
}
section[id*="p1-"] .picture {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
section[id*="p1-"] div.mask {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -o-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -ms-transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    transition: all 1000ms cubic-bezier(0.23,1,0.32,1) 0ms;
    -moz-transition-property: all;
    -moz-transition-duration: 1000ms;
    -moz-transition-timing: cubic-bezier(0.23,1,0.32,1);
    -moz-transition-delay: 0ms;
}
section[id*="p1-"] div.mask {
    height: 100%;
    width: 100%;
}
.pro_contn {
    padding: 25% 15%;
    text-align: center;
    line-height: 32px;
}
.pro_contn h2{
    text-transform: uppercase;
    color: #178aca;
    font-size: 40px;
    /*font-family: 'NexaLight-Regular'!important;*/
}
.pro_contn p{
    font-size: 15px;
}
.pro_contn .pro_lnk{
    position: relative;
    font-size: 15px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.pro_contn .pro_lnk:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/link.png);
}
a.proclose {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 3.5em;
    /*font-family: 'NexaLight-Regular';*/
    background: #178aca;
    color: #fff;
    text-align: center;
    padding: 7px 32px;
}

/*******************************

    Career Section

*****************************/
.crr_tab{
    width:100%;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.crr_tab ul{
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.crr_tab ul li{
    color: #aaa;
    list-style-type: none;
    display:inline-block;
    font-size: 16px;
    /*font-family: 'NexaLight-Regular';*/
    font-weight: 800;
    text-transform: uppercase;
    padding: 30px 34px;
    cursor: pointer;
    position: relative;
    transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -webkit-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -moz-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -ms-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -o-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
}
.crr_tab ul li:before{
    transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -webkit-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -moz-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -ms-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -o-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    bottom: -2px;
    left: 50%;
    border-radius: 6px;
}
.crr_tab ul li:after{
    transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -webkit-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -moz-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -ms-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -o-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    bottom: -2px;
    right: 50%;
    border-radius: 6px;
}
.crr_tab ul li.active{
    color: #198ccb;
}
.crr_tab ul li.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #198ccb;
    bottom: -2px;
    left: 0px;
}
.crr_tab ul li.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #198ccb;
    bottom: -2px;
    right: 0px;
}
.crr_tab ul li:hover{
    color: #198ccb;
}
.crr_tab ul li:hover:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    background: #198ccb;
    bottom: -2px;
    left: 0px;
}
.crr_tab ul li:hover:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    background: #198ccb;
    bottom: -2px;
    right: 0px;
}
.carr_grd{
    position: relative;
    padding-top: 40px;
}
.carr_hd{
    font-size: 38px;
    color: #5d656a;
    text-align: center;
    margin-bottom: 26px;
}
.carr_grd p{
    font-size: 16px;
    line-height: 25px;
}
.bt40{
    margin-bottom: 40px;
}
.crr_grd_lrg img, .crr_grd_sml img{
    width:100%;
}
.col-sm-6.crr_grd_sml, .col-sm-6.crr_grd_lrg{
    padding: 0;
    overflow: hidden;
}
.crr_grd_sml{
    cursor: pointer;
}
.crr_grd_sml a {
    display: flex;
    position: relative;
    cursor: pointer;
    transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -webkit-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -moz-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -ms-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -o-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
}

.col-sm-6.crr_grd_sml img, .col-sm-6.crr_grd_lrg img{
    transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -webkit-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -moz-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -ms-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -o-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
}
.col-sm-6.crr_grd_sml:hover img, .col-sm-6.crr_grd_lrg:hover img{
    transform:scale(1.2);
    transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -webkit-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -moz-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -ms-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
    -o-transition:all cubic-bezier(0.25, 0.1, 0.34, 0.85) 0.3s;
}
.crr_grd{
    margin: 40px 0px;
    position: relative;
    display:inline-block;
}


.my-gallery figcaption {
  display: none;
}
.crrt_grd_ttle{
    position: relative;
    margin-bottom: 30px;
}
.crr_hcmmn{
    font-size: 30px;
    color: #626262;
    /*font-family: 'Kirvy-Bold'!important;*/
    font-weight: bold;
    display: inline-block; 
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}
.crr_txtgrd{
    position: relative;
    color: #198ccb;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 50px;
    margin-bottom: 14px;
    /*font-family: 'Kirvy-Bold'!important;*/
}
.crrt_grd_ttle p{
    font-size: 14px;
}
.crr_txtgrd:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width:30px;
    height: 30px;
    background: url(../images/career/crrgrd.png) no-repeat;
}
.exc_wrk:before{
    background-position: -42px 0px !important;
}
.gdde_wrk:before{
    background-position: -80px 0px !important;
}
.cmpp_wrk:before{
    background-position: 0px -40px !important;
}
.alf_wrk:before{
    background-position: -40px -35px !important;
}
.evnt_wrk:before{
    background-position: -86px -40px !important;
}
.crr_aply{
    position: relative;
    width:100%;
    padding: 110px 0px;
    text-align: center;
    color: white;
    background:url(../images/career/carrerrapply.jpg) no-repeat 0% 70%;
    background-size:cover;
}
.crr_aply h3{
    font-size: 30px;
    text-transform: uppercase;
}
.crr_aply span{
    font-size: 18px;
    display: block;
    /*font-family: 'NexaLight-Regular';*/
}
.crr_aply .crr_app_btn{
    background-color: #008aff;
    color: #fff;
    display: block;
    width: 400px;
    text-align: center;
    padding: 20px 0px;
    margin: 0px auto;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 3px;
    /*font-family: 'Kirvy-Bold'!important;*/
}  
#set1, #set2, #set3{
    display: none;
}
#set1.active, #set2.active, #set3.active{
    display: block;
}

.opn-h3{
     border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 14px;
    margin-bottom: 12px;
}
.opn-spn{
    display: block;
    color: #8e8e8e;
    margin-bottom: 70px;
}
.crr_app_hh{
    margin: 16px 0px;
    color: #616568;
}
.crr_app_tp{
    font-size: 15px;
    text-transform: uppercase;
    color: #a2a2a2;
    /*font-family: 'NexaLight-Regular';*/
    /*font-weight: 600;*/
}
.crr_app_plc{
    font-size: 15px;
    color: #a2a2a2;
    /*font-family: 'NexaLight-Regular';*/
    /*font-weight: 600;*/
}
.bluecrr{
   color: #00a5ff; 
}
.greencrr{
    color: #19ca8e;
}
section.crr_app_stt{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-left: 0px;
    padding-right: 0px;
}
section.crr_app_stt p{
    margin-top: 25px;
    font-size: 15px;
}
.crr_app_nw, .crr_app_shr{
    float: right;
}
.crr_app_shr{
    display: block;
    padding:9px 23px;
    border: 2px solid #bbbbbb;
    font-size: 24px;
    color: #bbbbbb;
    margin-right: 16px;
}
a.crr_app_nw {
    display: block;
    padding: 16px 80px;
    border: 2px solid #198ccb;
    text-transform: uppercase;
    font-family: 'NexaLight-Regular';
    /*font-weight: 600;*/
}
a.readmre {
    float: left;
    font-family: 'Kirvy-Bold';
    color: #198ccb;
    font-size: 14px;
    padding-left: 15px;
}
.prod_grd{
    width: 100%;
    padding: 147px 0px;
    position: relative;
    background: url(../images/product/banr.jpg) no-repeat 0% 90%;
    background-size: cover;
    text-align: center;
    color: #fff;   
}
.prod_prr {
    padding: 80px 0px;
}
.prod_prr p{
    font-size: 15px;
    margin-bottom: 25px;
}
.unb{
    font-size: 20px;
    /*font-weight: 600;*/
    /*font-family: 'NexaLight-Regular';*/
    color: #0576ba;
}
.prod_prr h3 {
    color: #198ccb;
    font-size: 22px;
}
.pro_ullst{
    padding: 0px;
    margin: 28px 0px;
}
.pro_ullst li {
    list-style-type: none;
    position: relative;
    padding-left: 75px;
    color: #6e6e6e;
    font-size: 15px;
    margin-bottom: 30px;
    /*font-family: 'NexaLight-Regular';*/
    /*font-weight: 600;*/
    letter-spacing: 1px;
    line-height: 23px;
}
.pro_ullst li:before{
    position: absolute;
    content: ""; 
    width:25px;
    height: 25px;
    top: -3px;
    left:0px;
    background:url(../images/product/tick.jpg) no-repeat center center;
}
.prod_top{
    width:100%;
    position: relative;
    background:url(../images/product/logounty.jpg) no-repeat right 53px;
    display:inline-block;
}
.prod_sec{
    width:100%;
    position: relative;
    display:inline-block;
    padding:94px 0px;
    background:url(../images/product/screw.png) no-repeat 0px 0px #24ABDC;
}
.prod_sec h3, .prod_sec ul li{
    color: #fff;
}
.vert_vw{
    width: 500px;
    height: 402px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
section.prod_thrd {
    padding: 62px 0px;
}
.prod_thrd_wll{
    position: relative;
    margin-top: 40px;
}
.col-sm-6.prod_img {
    margin-right: 42px;
}
.prod_img img{
    width: 100%;
}
.prod_thrd_wll h3 {
    font-size: 26px;
    color: #00a5ff;
    margin-bottom: 25px;
}
.prod_thrd_wll p{
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 46px;

}
.prod_thrd_wll span{
    font-size: 26px;
    color: #424242;

}
.prod_thrd_wll span em{
    font-style: normal;
    color: #00a5ff;

}
.prod_thrd_wll .prd_btn_go{
    color: #fff;
    background: #00a5ff;
    display: block;
    text-align: center;
    padding: 20px 0px;
    font-size: 15px;
    border-radius: 3px;
    margin-top: 14px;
    /*font-family: 'NexaLight-Regular';*/
    /*font-weight: 600;*/
    letter-spacing: 1px;

}
.serv_tp{
   background:transparent;
}
.serv_tpset{
    position: relative;
}
.mb_imm img{
    width:100%;
}
.serv_tp img{
    padding-top: 4px;
    width: 100%;
    margin-left:20px;
}
.ser_webapp{
    position: relative;
    overflow: hidden;;
    background-color: #e7e5e0;
}

.col-md-4.ser_rt_txt, .col-md-6.ser_rt_txt{
    z-index: 800;
    padding: 10px 10px;
    margin-top: 57px;
}
.ser_rt_txt .readmre{
    padding-left: 0px;
    position: relative;
    font-family: "Gotham";
    font-weight: 300;
}
.ser_rt_txt .readmre:after {
    text-align: justify;
    display: inline-block;
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #00d0f3;
    min-height: 100%;
    width: 0;
    max-width: 100%;
    -moz-transition: all cubic-bezier(0.1, 0.62, 0.4, 0.88) .5s;
    -o-transition: all cubic-bezier(0.1, 0.62, 0.4, 0.88) .5s;
    -webkit-transition: all cubic-bezier(0.1, 0.62, 0.4, 0.88) .5s;
    transition:all cubic-bezier(0.1, 0.62, 0.4, 0.88) .5s;
}
.ser_rt_txt .readmre:hover:after{
    width: 100%;
    -moz-transition: all cubic-bezier(0.1, 0.62, 0.4, 0.88) .5s;
    -o-transition: all cubic-bezier(0.1, 0.62, 0.4, 0.88) .5s;
    -webkit-transition: all cubic-bezier(0.1, 0.62, 0.4, 0.88) .5s;
    transition:all cubic-bezier(0.1, 0.62, 0.4, 0.88) .5s;
}
.ser_webapp.ser_stto:before{
     box-shadow:0px 0px 0px ;
}
.ser_webapp:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;/*
    box-shadow: inset 0px -19px 168px #bcb9b7;*/
    z-index: 800;
}
.ser_rt_txt .cmmn_hdh{
    font-size: 26px;
    text-transform: uppercase;
    color: #6f6c63;
    /*font-family: 'NexaLight-Regular';*/
    font-weight: 600 !important;
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
}
.cmmn_hdh:before{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -14px;
    height: 3px;
    width: 50%;
    background: #198ccb;
}
.ser_rt_txt p{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px; 
}
.ser_parallx{
    height: 500px;
    background: url(../images/service/paraBG.jpg) no-repeat left bottom;
    overflow: hidden;
}
.ser_moble{
    position: relative;
}
.ser_grapghcs{
    /*width: 100%;*/
    background: url(../images/service/grpcs.png) no-repeat left bottom;
    height: 500px;
}
.ser_ecmmrce{
    position: relative;
    overflow: hidden;
}
.ser_ico img{
    padding-top: 4em;
}
.all_ico{
    position: absolute;
    top: 0px;
    width:655px;
    height: 232px;
    background:url(../images/service/allico.png) no-repeat;
    right: -190px;
    z-index: -1;
}
.ser_ecmmrce:before{
    width:134px;
    height: 167px;
    position: absolute;
    content: "";
    left: 0px;
    background:url(../images/service/icosmll.png) no-repeat;
    top:160px;
}
.uiux{
    position: relative;
    background-color: #198ccb;
}
.uiux_txt.white h3, .uiux_txt.white p{
    color: #fff;
}
.uiux_txt .readmre {
    color: #33444e;
}
.ser_rt_txt.uiux_txt{
    padding: 86px 10px
}
.uiux_txt.white h3:before{
    background: #FFFFFF;
}
.ser_stt{
    position: relative;
     /* padding: 50px 0px; */
}
.ser_stt .ser_rt_txt{
   /* padding: 60px 0px;*/
   margin-top: 108px;   
}
.ser_stt_blks img{
    max-width: 80%;
}
.ser_stt_blks ul{
    padding: 0px;
    margin: 0px;
    margin-top: 23%
}
.ser_stt_blks ul li{
    list-style-type: none;
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

.ser_stt_blks ul li span{
    width: 113px;
    height: 113px;
    background-color: #f96886;
    border-radius: 50%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.6s;
    -webkit-transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.6s;
    -moz-transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -ms-transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.6s;
    -o-transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.6s;
}
.ser_stt_blks ul li span.pl{
    background:url(../images/service/pl.png) no-repeat center center #f96886;
}
.ser_stt_blks ul li span.cd{
    background:url(../images/service/cdd.png) no-repeat center center #f96886;
}
.ser_stt_blks ul li span.tt{
    background:url(../images/service/test.png) no-repeat center center #f96886;
}
.ser_stt_blks ul li span.rt{
    background:url(../images/service/outpt.png) no-repeat center center #f96886;
}
.ser_stt_blks ul li i{
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
}
.ser_stt_blks ul li span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #008cff;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);

    transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -webkit-transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -moz-transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -ms-transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -o-transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;

    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    z-index: -1;
}
.ser_stt_blks ul li:hover i{
    color: #0d7ced;
}
.ser_stt_blks ul li:hover span{
    background-color: #0d7ced;
    transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.6s;
    -webkit-transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.6s;
    -moz-transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -ms-transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.6s;
    -o-transition: background-color cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.6s;
}
.ser_stt_blks ul li:hover span:before{
 transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -webkit-transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -moz-transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -ms-transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
    -o-transition: all cubic-bezier(0.35, 0.54, 0.29, 1.1) 0.5s;
   opacity: 1;
   -moz-opacity: 1;
   filter:alpha(opacity=1);
}

.para_wrap{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.para_wrap ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.para_wrap ul li{
    list-style-type: none;
}
.para_wrap ul li{
    position: absolute !important;
}
.para_wrap ul li.para01 {
    bottom: 0px;
    top: initial !important;
}
.para_wrap ul li.para02 {
    top: -24px !important;
    right: 100px;
    left: initial !important;
}
.para_wrap ul li.para03 {
    bottom: 0px;
    right: 432px;
    top: initial !important;
    left: initial !important;
}



.client-logos{
    background-color: #fff; 
    padding: 20px;
}
.client-logo{
  margin-bottom: 20px;
}
.client-logo .client-logo-box{
  background: #FFF; 
  line-height: 100px; 
  height: 100px; 
  box-shadow: 0 0 1px #aaa; 
  padding: 0 10px;
  text-align: center;
}
.client-logo .client-logo-box img{
  max-width: 90%;
  max-height: 100%;
}

.client-logo .client-logo-box:hover .client-logo-overlay{
    display: block;
}
.client-logo-overlay{
    background-color: rgba(0,0,0,.7);
    display: none;
    transition: all .5s;
    height: 100px;
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 0;
    width: 90%;
    line-height: 16px;
}
.client-logo-overlay h3{
    padding: 15px;
    margin: 0;
    color: #fff;
    display: inline-block;

}
.client-logo-overlay a{
    display: inline-block;
    text-decoration: underline;
    color: white;
}
.client-logo-overlay a:hover{
    color: #eee;
}


.portfolio-tags{
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background-color: #eee;
    color: #888;
    border-radius: 2px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.portfolio-tags:hover{
    background-color: #198ccb;
    color: white;
}
.portfolio-tags.active{
    background-color: #198ccb;
    color: white;
}

.client-testimonials{
    padding: 15px;
}
.client-testi{
    /*padding-left: 100px;*/
    text-align: center;
}
.client-testi-box{
    width: 80%;
    height: 250px;
    box-shadow: 0 0 1px #666;
    display: inline-block;
    margin-top: 70px;
    background-image: url(../images/quote-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}
.client-testi-box h4{
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.client-testi-box p{
    margin: 0 !important;
    margin-top: 0;
    letter-spacing: 0px !important;
    line-height: 18px !important;
}
.client-testi-img{
    height: 90px;
    width: 90px;
    border-radius: 45px;
    background-color: #777;
    display: inline-block;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 1px #aaa;
}
.client-testi-box p{
    text-align: center;
}
.quote-p{
    padding: 5px 25px;
    letter-spacing: 0px !important;
    line-height: 18px !important;
}
#imageSection{
    display: none;
}
.album-titles{
    padding: 5px 10px;
    width: 250px;
    height: 150px;
    color: white;
    background-color: black;
    display: block;
    float: left;
    margin: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    font-size: 18px;
    text-shadow: 0 0 1px #000;
}
.album-titles:hover{
    background-size: 130%;
}
.lb-img{
    display: none !important;
}
.lb-img-div{
    background-position:  center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    width: 250px; 
    height: 150px;
    margin-bottom: 40px;
    box-shadow: 0 0 1px #aaa;
}
.link-button{
    cursor: pointer;
    color: #198ccb;
}

.phil-box p{
    text-align: justify;
    letter-spacing: 0px !important;
    line-height: 22px !important;
    word-spacing: 0px !important;
}

@media (min-width: 768px)
{
    .navbar-right .dropdown-menu {
        /* right: 0; */
        left: 0px !important;
    }
}




ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block; 
}
ul.dropdown-menu{
    transition: all .5s;
}

.process-sect-dtl h4{
    color: #aaa;
}

.sp-slide .mask {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 