/* ------------------------------------------------------------------------------ 
Project Name : KITE 
Description : Main Style Sheet 
Author : Imran Rovan 
Created On : 10 May 2018 
--------------------------------------------------------------------------------*/

 @import url('https://fonts.googleapis.com/css?family=Text+Me+One');

 @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;500;700&family=Mukta:wght@400;600&display=swap');


/*  Reset */
.mm-page {
    background: #fff;
}

html,
body {
    margin: 0;
    padding: 0;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    display: block;
    outline: none;
}

img,
input,
textarea,
button,
select {
    border: 0;
    outline: 0 !important;
    resize: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -moz-transition: all .200s ease-in-out;
    -webkit-transition: all .200s ease-in-out;
    transition: all .200s ease-in-out;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

li.clearfix {
    display: list-item;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
p,
a,
li,
span,
div {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}


/* Theme */

body {
    color: #000;
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: auto !important;
    -ms-overflow-style: scrollbar;
}

p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #434556;
    margin-bottom: 15px;
}

h1,
h4,
h5,
h6 {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
}

h2 {
    font-family: "IBM Plex Serif", serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #0a7fc3;
    margin-bottom: 10px;
}

h3 {
    font-family: 'Text Me One', sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

header {
    position: fixed;
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
    z-index: 9999;
    -moz-transition: all .300s ease-in-out;
    -webkit-transition: all .300s ease-in-out;
    transition: all .300s ease-in-out;
}

.logo {
    float: left;
    width: 300px;
    height: 61px;
    margin: 10px 0 10px 20px;
    position: absolute;
    z-index: 10;
}

.logo h1 a {
    display: block;
    width: 300px;
    height: 61px;
    background: transparent url(../images/logo-wh.png) no-repeat left center;
    background-size: contain;
    text-indent: -9999px;
    -moz-transition: all .300s ease-in-out;
    -webkit-transition: all .300s ease-in-out;
    transition: all .300s ease-in-out;
}

.logo h1 a:first-child {
    margin-left: 0;
}

header.header-fixed {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

header.header-fixed .logo h1 a {
    background: transparent url(../images/logo.png) no-repeat center center;
    background-size: contain;
}

#topBar {
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    opacity: 0;
    display: none
}

#topLine {
    position: absolute;
    bottom: 3px;
    left: 0 !important;
    width: 100% !important;
    height: 1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    margin-left: 0 !important;
}

header.header-fixed #topBar {
    background: #333;
}

header.header-fixed #topLine {
    background: rgba(67, 90, 144, 0.3);
}

.nav-open {
    display: block;
}

.nav-close {
    display: none;
}

.over-open {
    overflow: auto;
}

.over-close {
    overflow: hidden;
}

.banner-section {
    position: relative;
}

.banner-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 76px;
    display: block;
    bottom: -2px;
    left: 0;
    z-index: 99;
    background: url(../images/bg-slider.png) no-repeat bottom right;
    background-size: contain;
}

.ls-bottom-nav-wrapper {
    bottom: 40px;
}
.hme-video {
    padding: 90px 0 0px 0;
    text-align: center;
}
.hme-video .card {
    position: relative;
    width: 80%;
    height: auto;
    padding: 0;
    box-shadow: 1px 8px 11px -4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 8px 11px -4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 8px 11px -4px rgba(0, 0, 0, .2);
    cursor: pointer;
    margin: 0 auto 50px auto;
}
.youtube {
    background-color: #000;
    margin-bottom: 0px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube img {
    width: 100%;
    top: 0%;
    left: 0;
    opacity: 0.9;
}

.youtube .play-button {
    width: 80px;
    height: 80px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    transform: scale(1);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.youtube:hover .play-button {
    transform: scale(1.2);
}

.youtube:hover .play-button {
    background-color: #000;
}

.youtube:hover .play-button svg {
    fill: #fff;
}
.sub-ban {
    width: 100% !important;
}

.sub-ban h2 {
    font-size: 65px;
    line-height: 65px;
    color: #fff;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
}

.sub-ban p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    max-width: 550px !important;
}

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

.hme-about {
    padding: 30px 0;
    background: #f5f6f9 url(../images/bg-about.jpg) no-repeat top right;
    background-size: cover;
    position: relative;
}

.hme-about:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 76px;
    display: block;
    bottom: -72px;
    left: 0;
    z-index: 99;
    background: url(../images/bg-hmeabt.png) no-repeat bottom right;
}

.hme-about .col-md-6 .padRight {
    padding-right: 50px
}

.hme-about .left-process,
.hme-about .right-process {
    padding: 0 15px;
}

.processBlk {
    padding: 30px;
    color: #fff;
    width: 45%;
    display: block;
    float: left;
    margin: 0 2%;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
}

.processBlk.clrBlue {
    background: #099ef1;
}

.processBlk.clrVoilet {
    background: #b946a1;
}

.processBlk.clrDBlue {
    background: #5b5fc8;
    margin-top: 90px;
    float: right;
}

.processBlk.clrGreen {
    background: #27c7d5;
    float: right;
}

.icon {
    background: rgba(0, 0, 0, 0.3);
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    text-align: center;
}

.processBlk h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.processBlk p {
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.hme-about .row {
    align-items: center;
    justify-content: center;
}

.right {
    float: right;
}

#expertise {
    position: relative;
}

#expertise .col-md-9 {
    position: inherit;
    margin-right: 100px;
}

#expertise .expertiseBlk {
    background-color: #3b538a;
    padding: 40px 20px;
    height: 500px
}

#expertise .expertiseBlk h2,
#expertise .expertiseBlk h3 {
    color: #fff;
}

#expertise .expertiseBlk .nav-pills .nav-link {
    color: #8fa6dc;
    font-size: 18px;
    font-family: "IBM Plex Serif", serif;
    text-transform: uppercase;
}

#expertise .expertiseBlk .nav-pills .nav-link.active {
    background-color: #3b538a;
    color: #73f4ff;
    border-bottom: 3px #73f4ff solid;
    border-radius: 0;
}

.expertiseBlk .tab-pane p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}

.expertiseBlk .tab-pane ul {
    margin-top: 10px;
}

.expertiseBlk .tab-pane ul li {
    float: left;
    width: 20%;
    margin-bottom: 15px;
    padding: 10px;
}

.expertiseBlk .tab-pane ul li img {
    width: 100%;
    filter: grayscale(1) invert(1) brightness(2);
}

a.morebtn {
    font-size: 16px;
    background-color: #944684;
    width: 130px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border-radius: 15px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.expertiseBlk .tab-content .tab-pane:before {
    content: '';
    width: 100%;
    height: 500px;
    display: block;
    background-color: #ccc;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

#pills-web:before {
    background: url(../images/home/tab01.jpg) no-repeat center top;
    background-size: cover
}

#pills-mobile:before {
    background: url(../images/home/tab02.jpg) no-repeat center top;
    background-size: cover
}

#pills-comm:before {
    background: url(../images/home/tab03.jpg) no-repeat center top;
    background-size: cover
}

#pills-digital:before {
    background: url(../images/home/tab04.jpg) no-repeat center top;
    background-size: cover
}

#pills-erp:before {
    background: url(../images/home/tab05.jpg) no-repeat center top;
    background-size: cover
}

#pills-infra:before {
    background: url(../images/home/tab06.jpg) no-repeat center top;
    background-size: cover
}

#workshme {
    background-color: #f7f7f7;
    padding: 50px 0;
    text-align: center;
}

#workshme h3 {
    padding: 0 15%;
}

.worksbg {
    width: 100%;
    overflow-x: hidden;
}

.qode-expanding-images {
    position: relative;
    text-align: center
}

.qode-expanding-images .qode-expanding-images-inner {
    display: inline-block;
    position: relative;
    max-width: 46.875%
}

.qode-expanding-images .qode-frame-image {
    position: relative;
    z-index: 30;
    pointer-events: none;
    max-width: 100%;
    height: auto;
}

.qode-expanding-images.qode-ie-specific .qode-frame-image {
    z-index: 10
}

.qode-expanding-images .qode-hero-image {
    position: absolute;
    height: 66%;
    width: 94%;
    left: 4%;
    top: 5%;
    z-index: 20;
    overflow: hidden;
    background-color: #f3f3f3;
}

.qode-expanding-images .qode-hero-image .qode-hero-image-link {
    display: block;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%
}

.qode-expanding-images .qode-hero-image .qode-hero-image-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .12);
    opacity: 0;
    -webkit-transition: opacity .4s cubic-bezier(.21, .74, .52, .87);
    -moz-transition: opacity .4s cubic-bezier(.21, .74, .52, .87);
    transition: opacity .4s cubic-bezier(.21, .74, .52, .87)
}

.qode-expanding-images .qode-hero-image .qode-hero-image-link:hover:after {
    opacity: 1
}

.qode-expanding-images .qode-hero-image .qode-hero-image-link:hover>.qode-hero-image-title {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.qode-expanding-images .qode-hero-image .qode-hero-image-link:hover img {
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-transition: .35s cubic-bezier(.18, .87, .28, 1.01) 50ms;
    -moz-transition: .35s cubic-bezier(.18, .87, .28, 1.01) 50ms;
    transition: .35s cubic-bezier(.18, .87, .28, 1.01) 50ms
}

.qode-expanding-images .qode-hero-image img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    will-change: transform
}

.qode-expanding-images .qode-hero-image-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 300;
    padding: 10px 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.qode-expanding-images .qode-hero-image-title h3 {
    text-transform: none;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.qode-expanding-images .qode-side-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77%
}

.qode-expanding-images .qode-side-image img {
    width: 100%;
}

.qode-expanding-images .qode-side-image-link {
    -webkit-transition: opacity .4s cubic-bezier(.21, .74, .52, .87);
    -moz-transition: opacity .4s cubic-bezier(.21, .74, .52, .87);
    transition: opacity .4s cubic-bezier(.21, .74, .52, .87)
}

.qode-expanding-images .qode-side-image-link:hover {
    opacity: .95
}

.qode-expanding-images .qode-side-image {
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(.21, .74, .52, .87);
    -moz-transition: all 1s cubic-bezier(.21, .74, .52, .87);
    transition: all 1s cubic-bezier(.21, .74, .52, .87);
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .1)
}

.qode-expanding-images .qode-side-image:nth-of-type(1) {
    z-index: 7
}

.qode-expanding-images .qode-side-image:nth-of-type(2) {
    z-index: 6
}

.qode-expanding-images .qode-side-image:nth-of-type(3) {
    z-index: 5
}

.qode-expanding-images .qode-side-image:nth-of-type(4) {
    z-index: 4
}

.qode-expanding-images .qode-side-image:nth-of-type(5) {
    z-index: 3
}

.qode-expanding-images .qode-side-image:nth-of-type(6) {
    z-index: 2
}

.qode-expanding-images .qode-side-image:nth-of-type(7) {
    z-index: 1
}

.qode-expanding-images .qode-side-image:nth-of-type(8) {
    z-index: 0
}

.qode-expanding-images .qode-side-image.qode-side-image-1,
.qode-expanding-images .qode-side-image.qode-side-image-3 {
    width: 16.92%;
    padding-top: 10.575%;
}

.qode-expanding-images .qode-side-image.qode-side-image-2,
.qode-expanding-images .qode-side-image.qode-side-image-4 {
    width: 17.7%;
    padding-top: 11.0625%
}

.qode-expanding-images .qode-side-image.qode-side-image-1 {
    top: 7%;
    left: 13.5%;
    background: url(../images/works/hme1.jpg) no-repeat center top;
    background-size: cover;
}

.qode-expanding-images .qode-side-image.qode-side-image-2 {
    bottom: 9.5%;
    left: 10.3%;
    background: url(../images/works/hme2.jpg) no-repeat center top;
    background-size: cover;
}

.qode-expanding-images .qode-side-image.qode-side-image-3 {
    top: 7%;
    right: 14%;
    background: url(../images/works/hme3.jpg) no-repeat center top;
    background-size: cover;
}

.qode-expanding-images .qode-side-image.qode-side-image-4 {
    bottom: 9.5%;
    right: 9.8%;
    background: url(../images/works/hme4.jpg) no-repeat center top;
    background-size: cover;
}

.qode-expanding-images .qode-side-image.qode-side-image-5,
.qode-expanding-images .qode-side-image.qode-side-image-7 {
    width: 11.56%;
    padding-top: 7.225%
}

.qode-expanding-images .qode-side-image.qode-side-image-6,
.qode-expanding-images .qode-side-image.qode-side-image-8 {
    width: 10.88%;
    padding-top: 6.8%
}

.qode-expanding-images .qode-side-image.qode-side-image-5 {
    top: 12.2%;
    left: .5%;
    background: url(../images/works/hme5.jpg) no-repeat center top;
    background-size: cover;
}

.qode-expanding-images .qode-side-image.qode-side-image-7 {
    top: 12.2%;
    right: .5%;
    background: url(../images/works/hme6.jpg) no-repeat center top;
    background-size: cover;
}

.qode-expanding-images .qode-side-image.qode-side-image-6 {
    bottom: 24.5%;
    left: -3%;
    background: url(../images/works/hme7.jpg) no-repeat center top;
    background-size: cover;
}

.qode-expanding-images .qode-side-image.qode-side-image-8 {
    bottom: 24.5%;
    right: -3%;
    background: url(../images/works/hme8.jpg) no-repeat center top;
    background-size: cover;
}

.qode-item-showcase {
    text-align: center;
    opacity: 0
}

.touch .qode-item-showcase {
    opacity: 1
}

.qode-item-showcase .qode-item-image {
    display: inline-block;
    margin-top: -70px;
    opacity: 0;
    width: 36%;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    transform: translateY(70px)
}

.qode-item-showcase .qode-item-image img {
    vertical-align: middle
}

.qode-item-showcase .qode-item-image.qode-appeared,
.touch .qode-item-showcase .qode-item-image {
    -webkit-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.qode-item-showcase .qode-item {
    display: inline-block;
    opacity: 0
}

.qode-item-showcase .qode-item.qode-item-left {
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    transform: translateX(-70px);
    text-align: right
}

.qode-item-showcase .qode-item.qode-item-left .qode-item-icon {
    padding-left: 30px
}

.qode-item-showcase .qode-item.qode-item-right {
    text-align: left;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    transform: translateX(70px)
}

.qode-item-showcase .qode-item.qode-item-right .qode-item-icon {
    padding-right: 30px
}

.qode-item-showcase .qode-item.qode-appeared,
.touch .qode-item-showcase .qode-item {
    -webkit-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.qode-item-showcase .qode-item .qode-item-icon {
    display: table-cell;
    font-size: 30px
}

.qode-item-showcase .qode-item .qode-item-icon i {
    padding: 15px;
    font-size: 17px;
    color: #fff;
    background-color: #2a2a2a;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.qode-item-showcase .qode-item .qode-item-icon i:hover {
    opacity: .94
}

.qode-item-showcase .qode-item .qode-item-content {
    display: table-cell;
    vertical-align: top
}

.qode-item-showcase .qode-item .qode-item-content .qode-showcase-title-holder .qode-showcase-title {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 25px;
    letter-spacing: 0;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.qode-item-showcase .qode-item .qode-item-content .qode-showcase-title-holder a:hover .qode-showcase-title {
    color: inherit
}

.qode-item-showcase .qode-item .qode-item-content .qode-showcase-text-holder .qode-showcase-text {
    margin: 7px 0 44px
}

.qode-item-showcase .qode-item-showcase-holder {
    position: relative;
    display: inline-block;
    width: 32%
}

.qode-item-showcase .qode-item-showcase-holder .qode-item-line {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-left: 1px dashed #2a2a2a;
    opacity: 0;
    -webkit-transition: all .55s cubic-bezier(.23, 1, .32, 1) .25s;
    -moz-transition: all .55s cubic-bezier(.23, 1, .32, 1) .25s;
    transition: all .55s cubic-bezier(.23, 1, .32, 1) .25s;
    z-index: -1
}

#quotehme {
    display: none;
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
    text-align: center;
}

#quotehme h4 {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    padding: 0 20%;
    text-align: center;
    margin-bottom: 20px;
}

#quotehme h5 {
    font-family: "Mukta", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #3f3f3f;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
}

#quotehme form input[type="text"] {
    border: 1px #ccc solid;
    width: 20%;
    float: left;
    border-right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

#quotehme form input[type="submit"] {
    width: 20%;
    float: left;
    background-color: #934583;
    border: 2px #934583 solid;
    height: 40px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -moz-transition: all .200s ease-in-out;
    -webkit-transition: all .200s ease-in-out;
    transition: all .200s ease-in-out;
}

#quotehme form input[type="submit"]:hover {
    background-color: #5b5fc8;
    border: 2px #5b5fc8 solid;
}

footer .footnav {
    background-color: #ededed;
}

footer .footnav ul li {
    float: left;
    padding: 30px 0;
}

footer .footnav ul li a {
    float: left;
    color: #5d5d5d;
    padding: 0 0 0 14px;
    line-height: 18px;
    border-left: 1px #8c8c8c solid;
    margin-left: 14px;
}

footer .footnav ul li:first-child a {
    padding: 0px;
    border-left: 0;
    margin-left: 0px;
}
.footnav .social {
    float: right;
    padding: 22px 0;
    display: none;
}

.footnav .social a,
.menuList .social a {
    float: left;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-indent: -9999px;
    margin-left: 15px;
}
.menuList .social {
    display: none;
}

.menuList .social a {
    width: 40px;
    height: 40px;
}

.footnav .social a:nth-child(1) {
    background: url(../images/fb.jpg) no-repeat center center;
}

.footnav .social a:nth-child(4) {
    background: url(../images/in.jpg) no-repeat center center;
}

.footnav .social a:nth-child(3) {
    background: url(../images/insta.jpg) no-repeat center center;
}

.footnav .social a:nth-child(2) {
    background: url(../images/tw.jpg) no-repeat center center;
}

.menuList .social a:nth-child(1) {
    background: url(../images/nav-fb.png) no-repeat center center;
}

.menuList .social a:nth-child(2) {
    background: url(../images/nav-in.png) no-repeat center center;
}

.menuList .social a:nth-child(3) {
    background: url(../images/nav-insta.png) no-repeat center center;
}

.menuList .social a:nth-child(4) {
    background: url(../images/nav-tw.png) no-repeat center center;
}

.footads {
    background-color: #35373a;
    padding: 5px 0;
}

.footads ul {
    float: left;
    width: 75%;
    display: none;
}

.footads ul li {
    width: 30%;
    float: left;
    margin-right: 3%;
}

.footads ul li h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footads ul li p {
    font-size: 14px;
    color: #a9a9a9;
    line-height: 22px;
    margin-bottom: 10px;
}

.footads ul li p span {
    display: block;
    color: #fff;
}

.footads ul li h5 {
    color: #3ebaff;
    font-size: 16px;
    background: url(../images/ico-phone.png) no-repeat left center;
    padding-left: 30px;
}

.copyrights {
    float: right;
    text-align: right;
    padding-right: 100px;
    background: url(../images/footer-logo.png) no-repeat right top;
}

.copyrights img {
    display: none;
    float: right;
    margin-bottom: 10px;
    clear: both;
    height: 65px;
}

.copyrights a {
    margin-top: 12px;
    color: #3ebaff;
    font-size: 16px;
    background: url(../images/ico-mail.png) no-repeat right center;
    padding-right: 30px;
    display: block;
    clear: both;
}

.copyrights p {
    color: #fff;
    font-size: 14px;
    display: block;
    clear: both;
}

.innerban img {
    width: 100%;
}

.innerban {
    position: relative;
}

.innerban .banDtls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    z-index: 9;
    text-align: center;
    padding-top: 100px;
}

.banDtls h1 {
    font-family: 'Text Me One', sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.banDtls h1:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #F51963;
    position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
}

.content {
    width: 100%;
    padding: 60px 0;
}

.innernav {
    width: 100%;
    margin: 0 auto;
    height: 55px;
    background-color: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
    transition: 0.2s;
}

.innernav.fixednav {
    position: fixed;
    top: 75px;
}

.innernav ul {
    display: flex;
    justify-content: space-around;
    height: 54px;
    align-items: center;
}

.innernav ul li span {
    font-weight: 700;
}

.innernav ul li a {
    color: #333;
    font-size: 15px;
}

.innernav ul li a:hover {
    color: #0c7fc3;
}

.innernav ul li.active a {
    color: #007fc6;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
}

.process li {
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    text-align: center;
    margin-left: -25px;
    color: #fff;
    mix-blend-mode: multiply;
}

.process li:first-child {
    margin-left: 0;
    background: rgba(9, 158, 241, 0.8);
}

.process li:last-child {
    background: rgba(39, 199, 213, 0.8);
}

.process li:nth-child(2) {
    background: rgba(91, 95, 200, 0.8);
}

.process li:nth-child(3) {
    background: rgba(185, 70, 161, 0.8);
}

.mgt50 {
    margin-top: 50px;
}

.vision {
    padding: 30px;
    background: url(../images/patt.png) repeat left top;
}

.visiontitle {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 30px 40px;
}

.visiontitle h6 {
    font-family: 'Text Me One', sans-serif;
    font-size: 35px;
    line-height: 65px;
    margin: 10px 0 50px;
    color: #007fc6;
    padding: 0 10px;
    background: linear-gradient(to right, #d58ac5, #934583 20%, #435a90 60%, #007fc6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.visiontitle h6 {
    font-size: 55px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}

a.linkBtn,
input.linkBtn,
button.linkBtn {
    height: 50px;
    line-height: 48px;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    background-image: -moz-linear-gradient(0deg, #0054ff 0, #00aae6 58%, #0fc 100%);
    background-image: -webkit-linear-gradient(0deg, #007fc6 0, #26a6ed 58%, #435a90 100%);
    background-image: -ms-linear-gradient(0deg, #0054ff 0, #00aae6 58%, #0fc 100%);
    color: #fff;
    letter-spacing: .05em;
    position: relative;
}

.visionwrap {
    padding: 50px 0;
    position: relative;
}

.visionwrap:before {
    position: absolute;
    content: "";
    width: 28%;
    top: 0;
    left: 0;
    height: 100%;
    background: #dde3e4;
}

.visionwrap .col-md-8 p {
    margin-bottom: 0;
    padding-top: 20px;
    border-bottom: 1px #eee solid;
    padding-left: 90px;
    height: 85px;
    margin-left: 50px;
}

.visionwrap .col-md-8 p:first-child {
    background: url(../images/icons/vision1.png) no-repeat center left;
}

.visionwrap .col-md-8 p:nth-child(2) {
    background: url(../images/icons/vision2.png) no-repeat center left;
    padding-top: 35px;
}

.visionwrap .col-md-8 p:nth-child(3) {
    background: url(../images/icons/vision3.png) no-repeat center left;
    padding-top: 35px;
}

.visionwrap .col-md-8 p:last-child {
    background: url(../images/icons/vision4.png) no-repeat center left;
}

.missiontxt {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}

.overview {
    background: url(../images/bg-overiew.jpg) no-repeat center center fixed;
    background-size: cover;
    margin-bottom: 20px;
    background-size: cover;
    padding: 60px 0;
}

.overview h6 {
    text-align: center;
    font-family: 'Text Me One', sans-serif;
    font-size: 35px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    padding: 0 10px;
}

.overview .col-md-3 {
    padding-right: 35px;
    padding-left: 35px;
    border-right: 1px solid rgba(221, 227, 228, .4);
}

.overview .col-md-3:last-child {
    padding-right: 0px;
    border-right: 0px;
}

.overview .col-md-3:first-child {
    padding-left: 0px;
}

.overview .col-md-3 img {
    margin-bottom: 15px;
}

.overview .col-md-3 h5 {
    font-family: "IBM Plex Serif", serif;
    color: #fff;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 0px;
}

.overview .col-md-3 p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0px;
}

.missionBlk {
    text-align: center;
    padding: 30px 0;
}

.missionBlk h2 {
    font-size: 25px;
    line-height: 25px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.missionBlk h2:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #F51963;
    position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
}

.missionBlk p {
    width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

.serviceList {
    padding: 40px 0 0 0;
}

.serviceList h2 a {
    color: #000;
    margin-bottom: 20px;
}

.serviceList ul li a {
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
}

.serviceList ul li a:before {
    content: "\00BB";
    color: #666;
    margin-right: 10px;
    display: inline-block;
}

.servGrid {
    position: relative;
    width: 100%;
}

.servGrid li {
    position: relative;
    background-color: #eee;
    overflow: hidden;
}

.servGrid li img {
    width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.servGrid li:first-child {
    width: 70%;
    background-color: #eee;
    float: left;
    border-right: 15px #fff solid;
    border-bottom: 15px #fff solid;
}

.servGrid li:nth-child(2) {
    width: 30%;
    background-color: #eee;
    float: right;
}

.servGrid li:nth-child(3) {
    width: 35%;
    background-color: #eee;
    float: left;
    border-right: 15px #fff solid;
}

.servGrid li:nth-child(4) {
    width: 35%;
    background-color: #eee;
    float: left;
    border-right: 15px #fff solid;
    border-bottom: 15px #fff solid;
}

.servGrid li:last-child {
    width: 65%;
    background-color: #eee;
    float: left;
}

.servGrid li span {
    position: absolute;
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    display: block;
}

.servGrid li:first-child span {
    top: 15px;
    left: 15px;
}

.servGrid li:nth-child(2) span {
    top: 15px;
    right: 15px;
    text-align: right;
}

.servGrid li:nth-child(3) span {
    bottom: 15px;
    right: 15px;
    text-align: right;
}

.servGrid li:nth-child(4) span {
    top: 15px;
    left: 15px;
}

.servGrid li:last-child span {
    top: 15px;
    right: 15px;
    text-align: right;
}

.servGrid li span b {
    display: block;
    font-weight: 400;
}

.simgHov {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5% 10%;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.simgHov h6,
.simgHov p,
.simgHov strong {
    position: relative;
    z-index: 999;
    color: #fff !important;
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}

.simgHov h6,
.simgHov h6 b {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.simgHov p {
    font-size: 18px;
    line-height: 26px;
    max-width: 450px;
    display: block;
}

.simgHov>strong {
    color: #ffffff;
    font-weight: 400;
    border: 1px solid #cd3bbb !important;
    text-decoration: none;
    padding: 8px 15px !important;
    display: inline-block;
}

.servGrid li:hover .simgHov:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #34005f, #34005f);
    background-image: -moz-linear-gradient(to bottom right, #34005f, #34005f);
    background-image: -webkit-linear-gradient(to bottom right, #34005f, #34005f);
    opacity: .8;
    z-index: 0;
}

.servGrid li:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgb(101, 62, 133);
}

.servGrid li:hover span {
    display: none;
}

.servGrid li:hover .simgHov h6,
.servGrid li:hover .simgHov p,
.servGrid li:hover .simgHov strong {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 0px !important;
    opacity: 1;
}

.services h6,
.abtwrap h6 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    font-family: "IBM Plex Serif", serif;
    text-transform: uppercase;
}

.services h5,
.abtwrap h5 {
    font-family: 'Text Me One', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 15%;
}

.services h4,
.abtwrap h4 {
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: "IBM Plex Serif", serif;
    color: #000;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.serviceblk {
    margin: 80px 0;
}

.serviceblk .servicebg {
    padding: 170px 0;
}

.serviceblk .web1 {
    background: url(../images/banner/web01.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .web2 {
    background: url(../images/banner/web02.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .web3 {
    background: url(../images/banner/web03.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .web4 {
    background: url(../images/banner/web04.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .web5 {
    background: url(../images/banner/web05.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .mob1 {
    background: url(../images/banner/mob01.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .mob2 {
    background: url(../images/banner/mob02.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .mob3 {
    background: url(../images/banner/mob03.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .mob4 {
    background: url(../images/banner/mob04.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .mob5 {
    background: url(../images/banner/mob05.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .brd1 {
    background: url(../images/banner/brd01.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .brd2 {
    background: url(../images/banner/brd02.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .brd3 {
    background: url(../images/banner/brd03.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .brd4 {
    background: url(../images/banner/brd05.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .brd5 {
    background: url(../images/banner/brd04.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .ini1 {
    background: url(../images/banner/ini01.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .ini2 {
    background: url(../images/banner/ini02.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .ini3 {
    background: url(../images/banner/ini03.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .ini4 {
    background: url(../images/banner/ini04.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .ini5 {
    background: url(../images/banner/ini05.jpg) no-repeat center top fixed;
    background-size: cover;
}

.serviceblk .servicebg img {
    margin: auto;
}

.serviceblk .servicebg h2 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 15px;
}

.serviceblk .servicedtl {
    padding-top: 40px;
    padding-bottom: 0px;
}


/* Works */

.innerban .port {
    width: 33.33%;
    float: left;
    position: relative;
}

.innerban .port:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #934583;
    z-index: 5;
    opacity: 0.5;
}

.innerban .port:first-child::before {
    background: #007fc6;
}

.innerban .port:last-child::before {
    background: #223258;
}

.portDtl {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.portDtl h6 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 5px;
    font-family: "IBM Plex Serif", serif;
    text-transform: uppercase;
}

.portDtl p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
    padding: 0 20%;
    line-height: 20px;
}

.works {
    background: #f5f5f5;
}

.works .portfolio {
    display: block;
    margin: 0 0 20px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.works .portfolio:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.01, 1.01);
}

.works .portfolio .portimg img {
    width: 100%;
}

.works .portfolio .portname {
    position: relative;
    width: 100%;
    padding: 25px;
    background-color: #fff;
    height: 120px;
}

.works .portfolio .portname h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.works .portfolio .portname span {
    display: block;
    font-family: "IBM Plex Serif", serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #0a7fc3;
    margin-bottom: 0px;
}

.works .portfolio .portname span.web {
    color: #0a7fc3;
}

.works .portfolio .portname span.mob {
    color: #934583;
}

.works .portfolio .portname span.digi {
    color: #354877;
}

.worksban {
    display: table;
    width: 100%;
}

.worksban .workimg {
    width: 65%;
    display: table-cell;
    position: relative;
}

.worksban .worksDtl {
    width: 35%;
    display: table-cell;
    background: #dde3e4;
    vertical-align: middle;
}

.worksban .worksDtl h6 {
    width: 120%;
    background: #fff;
    padding-left: 20%;
    position: relative;
    z-index: 9;
    padding: 40px 50px 40px 20%;
    font-family: 'Text Me One', sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    margin-top: 100px;
}

.workimg .mockimg {
    position: absolute;
    top: 150px;
    left: 15%;
    width: 70%;
}

.innerban img.logoImg {
    margin: auto;
    width: auto;
    max-width: 100%;
}

.logofolio img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto 60px auto;
    -webkit-box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.10);
}

.shareBtn {
    text-align: center;
    padding-top: 30px;
}

.shareBtn p {
    margin-bottom: 0;
}

.worksban .worksDtl h6 a {
    position: absolute;
    bottom: -28px;
    left: 30%;
    font-family: "IBM Plex Serif", serif;
    font-size: 18px;
    text-transform: uppercase;
    background: #435a90;
    margin-bottom: 10px;
    color: #fff;
    padding: 0px 20px 0 0;
}

.worksban .worksDtl h6 a:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: #007fc6 url(../images/icons/resp.png) no-repeat center center;
    background-size: 70% auto;
    float: left;
    margin-right: 15px
}

.projDtls {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #eee solid;
    width: 100%;
    display: table;
}

.projDtls li {
    display: table-cell;
    font-family: "IBM Plex Serif", serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 10px;
}

.projDtls li span {
    display: block;
    color: #000;
    font-family: "Mukta", sans-serif;
    font-weight: 700;
}

.homemock {
    width: 100%;
    padding: 50px 0;
    background: #fafafa;
    margin: 40px 0 0 0;
}

.homemock img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.10);
}

.homemock h3 {
    text-align: center;
    font-size: 40px;
}

.inpgmock {
    width: 100%;
    padding: 40px 0;
    background: #333;
}

.inpgmock img {
    width: 100%;
}

.inpgmock h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.worknav {
    height: 35px;
}

.worknav .container {
    position: relative;
}

.worknav .btn_dash {
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -13px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icons/icon_dash.png) 50% 50% no-repeat;
}

.worknav .btn_dash:hover {
    opacity: 0.6;
}

@keyframes board_foot_more {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg)
    }
}

.worknav .btnfot {
    position: absolute;
    top: 37px;
    display: block;
}

.worknav .btnfot a {
    color: #000;
    position: relative;
    display: block;
}

.worknav .btnfot.prev {
    left: 0%;
}

.worknav .btnfot.next {
    right: 0%;
}

.worknav .btnfot a:before,
.worknav .btnfot a:after {
    content: '';
    position: absolute;
    background-color: #222222;
    width: 15px;
    height: 2px;
    transition-duration: 0.3s
}

.worknav .btnfot.prev a {
    padding-left: 20px;
}

.worknav .btnfot.prev a:before {
    top: 6px;
    left: 0;
    transform: rotate(-45deg);
}

.worknav .btnfot.prev a:after {
    top: 16px;
    left: 0;
    transform: rotate(45deg);
}

.worknav .btnfot.prev a:hover:before {
    -ms-animation: board_foot_prev 0.5s forwards;
    -webkit-animation: board_foot_prev 0.4s forwards;
    animation: board_foot_prev 0.4s forwards;
}

.worknav .btnfot.prev a:hover:after {
    -ms-animation: board_foot_prev 0.5s forwards;
    -webkit-animation: board_foot_prev 0.4s forwards;
    animation: board_foot_prev 0.4s forwards;
}

@keyframes board_foot_prev {
    0% {
        opacity: 1;
        left: 0px;
    }
    45% {
        opacity: 0;
        left: -20px;
    }
    50% {
        opacity: 0;
        left: 20px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}

@keyframes board_foot_next {
    0% {
        opacity: 1;
        right: 0px;
    }
    45% {
        opacity: 0;
        right: -20px;
    }
    50% {
        opacity: 0;
        right: 20px;
    }
    100% {
        opacity: 1;
        right: 0px;
    }
}

.worknav .btnfot.next a {
    padding-right: 20px;
}

.worknav .btnfot.next a:before {
    top: 6px;
    right: 0;
    transform: rotate(45deg);
}

.worknav .btnfot.next a:after {
    top: 16px;
    right: 0;
    transform: rotate(-45deg);
}

.worknav .btnfot.next a:hover:before {
    -ms-animation: board_foot_next 0.4s forwards;
    -webkit-animation: board_foot_next 0.4s forwards;
    animation: board_foot_next 0.4s forwards;
}

.worknav .btnfot.next a:hover:after {
    -ms-animation: board_foot_next 0.4s forwards;
    -webkit-animation: board_foot_next 0.4s forwards;
    animation: board_foot_next 0.4s forwards;
}

.ls-circle-timer {
    display: none !important;
}

#menuFull {
    position: relative;
    display: block;
    width: 30px;
    height: 22px;
    background: transparent;
    border-top: 3px solid;
    border-bottom: 3px solid;
    color: #000;
    font-size: 0;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#menuFull:before,
#menuFull:after {
    content: "";
    display: block;
    width: 100%;
    height: 2.4px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#menuFull:hover {
    color: #934583;
}

#menuFull:hover::before,
#menuFull:hover::after {
    background: #934583;
}

#menuFull.is-active {
    border-color: transparent;
}

#menuFull.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#menuFull.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#menuFull.is-active:before,
#menuFull.is-active:after {
    background: #934583;
}


/*contact */

.contact {
    padding: 0;
}

.contact {
    width: 100%;
    padding: 70px 0;
    position: relative;
}

.contact .contactwrap {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    z-index: 10;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact:before {
    content: '';
    width: 50%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: #e7ebed;
}

.contact .contBlk {
    width: 50%;
    padding: 0 110px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.contact .contForm {
    position: relative;
    z-index: 99;
}

.contact .contact-form {
    background: #fff;
    padding: 50px;
    box-shadow: 0px 0px 64px rgba(13, 53, 94, 0.3);
    position: relative;
    color: #666;
}

.contact .contact-form:after {
    -webkit-transform: translate(-16px, 16px);
    transform: translate(-16px, 16px);
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(60deg, #934583, #007fc6);
    box-shadow: 0px 0px 64px rgba(13, 53, 94, 0.3);
}

.formfield {
    border-bottom: 1px #ddd solid;
}

.formfield label {
    display: block;
    float: left;
    height: 45px;
    width: 120px;
    line-height: 45px;
    font-size: 15px;
}

.formfield input[type="text"],
.formfield input[type="email"] {
    display: block;
    float: right;
    height: 45px;
    width: calc(100% - 125px);
    line-height: 45px;
    font-size: 15px;
    border-left: 1px #ddd solid;
    padding-left: 10px;
}

.formfield textarea {
    display: block;
    float: right;
    height: 100px;
    width: calc(100% - 125px);
    line-height: 25px;
    font-size: 15px;
    border-left: 1px #ddd solid;
    padding-left: 10px;
}

.contact button {
    margin-top: 20px;
    outline: none;
    height: 40px;
    text-align: center;
    width: 130px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #1ECD97;
    color: #1ECD97;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;
}

.contact button:hover {
    color: white;
    background: #1ECD97;
}

.contact button:active {
    letter-spacing: 2px;
}

.contact button:after {
    content: "SUBMIT";
}

.contact .onclic {
    width: 40px;
    border-color: #bbbbbb;
    border-width: 3px;
    font-size: 0;
    border-left-color: #1ECD97;
    -webkit-animation: rotating 2s 0.25s linear infinite;
    animation: rotating 2s 0.25s linear infinite;
}

.contact .onclic:after {
    content: "";
}

.contact .onclic:hover {
    color: #1ECD97;
    background: white;
}

.contact .validate {
    font-size: 13px;
    color: white;
    background: #1ECD97;
}

.contact .validate:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#map {
    margin: 0px;
    width: 100%;
}

.contTab h3 {
    color: #007fc6;
    margin: 15px 0px;
    position: relative;
    padding-bottom: 15px;
}

.contTab h3:after {
    content: '';
    position: absolute;
    left: 0;
    max-width: 100%;
    width: 50px;
    height: 5px;
    bottom: 0px;
    background: linear-gradient(60deg, #934583, #007fc6);
    border-radius: 8px;
}

.contTab h6 {
    color: #435a90;
    margin-bottom: 0px;
    font-family: "IBM Plex Serif", serif;
    margin-top: 22px;
    display: block;
}

.contTab .tab-content p,
.contTab .tab-content a {
    color: #333;
    line-height: 25px;
    font-family: "Mukta", sans-serif;
}

.contTab ul.nav {
    border-bottom: 1px #ddd solid;
    padding-left: 30px;
    display: none;
}

.contTab ul.nav li a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px #fff solid;
    border-radius: 5px 5px 0 0;
}

.datacyber .col4 h4,
.datacyber .col4 p {
    color: #fff;
}

.contTab ul.nav li a.active {
    border: 1px #ccc solid;
    border-bottom: 2px #fff solid;
    margin-bottom: -1px;
}

.contTab ul.nav li a {
    color: #000;
}

.contTab ul.nav li a.active {
    color: #934583;
    font-weight: 700;
}


/* Career */

#careerBlk {
    position: relative;
}

#careerBlk .r-tabs-accordion-title {
    border-bottom: 1px solid #ccc;
}

#careerBlk .r-tabs-accordion-title a {
    font-size: 16px;
    cursor: pointer;
    padding: 20px 30px;
    position: relative;
    display: block;
    color: #333;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
}

#careerBlk .r-tabs-accordion-title a:after {
    content: '+';
    display: block;
    position: absolute;
    font-size: 28px;
    color: #c3c3c3;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#careerBlk .r-tabs-accordion-title.r-tabs-state-active a:after {
    content: '-';
    font-size: 30px;
    right: 27px;
    color: #3a89e4;
}

#careerBlk .r-tabs-panel {
    position: relative;
    background: #eee;
    padding: 35px 60px 22px 30px;
    border-top: 1px solid #e9e9e9;
    display: none;
}

#careerBlk .r-tabs-panel h6 {
    font-size: 15px;
    margin: 0 0 10px 0;
    display: block;
    color: #333;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    border-top: 1px #d6d6d6 solid;
    padding-top: 20px;
    margin-top: 20px;
}

#careerBlk .r-tabs-panel h6:first-child {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

#careerBlk .r-tabs-panel h6 span {
    font-size: 15px;
    color: #000;
}

@media only screen and (max-width: 2000px) {
    #careerBlk.r-tabs .r-tabs-nav {
        display: none;
    }
    #careerBlk.r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.services ul li,
.processul li {
    color: #434556;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    padding-left: 30px;
    background: url(../images/icons/bullet-tick.png) no-repeat left 1px;
    background-size: auto 20px;
}

.navAbt {
    background: url(../images/nav-about.png) no-repeat bottom left;
    background-size: 85% auto;
    height: 300px;
}

.navServ {
    background: url(../images/nav-service.png) no-repeat bottom center;
    background-size: 85% auto;
    height: 300px;
}

.navSolu {
    background: url(../images/nav-solutions.png) no-repeat bottom center;
    background-size: 85% auto;
    height: 300px;
}

.navRese {
    background: url(../images/nav-research.png) no-repeat bottom center;
    background-size: 85% auto;
    height: 300px;
}

.navHost {
    background: url(../images/nav-hosting.png) no-repeat bottom center;
    background-size: 85% auto;
    height: 300px;
}

.col-md-12 .techSpec li {
    width: 25%;
    float: left;
}

.col-md-6 .techSpec li {
    width: 50%;
    float: left;
}

.techSpec li a {
    background: #f4f4f4;
    margin: 0 25px 25px 0;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.techSpec li a img {
    display: inline-block;
    margin: 20px auto;
}

.techSpec li a span {
    font-size: 13px;
    color: #000;
    display: block;
}

.projForm .form-group {
    margin: 15px 0;
}

.projForm .form-control {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
}

.projForm textarea.form-control {
    border-radius: 0;
    height: 150px;
    line-height: 20px;
    resize: none;
}

.material-checkbox {
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.material-checkbox>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.42);
    outline: none;
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(0);
    /* Graceful degradation for IE */
    transition: opacity 0.5s, transform 0.5s;
}

.material-checkbox>input:checked {
    background-color: #2196f3;
}

.material-checkbox:active>input {
    opacity: 1;
    transform: scale(0);
    transition: opacity 0s, transform 0s;
}

.material-checkbox>input:disabled {
    opacity: 0;
}

.material-checkbox>input:disabled+span {
    cursor: initial;
}

.material-checkbox>span::before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    border: solid 2px rgba(0, 0, 0, 0.42);
    border-radius: 2px;
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    transition: border-color 0.5s, background-color 0.5s;
}

.material-checkbox>input:checked+span::before {
    border-color: #2196f3;
    background-color: #2196f3;
}

.material-checkbox>input:active+span::before {
    border-color: #2196f3;
}

.material-checkbox>input:checked:active+span::before {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.42);
}

.material-checkbox>input:disabled+span::before {
    border-color: rgba(0, 0, 0, 0.26);
}

.material-checkbox>input:checked:disabled+span::before {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.26);
}

.material-checkbox>span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 5px;
    height: 10px;
    border: solid 2px transparent;
    border-left: none;
    border-top: none;
    transform: translate(5.5px, 1px) rotate(45deg);
    -ms-transform: translate(5.5px, 2px) rotate(45deg);
}

.material-checkbox>input:checked+span::after {
    border-color: #fff;
}

.projForm .col-md-7 ul li {
    margin-bottom: 20px;
}

.projForm .theme_btn {
    background: #0083ff;
    color: #fff;
    margin: 30px 0;
    border-radius: 30px;
    cursor: pointer;
    padding: 9px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42), 0 4px 23px 0px rgba(66, 133, 244, 0.12), 0 8px 10px -5px rgba(66, 133, 244, 0.2);
    box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42), 0 4px 23px 0px rgba(66, 133, 244, 0.12), 0 8px 10px -5px rgba(66, 133, 244, 0.2);
}

.clntList li {
    width: 25%;
    padding: 10px;
    float: left;
}

.clntList li img {
    width: 100%;
    border: 1px #ddd solid;
}

.servHme {
    padding: 70px 0 40px 0;
}

.servHme h2,
.servHme h3 {
    text-align: center;
    padding: 0 15%;
}

.teamList {
    margin-bottom: 50px;
}

.teamList .teamimg {
    background-color: #435a90;
}

.teamList .teamimg img {
    width: 100%;
}

.teamList .teamimg .teamname {
    padding: 25px;
    text-align: left;
    position: relative;
}

.teamList .teamimg .teamname h6 {
    font-size: 25px;
    text-align: left;
    margin-bottom: 5px;
    font-family: "IBM Plex Serif", serif;
    text-transform: uppercase;
    color: #fff;
}

.teamList .teamimg .teamname h5 {
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #99daff;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
}

.teamList .teamimg .teamname .solink {
    position: absolute;
    top: 25px;
    right: 25px;
}

.cmsList li {
    width: 50%;
    float: left;
    padding-right: 60px;
}

.dtlsban {
    padding: 140px 0 50px 0;
    background: linear-gradient(60deg, #934583, #007fc6);
    box-shadow: 0px 0px 64px rgba(13, 53, 94, 0.3);
}

.dtlsban .dtlstext {
    width: 50%;
    float: left;
    padding: 30px 60px 0 60px;
}

.dtlsban .dtlstext h6 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.7px;
    line-height: 13px;
    text-transform: uppercase;
}

.dtlsban .dtlstext h2 {
    margin: 0 0 10px;
    font-size: 65px;
    line-height: 74px;
    color: #fff;
    font-weight: 700;
}

.dtlsban .dtlstext p {
    color: #ffacee;
}

.dtlsban .dtlstext .btnlink a:first-child {
    background-color: #1ECD97;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 700;
}

.dtlsban .dtlstext .btnlink a:last-child {
    background: url(../images/icons/caret-right.png) no-repeat center right;
    background-size: 9px auto;
    font-size: 14px;
    padding: 8px 0;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 700;
    padding-right: 15px;
}

.dtlsimg {
    width: 50%;
    float: left;
}

.dtlsimg img {
    width: 100%;
}

.img-erp {
    height: 600px;
    transform: rotate(-25deg);
    float: right;
    margin-right: 40px;
}

.erp {
    background: url(../images/erp-shape.png) no-repeat bottom 100px right;
    background-size: 35% auto;
}

.img-responsive {
    width: 100%;
}

.workProcess>.tabHeader {
    padding: 40px 0;
}

.workProcess>.tabHeader>ul {
    background: url(../images/successive.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 275px;
}

.workProcess>.tabHeader>ul>li {
    width: 25%;
    float: left;
    cursor: pointer;
}

.workProcess>.tabHeader>ul>li .dotcircle {
    margin: auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px #ccc dotted;
    padding: 8px;
}

.workProcess>.tabHeader ul li .dotcircle .procsimg {
    width: 160px;
    height: 160px;
    background-color: #e3eef5;
    border-radius: 50%;
    position: relative;
}

.workProcess>.tabHeader>ul>li:first-child {
    padding-top: 50px;
}

.workProcess>.tabHeader>ul>li:nth-child(2) {
    padding-top: 60px;
}

.workProcess>.tabHeader>ul>li:nth-child(3) {
    padding-top: 10px;
}

.workProcess>.tabHeader>ul>li:last-child {
    padding-top: 45px;
}

.procsimg img {
    width: 65%;
    margin: auto;
    padding-top: 25px;
}

.workProcess ul li .dotcircle .procsimg h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    position: absolute;
    bottom: -45px;
    left: 0;
    text-align: center;
    padding: 0;
    width: 100%;
}

.processDtls .row {
    display: table;
    width: 100%;
}

.processDtls .row .col-md-6 {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.tabContent>div {
    display: none;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.tabContent .active {
    display: block;
}

.servhome {
    padding-top: 80px;
}

.workProcess>.tabHeader>ul>li.active .dotcircle {
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(206, 206, 206, 0.15), 0 0 0 1em rgba(206, 206, 206, 0.15), 0 0 0 2em rgba(206, 206, 206, 0.15), 0 0 0 3em rgba(206, 206, 206, 0.15);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(206, 206, 206, 0.15), 0 0 0 3em rgba(206, 206, 206, 0.15), 0 0 0 5em rgba(206, 206, 206, 0.15), 0 0 0 8em rgba(206, 206, 206, 0.15);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(206, 206, 206, 0.15), 0 0 0 1em rgba(206, 206, 206, 0.15), 0 0 0 2em rgba(206, 206, 206, 0.15), 0 0 0 3em rgba(206, 206, 206, 0.15);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(206, 206, 206, 0.15), 0 0 0 1.5em rgba(206, 206, 206, 0.15), 0 0 0 3em rgba(206, 206, 206, 0.15), 0 0 0 4.5em rgba(206, 206, 206, 0.15);
    }
}

.imgabthme {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
}

.projForm .col-md-7 h4 {
    margin: 10px 0 20px 0;
}

.datacyber {
    background: url(../images/bg-cyber.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
    margin: 50px 0;
}

.datacyber .col7 {
    width: 65%;
    float: left;
    padding: 60px 100px 50px 0;
    color: #fff;
}

.datacyber .col7 p {
    color: #fff;
}

.datacyber .col7 h4 {
    color: #fff;
    font-size: 25px;
}

.datacyber .col3 {
    width: 35%;
    float: right;
}

.datacyber .col4 {
    width: 33%;
    float: right;
}


/*.innernav ul li:nth-child(3), .innernav ul li:last-child  {
display: none;
}*/

.pricing-section {
    position: relative;
    padding: 79px 0px 41px;
}

.pricing-tabs {
    position: relative;
}

.pricing-section .title-column {
    position: relative;
    margin-bottom: 42px;
    text-align: center;
}

.pricing-tabs .tab-buttons {
    position: relative;
    overflow: hidden;
    padding: 4px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #e3e3e3;
}

.pricing-tabs .tab-buttons .tab-btn {
    position: relative;
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    float: left;
    cursor: pointer;
    padding: 7px 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Nunito Sans', sans-serif;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
    background-color: #f2570d;
}

.pricing-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
    display: block;
}

.price-block {
    position: relative;
    margin-bottom: 40px;
}

.price-block .inner-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    -moz-transition: all .300s ease-in-out;
    -webkit-transition: all .300s ease-in-out;
    transition: all .300s ease-in-out;
}

.price-block .inner-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.price-block .inner-box .title {
    position: relative;
    color: #435a90;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 14px 10px;
    background-color: #f8fafe;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #e3e3e3;
}

.price-block .inner-box:hover .title {
    background-color: #fff;
}

.price-block .inner-box .upper-box {
    position: relative;
    padding: 20px 0px;
    text-align: center;
}

.price-block .inner-box .upper-box .icon-box {
    position: relative;
    margin-bottom: 20px;
}

.price-block .inner-box .upper-box .price {
    position: relative;
    color: #007fc6;
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
}

.price-block .inner-box .upper-box .price sub {
    position: relative;
    bottom: 1px;
    font-size: 20px;
    font-weight: 400;
}

.price-block .inner-box .upper-box .price span {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    display: block;
    line-height: 1.8em;
    text-transform: capitalize;
}

.price-block .inner-box .lower-box {
    position: relative;
    padding: 35px 15px;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    height: 300px;
}

.price-block .inner-box .lower-box ul {
    position: relative;
}

.price-block .inner-box .lower-box ul li {
    position: relative;
    color: #444;
    background: none;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 12px;
}

.price-block .inner-box .lower-box .subscribe-btn {
    position: relative;
    color: #070708;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 34px;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #f2570d;
    height: 40px;
    line-height: 40px;
}

.price-block .inner-box .lower-box .subscribe-btn .arrow {
    font-size: 16px;
    margin-left: 5px;
}

.price-block .inner-box .lower-box .subscribe-btn:hover {
    color: #ffffff;
    border-color: #f2570d;
    background-color: #f2570d;
}

.price-block .inner-box .title span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.price-block .inner-box .title b {
    font-weight: 700;
    color: #435a90;
}

.vpdpack {
    border: 1px solid #e3e3e3;
    -moz-transition: all .300s ease-in-out;
    -webkit-transition: all .300s ease-in-out;
    transition: all .300s ease-in-out;
}

.vpdpack:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.vpdpack h6 {
    font-size: 18px;
    font-weight: 400;
    color: #8a8a8a;
    letter-spacing: 0.3px;
    margin: 25px 0 0 0;
    padding: 0;
}

.vpdpack h5 {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    color: #47bb6e;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0;
}

.home-server {
    margin: auto;
}

.vpdpack ul {
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
}

.vpdpack ul li {
    display: inline-block;
    background: url(../images/divider.png) center right no-repeat;
    padding-right: 21px;
    padding-left: 20px;
    margin: 0px;
}

.vpdpack ul li h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #007fc6;
    padding: 0;
    margin: 0;
}

.vpdpack ul li h5 small {
    font-size: 15px;
    font-weight: 400;
    color: #5e6269;
}

.vpdpack p {
    text-align: center;
}
.salesform {
    padding: 20px 0 40px 0;
}
.saleswrap {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.saleswrap.contact:before {
    background: #f1f1f1;
    width: 100%;
    z-index: -1;
}

@import url(//db.onlinewebfonts.com/c/4cc366525d6a884e8b2adf7850636c70?family=GE+Dinar+One);
@font-face {font-family: "GE Dinar One"; src: url("//db.onlinewebfonts.com/t/4cc366525d6a884e8b2adf7850636c70.eot"); src: url("//db.onlinewebfonts.com/t/4cc366525d6a884e8b2adf7850636c70.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/4cc366525d6a884e8b2adf7850636c70.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/4cc366525d6a884e8b2adf7850636c70.woff") format("woff"), url("//db.onlinewebfonts.com/t/4cc366525d6a884e8b2adf7850636c70.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/4cc366525d6a884e8b2adf7850636c70.svg#GE Dinar One") format("svg"); }

.salesform h3 span {
    font-family: "GE Dinar One";
}
#arabic {
    font-family: "GE Dinar One"; 
    text-align: right;
    direction: rtl;
}
.saleswrap .contTab #arabic h3 {
    font-family: "GE Dinar One"; 
    font-size: 35px;
}
.saleswrap .contTab #arabic h6 {
    font-family: "GE Dinar One"; 
    font-size: 18px;
    margin-bottom: 5px;
}
.saleswrap .contTab  #arabic p, .contTab  #arabic a {
    font-family: "GE Dinar One"; 
    font-size: 16px;
}
.saleswrap .contTab  #arabic a.mail {
    font-family: "Mukta", sans-serif;
    font-size: 16px;
}
.saleswrap .contTab #arabic h3:after {
    left: inherit;
    right: 0;
}
.saleswrap .contTab  a {
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #333;
}
.salesol li:first-child {
    background: url(../images/icons/ico-whatsapp.png) no-repeat left top;
    background-size: auto 45px;
    padding-left: 60px;
    height: 75px;
}
.salesol li:last-child {
    background: url(../images/icons/ico-mailsale.png) no-repeat left top;
    background-size: auto 45px;
    padding-left: 60px;
    height: 75px;
}
#arabic .salesol li:first-child {
    background: url(../images/icons/ico-whatsapp.png) no-repeat right top;
    background-size: auto 45px;
    padding-right: 60px;
    height: 75px;
}
#arabic .salesol li:last-child {
    background: url(../images/icons/ico-mailsale.png) no-repeat right top;
    background-size: auto 45px;
    padding-right: 60px;
    height: 75px;
}
.salesform .formfield {
    border-bottom: 1px #ddd solid;
    display: flex;
    align-items: center;
}
.salesform .formfield label.ar {
    text-align: right;
    font-family: "GE Dinar One"; 
}
.salesform .formfield input[type="text"], .salesform .formfield input[type="email"], .salesform .formfield textarea {
    border-right: 1px #ddd solid;
    padding-right: 10px;
}
.salesform button {
    margin-top: 20px;
    outline: none;
    height: 40px;
    text-align: center;
    width: 130px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #1ECD97;
    color: #1ECD97;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;
}
.salesform button:hover {
    color: white;
    background: #1ECD97;
}
.odootitle h6, .odootitle h5 {
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
}
.erpfeature .erpicon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #934583;
}
.erpfeature .erpicon i {
    color: #fff;
    font-size: 20px;
}
.formrequest input, .formrequest textarea {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    border: none;
    outline: 0;
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 0px 15px 0;
    height: 50px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #cbcbcb;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 15px;
}
.formrequest textarea {
    height: 120px;
}
.formrequest label {
    font-size: 15px;
    color: #666;
    display: inline-block;
    position: absolute;
    pointer-events: none;
    width: auto;
    padding: 0 10px;
    left: 25px;
    top: 12px;
    z-index: 9;
    background: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
 }
 .formrequest input:focus ~ label,
 .formrequest input:not(:placeholder-shown) ~ label,
 .formrequest textarea:not(:placeholder-shown) ~ label {
    top: -11px;
    font-size: 13px;
    color: #555;
}
.formrequest button {
    background: #0083ff;
    color: #fff;
    margin: 30px 0;
    border-radius: 30px;
    cursor: pointer;
    padding: 9px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 14px 26px -12px rgb(66 133 244 / 42%), 0 4px 23px 0px rgb(66 133 244 / 12%), 0 8px 10px -5px rgb(66 133 244 / 20%);
    box-shadow: 0 14px 26px -12px rgb(66 133 244 / 42%), 0 4px 23px 0px rgb(66 133 244 / 12%), 0 8px 10px -5px rgb(66 133 244 / 20%);
}
.support-service-wrap .col-md-4 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.support-service-wrap .col-md-4 h4 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: "IBM Plex Serif", serif;
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.support-service-wrap .col-md-4 p {
    color: #fff;
    margin: 0;
    line-height: 22px;
}
.support-service-wrap .col-md-4 .img {
    margin-right: 15px;
    width:75px;
    height: 75px;
    min-width: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0b3391;
}
.support-service-wrap .col-md-4 img {
    height: 40px;
}

/* KITE Loyalty */
.loyaltyban {
    background: #a5afb0 url(../images/ban-loyalty.jpg) no-repeat center right;
    background-size: auto 120%;
}
.dtlsban .dtlstext h2 {
    color: #435a90;
}
.dtlsban.loyaltyban .dtlstext p {
    color: #434556;
}
.loyalty-intro {
    background-color: #eee;
}
.loyalty-intro .col-md-4 {
    padding: 40px;
    text-align: center;
}
.loyalty-intro .col-md-4 h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.loyalty-intro .col-md-4:nth-child(2) {
   background-color: #ddd;
}
.loyalty-intro .col-md-4 .ico {
   
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0b3391;
    color: #fff;
    margin: auto;
    margin-bottom: 15px;
}
.blklogo {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    height: 90px;
    padding: 20px;
    left: -40px;
    bottom: 100px;
}
.appstore-btn {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.appstore-btn img {
    height: 60px;
    margin-right: 15px;
}
.servicepage_ul ul {
    margin-left: 30px;
}
.servicepage_ul ul li {
    list-style: disc !important;
    background: url(../images/icons/right-arrow.png) no-repeat left 7px;
    background-size: auto 10px;
    padding-left: 20px;
}