

/*************Layout************/

.banner-wrap .gradient-strip{
	bottom: 0;
	left: 0; right: 0;
	position: absolute;
	z-index: 15
    
}
.intro-scroll-down {
	bottom: 6%;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	z-index: 15
}
.intro-scroll-down .mouse {
	border: 2px solid #fff;
	border-radius: 23px;
	box-sizing: border-box;
	display: block;
	height: 38px;
	position: relative;
	width: 22px
}
.intro-scroll-down .mouse .mouse-dot {
	-webkit-animation: 2.5s linear 0s normal none infinite running ani-mouse;
	-o-animation: 2.5s linear 0s normal none infinite running ani-mouse;
	animation: 2.5s linear 0s normal none infinite running ani-mouse;
	background: #fff;
	border-radius: 50%;
	display: block;
	height: 6px;
	left: 50%;
	margin: -3px 0 0 -3px;
	position: absolute;
	top: 29%;
	width: 6px
}
.intro-scroll-down .text02 {
	position: absolute;
	top: 100%;
	color: #FFF;
	text-align: center;
	left: -24px;
    width: 64px;
    padding-top: 2px;
    font-size: 12px;
}
.background--light .intro-scroll-down .mouse {
	border: 2px solid #323232
}
.background--light .intro-scroll-down .mouse .mouse-dot {
	background: #323232 none repeat scroll 0 0
}
@-webkit-keyframes ani-mouse {
    0% {
        opacity:1;
        top:29%
    }
    15% {
        opacity:1;
        top:50%
    }
    50% {
        opacity:0;
        top:50%
    }
    100% {
        opacity:0;
        top:29%
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity:1;
        top:29%
    }
    15% {
        opacity:1;
        top:50%
    }
    50% {
        opacity:0;
        top:50%
    }
    100% {
        opacity:0;
        top:29%
    }
}
@-ms-keyframes ani-mouse {
    0% {
        opacity:1;
        top:29%
    }
    15% {
        opacity:1;
        top:50%
    }
    50% {
        opacity:0;
        top:50%
    }
    100% {
        opacity:0;
        top:29%
    }
}
@keyframes ani-mouse {
    0% {
        opacity:1;
        top:29%
    }
    15% {
        opacity:1;
        top:50%
    }
    50% {
        opacity:0;
        top:50%
    }
    100% {
        opacity:0;
        top:29%
    }
}

/*******************Banner*******************/
.banner-wrap {
    position: relative;
    background: ;
    background:#015071 url(../img/banner/banner-bg.jpg) no-repeat fixed center center;
    width: 100%;
    overflow: hidden;
    font-family: 'TrustechCondWeb-ExtraBold' !important;
}

.banner-caption .captions {
    color: #fff;
    text-transform:capitalize;
    font-size: 24px; line-height: 30px;
    font-family: 'Dosis', sans-serif;
}

.banner-caption .captions h2 {
    font-size: 42px; line-height: 46px; margin: 35px 0 20px; padding-right: 5%;
    display: none;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}
.banner-caption .captions h2.fadeInLeft{
    display: block;
}
.banner-caption .captions > span {
    display: none;  padding-right: 30px;
}
.banner-caption .captions > span.fadeInLeft {
    display: block;
}
.banner-caption .captions > .view-more{
    display: none; margin-top: 16px; color: #FFF;  padding:5px 0 5px; font-size: 18px; position: relative; line-height: 24px;
    z-index: 601; 
    transition: .4s all ease;
}

.banner-caption .captions > .view-more:hover {
    color: #e8ebed;
    text-decoration: none;
}
.banner-caption .captions > .view-more ._icon{
    color: #FFF;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 5px;
    transition: all 0.3s ease 0s;
    z-index: 2;
    
}
.banner-caption .captions > .view-more:hover ._icon{
    margin-left: 8px; color: #f6f6f6;
}
.banner-caption .captions > .view-more.fadeInLeft {
     display:block; 
}
.banner-caption .slider-img-1, .banner-caption .slider-img-2, .banner-caption .slider-img-3{
    position: relative;
}
.banner-caption .slider-img-1 img, .banner-caption .slider-img-2 img, .banner-caption .slider-img-3 img{
    max-width: 100%;
}
.banner-caption .slider-img-1 figure, .banner-caption .slider-img-2 figure, .banner-caption .slider-img-3 figure{
    display: none; position: relative; z-index: 1; 
}
.banner-caption .slider-img-1 figure.fadeInRight, .banner-caption .slider-img-2 figure.zoomIn, .banner-caption .slider-img-3 figure.zoomIn{
    display: block;
}



.banner-caption .slider-img-1 .slider-sml-img-1 {
    position: absolute;
    right: 4%;
    top: 40%;
    width: 35%;
    z-index: 2;
    display: none; 
}
.banner-caption .slider-img-1 .slider-sml-img-2 {
    position: absolute;
    top: 50%;
    right: -6%;
    width: 20%;
    z-index: 3;
    display: none; 
}

.banner-caption .slider-img-1 .slider-sml-img-3 {
    position: absolute;
    left: -38%;
    top: 44%;
    width: 78%;
    z-index: 2;
    display: none; 
}
.banner-caption .slider-img-1 .slider-sml-img-2.fadeInDown, .banner-caption .slider-img-1 .slider-sml-img-1.fadeInDown {
    display: block;
}

/*.banner-wrap .bx-controls-direction{ display: none;}*/
.banner-wrap .bx-controls-direction .bx-prev{
    margin-left: 0;
}
.banner-wrap .bx-controls-direction .bx-next{
    margin-right: 0;
}
ul.banner {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #000;
}

ul.banner li {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: none;
}



.banner-caption .captions {
    color: #fff;
    text-transform:capitalize;
    font-size: 24px; line-height: 30px;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}

.banner-caption .captions h2 {
    font-size: 42px;  line-height: 48px; margin: 15px 0 32px;
    display: none;
}

.banner-caption .captions2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    text-align:left;
}
.banner-caption .captions2 h2 {
    font-size: 40px;
    display: none;
     padding: 0 10px 0px 40px; 
}

.banner-caption .captions h2.fadeInDown {
    display: block;
}
.banner-caption .captions2 h2.fadeInDown, .banner-caption .captions2 h2.fadeInLeft{
    display:inline-block;
}
.banner-caption .captions > span {
    display: none; 
}
.banner-caption .captions > span.fadeInUp {
    display: block;
}
.banner-caption .captions2 > span {
    display: none; padding: 0 10px 0 40px; 
}
.banner-caption .captions2 > span.fadeInUp {
    display: block;
}
.banner-caption .captions > span.text01{
    font-size: 16px; padding-top: 15px;
}
.banner-wrap .bx-default-pager {
    display: none;
}

.banner-wrap .bx-controls {
    width: 100%;
    z-index: 100;
}

.banner-wrap .bx-controls .bx-prev {
    width: 54px;
    height: 54px;
    float: left;
    background: url(../img/sprite.png) no-repeat -24px -63px ;
    text-indent: -9999px;
    position: absolute; z-index: 600;
        -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%; left: 34px; margin-top: -16px;
}

.banner-wrap .bx-controls .bx-next {
    width: 54px;
    height: 54px;
    float: right;
    background: url(../img/sprite.png) no-repeat -69px -63px ;
    text-indent: -9999px; outline: 0;
    position: absolute; z-index: 600;
        -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%; right: -5px; margin-top: -16px;
}
.banner-wrap .bx-controls .bx-next, .banner-wrap .bx-controls .bx-prev {
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
}
.banner-wrap .bx-controls .bx-next:hover, .banner-wrap .bx-controls .bx-prev:hover {
    opacity: 0.8;
}

.features-panel{
    padding: 50px 0 30px 0;
}
.dms-content01 .features-panel ul{
    padding: 40px 0 0; width: 100%; display: inline-block;
}
.dms-content01 .features-panel li{
    padding-bottom: 20px;
}
.dms-content01 .features-panel li span {
    font-size: 20px;
    padding: 0px 0 10px 20px;
}
/***************Home Content*************/
.content-block {
    background: #FFF;
    padding: 60px 0;
}
.section-header {
    text-align: center;
}
.section-header h3 {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    line-height: 33px;
}

.section-header p {
    margin: 0;
    color: #757474;
    font-size: 17px;
    padding-top: 16px;
}
.section-header .devider {
    width: 232px;
    height: 2px;
    background: #e9e8e8;
    margin: auto;
    margin-top: 32px;
    position: relative;
}

.section-header .devider > span {
    position: absolute;
    width: 23px;
    height: 23px;
    left: 50%;
    top: 50%;
    margin-top: -11px;
    margin-left: -11px;
    background: #FFF;
    border: 2px solid #e9e8e8;
    border-radius: 2px;
}
.scope-listing-wrap {
    margin-top: 50px;
}
.scope-listing {
    text-align: center;
}
.scope-listing-wrap h4.head04{
    padding: 30px 0 12px;
}
.scope-listing .icon{
    width: 130px; height: 130px; border-radius: 46px; background: #fdbd33; display:inline-block;
    padding: 10px; text-align: center; line-height: 110px;
}
.scope-listing .icon.software{
    background: #fdbd33;
}
.scope-listing .icon.mobile{
    background: #f36c33;
}
.scope-listing .icon.hardware{
    background: #3abce4;
}
.scope-listing .icon img{
    max-width: 100%;
}
.scope-listing .viewMore{
    margin-top: 15px;
}
.viewMore a{
    font-size: 16px; line-height: 22px; color: #333333;
}
.viewMore a:hover{
    font-size: 16px; line-height: 22px; color: #0971a7; text-decoration: none;
}
.viewMore a ._icon{
    margin-left: 5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    position: relative;
    top: 2px;
}
.viewMore a:hover ._icon{
    margin-left: 8px;
}
.blue-blk {
    background:#015071 url(../img/banner/banner-bg.jpg) no-repeat fixed center center;
    position: relative;
}
.node-vector {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.blue-blk .section-header h3 {
    color: #fff;
}
.blue-blk .section-header .devider > span {
    background: #196690;
    border: 2px solid #fff;
}
.dirctors-blk {
    margin: 60px auto  20px auto;
    max-width: 862px;
    width: 100%;
}
.dirctors-blk .item{
    width: 100%; max-width: 300px; margin: 0 auto; overflow: hidden; 
}
.dirctors-blk .item .dirctorsImg img{
    width: 100%;
}
.dirctorsDecs {
    background: #fff;
    text-align: center;
    padding: 15px;
}

.dirctorsDecs h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #222;
}
.dirctorsDecs span {
    display: block;
    font-size: 13px;
    color: #939393;
}
.client-logo-wrap {
    padding-top: 50px;
}
.gray-bg{
    background: #fbfbfb;
}
.white-bg{
    background: #FFF;
}
.client-logo-wrap > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.client-logo-wrap > ul > li {
    float: left;
    width: 20%;
    background: #fbfbfb;
    
    text-align: center;
}

.client-logo-wrap > ul > li a{
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 30px 0px;
    display: block; min-height: 145px;
}
.client-logo-wrap > ul > li:first-child a{
    border-left: none;
}

.client-logo-wrap > ul > li:nth-child(6) a{
    border-left: none;
}
/************POPUP*************/
.login-modal .modal-dialog, .underconstruction-modal .modal-dialog {
    max-width: 390px; width:100%;
}

.login-modal .modal-close {
    width: 17px;
    height: 17px;
    right: 11px; top: 5px;
}

.login-modal .modal-body {
    padding: 0;
    text-align: center;
}
.login-modal .modal-body img{ max-width: 100%;}

.login-wrap h3.title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 30px 0 25px;
    color: #474747;
    display: block;
}
.get-quote .login-wrap h3.title {
    font-size: 20px;
    padding: 30px 0 25px 20px;
    text-align: left;
}
a.fb-login,
a.fb-signUp {
    display: inline-block;
    width: 290px;
    height: 47px;
    background: url(../img/fb-login.jpg) no-repeat;
    margin-bottom: 32px;
}

a.fb-signUp {
    background: url(../img/fb-signUp.jpg) no-repeat;
}

.seperator-blk {
    height: 1px;
    background: #eee;
    display: block;
    margin-bottom: 32px;
}

.seperator-blk > span {
    display: inline-block;
    background: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    color: #b5b5b5;
    top: -9px;
    padding: 0 10px;
}

.login-form {
    max-width: 290px;
    display: block;
    margin: auto;
}
.get-quote .login-form {
    display: block;
    margin: 0;
    max-width: 400px;
    padding: 0 20px;
}
.login-form .form-control {
    width: 100%;
    line-height: 15px;
    font-size: 14px;
    padding: 10px 18px;
    border: 1px solid #ccc;
    font-weight: 300;
    border-radius: 32px;
    -webkit-box-shadow: inset 0 2px 1px 0 #eeeeee;
    box-shadow: inset 0 2px 1px 0 #eeeeee;
    outline: none !important;
}
.get-quote .login-form .form-control {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0px 0px 0 #eeeeee;
    box-shadow: inset 0 0px 0px 0 #eeeeee;
}
.login-form .form-control:focus {
    border-color: #69bae6;
}

.login-form .form-group {
    margin-bottom: 7px;
}
.login-form span.taks-msge{
    font-size: 18px; text-align: center; display: inline-block; padding: 5px 10px; background: #f7f7f7;
}
.form-group #spnvalidation{
    color: #fa4100;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}

.padding-top-7 {
    padding-top: 7px;
}

.btn-default,
.btn-blue {
    border: 1px solid #ccc;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #a9a9a9;
    padding: 0 16px;
    border-radius: 32px;
    text-decoration: none !important;
}

.btn-blue {
    background: #278ec6;
    color: #fff;
    border-color: #278ec6;
}

.btn-default.gray {
    background: #f6f6f6;
}

.btn-default:hover {
    color: #278ec6;
    border-color: #278ec6;
}

.btn-blue:hover {
    color: #fff;
    border-color: #2384b8;
    background: #1f7bad;
}

.login-footer {
    background: #f6f6f6;
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

.log-foot-note {
    font-size: 14px;
    color: #a8a6a6;
    display: block;
    padding-bottom: 7px;
}

.signUp-block {
    display: none;
}

.forgot-block {
    display: none;
}

.forgot-title {
    max-width: 290px;
    margin: auto !important;
    display: block;
}

.forgot-block h2 {
    margin: 30px 0 -15px;
}

.checkBox-block input[type="checkbox"] {
    display: none;
}

.checkBox-block label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    margin-right: 15px;
    font-size: 13px;
    line-height: 17px;
    color: #888;
    margin-top: 4px;
}

.checkBox-block label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    background: url(../img/check.jpg) no-repeat;
    left: 0;
}

.checkBox-block input[type=checkbox]:checked + label:before {
    background: url(../img/check.jpg) no-repeat -17px 0;
}

.modal-close {
    position: absolute; z-index: 10;
    right: -25px;
    top: -5px;
    width: 17px;
    height: 17px;
    background-image: none;
    background-size: contain;  color: #333;
}
.modal-close:hover {
    text-decoration: none; color: #0d85c4;
}
.modal-close:before {
    font-family: 'icomoon' !important;
    content: "\e907";
    font-size: 24px; color: #333;
}
.modal-close:hover:before {
    color: #0d85c4;
}
.modal-open {
    overflow: hidden !important;
}

@keyframes preloader_3_before {
    0% {
        transform: translateX(0px) rotate(0deg)
    }
    50% {
        transform: translateX(50px) scale(1.2) rotate(260deg);
        background: #fff;
        border-radius: 0px;
        opacity: .75;
    }
    100% {
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes preloader_3_after {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(-50px) scale(1.2) rotate(-260deg);
        background: #fff;
        border-radius: 0px;
        opacity: .75;
    }
    100% {
        transform: translateX(0px)
    }
}

/*aboutus*/

.inner-page-banners {
    height: 290px;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: none;
}
.inner-page-banners {
    margin-top: 96px;
}
.highlit .inner-page-banners {
    margin-top: 66px;
}
.inner-page-banners .section-header {
    padding-top: 104px;
}

.inner-page-banners .section-header h3 {
    color: #fff;
}

.inner-page-banners .section-header .devider {
    background: #ffffff;
}

.inner-page-banners .section-header .devider > span {
    background: #20383a;
    border: 2px solid #ffffff;
}
.inner-page-banners .section-header.conact-bnr .devider > span { 
    background: #b8b8b8; 
}
.inner-page-banners.dms-banner, .inner-page-banners.dms-banner .container{
    height: 420px;
}
.inner-page-banners.dms-banner p{
    color: #FFF;
}
.inner-page-banners.dms-banner .section-header {
    padding-top: 146px;
}
.dms-banner .section-header {
    text-align: left;
}
.about-us-wrap {
    padding: 50px 0 20px; background: #f2f2f2;
}

.sidelist-menu {
    float: left;
    width: 270px;
}

.sidelist-menu > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
}

.sidelist-menu > ul a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, .6);
    line-height: 20px;
    padding: 13px 20px;
    border-top: 1px solid #e4e4e4;
    text-decoration: none !important;
}

.sidelist-menu > ul a:hover {
    color: #1d97db;
    text-decoration: none;
}

.sidelist-menu > ul li.active a {
    color: #fff;
    background: #0d85c4;
    position: relative;
}

.sidelist-menu > ul li.active a:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    border-left: 7px solid #0d85c4;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-top: -6px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.about-us-wrap .tab-content {
    margin-left: 300px;
}

.about-us-wrap .tab-content h2 {
    font-size: 24px;
    color: #242424;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 22px; 
    font-weight: 600;
}
.about-us-wrap .tab-content .whoweare-blk h2 {
    padding-bottom: 0;
}

.team-listing .inner {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.team-listing .inner img {
    width: 100%;
}

.team-listing .inner .content {
    padding: 17px;
}

.team-listing .inner .name {
    font-size: 16px;
    font-weight: 600;
}

.team-listing .inner .postion {
    font-size: 13px;
    font-weight: 400;
    color: #939393;
    padding-bottom: 6px;
}

.connect-us {
    height: 24px;
}

.ic-fb,
.ic-linkedin {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat -404px 0;
    margin-right: 2px;
}

.ic-linkedin {
    background-position: -429px 0;
}
.team-listing .inner .img{position: relative; z-index: 1;}
.team-listing .inner .img img{position: relative; z-index: 1;}
.team-listing .inner .img {
    height: 185px; width: 100%; overflow: hidden;
}
.team-listing .inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-listing .inner .ic-linkedin01{
    width: 25px; height: 25px; background: #1178a9; color: #FFF; position: absolute; z-index: 2; right: 14px; top: 14px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
}
.team-listing .inner .ic-linkedin01:hover{background: #09638d;}

.team-listing .inner .ic-linkedin01 .icon-linkedIn{
    color: #fff;
    font-size: 18px;
    left: 4px;
    position: absolute;
    top: 3px;
}

.tab-box {
    background: #fff;
    padding: 20px 30px 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.tab-box h4 {
    margin: 0;
}

.tab-box p {
    margin: 0;
    padding-top: 30px;
}

.tab-box h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    padding-top: 30px;
}
.tab-box ul.list02{
    margin: 0;
    padding:10px 0 0 0;
    list-style: none;
    font-size: 13px;
}
.tab-box ul.list02 li {
    position: relative;
    display: inline-block; width: 100%; padding-bottom: 24px;
}
.tab-box ul.list02 li figure{
    border: 1px solid #dbdbdb;
    background: #FFF;
    float: left; margin-right: 15px;
    width: 100%; max-width: 190px; height: 110px; text-align: center; display: table; vertical-align: middle;
    padding: 10px;
}
.tab-box ul.list02 li figure > div{
    max-width: 100%; height: 100px; display:table-cell; vertical-align: middle;
}
.tab-box ul.list02 li figure img{
    max-width: 100%;
}
.tab-box ul.list02 .partners-text p{ padding: 0; margin: 0; font-size: 15px; line-height: 24px;}
.tab-box ul.list02 .partners-text h5{ padding: 0; padding-bottom: 8px; margin: 0; font-size: 18px; line-height: 26px; font-weight: 400;}

.tab-box ul.list01 {
    margin: 0;
    padding: 20px 0 0 20px;
    list-style: none;
    font-size: 13px;
}

.tab-box ul.list01 li {
    line-height: 30px;
    position: relative;
}

.tab-box ul.list01 i {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1d97db;
    -webkit-box-shadow: 0 0 0 3px #e6e6e6;
    box-shadow: 0 0 0 3px #e6e6e6;
    margin-top: -2px;
    margin-right: 15px;
}

.tab-box ul.list01 i:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    width: 1px;
    height: 10px;
    background: #e6e6e6;
}

.tab-box ul.list01 i:after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 1px;
    height: 10px;
    background: #e6e6e6;
}

.tab-box ul.list01 li:first-child i:before,
.tab-box ul.list01 li:last-child i:after {
    display: none;
}

.padd-6-35 {
    padding: 6px 0px 35px !important;
}

.service-wrap {
    padding: 50px 0;
}

.no-gutter {
    margin: 0;
}

.no-gutter > div {
    padding: 0;
}

.box {
    background: #fff;
}

.service-img img {
    width: 100%;
}

.serv-content {
    padding: 40px 35px;
}

.serv-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}
.serv-content h3 a{color: #333333;}
.serv-content h3 a:hover{color: #337ab7;}

.serv-content p {
    padding-top: 20px;
    margin: 0;
}

.serv-content .viewMore {
    border: 1px solid #ccc;
    padding: 10px 22px;
    line-height: 16px;
    text-decoration: none;
    background: #fff;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
    color: #777;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .05);
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0;
    position: relative;
    top: 10px;
    transition: .3s all ease;
}

.box:hover .viewMore {
    opacity: 1;
    top: 0;
}

.serv-content .viewMore:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #777;
    background-image: none;
    background-size: contain;
    position: relative;
    top: -2px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    -webkit-mask-image: url(../img/svg/arrow-right.svg);
    mask-image: url(../img/svg/arrow-right.svg);
}

.serv-content .viewMore:hover {
    border-color: #1d97db;
    color: #1d97db;
}

.serv-content .viewMore:hover:after {
    background-color: #1d97db;
}

/*CONTACT US*/
.contact-wrap {
    padding: 50px 0 40px; background: #f8f8f8;
}
.map-panel{ background: #FFF; }
.map-panel .map{padding: 4px ;}
.map-panel .map img{max-width: 100%;}
.map-list  ul, .map-list li{list-style: none; padding: 0; margin: 0;}
.map-list li{ padding: 20px 16px 40px 16px; border-bottom: 1px solid #d5d3d4; position: relative;}
.map-list li h5{ font-size: 18px; color: #777; font-weight: 400; margin: 0; padding: 0; padding-bottom: 15px;}
.map-list li h4{ font-size: 22px; color: #272621; font-weight: 400; margin: 0; padding: 0;}
.map-list li h4 span{ color: #ababab; display: block; font-size: 14px; padding-top: 5px;}
.map-list li .fidus{ position: absolute; right: 15px; top: 20px; color: #ff2f60; text-transform:uppercase;}
.map-list li .fidus a{color: #ff2f60;} 
.ic-map{
    -webkit-mask-image: url(../img/svg/maps.svg);
    mask-image: url(../img/svg/maps.svg);
}

.contact-wrap .contact-form{ padding: 30px 0 0 20px;}
.contact-form .form-control{ 
    border: 0; border-bottom: 1px solid #e6e6e6; background: none; width: 100%; font-size: 14px; font-weight: 400; padding: 10px 5px; color: #252626;  margin-bottom: 20px;
}
.contact-form .recaptcha-panel{
    margin-bottom: 20px; display: inline-block; width: 100%;
}
.contact-form textarea.form-control{ height: 100px;}
.contact-form .btn{ border: 0; background:none; color: #62ccc8; text-decoration: underline; font-size: 20px; float: right;}
.contact-form .btn:hover{text-decoration:none;}
.contact-form .btn{ display:block;  margin: 0 auto; font-size: 20px; border: 0; text-decoration: none; background: #1d96db; color: #FFF; width: 100%; height: 60px; line-height: 60px;}
.contact-form .btn:hover{  background: #0c82c6;}
.contact-form .recaptcha-panel{
    float: left; width: auto; margin-right: 20px;
}
.contact-form .btn01.sent-btn{
    float: left; max-width: 200px; width: 100%; margin-top: 9px;
}
.contact-wrap .contact-form h3{ text-transform: uppercase; font-size: 24px; font-weight: 500;  padding: 0 0 25px; margin: 0;}

.contact-banner{
    margin-top: 96px; position: relative; z-index: 1; display: inline-block; width: 100%;
}
.contact-banner:after{
    content: "";
    position: absolute;  z-index: 2;
    left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,80,125,0.1);
    width: 100%; height: 100%;
}
.contact-banner span.mobile, .contact-banner span.fax, .contact-banner span.email{
    display: block; width: 100%; font-size: 14px; float: left; line-height: 24px;
}
.contact-banner address ._icon {
	padding: 0;
    background: #fff;
	width: 22px;
	height: 26px;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	margin-right: 8px;
    float: left;
	color: #4e4e4e;
}
.contact-banner address a {
    color: #FFF;
}
.contact-banner address p {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 15px;
}
.contact-banner h2.head02{
    padding-bottom: 28px; 
}
.contact-wrap .contact-form.contact-form2 {
    padding: 20px 0 0 0; 
}

.contact-banner address {
    padding: 60px 20px 0 46px;
    color: #f7f7f7;
    /*background-color: #333;*/
    background-color: #283034;
    height: 390px;
    text-decoration: none;
    font-style: normal; position: relative; z-index:3;
}
.contact-banner address span.head01 {
    display: block;
    font-size: 15px;
    padding: 0; padding-bottom: 8px; 
    margin: 0;
    text-transform: uppercase;
}
.contact-wrap{
    margin-top: -6px;
}
.underconstruction-modal img{ max-width: 100%;}
.underconstruction-modal .modal-body img {
    max-width: 100%;
}
.service-details .service-img{
    margin-right: 20px;
    position: relative;
}
.service-details .service-img .img-btm-text{
    position: absolute; bottom: 0;
    left: 0; right: 0; padding: 10px;
    background: rgba(15, 126,188, 0.8);
}


/**************MOB DEVELOPMENT*****************/
.mob-app-wlcometext{ padding: 50px 0 30px; }
.mob-app-wlcometext .mobile-app-img{
    float: left;
}
.mob-app-wlcometext .mobile-app-img img{
    position: relative; top: -30px;
}
.mobile-app-top-para{
    padding-top: 30px;
}
._icon01{
    background: url(../img/sprite245.png); display: inline-block; padding: 0; margin: 0;
}
.mob-app-wlcometext .section-header{ margin-bottom: 50px;}
.mob-app-wlcometext p{ margin: 0; padding: 0; margin-bottom: 26px; font-size: 16px; line-height: 30px;}
.mob-app-wlcometext .cms-content-area {
    padding-top: 12px;
}
.mob-app-wlcometext .cms-content-area p{
    font-size: 22px;
    line-height: 34px; 
}
.cms-content-area{
    
}
.webdev-featuredworks{
    background:  url(../img/social-featured-works-bg.jpg);
    padding: 50px 0 60px;
}
.webdev-featuredworks .item {
	display:block;
	border:1px solid #b3b3b3;
	padding:4px;
	background:#fff; text-align: center;
}
.webdev-featuredworks .item span {
	display:block;
	font-size:20px;
	color:#616161;
	line-height:38px;
}
.webdev-featuredworks .featured-app-carousel {
    margin: 60px auto 0;
    max-width: 1100px;
    width: 100%;
}
.webdev-featuredworks .section-header h3 {
    color: #fff;
}
.webdev-featuredworks .section-header .devider {
    background: #fff none repeat scroll 0 0;
}
.webdev-featuredworks .section-header .devider > span {
    background: #005b90;
    border: 2px solid #fff;
}
.featured-app-carousel .owl-prev, .featured-app-carousel .owl-next{ position: absolute; top:36%; background: #FFF; width: 32px; height: 50px; line-height: 50px; text-align: center;}
.featured-app-carousel .owl-prev{ left: 2px;}
.featured-app-carousel .owl-next{ right: 2px;}
.featured-app-carousel .owl-prev:after, .featured-app-carousel .owl-next:after{
    content: ""; font-family: 'icomoon'; font-size: 22px; line-height: 50px; text-align: center;color:#585858;  background: #FFF; width: 32px; height: 50px;
    position: absolute; left: 50%; top: 50%; margin-top: -25px; margin-left: -16px;
}
.featured-app-carousel .owl-prev:after {
  content: "\e91a";
}
.featured-app-carousel .owl-next:after {
  content: "\e928";
}
.development-expertise{
    padding: 50px 0 60px; background: #fcfcfc;
}
.development-expertise .section-header .devider > span{
    background: #fcfcfc;
}
.development-expertise-list{
    padding: 50px 0 0; text-align: center;
}

.development-expertise-list ._icon01{margin: 0 auto; display: block;}
.development-expertise-list .icon-ios{
    width: 70px; height: 70px; background-position: 0 0;
}
.development-expertise-list .icon-android{
    width: 65px; height: 70px; background-position: -70px 0;
}
.development-expertise-list .icon-cross-platform{
    width: 108px; height: 78px; background-position:0 -74px;
}
.development-expertise-list h4{
    font-size: 22px;  font-weight: 400; padding: 20px 0; margin: 0; 
}
.successful-app-content{
    padding: 50px 0 0;
}
.development-expertise-list p{
    font-size: 16px; line-height: 28px; font-weight: 300; padding: 0; margin: 0;
}

.dms-content01 {
    padding: 50px 0 60px;
    background: #fcfcfc; text-align: left;
}
.dms-content-list01{
    padding: 40px 0 0; text-align: left;
}
.dms-content01 .section-header {
    text-align: center;
    display: inline-block; width: 100%;
}
.dms-content01 .section-header .devider > span{
    background: #fcfcfc; 
}
.dms-content01 ul, .dms-content01 li{
    list-style: none; padding: 0; margin: 0;
}
.dms-content01 ul{
    width: 100%; width: 100%;
}
.dms-content01 ul {
    width: 80%; margin: 0 auto;
}
.dms-content01 li{
    display:block; text-align: left;  width: 100%; text-align: center;
}
.dms-content01 li span{ /*background: url(../img/arrow01.png) no-repeat 0 4px;*/ color: #114152; display:block; }
.dms-content01 li span{ font-size: 20px; padding: 0; margin: 0;  font-weight:300; padding: 0px 0 20px 20px;}

.successful-app{
    padding: 50px 0 60px; 
}
.checked-container{
    padding: 5px 0 0;
}
.checked-container .checked {
    overflow: auto;
    padding-left: 35px; margin: 17px 0 17px 0; font-size: 16px; line-height: 30px; font-weight:400;
}
.checked-container .checked-title{ font-size: 20px; font-weight: 400; position: relative;}
.checked-container .icon-check{
    width: 25px; height: 24px; background-position:-110px -78px; position: absolute; left: -35px; top: 3px;
}
.checked-container .checked p{ margin: 0; padding:0; padding-top: 5px; padding-bottom: 15px; }
.gray-bg.features-panel{
    background: #FFF;
}
.softwear-list.features-panel .list-item{
    background: #fcfcfc;
}


/**************Softwear DEVELOPMENT*****************/
.softwear-wlcometext{ padding: 50px 0 40px; }
.softwear-wlcometext .softwear-icons{
    float: left;
}

.softwear-top-para{
    padding-top: 30px;
}
.softwear-wlcometext p{ margin: 0; padding: 0; margin-bottom: 18px; font-size: 17px; line-height: 28px;}
.softwear-list .section-header{
    margin-bottom: 40px;
}
.softwear-list .section-header h3{
    font-weight: 400;
}
.softwear-list .item-panel{
    margin-bottom: 50px; display: inline-block;width: 100%;
}
.softwear-list .list-item{
    background: #FFF; min-height: 283px;
    padding: 30px 20px; text-align: left;  margin-bottom: 16px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
}
.softwear-list.features-panel .list-item {
    min-height: 214px;
    padding: 25px 20px 15px;
}
.softwear-list .frontend-stack .list-item{
    min-height: 312px;
}
.softwear-list .list-item .head02{
    display: inline-block; text-align: center; padding-left: 15px;
}
.softwear-list.features-panel .list-item .head02{
    padding-left: 0;
}
.softwear-list .list-item ._icon03{
    color: #1989c8; font-size: 30px; margin-top: 15px; margin-bottom: 5px;
}
.softwear-list .list-item h6{
    font-size: 20px; color: #05689b; margin: 0; padding: 0; font-weight: 400;
}
.softwear-list.features-panel .list-item h6{
    padding-bottom: 15px;
}
.softwear-list .list-item .sub-list{
    list-style: none; padding: 0; margin: 0; padding: 15px 10px 5px;
    color: #3f3f3f; text-align: left;
}
.softwear-list .list-item .sub-list li{
    list-style: none; padding: 0; margin: 0;
    color: #3f3f3f; padding: 2px 0; 
}
.softwear-list .list-item ._icon04{
    color: #1989c8; font-size: 20px;  line-height: 20px; position: relative; top: 4px; padding-right: 4px;
}
.softwear-list .list-item .sub-list li span{
    display: inline-block;
}
/**************hardware-sales*****************/
.hardware-wlcometext{ padding: 50px 0 30px; }
.hardware-wlcometext .hardware-img{
    float: left;
}
.hardware-wlcometext .hardware-img img{
    position: relative;
}
.hardware-top-para{
    padding-top: 30px;
}
.hardware-wrap ul.list02{
    padding: 0; margin: 0; float: left; padding: 20px 0 0;
}
.hardware-wrap ul.list02 li {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 5px 20px;
    position: relative;
}
.hardware-wrap ul.list02 li:after {
    background: #316d8f ;
    border-radius: 50px;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 9px;
}
.hardware-wrap .client-panel {
    padding: 50px 0 60px;
    background: #fcfcfc;
}



.hardware-wrap ul.list03  {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 22px;
}
.hardware-wrap ul.list03  li {
    border-bottom: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
    padding: 12px 0 2px 0;
}
.hardware-wrap ul.list03  li a {
    padding: 8px 26px;
    font-size: 14px;
    color: #FFF; background: #05689b;
    position: relative;
    margin-right: 10px; margin-bottom: 10px; display: inline-block;
}
.hardware-wrap ul.list03  li a:hover {
    color: #FFF; background: #0d85c4; text-decoration: none;
}

@media (min-width: 768px) {
    .banner-wrap {
        min-height: 480px; height: 100vh;
    }
    .slider-message, .slider-img{
      padding-top: 70px;  padding-bottom: 20px;
    }
    .banner.bxslider{
        width: 100%; height: 100%; display: inline-block; float: left; background: none;
    }
    .banner-caption, .banner .container {
        height: 100%; height: 100vh;
    }
    .banner-wrap .slider-message figure{
        height: 100%;vertical-align: middle; text-align: center; display: flex; height: 100%; flex-direction: column; 
        justify-content: center;
    }
    .banner-wrap .slider-message figure img{
        vertical-align: middle; text-align: center;
    }
    .banner-wrap .slider-message-1 {
        width: 44%; float: left; padding-left: 2%; display: flex; height: 100%; flex-direction: column; justify-content: center;
    }
    .banner-wrap .slider-img-1, .banner-wrap .slider-img-2, .banner-wrap .slider-img-3{
        width: 46%; float: right;  padding-right: 4%;  display: flex; height: 100%; flex-direction: column; justify-content: center;
    }
}

@media (max-width: 991px) {
    .banner-caption .captions h2, .banner-caption .captions2 h2 {
        font-size: 36px; 
        line-height: 46px;
        margin: 0 0 15px;
    } 
}
@media (max-width: 767px) {
    .banner-wrap {
        min-height: 560px; height: 100vh;
    }
    .banner-wrap{
        padding: 84px 10px 30px; 
    }
    .banner-caption .slider-img-1, .banner-caption .slider-img-2, .banner-caption .slider-img-3{
        width: 100%; max-width: 380px; margin: 0 auto; padding: 20px 0 25px;
    }
    .banner-wrap .slider-message-1{
        padding-top: 34px; text-align: center; padding-bottom: 34px;
    }
    .banner-caption .captions h2, .banner-caption .captions2 h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 15px;
    }
    
    .banner-caption .captions {
        font-size: 20px;
        line-height: 26px;
    }
    .banner-caption .captions > span {
      padding-right: 0px;
    }
    .scope-listing{
        margin: 0 auto; max-width: 380px; width: 100%; margin-bottom: 30px;
    }
    .dirctors-blk {
        margin: 50px 0 0;
    }
    .dirctors-blk .item{
        margin-bottom: 20px; 
    }
    
    .sidelist-menu {
        float: left;
        width: 100%;
    }
    .about-us-wrap .tab-content {
        margin-left: 0;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .tab-box {
        padding: 20px 15px 30px;
    }
    .about-us-wrap {
        padding: 30px 0 0px;
    }
    .team-listing {
        margin: 0 -4px;
    }
    .team-listing .col-sm-4 {
        width: 50%;
        float: left;
        padding: 0 4px;
    }
    .team-listing .inner .content {
        padding: 10px;
    }
    .team-listing .inner .name {
        font-size: 13px;
        font-weight: 700;
    }
    .team-listing .inner .postion {
        font-size: 12px;
    }
    .dirctors-blk .item{
        margin-bottom: 20px; 
    }
    .client-logo-wrap > ul > li {
        float: left;
        width: 33.3333%;
    }
    .client-logo-wrap > ul > li img {
        max-width: 100%;
    }

}
@media (max-width: 600px) {
    .tab-box ul.list02 li figure {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #dbdbdb;
        display: table;
        float:none;
    }
    .tab-box ul.list02 li {
        padding-bottom: 28px;
    }
    .partners-text h5 {
        padding: 4px 0;
    }
}
@media (max-width: 480px) {
    .team-listing .col-sm-4 {
        width: 100%;
        float: left;
        padding: 0 4px;
    }
    .client-logo-wrap > ul > li {
        float: left;
        width: 50%;
    }
    .client-logo-wrap > ul > li a{
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        padding: 20px 0px;
        display: block; min-height: 145px;
    }
    .client-logo-wrap > ul > li:first-child a{
        border-left: none;
    }

    .client-logo-wrap > ul > li:nth-child(6) a{
        border-left: 2px solid #fff;
    }
}
@media (max-width: 360px) {
    .banner-wrap {
        min-height: 600px; height: 100vh;
    }
    .banner-wrap{
        padding: 76px 0px 0px;
    }
    .banner-caption .slider-img-1, .banner-caption .slider-img-2, .banner-caption .slider-img-3{
        padding: 15px 0 10px; max-width: 300px;
    }
    .banner-wrap .slider-message-1{
        padding-top: 20px; text-align: center; padding-bottom: 0;
    }
    .banner-caption .captions h2, .banner-caption .captions2 h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 15px;
    }
    .banner-caption .captions {
        font-size: 16px;
        line-height: 26px;
    }
}

