/* Commomn styles */

body {
    font-family: 'Hind', sans-serif;
    overflow-x: hidden;
}

a {
    color: #000000;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none!important;
    outline: none!important;
}

img {
    max-width: 100%;
}

.clr-blu {
    color: #33429c !important;
}

.bg-about {
    background-color: #EDE7F6 !important;
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.col-1by5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.pad-none {
    padding-left: 0px;
    padding-right: 0px;
}

.pad-left-none {
    padding-left: 0;
}

.pad-right-none {
    padding-right: 0;
}

.pad-5-row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.pad-5-row>div {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.white-bg {
    background: #fff;
}

p {
    font-weight: 300;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 23.61px;
    margin-bottom: 25px;
}

p.alt {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
}

.whatsapp {
    -webkit-box-shadow: 5px 5px 18px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 18px rgba(0, 0, 0, .3);
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 20;
    background-color: #29a71a;
    width: 65px;
    height: 65px;
    border-radius: 13px;
    text-align: center;
    line-height: 57px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.whatsapp:hover {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    color: #fff;
}


/*  Commomn styles end */


/*call to action*/

.cltoactn {
    text-align: left;
    color: #fff;
    display: inline-block;
    float: none;
    max-width: 100%;
    /* margin-left: 80px; */
    padding: 10px 30px 5px;
    background: #6fd5d7;
    /* border: 3px solid #2e469e; */
    border-radius: 10px;
    -webkit-box-shadow: 9px 9px 20px 1px rgba(255, 255, 255, 0.20);
    box-shadow: 9px 9px 20px 1px rgba(255, 255, 255, 0.20);
}

.cltoactn h3 {
    margin: 3px 0;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 30px;
}

.cltoactn h4 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.cltoactn h5 {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 24px;
    float: left;
    font-weight: 600;
    letter-spacing: 0;
}

.cltoactn .form-control {
    font-size: 17px;
    letter-spacing: 1px;
    border: 0px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.cltoactn .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
}

.cltoactn .form-control::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
}

.cltoactn .form-control:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
}

.cltoactn .form-control:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
}

.cltoactn .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cltoactn input {
    height: 30px;
    font-size: 17px;
    letter-spacing: 1px;
    border: 0px;
    background: transparent;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cltoactn .form-group {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 12px 0 0;
    /* border: 1px solid #2e469e; */
    margin-bottom: 21px;
}

.cltoactn label,
.cltoactn input:placeholder-shown+label {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 0;
    font-size: 16px;
    line-height: 21px;
    margin: 0px 0 0;
    color: #999;
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.cltoactn span {
    color: red;
}

.cltoactn input:focus+label,
.cltoactn input:not(:placeholder-shown)+label {
    top: -3px;
    font-size: 10px;
}

.cltoactn .btn {
    width: 100%;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0;
    max-width: 150px;
    display: block;
    border-radius: 10px;
    background: #2e469e;
    border: 2px solid #2e469e !important;
    float: right;
    margin-top: 10px;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

.cltoactn .btn:hover {
    border-color: #2e469e !important;
    background: #6fd5d7;
    color: #2e469e !important;
}


/*call to action end*/


/* header styles start */

.seo-helper {
    max-height: 90px;
    overflow: hidden;
    bottom: -53px;
    position: absolute;
    left: 0;
    right: 0;
    color: #909090;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #F5F5F5;
}

#copyRight {
    margin-top: 40px;
    margin-bottom: 10px;
}

#closeButton {
    position: absolute;
    right: 14px;
    z-index: 1;
    font-size: 5rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

#closeButton:hover {
    color: #dfc9df;
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.megaopen {
    line-height: 20px;
    color: #2e469e!important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 14px 0px;
    margin-right: 20px;
    font-family: 'Roboto Slab', serif;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-fixed .megaopen {
    padding: 6px 0px;
}

.megaopen:hover {
    color: #1A237E !important;
}

.mega-dropdown-menu {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%!important;
    left: 0%!important;
    border: 0px;
    top: 0px;
    position: absolute;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    display: none;
}

.mega-dropdown-menu .rightbox {
    background-color: #6fd5d7;
    /* background-image: url(../img/seo-small.png); */
    background-repeat: no-repeat;
    background-position: 149px 122%;
    background-size: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 26%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mega-dropdown-menu .rightbox .cltoactn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mega-dropdown-menu .rightbox p {
    color: #fff;
    font-weight: 400;
    padding: 50px;
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    padding-bottom: 25px;
}

.mega-dropdown-menu .rightbox p span {
    font-size: 54px;
    display: block;
    padding-top: 40px;
    line-height: 69px;
}

.rightbtn {
    background-color: #fff;
    border: 0px;
    height: 50px;
    line-height: 37px!important;
    width: 73%;
    font-size: 18px!important;
    font-weight: 600!important;
    color: #424242!Important;
    text-transform: uppercase;
    letter-spacing: 1px!important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 5px 5px 0 0px #6A1B9A;
    box-shadow: 5px 5px 0 0px #6A1B9A;
}

.rightbtn:hover {
    -webkit-box-shadow: 2px 2px 0 0px #6A1B9A;
    box-shadow: 2px 2px 0 0px #6A1B9A;
}

.rightbox .cltoactn .btn {
    max-width: 100%;
    margin: 0;
}

.rightbox .cltoactn h5 {
    margin: 0 0 10px;
}

.mega-dropdown-menu .head {
    font-size: 50px;
    padding-left: 57px;
    color: #6b6b6b;
    border-bottom: solid 1px #f1f1f1;
    padding: 30px 60px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.menulist {
    margin: 0px;
    height: 100vh;
}

.menulist a {
    display: block;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 70px;
    border-bottom: solid 1px #e3e3e3;
    color: #1e1e20;
    margin-left: 20px;
}

.menulist a:hover {
    color: #33429c;
}

.page-home {
    position: relative;
}

.navbar-default {
    border: 0;
    background: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999999;
    margin-bottom: 0px;
    margin-top: 0;
}

.carousel {
    position: relative;
}

.carousel-control {
    display: none;
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
}

.carousel-inner {
    background-color: #c3e6d0;
}

.carousel-inner.mobil-app-dev {
    background: #E8EAF6;
}

.carousel-inner.seo {
    background: #FFDDCC;
}

.carousel-inner.socialmedia-marketing {
    background: #F0F4C3;
}

.carousel-inner.chat-software {
    background: #fce4ec;
}

.carousel-inner.software-testing {
    background: #e0f7fa;
}

.carousel-inner.web-hosting {
    background: #ffebee;
}

.carousel-inner .item {
    height: 100%;
}

.banner-a-google {
    margin-top: 15px;
    margin-bottom: 15px;
}

.left a img {
    max-width: 125px;
}

.left a.g-cloud img {
    max-width: 150px;
}

.left a {
    margin-right: 20px;
}

.left a.google-partner img {
    margin-right: 25px;
}

.page-home .ti-banner .ai-block img {
    float: right;
}

.page-home .carousel-inner .right img {
    float: right;
    margin-top: 23%;
}

.page-home .carousel p span {
    font-weight: 500;
    font-size: 20px;
}

.main-head-1,
.team-indian .carousel p,
.page-home .carousel p {
    font-family: 'Roboto Slab', serif;
    color: #2e469e;
    margin-top: 30%;
    font-weight: 700;
    font-size: 41px;
    line-height: 50px;
    letter-spacing: 2px;
}

.bannersub {
    color: #384571;
    font-size: 22px;
    font-weight: 400;
    padding: 12px 0px;
    letter-spacing: 1px;
}

.lets-talk {
    width: 100%;
    max-width: 300px;
    background-color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    /* letter-spacing: 2px; */
    margin-top: 20px;
    border: 0px;
    padding: 15px 10px;
    color: #2e469e!important;
    border-radius: 100px;
}

.lets-talk span {
    /* letter-spacing: 3px; */
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
}

.lets-talk:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.navbar-default .navbar-nav>li>a {
    color: #2e469e!important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 14px 0px;
    margin-right: 20px;
    font-family: 'Roboto Slab', serif;
}

.nav-fixed.navbar-default .navbar-nav>li>a {
    padding: 6px 0px;
}

.navbar>.container .navbar-brand {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #32439b !important;
    padding: 0;
    margin: 40px 0 0 !important;
}


/* .navbar-brand>img {
    max-width: 290px;
} */

.navbar-brand {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1rem auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: 70px;
    grid-template-rows: 70px;
    grid-gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.navbar-brand>*:nth-child(1) {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    -ms-grid-column: 1;
}

.navbar-brand>*:nth-child(2) {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 3;
    -ms-grid-column: 3;
}

.navbar-brand {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 0.2rem auto;
    grid-template-columns: 70px auto;
    -ms-grid-rows: 70px;
    grid-template-rows: 70px;
    grid-gap: 0.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.navbar-brand>*:nth-child(1) {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    -ms-grid-column: 1;
}

.navbar-brand>*:nth-child(2) {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 3;
    -ms-grid-column: 3;
}

.navbar-brand .d-logo {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    grid-gap: 0.2rem 0;
    height: auto;
}

.navbar-brand .logo-head {
    font-size: 4.1rem;
    margin-top: 12px;
}

.navbar-brand .logo-head small {
    font-size: 2.8rem;
    font-weight: 300;
}

.navbar-brand .logo-tag {
    font-size: 1.5rem;
    letter-spacing: 0.9px;
}

.navbar-brand .logo-tag i {
    font-size: 170%;
    font-style: normal;
}

.navbar-brand .d-one {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2e469e;
    position: absolute;
    left: 0;
    font-size: 60px;
    font-weight: 600;
    color: #c0e5cf;
}

.navbar-brand .d-two {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2e469e;
    position: absolute;
    left: 12px;
    font-size: 60px;
    font-weight: 600;
    top: 26px;
    color: #c0e5cf;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #1A237E!important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>span {
    color: #2e469e!important;
    background-color: transparent;
    font-weight: 600;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #2e469e;
}

.nav-fixed {
    background-color: #fff!important;
    width: 100%;
    height: 100px;
    position: fixed!important;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px;
    -webkit-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, .1);
    z-index: 9999999999;
}

.nav-fixed .bredcrumb_nav {
    position: static!important;
    margin-top: 22px;
    left: 62px;
    float: left;
    display: block;
    padding-left: 40px;
}

.page-inner .nav-fixed .bredcrumb_nav {
    margin: 53px 0 0;
}

.nav-fixed .navbar-right {
    margin-top: 0;
}

.nav-fixed .navbar-nav>li.top-li {
    margin: 7px 0 0;
}

.nav-fixed.navbar>.container .navbar-brand {
    margin: 28px 0 0 !important;
}

.services-menu-items a {
    padding: 15px 0;
    height: 80px;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-menu-items [class|="fi"] {
    min-width: 70px;
}

.services-menu-items a span {
    position: relative;
    top: -3px;
    font-size: 1.8rem;
    line-height: 1.5
}

.navbar-default .navbar-nav>li.top-li {
    float: none !important;
    margin: 15px 0 0;
}

.navbar-default .navbar-nav>li>a.google-partner img {
    max-width: 150px;
    float: right;
}

li.top-li ul {
    position: relative;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

li.top-li ul li a img {
    max-width: 125px;
}

li.top-li ul li a {
    color: #2e469e!important;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    /* padding: 14px 0px; */
    margin-right: 20px;
    font-family: 'Roboto Slab', serif;
}

li.top-li ul li a.google-partner {
    margin-right: 25px;
}

.ser-img {
    max-width: 40px;
    margin-right: 10px;
}


/*  header styles end  */


/*nav icons start*/

.nav-icons {
    text-align: center;
    padding: 50px 0px;
}

.nav-icons img {
    max-width: 70px;
}

.nav-icons span {
    color: #384656;
    font-weight: 500;
    font-size: 19px;
    display: block;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 46px;
}

.self-intro {
    text-align: center;
    padding: 33px 0px;
}

.self-intro .hilight {
    text-align: center;
    letter-spacing: 2px;
    color: #7988a7;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 70px;
}

.self-intro p {
    font-size: 21px;
    font-weight: 300;
    color: #384571;
    line-height: 39px;
    padding: 0px 100px;
    letter-spacing: 0.5px;
}

.title {
    font-weight: 600;
}

.title span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e193a9;
    margin-left: 5px;
    border-radius: 50px;
}

.what-we-do-list {
    background-color: #f6f9fc;
    padding: 100px 0px;
}

.what-we-do-list p.para-1 {
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.5;
}

.what-we-do-list .title {
    color: #394199;
    font-size: 27px;
    font-weight: 500;
}

.what-we-do-list ul {
    list-style: none;
    padding: 0px;
}

.what-we-do-list ul li {
    /* position: relative; */
    font-size: 20px;
    margin-bottom: 5px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center; */
}

.what-we-do-list ul li .img-con-1 {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    background: #fff;
    float: left;
    padding: 10px;
    border-radius: 50%;
    border: 5px solid #ede7f6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.what-we-do-list ul li:hover .img-con-1 {
    border: 5px solid #b98aff;
}

.what-we-do-list ul li span {
    display: block;
    color: #33429c;
    padding: 20px 0;
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.what-we-do-list ul li:hover span {
    left: 10px;
}

.what-we-do-list ul li a {
    padding-left: 25px;
    font-size: 17px;
    font-weight: 300;
    color: #2f3756;
    line-height: 44px;
    letter-spacing: 1px;
}

.what-we-do-list ul li a:hover {
    margin-left: 5px;
}

.what-we-do-list ul li a:before {
    font-family: 'FontAwesome';
    content: "\f178";
    display: inline-block;
    color: #6772e5;
    font-size: 16px;
    padding-right: 10px;
}

ul.service-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.what-we-do-list ul.service-links li a:before {
    content: '';
}

.what-we-do-list ul li a:hover:before {
    color: #07b37e;
}

.what-we-do-list .lets-talk {
    margin-top: 5px;
}

.web-icon-1,
.web-icon-2,
.web-icon-3,
.web-icon-4,
.web-icon-5,
.web-icon-6,
.web-icon-7,
.web-icon-8,
.web-icon-9 {
    display: inline-block;
    background: url('../img/web-icon-new.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.web-icon-1 {
    background-position: -2px -0px;
    width: 40px;
    height: 40px;
}

.web-icon-2 {
    background-position: -44px -0px;
    width: 40px;
    height: 40px;
}

.web-icon-3 {
    background-position: -86px -0px;
    width: 40px;
    height: 40px;
}

.web-icon-4 {
    background-position: -2px -42px;
    width: 40px;
    height: 40px;
}

.web-icon-5 {
    background-position: -44px -42px;
    width: 40px;
    height: 40px;
}

.web-icon-6 {
    background-position: -86px -42px;
    width: 40px;
    height: 40px;
}

.web-icon-7 {
    background-position: -2px -84px;
    width: 40px;
    height: 40px;
}

.web-icon-8 {
    background-position: -44px -84px;
    width: 40px;
    height: 40px;
}

.web-icon-9 {
    background-position: -86px -84px;
    width: 40px;
    height: 40px;
}

.web-icon-01,
.web-icon-02,
.web-icon-03,
.web-icon-04,
.web-icon-05,
.web-icon-06,
.web-icon-07,
.web-icon-08,
.web-icon-09,
.web-icon-10,
.web-icon-11,
.web-icon-12 {
    display: inline-block;
    background: url('../img/web-icon.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.web-icon-01 {
    background-position: -2px -0px;
    width: 40px;
    height: 40px;
}

.web-icon-02 {
    background-position: -44px -0px;
    width: 40px;
    height: 40px;
}

.web-icon-03 {
    background-position: -86px -0px;
    width: 40px;
    height: 40px;
}

.web-icon-04 {
    background-position: -2px -42px;
    width: 40px;
    height: 40px;
}

.web-icon-05 {
    background-position: -44px -42px;
    width: 40px;
    height: 40px;
}

.web-icon-06 {
    background-position: -86px -42px;
    width: 40px;
    height: 40px;
}

.web-icon-07 {
    background-position: -2px -84px;
    width: 40px;
    height: 40px;
}

.web-icon-08 {
    background-position: -44px -84px;
    width: 40px;
    height: 40px;
}

.web-icon-09 {
    background-position: -86px -84px;
    width: 40px;
    height: 40px;
}

.web-icon-10 {
    background-position: -2px -126px;
    width: 40px;
    height: 40px;
}

.web-icon-11 {
    background-position: -44px -126px;
    width: 40px;
    height: 40px;
}

.web-icon-12 {
    background-position: -86px -126px;
    width: 40px;
    height: 40px;
}

.page-home .services {
    padding: 100px 0px;
    background-color: #f6f9fc;
}

.page-home .services .row {
    margin-bottom: 80px;
}

.page-home .services .service {
    margin-top: 17%;
    ;
    width: 80%;
}

.page-home .services .service .item {
    font-size: 25px;
    font-weight: 500;
    color: #2e469e;
    letter-spacing: 3px;
}

.text {
    font-weight: 300;
    letter-spacing: 1px;
    color: #2f2f2f;
    margin-top: 30px;
    font-size: 17px;
}

.page-home .services .service .btn {
    border-radius: 0px;
    padding: 0px;
    border-bottom: solid 2px #e193a9;
    font-weight: 500;
    font-size: 17px;
    color: #525252;
    padding-bottom: 1px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.page-home .services .service-img-bg {
    position: relative;
    max-width: 70%;
}

.service-img-bg-a {
    background-color: #f8ecdd;
}

.service-img-bg-b {
    background-color: #f8dde1;
}

.service-img-bg-c {
    background-color: #edfbf8;
}

.service-img-bg-d {
    background-color: #dde9f8;
}

.service-img-bg-e {
    background-color: #fdefff;
}

.page-home .services .service-img-bg img {
    position: relative;
    top: 50px;
    border: 6px solid #EDE7F6;
    padding: 30px;
}

.service-img-bg-right {
    right: 50px;
}

.service-img-bg-left {
    left: 50px;
}

.lfloat {
    float: left;
}

.rfloat {
    float: right;
}

.headline {
    font-weight: 700;
    text-align: center;
    color: #2e469e;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Roboto Slab', serif;
}

.headline span {
    color: #f16262;
}

.headline p {
    color: #607D8B;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Hind', sans-serif;
}

.address+.headline {
    text-align: left;
    font-size: 27px;
}

.address+.headline p {
    margin-bottom: 0;
}

.page-home .portfolio {
    padding-bottom: 80px;
    padding-top: 80px;
}

.page-home .portfolio .row .project-box {
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;
}

.page-home .portfolio .row .project-box .box-one {
    background-color: #ebf7fb;
}

.page-home .portfolio .row .project-box .box-two {
    background-color: #616161;
}

.page-home .portfolio .row .project-box .box-three {
    background-color: #A1887F;
}

.page-home .portfolio .row .project-box .box-four {
    background-color: #ebedfb;
}

.page-home .portfolio .row .project-box .logo {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-home .portfolio .row .project-box .logo img {
    max-width: 36%;
}

.page-home .portfolio .row .project-box .name {
    font-weight: 500;
    font-size: 21px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #2e469e;
    line-height: 80px;
}

.page-home .portfolio .row .project-box p {
    color: #3e3e3e;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 1px;
}

.view_work {
    border-bottom: solid 2px #f16262;
    border-radius: 0px;
    padding: 0px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #2e469e;
}

.page-home .portfolio .row .project-box a:hover {
    padding: 0px 20px 0px 0px;
}

.page-home .portfolio .row a.view_all,
a.view_all {
    display: block;
    float: right;
    border: solid 1px #394199;
    border-radius: 50px;
    padding: 8px 11px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 17px;
    color: #394199;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.story .view_all {
    /* float: none; */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    color: white;
    background: #2e469e;
    padding: 7px 20px;
}

.story .view_all:hover {
    background: white;
    color: #2e469e;
    border: 1px solid #2e469e;
}

.page-home .portfolio .row a.view_all:hover i {
    color: #f16262;
    padding-left: 10px;
}

.clients {
    background-color: #c3e6d0;
    padding: 60px 0px;
}

.clients .story p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #2e469e;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 35px 0px 0px 0px;
}

.clients .story p span {
    font-size: 50px;
    font-weight: 600;
    color: #f16262;
}

.common_contact {
    background-color: #FFECB3;
    text-align: center;
    background-image: url(../img/common-banner-bg.png);
    padding: 100px 0px;
    background-repeat: repeat;
    background-position: left top;
}

.common_contact .container {
    background: rgba(255, 255, 255, .7);
    padding: 30px;
    -webkit-box-shadow: 1px 1px 9px 0px #00000026;
    box-shadow: 1px 1px 9px 0px #00000026;
}

.common_contact .headline {
    font-size: 40px;
}

.common_contact p {
    text-align: center;
    font-weight: 500;
    padding: 20px 0px;
}

.common_contact .btn {
    margin: 0px auto;
    display: block;
    border: none;
    background-color: #2e469e;
    width: 400px;
    max-width: 100%;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px rgba(0, 0, 0, .2);
}

.common_contact .btn:hover {
    background-color: #fff;
    color: #2e469e;
}


/*testimonials start*/

.testimonials {
    padding: 60px 0px;
}

#testim-section {
    position: relative;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 70px;
}

.testimonial {
    color: #2B2B2B;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 4%;
    margin-bottom: 30px;
    position: relative;
    border: 5px solid #E0F7FA;
    padding: 15px;
    min-height: 338px;
}

.testimonial:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 10rem;
    left: 40px;
    top: -50px;
    color: #B2EBF2;
    text-shadow: 6px 5px 11px rgba(0, 0, 0, 0.05);
}

.site-name {
    padding: 6px 20px;
    font-size: 14px;
    color: #738495;
    text-align: center !important;
    font-weight: 400;
    display: table;
    width: auto;
    margin: 20px auto;
    letter-spacing: 0px;
    background-color: #f5faff;
}

.testimonial p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    min-height: 170px;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.testimonial h4 {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2e469e;
}

.site-logo {
    text-align: center;
    display: block;
    margin: 0px auto;
    margin-top: 30px;
}

.site-logo img {
    max-width: 100px;
    opacity: .5;
}


/* Tooltip container */


/*testimonails end*/


/* footer styles start */

#siteFooter {
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    color: #2e469e;
    z-index: 10;
    clear: both;
    font-size: 15px;
    font-weight: 600;
}

.text-center {
    text-align: center;
}

.social {
    margin: 40px 5px 0 5px;
    list-style: none;
    text-align: center;
    display: block;
}

.social .fa {
    color: #2e469e;
    font-size: 26px;
    padding: 5px;
}

#siteFooter .container h4 {
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: 600;
}

#siteFooter .container {
    padding-bottom: 0;
}

#siteFooter p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: #2e469e;
    line-height: 30px;
    margin-bottom: 0;
}

a.swipesmall,
#copyRight p span {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    color: #2e469e;
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
}

.page-home .bredcrumb_nav {
    display: none;
}


/*  footer styles end  */


/*innerpage styles*/

.webdesign .carousel-inner {
    background-color: #e3eaff;
}

.page-inner .carousel-inner {
    height: 90vh;
}


/*indian-offshore-developers-uk - why we are different*/

.page-inner .ti-banner {
    height: 100% !important;
}

.page-inner .carousel .text {
    margin: 25px 0 0;
    font-size: 19px;
    line-height: 31px;
    font-weight: 300;
    color: #2e469e;
    letter-spacing: 0.2px;
    font-family: 'Hind', sans-serif;
}

.page-inner .startup .text {
    font-size: 22px;
    font-weight: 500;
}

.page-inner .bredcrumb_nav {
    display: block;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 16px;
    color: #2e469e;
    z-index: 4;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.bredcrumb_nav a {
    font-weight: 300;
    margin-right: 10px;
    font-size: 15px;
}

.bredcrumb_nav a i {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 18px;
    color: #2e469e;
}

.bredcrumb_nav a:hover i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.page-inner .carousel-control,
.page-inner .carousel-indicators {
    display: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 1px;
    border: none;
    border-radius: 0;
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #2e469e;
    width: 30px;
    height: 5px;
    margin: 1px;
}


/*added by anfar*/

li.top-li ul li a img {
    max-width: 125px;
}

li.top-li ul li a {
    color: #2e469e!important;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    /* padding: 14px 0px; */
    margin-right: 20px;
    font-family: 'Roboto Slab', serif;
}

li.top-li ul li.site__title a {
    font-size: 16px;
    font-weight: 600;
}

li.top-li ul li a.google-partner {
    margin-right: 25px;
}


/*added by anfar end*/

.page-inner .about {
    background-color: #a29bfe;
    padding: 60px 0px;
}

.sub-title-1 {
    color: #fff;
    letter-spacing: 1px;
}

.para-1 {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    /*padding: 18px 0px;*/
    letter-spacing: 0.5px;
}

.about-img-con {
    margin: -25px 0 0;
}

.tech-banner img {
    max-width: 70px;
    width: 100%;
    margin: 0 5% 0 0;
}


/*.page-inner .about p:nth-child(1) {
font-weight: 500;
    font-size: 43px;
}
.page-inner .about p:nth-child(2) {
    font-weight: 400;
    padding-top: 0px;
    font-size: 17px;
	
}
.page-inner .about p:nth-child(3) {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;	
}
.page-inner .about p:nth-child(4) {
	    font-size: 22px;
    font-weight: 400;
    line-height: 32px;

}*/

.expertise {
    text-align: center;
    padding: 60px 0px;
    padding-bottom: 0px;
}

.expertise .headline {
    padding-bottom: 10px;
}

.expertise .row {
    margin-top: 50px;
}

.expertise .icon img {
    max-width: 70px;
    max-width: 70px;
    margin-bottom: 7px;
}

.expertise .name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #33429c;
    line-height: 70px;
}

.expertise .name:after {
    content: '';
    display: block;
    width: 43px;
    margin: -9px auto 18px;
    border-bottom: 2px solid;
}

.expertise p {
    max-height: 90px;
    overflow: hidden;
    font-size: 17px;
}

.common-call-action {
    display: block;
    margin: 60px 0px;
    text-align: center;
}

.common-call-action a {
    background-color: #2e469e;
    color: #fff;
    padding: 18px 20px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    display: block;
}

.common-call-action a:hover {
    background-color: #5069c3;
}

.featured_projects .logo {
    height: 283px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured_projects .logo img {
    width: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.featured_projects div {
    padding: 0px;
    margin: 0px;
}

.featured_projects .row div:nth-child(1) .cover {
    padding-left: 10%;
    background-color: #32439b;
    /* padding: 20px 0px; */
    padding-bottom: 57px;
    padding-top: 63px;
    text-align: left;
}

.featured_projects .row div:nth-child(1) .headline {
    color: #fff;
    font-size: 30px;
    text-align: left;
}

.featured_projects .row div:nth-child(1) .headline a {
    color: #fff;
    border: solid 2px #f16262;
    padding: 8px 12px;
    border-radius: 50px;
    margin-left: 29px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.featured_projects .row div:nth-child(1) .headline a:hover {
    letter-spacing: 1.5px;
}

.featured_projects .row div:nth-child(1) .headline .lean {
    font-weight: 300;
    color: #fff;
}

.featured_projects .row div:nth-child(1) p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.featured_projects .row div:nth-child(1) p a {
    color: #f16262;
    font-size: 18px;
    border-bottom: solid 2px #4359d0;
    padding-bottom: 2px;
}

.featured_projects .row div:nth-child(1) p a:hover {
    letter-spacing: 0.8px;
}

.featured_projects .row div:nth-child(2) {
    background-color: #f2f8ff!important;
}

.featured_projects .row div:nth-child(3) {
    background-color: #A1887F;
}

.featured_projects .row div:nth-child(5) {
    background-color: #edf9f9;
}

.featured_projects .row div:nth-child(6) {
    background-color: #272a36;
}

.featured_projects .row div:nth-child(7) {
    background-color: #fcfcfc;
}

.featured_projects .row div:nth-child(8) {
    background-color: #FFECB3;
}

.team-indian .about {
    background-color: #fff;
}

.team-indian .about p {
    color: #33429c;
}

.page-home .carousel-inner .tamindianvector {
    margin-top: 150px;
    max-width: 76%;
    display: block;
}


/*.team-indian .carousel {height:85vh;}*/

.team_image {
    padding-top: 40px;
}

.team-indian .what-we-do-list {
    /*text-align: center;*/
    padding-bottom: 0px;
    padding-top: 40px;
}

.team-indian .extracover {
    max-width: 900px;
    margin: 0px auto;
}

.team-indian .what-we-do-list ul li a {
    padding: 7px 20px;
    display: block;
    font-size: 16.5px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.team-indian .what-we-do-list h3,
.head-2 {
    color: #2e469e;
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 17px;
    letter-spacing: 0;
    font-family: 'Roboto Slab', serif;
}

.team-indian .carousel-inner {
    text-align: left;
}

.team-indian .carousel p {
    margin-top: 33%;
}

.team-indian .carousel p span {
    font-size: 18px;
    display: block;
    line-height: 25px;
    padding-top: 30px;
    letter-spacing: 0px;
    font-weight: 600;
}

.main-sub-head-1 {
    font-family: 'Roboto Slab', serif;
    color: #2e469e;
    font-size: 22px;
    display: block;
    line-height: 25px;
    /* padding-top: 30px; */
    letter-spacing: 0px;
    font-weight: 600;
}

.team-indian .carousel-inner .item:nth-child(1) {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c1dfc4), to(#deecdd));
    background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
}

.team-indian .about p:nth-child(2) {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0px;
}

.team-indian .about ul.bullets {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.team-indian .about ul.bullets li {
    color: #33429c;
    line-height: 37px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 17px;
}

.team-indian .about ul.bullets li i {
    margin-right: 10px;
}

.team-indian .what-we-do-list .head {
    padding-bottom: 20px;
    text-align: center;
    color: #33429c;
    font-weight: 500;
    font-size: 33px;
    letter-spacing: 1px;
}

.team-indian .maper {
    position: relative;
    float: right;
    top: 86%;
    opacity: .8;
}

.team-indian .maper img {
    margin: 0px;
}

.team-indian .maper .target {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
    width: 12px;
    height: 12px;
    border: solid 2px #b97e0d;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
}

.team-indian .maper .target:nth-child(1) {
    left: 15%;
    top: 21%;
}

.team-indian .maper .target:nth-child(2) {
    left: 36%;
    top: 3%;
}

.team-indian .maper .target:nth-child(3) {
    left: 71%;
    top: 22%;
}

.team-indian .maper .target:nth-child(4) {
    left: 88%;
    top: 75%;
}

.team-indian .maper .target:nth-child(5) {
    top: 78%;
    left: 25%;
}

.team-indian .maper .target:nth-child(6) {
    left: 50%;
    top: 47%;
}

.team-indian .maper .target:nth-child(7) {
    left: 69%;
    top: 42%;
    background-color: #ff8976;
    border: 0px;
}

.team-indian .maper .joint {
    position: absolute;
    height: 9px;
    width: 100%;
    background-image: url(../img/joint_bg.png);
    background-repeat: repeat-x;
    background-position: right center;
}

.team-indian .maper .joint1 {
    transform: rotate(41deg);
    -webkit-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    width: 25%;
    right: 8%;
    top: 59%;
    animation: slide 20s linear infinite;
    -webkit-animation: slide 20s linear infinite;
}

.team-indian .maper .joint2 {
    transform: rotate(-79deg);
    -webkit-transform: rotate(-79deg);
    -moz-transform: rotate(-79deg);
    -o-transform: rotate(-79deg);
    -ms-transform: rotate(-79deg);
    right: 24%;
    width: 10%;
    top: 33%;
    animation: slide 15s linear infinite;
    -webkit-animation: slide 15s linear infinite;
}

.team-indian .maper .joint3 {
    transform: rotate(-202deg);
    -webkit-transform: rotate(-202deg);
    -moz-transform: rotate(-202deg);
    -o-transform: rotate(-202deg);
    -ms-transform: rotate(-202deg);
    width: 47%;
    top: 61%;
    left: 24%;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
}

.team-indian .maper .joint4 {
    transform: rotate(-150deg);
    -webkit-transform: rotate(-150deg);
    -moz-transform: rotate(-150deg);
    -o-transform: rotate(-150deg);
    -ms-transform: rotate(-150deg);
    top: 23%;
    width: 37%;
    left: 35%;
    animation: slide 13s linear infinite;
    -webkit-animation: slide 13s linear infinite;
}

.team-indian .maper .joint5 {
    transform: rotate(-169deg);
    -webkit-transform: rotate(-169deg);
    -moz-transform: rotate(-169deg);
    -o-transform: rotate(-169deg);
    -ms-transform: rotate(-169deg);
    width: 55%;
    top: 32%;
    left: 15%;
    animation: slide 17s linear infinite;
    -webkit-animation: slide 17s linear infinite;
}

.team-indian .maper .joint6 {
    transform: rotate(-188deg);
    -webkit-transform: rotate(-188deg);
    -moz-transform: rotate(-188deg);
    -o-transform: rotate(-188deg);
    -ms-transform: rotate(-188deg);
    top: 45%;
    width: 19%;
    left: 51%;
    animation: slide 25s linear infinite;
    -webkit-animation: slide 25s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}

.clr-blu {
    color: #33429c !important;
}

.team-indian .about p.para-1 {
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 24px;
}

.why_we {
    padding: 60px 0px;
}

.why_we .bulb-data {
    position: relative;
}

.why_we .bulbbox {
    border-radius: 50%;
    text-align: center;
    border: dashed 4px #ffd32c;
    min-height: 720px;
    width: 720px;
    margin: 0px auto;
    margin-top: 50px;
    animation-name: spin;
    animation-duration: 40000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 40000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 40000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 40000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -webkit-transition: rotate(3600deg);
    transition: rotate(3600deg);
}

.why_we .bulb-data .content {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13%;
}

.why_we .bulb-data .content .item {
    /* max-width: 420px; */
    margin: 0px auto;
    padding-bottom: 10px;
    margin-bottom: 50px;
    text-align: center;
}

.why_we .bulb-data .content .item:nth-child(1) {
    left: 140px;
    top: 51px;
}

.why_we .bulb-data .content .item:nth-child(2) {
    right: 140px;
    top: 51px;
}

.why_we .bulb-data .content .item:nth-child(3) {
    left: 24px;
    top: 252px;
}

.why_we .bulb-data .content .item:nth-child(4) {
    right: 24px;
    top: 252px;
}

.why_we .bulb-data .content .item:nth-child(5) {
    left: 50px;
    top: 486px;
}

.why_we .bulb-data .content .item:nth-child(6) {
    right: 50px;
    top: 486px;
}

.why_we .bulb-data .content .item .name {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 20px;
    background-color: #fff;
    padding-bottom: 10px;
    color: #33429c;
}

.why_we .bulb-data .content .item .name span {
    font-weight: 600;
    font-size: 32px;
    color: #2e469e;
    display: inline-block;
    background-color: #ffe748;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.why_we .bulb-data .content .item p {
    font-size: 16px;
    margin: 0px;
    background-color: #fff;
    padding-bottom: 3px;
}

.why_we .bulbbox {
    display: none;
}

.step-process .step-cover {
    display: table;
    width: 100%;
    background-image: url(../img/city-bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 122px;
    padding-bottom: 37px;
    animation: slide 20s linear infinite;
    -webkit-animation: slide 20s linear infinite;
    padding-left: 10px;
    border-bottom: solid 1px #b1b3c1;
}

.step-process .step-cover .step {
    position: relative;
    text-align: center;
    color: #2e469e;
    min-height: 124px;
    border: solid 2px #2e469e;
    border-radius: 18px;
    float: left;
    width: 14%;
    margin-left: 1px;
    background-color: white;
}

.step-process .step-cover .step .train {
    color: #394199;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: white;
    border: solid 2px #2e469e;
    bottom: -40px;
    z-index: -1;
    line-height: 45px;
    font-size: 29px;
}

.step-process .step-cover .step .train i.fa {
    line-height: 48px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.step-process .step-cover .step .count {
    width: 100%;
    height: 40px;
    margin: 0px auto;
    border-radius: 50px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 16px;
}

.step-process .step-cover .step .info {
    font-weight: 500;
    font-size: 16px;
    padding: 0px 0px;
    letter-spacing: 0px;
}

.step-process .step-cover .step span {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
}

.portfolio .carousel-inner .item:nth-child(1) {
    background-color: #ffd198;
}

.portfolio .carousel p {
    margin-top: 200px;
}

.portfolio-sctn {
    padding-top: 60px;
}

#ourworks::before {
    display: block;
    content: " ";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
    pointer-events: none;
}

.portfolio-sctn .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #eee;
}

.portfolio-sctn .item img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.portfolio-sctn .item .info {
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #32429b7d;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.portfolio-sctn .item .info .name {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 20px;
}

.portfolio-sctn .item .info .linker {
    color: white;
    border-radius: 50px;
    margin: 0px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0px;
    font-weight: 600;
}

.portfolio-sctn .item .info .linker i {
    font-size: 18px;
    color: white;
    border-radius: 50px;
    margin: 0px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0px;
    font-weight: 600;
    padding-left: 10px;
}

.portfolio-sctn .item .info .linker a {
    color: #fff;
    font-size: 20px;
}

.portfolio-sctn .item .info .linker a:hover {
    letter-spacing: 2px;
}

.portfolio-sctn .item:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-filter: blur(1px);
    /* Safari */
    filter: blur(1px);
}

.portfolio-sctn .item:hover .info {
    opacity: 1;
}

.portfolio-sctn .item .info .tags {
    margin: 31px auto;
    display: table;
}

.portfolio-sctn .item .info .tags p {
    margin-bottom: 10px;
    color: #fff;
    line-height: 6px;
    font-size: 16px;
    text-align: left;
    padding: 0px;
    line-height: 24px;
    font-weight: 500;
}

.portfolio-sctn .item .info .tags p i {
    padding-right: 10px;
}

.scrolldown {
    position: absolute;
    bottom: 20px;
    left: 45%;
    color: #2e469e;
    font-size: 16px;
}

.scrolldown:hover {
    color: white;
}

.contact-main {
    padding: 60px 0px;
}

.contact-main .address p {
    font-weight: 600;
    margin-bottom: 12px;
    color: #62626b;
}

.contact-main .address .title {
    font-weight: 600;
    font-size: 27px;
    color: #2e469e;
    margin-top: 15px;
    letter-spacing: 1px;
    /* padding-bottom: 10px; */
}

.contact-main .address .title:nth-child(1) {
    margin-top: 12px;
}

.contact-main .contact_form .tagline {
    color: #2e469e;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
}

.contact .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: solid 1px #b9b9b9;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    color: #7f7f7f;
    font-size: 16px;
}

.contact textarea.form-control {
    height: auto;
    padding: 0px!important;
    margin-top: 14px!important;
}

.contact .submit-your {
    background-color: #df8ca4;
    border: none;
    border-radius: 50px;
    line-height: 56px;
    padding: 0px 20px;
    color: white;
    font-weight: 600;
    font-size: 19px;
    margin-top: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

.contact .submit-your:hover {
    background-color: #df8ca4;
    letter-spacing: 1.5px;
}

.visitus {
    border-top: solid 1px #f3f3f3;
    margin-top: 50px;
}

.wheelnav {
    position: relative;
    top: -32px;
    background-color: #fff;
    display: table;
    margin: 0px auto;
}

.wheel {
    animation: wheel linear 5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: wheel linear 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: wheel linear 5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: wheel linear 5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: wheel linear 5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
    position: relative;
    top: 21px;
    left: 26px;
}

.ways {
    text-align: center;
    border-top: solid 20px white;
}


/* .ways div {
      margin: 0px;
    padding: 0px; 
}*/

.ways p {
    border-right: solid 1px #a7a7a7;
    padding: 0px 20px;
}

.ways p.l-bar {
    border-left: solid 1px #a7a7a7;
}

.right-graphics {
    float: right;
    margin-top: 23%;
}


/*innerpage styles end*/


/*keyframe start*/

.element-animation {
    animation: wheel linear 5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: wheel linear 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: wheel linear 5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: wheel linear 5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: wheel linear 5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes wheel {
    0% {
        -webkit-transform: translate(-26px, -22px) rotate(-10deg);
        transform: translate(-26px, -22px) rotate(-10deg);
    }
    50% {
        -webkit-transform: translate(-26px, -22px) rotate(15deg);
        transform: translate(-26px, -22px) rotate(15deg);
    }
    100% {
        -webkit-transform: translate(-26px, -22px) rotate(-13deg);
        transform: translate(-26px, -22px) rotate(-13deg);
    }
    101% {
        -webkit-transform: translate(-26px, -22px) rotate(-15deg);
        transform: translate(-26px, -22px) rotate(-15deg);
    }
}

@-webkit-keyframes wheel {
    0% {
        -webkit-transform: translate(-26px, -22px) rotate(-10deg);
    }
    50% {
        -webkit-transform: translate(-26px, -22px) rotate(15deg);
    }
    100% {
        -webkit-transform: translate(-26px, -22px) rotate(-13deg);
    }
    101% {
        -webkit-transform: translate(-26px, -22px) rotate(-15deg);
    }
}


/*css sprite Starts*/

.fi-100-transparent,
.fi-agile-app-development,
.fi-android-apps,
.fi-api-testing,
.fi-backups,
.fi-build-trust,
.fi-business-integration,
.fi-canned-responses,
.fi-clear-communication,
.fi-cms-enabled,
.fi-cross-platform-apps,
.fi-custom-apps,
.fi-customer-loyalty,
.fi-customisable-widgets,
.fi-data-testing,
.fi-desktop-notifications,
.fi-dns-management,
.fi-downloadable-reports,
.fi-fast-responsive,
.fi-fiile-transfer,
.fi-functional-testing,
.fi-global-reach,
.fi-higher-revenue,
.fi-improved-conversion,
.fi-integrated-caching,
.fi-ios-apps,
.fi-lower-cost,
.fi-malware-protection,
.fi-measurable-results,
.fi-multiple-payments,
.fi-order-management,
.fi-personalised-service,
.fi-php-based,
.fi-powerful,
.fi-real-time,
.fi-security-testing,
.fi-seo-friendly,
.fi-simple-campaigns,
.fi-social-currency,
.fi-social-media-integration,
.fi-stay-competitive,
.fi-ui-testing,
.fi-unlimited-bandwidth,
.fi-user-friendly-interface {
    display: inline-block;
    background: url('../img/feature-icons.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.fi-100-transparent {
    background-position: -2px -0px;
    width: 70px;
    height: 56px;
}

.fi-agile-app-development {
    background-position: -74px -0px;
    width: 70px;
    height: 56px;
}

.fi-android-apps {
    background-position: -146px -0px;
    width: 70px;
    height: 56px;
}

.fi-api-testing {
    background-position: -218px -0px;
    width: 70px;
    height: 56px;
}

.fi-backups {
    background-position: -290px -0px;
    width: 70px;
    height: 56px;
}

.fi-build-trust {
    background-position: -362px -0px;
    width: 70px;
    height: 56px;
}

.fi-business-integration {
    background-position: -2px -58px;
    width: 70px;
    height: 56px;
}

.fi-canned-responses {
    background-position: -74px -58px;
    width: 70px;
    height: 56px;
}

.fi-clear-communication {
    background-position: -146px -58px;
    width: 70px;
    height: 56px;
}

.fi-cms-enabled {
    background-position: -218px -58px;
    width: 70px;
    height: 56px;
}

.fi-cross-platform-apps {
    background-position: -290px -58px;
    width: 70px;
    height: 56px;
}

.fi-custom-apps {
    background-position: -362px -58px;
    width: 70px;
    height: 56px;
}

.fi-customer-loyalty {
    background-position: -2px -116px;
    width: 70px;
    height: 56px;
}

.fi-customisable-widgets {
    background-position: -74px -116px;
    width: 70px;
    height: 56px;
}

.fi-data-testing {
    background-position: -146px -116px;
    width: 70px;
    height: 56px;
}

.fi-desktop-notifications {
    background-position: -218px -116px;
    width: 70px;
    height: 56px;
}

.fi-dns-management {
    background-position: -290px -116px;
    width: 70px;
    height: 56px;
}

.fi-downloadable-reports {
    background-position: -362px -116px;
    width: 70px;
    height: 56px;
}

.fi-fast-responsive {
    background-position: -2px -174px;
    width: 70px;
    height: 56px;
}

.fi-fiile-transfer {
    background-position: -74px -174px;
    width: 70px;
    height: 56px;
}

.fi-functional-testing {
    background-position: -146px -174px;
    width: 70px;
    height: 56px;
}

.fi-global-reach {
    background-position: -218px -174px;
    width: 70px;
    height: 56px;
}

.fi-higher-revenue {
    background-position: -290px -174px;
    width: 70px;
    height: 56px;
}

.fi-improved-conversion {
    background-position: -362px -174px;
    width: 70px;
    height: 56px;
}

.fi-integrated-caching {
    background-position: -2px -232px;
    width: 70px;
    height: 56px;
}

.fi-ios-apps {
    background-position: -74px -232px;
    width: 70px;
    height: 56px;
}

.fi-lower-cost {
    background-position: -146px -232px;
    width: 70px;
    height: 56px;
}

.fi-malware-protection {
    background-position: -218px -232px;
    width: 70px;
    height: 56px;
}

.fi-measurable-results {
    background-position: -290px -232px;
    width: 70px;
    height: 56px;
}

.fi-multiple-payments {
    background-position: -362px -232px;
    width: 70px;
    height: 56px;
}

.fi-order-management {
    background-position: -2px -290px;
    width: 70px;
    height: 56px;
}

.fi-personalised-service {
    background-position: -74px -290px;
    width: 70px;
    height: 56px;
}

.fi-php-based {
    background-position: -146px -290px;
    width: 70px;
    height: 56px;
}

.fi-powerful {
    background-position: -218px -290px;
    width: 70px;
    height: 56px;
}

.fi-real-time {
    background-position: -290px -290px;
    width: 70px;
    height: 56px;
}

.fi-security-testing {
    background-position: -362px -290px;
    width: 70px;
    height: 56px;
}

.fi-seo-friendly {
    background-position: -2px -348px;
    width: 70px;
    height: 56px;
}

.fi-simple-campaigns {
    background-position: -74px -348px;
    width: 70px;
    height: 56px;
}

.fi-social-currency {
    background-position: -146px -348px;
    width: 70px;
    height: 56px;
}

.fi-social-media-integration {
    background-position: -218px -348px;
    width: 70px;
    height: 56px;
}

.fi-stay-competitive {
    background-position: -290px -348px;
    width: 70px;
    height: 56px;
}

.fi-ui-testing {
    background-position: -362px -348px;
    width: 70px;
    height: 56px;
}

.fi-unlimited-bandwidth {
    background-position: -2px -406px;
    width: 70px;
    height: 56px;
}

.fi-user-friendly-interface {
    background-position: -74px -406px;
    width: 70px;
    height: 56px;
}

.office-img-con {
    -webkit-box-shadow: 0 30px 50px -30px #3a3a3a;
    box-shadow: 0 30px 50px -30px #3a3a3a;
}

.office-sec {
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url('../img/dotted.jpg');
}

.map-container {
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
}

.office-con {
    padding: 0 50px 0 30px;
}

.office-con h3 {
    line-height: 1.4;
    margin: 20px 0 15px;
    color: #2e469e;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}

.office-con p {
    color: #2e469e;
    font-size: 20px;
    line-height: 1.5;
}

.button {
    font-size: 1.7rem;
    display: inline-block;
    vertical-align: top;
    border: solid 2px #6fd5d7;
    padding: 10px 20px 10px;
    background-color: #6fd5d7;
    color: #fff !important;
    font-weight: 600;
    white-space: normal;
    text-transform: uppercase;
    -webkit-box-shadow: 0 5px 20px #f7f7f7;
    box-shadow: 0 5px 20px #f7f7f7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-family: proxima-nova, sans-serif;
    border-radius: 10px;
    margin-top: 30px;
}

.button:after {
    content: "\2192";
    font-size: 22px;
    display: inline-block;
    color: inherit;
    margin-left: 20px;
    line-height: 1;
    position: relative;
    left: 0;
    -webkit-transition: left .1s ease-in-out;
    transition: left .1s ease-in-out;
}

.button i {
    margin-left: -8px;
}

.button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #6fd5d7 !important;
    font-size: 1.7rem;
}

.button:hover:after {
    left: 10px;
}

.head-1 {
    font-weight: 700;
    color: #2e469e;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Roboto Slab', serif;
}

.f-45 {
    font-size: 45px !important;
}

.lets-talk {
    font-size: 22px;
    padding: 7px 22px;
    border: 1px solid #2e469e !important;
}

.lets-talk:hover {
    color: #ffffff!important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #2e469e !important;
}

.lets-talk.reverse {
    background-color: #2e469e !important;
    color: #ffffff!important;
    border: 1px solid #2e469e !important;
    margin-bottom: 20px;
}

.lets-talk.reverse:hover {
    background-color: #fff!important;
    color: #2e469e !important;
}

.pt-30,
.py-30 {
    padding-top: 30px !important;
}

.pb-15,
.py-15 {
    padding-bottom: 15px !important;
}

.pt-15,
.py-15 {
    padding-top: 15px !important;
}

.pb-15,
.py-15 {
    padding-bottom: 15px !important;
}

.bg-white {
    background: #fff !important;
}

.p-15 {
    padding: 15px !important;
}

.seo-helper h1 {
    font-size: 24px;
}

.seo-helper h2 {
    font-size: 18px;
}

.seo-helper p,
.seo-helper ul li {
    font-size: 14px;
    color: #90908F;
    font-weight: 500;
}

a.link {
    font-size: 19px;
    line-height: 31px;
    font-weight: 300;
    color: #2e469e;
    text-decoration: underline;
}

ul.thankyou-links {
    padding: 0;
    list-style: none;
    margin: 30px 0 0;
}

ul.thankyou-links li {
    display: inline-block;
    margin: 0 5px;
}

ul.thankyou-links li a {
    font-size: 15px;
    color: #2e469e;
    font-weight: 700;
    letter-spacing: 1px;
}

ul.thankyou-links li a:hover {
    text-decoration: underline !important;
}

.megabtn-2 {
    cursor: pointer;
}


/*cookie-policy*/

#cookie-alert {
    background: #2e469e;
    color: #CCCCCC;
    display: none;
    font-size: 15px;
    overflow: hidden;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
}

#cookie-alert div#message {
    margin: 0 auto;
    max-width: 100%;
    width: 950px;
    color: #fff;
    line-height: 40px;
}

#cookie-alert div#title {
    border-right: 1px solid #CCCCCC;
    float: left;
    margin-right: 40px;
    width: 155px;
    min-height: 40px;
}

#cookie-alert a {
    color: #000000;
    text-decoration: underline;
}

#cookie-alert button {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 2px 12px;
    text-align: center;
    text-decoration: none;
    margin-left: 10px;
    line-height: normal;
}

#cookie-alert div#title h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    text-align: center;
}

#cookie-alert a {
    color: wheat;
}

.cookies-page {
    padding: 30px 15px;
}

.cookies-page h4 {
    font-size: 24px;
}

.cookies-page h5 {
    font-size: 22px;
}

.cookies-page h6 {
    font-size: 20px;
}

.cookies-page p {
    margin: 0 0 10px;
}

.cookies-page ul {
    font-size: 18px;
    padding: 0 19px;
}


/*cookie-policy*/

span.red {
    color: #1dae77;
}

.para-2 {
    margin-top: 21px;
    font-size: 24px;
}

.highlight-points {
    padding: 0;
    list-style: none;
    font-size: 20px;
    color: #2e469e;
    margin-top: 20px;
}

.highlight-points li:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 20px;
    background-image: url(../img/tick.png);
    margin: 0 10px 0 0;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.highlight-points li {
    margin-top: 10px;
}

.highlight-points li span {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    font-weight: 600;
}

.ti-banner .main-head-1 {
    margin-top: 25%;
}

.page-home .ti-banner .tamindianvector {
    max-width: 100%;
    width: 100%;
}

.g-recaptcha .grecaptcha-badge {
    bottom: 100px !important;
    right: -249px !important;
}

.g-recaptcha:hover .grecaptcha-badge {
    right: 0 !important;
}

.mob-call-btn {
    position: absolute;
    right: 72px;
    top: 15px;
    padding: 4px 10px;
    background: #109bd8;
    color: white;
    border-radius: 4px;
    font-size: 25px;
    height: 35px;
}

.office-india {
    position: absolute;
    top: 40%;
    right: 4%;
    color: #2e469e;
    font-weight: 600;
}

.gdpr-terms {
    padding: 60px 0;
}

.main-cat-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-cat-each {
    position: relative;
    padding: 30px;
    background: #070e27;
    display: inline-block;
    width: 100%;
}

.mc-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/mc-overlay.png);
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.o2 {
    background-image: url(../img/mc-overlay2.png);
}

.o3 {
    background-image: url(../img/mc-overlay3.png);
}

.o4 {
    background-image: url(../img/mc-overlay4.png);
}

.mc-inner {
    position: relative;
    z-index: 1;
    color: #fff;
}

.mc-inner h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.mc-inner h5 {
    font-size: 32px;
    font-weight: 300;
}

.mc-inner p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

.mc-body {
    margin-top: 20px;
}

.mc-inner img {
    max-width: 80px;
    opacity: 0.7;
}

.main-cat-each:hover .mc-overlay {
    opacity: 0;
}

.mc-body p {
    min-height: 60px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-cat-each:hover .mc-inner p {
    opacity: 1;
}

.mor-design {
    display: block;
}

li.top-li ul li.mor-design a {
    font-family: 'Courgette', cursive;
    margin-right: 0;
    padding: 10px;
    font-size: 12px;
}

li.top-li ul li.mor-design a img {
    max-width: 60px;
}

.single-tech-banner {
    margin-top: 50px;
}

.page-inner .carousel .t-hightlight {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px;
    margin-top: 15px;
}

.f-lg {
    font-size: 40px;
}

.bannersub.large {
    font-size: 26px;
}

.services-menu-items a.special-package span {
    margin-top: 7px;
}


/* .menulist .special-package {}

.menulist .special-package:hover,
.menulist .special-package:focus {
    -webkit-box-shadow: 3px 5px #06123e;
    box-shadow: 3px 5px #06123e;
} */

.menulist .special-package img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menulist .special-package:hover img,
.menulist .special-package:focus img {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-home .carousel-inner img.terms-img {
    max-width: 300px;
}

.page-inner .terms-ci {
    height: auto;
    padding-bottom: 30px;
}

.startup .main-head-1 {
    font-size: 38px;
    line-height: 1.1;
}

.startup .main-head-1 {
    font-size: 36px;
    line-height: 1.4;
    margin-top: 32%;
}

.webdesign-1 .carousel .lg-2 {
    font-size: 32px;
}

.webdesign-1 .carousel .text {
    font-weight: 600;
}

.webdesign-1 .main-head-1 {
    margin-top: 27%;
    font-size: 35px;
    margin-bottom: 0;
    line-height: 35px
}

.webdesign-1 .carousel .text {
    margin-top: 19px;
    line-height: 30px;
}

.webdesign-1 .carousel .text.t-sm {
    font-size: 18px;
    font-weight: 500;
}

.mega-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0%!important;
    width: 100%!important;
    height: 550px;
    border: 0px;
    background-color: #fff;
    z-index: 1000;
    display: none;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

li.dropdown.mega-dropdown {
    position: static;
}

.navbar-default .navbar-nav>li.call-back-btn>a {
    padding: 6px 13px;
    background: #03A9F4;
    color: #fff !important;
    border-radius: 30px;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

li.top-li ul li.phone-number {
    margin-left: 20px;
}

.nav-fixed.navbar-default .navbar-nav>li.call-back-btn>a {
    padding: 6px 10px;
}

.nav-fixed.navbar-default .navbar-nav>li.call-back-btn>a {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    padding: 6px 13px;
}

.telephone-cal2actn {
    display: none;
    position: fixed;
    right: 0;
    top: 260px;
    padding: 9px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-image: url(../img/call-back.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 89px;
    height: 76px;
    z-index: 99;
}

.telephone-cal2actn img {
    margin-left: 13px;
    margin-top: -5px;
    width: 40px;
}

.contact_form {
    border: 3px solid #df8ca4;
    padding: 15px;
    border-radius: 5px;
}

li.top-li ul li a.g-cloud img {
    max-width: 100px;
}

.small-mega-dropdown {
    width: 25% !important;
    margin-left: 75%;
}

.small-mega-dropdown .leftbox {
    display: none;
}

.small-mega-dropdown .rightbox {
    width: 100%;
}

.contact .carousel-inner {
    background: #fce4ec;
}

.site__title {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.site__title a {
    font-size: 20px;
    color: #424242;
    font-weight: 600;
}

span.clr-black {
    color: #333;
}


/* media Query */


/* Define mobile styles */

@media (max-width: 767px) {
    .col-1by5 {
        width: 100%;
    }
    .pad-none {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pad-left-none {
        padding-left: 15px;
    }
    .pad-right-none {
        padding-right: 15px;
    }
    .step-process .step-cover .step {
        width: 100%;
    }
    .step-process .step-cover {
        padding: 130px 15px 0;
    }
    .navbar>.container .navbar-brand {
        -ms-grid-columns: 60px auto;
        grid-template-columns: 60px auto;
        margin: 0 0 0 15px !important;
    }
    .navbar-brand .d-logo {
        -ms-grid-rows: 35px 0 18px;
        grid-template-rows: 35px 18px;
        grid-gap: 0 0;
    }
    .navbar-brand .logo-head {
        font-size: 130%;
        margin-top: 0;
    }
    .navbar-brand .logo-head small {
        font-size: 70%;
    }
    .navbar-brand .logo-tag {
        font-size: 48%;
    }
    .page-inner .bredcrumb_nav {
        top: 90px;
    }
    .nav-fixed.navbar>.container .navbar-brand {
        margin: 0 0 0 15px !important;
    }
    .navbar-default {
        position: relative;
    }
    .navbar-default,
    .nav-fixed {
        background: #c3e6d0;
        height: auto;
        z-index: 100;
    }
    .navbar-default .navbar-toggle {
        background: #109bd8;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #2e469e;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    header .navbar-nav {
        margin: 7.5px 0;
        text-align: center;
    }
    li.top-li ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #closeButton {
        color: #2e469e;
    }
    .cltoactn {
        margin-top: 15px;
    }
    .featured_projects .row div:nth-child(1) .headline a {
        margin: 13px 0 0 0;
        display: block;
        max-width: 110px;
    }
    .featured_projects .logo {
        height: 150px;
    }
    .featured_projects .logo img {
        width: 190px;
    }
    .page-inner .carousel-inner {
        height: auto;
    }
    #myCarousel .main-head-1 {
        margin-top: 60px;
    }
    .lets-talk {
        font-size: 18px;
        display: block;
    }
    .lets-talk span {
        padding: 0;
        display: block;
    }
    .page-home .carousel-inner .tamindianvector {
        margin: 10px 0;
        max-width: 100%;
    }
    .map-container {
        padding: 15px;
    }
    .page-inner .about {
        padding: 10px 0;
    }
    .office-con {
        padding: 0 15px;
    }
    .why_we {
        padding: 0 30px;
    }
    .self-intro p {
        padding: 0 15px;
        margin: 0 !important;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0;
    }
    .page-home .portfolio .row a.view_all {
        float: none;
        max-width: 300px;
        margin: 15px auto;
    }
    .page-home .services {
        padding: 30px 0;
    }
    .page-home .services .service {
        width: 100%;
        margin-top: 0;
    }
    .page-home .services .service-img-bg {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
    .page-home .services .service-img-bg img {
        top: 10px;
        padding: 30px;
    }
    .rfloat {
        float: none;
    }
    .page-home .services .row {
        margin-bottom: 10px;
    }
    .service-img-bg-right {
        right: 10px;
    }
    .service-img-bg-left {
        left: 10px;
    }
    .page-home .services .service .item {
        margin-top: 20px;
        text-align: center;
    }
    .clients .story p {
        line-height: 50px;
        padding: 35px 15px;
    }
    .testimonial {
        margin-left: 0;
        margin-right: 0;
    }
    .testimonial:before {
        top: -70px;
    }
    .menulist a {
        margin-left: 0;
    }
    .page-home .carousel-inner .tamindianvector {
        max-width: 400px;
        float: left;
    }
    .common-call-action a {
        margin-top: 25px;
        font-size: 16px;
    }
    .navbar-default .navbar-nav>li>a,
    .megaopen {
        margin-right: 0;
    }
    .mega-dropdown-menu {
        position: fixed;
        top: 0;
        height: 100vh;
    }
    .navbar-collapse {
        background: #fff;
    }
    li.top-li ul li a.g-cloud img {
        max-width: 147px;
    }
    .page-home .carousel-inner .right img {
        float: none;
        margin: 0 auto 30px;
        display: block;
    }
    .self-intro .hilight {
        font-size: 4rem;
        margin-bottom: 15px;
    }
    .page-inner .carousel-inner,
    .contact .carousel-inner {
        max-height: 100%;
    }
    .left a.g-cloud img {
        max-width: 120px;
    }
    .banner-a-google {
        margin-top: 5px;
    }
    /*cookie start*/
    #cookie-alert div#title {
        min-height: 80px;
    }
    #cookie-alert div#title h6 {
        line-height: 80px;
    }
    #cookie-alert div#title {
        width: 80px;
        margin-right: 10px;
    }
    #cookie-alert div#message {
        width: 348px;
        margin: unset;
    }
    /*cookie end*/
    #copyRight a,
    #copyRight span {
        width: 100%;
        margin-bottom: 5px;
        padding: 0;
    }
    .what-we-do-list ul li {
        padding: 5px;
    }
    .what-we-do-list ul li a {
        line-height: 1;
    }
    .py-xs-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .page-home .portfolio .row .project-box,
    .common_contact p {
        margin: 0;
    }
    .team-indian .what-we-do-list h3,
    .head-2 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .site__title a span {
        display: block;
    }
    .page-home .portfolio .row .project-box .name,
    .common_contact .headline {
        line-height: 1;
        margin: 5px 0;
    }
    .page-home .portfolio .row .project-box p {
        margin-bottom: 5px;
    }
    .view_work,
    .common_contact .btn {
        margin: 0 0 20px;
    }
    .common_contact,
    a.swipesmall {
        padding: 0;
    }
    .common_contact .container {
        padding: 0 15px;
    }
    .common_contact p {
        padding: 5px 0;
    }
    a.swipesmall,
    #siteFooter p {
        line-height: 1;
    }
    #siteFooter p,
    #siteFooter .container h4 {
        margin: 0 0 5px;
    }
    .social {
        margin: 10px 0 0;
    }
    #copyRight {
        margin: 20px 0 0;
    }
}


/* Extra Small Phone screens */

@media (max-width: 575px) {
    .page-home .carousel-inner .tamindianvector {
        float: none;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
    .cltoactn h5 {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .cltoactn .btn {
        max-width: 100%;
        margin: 0 auto 15px;
    }
    .common_contact .btn {
        font-size: 16px;
    }
    #myCarousel .main-head-1 {
        margin-top: 5px;
    }
    .page-home #myCarousel.hp-banner .main-head-1 {
        margin-top: 15px;
    }
    .hp-banner .carousel-inner {
        height: 440px;
    }
    .self-intro {
        padding: 0 0 5px;
    }
}

@media (max-width: 350px) {
    .navbar>.container .navbar-brand {
        grid-template-columns: 50px auto;
    }
    .navbar-brand .d-logo {
        grid-template-rows: 24px 10px;
    }
    .navbar-brand .logo-head {
        font-size: 105%;
    }
    .navbar-brand .logo-tag {
        font-size: 37%;
    }
}

@media (min-width: 768px) {
    .navbar-default .container {
        position: relative;
    }
    .site__title {
        color: #c70e3c;
        background-image: -o-linear-gradient(358deg, #c70e3c 0%, #109bd8 100%);
        background-image: linear-gradient(92deg, #c70e3c 0%, #109bd8 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .site__title {
        position: absolute;
        top: 26px;
        left: auto;
        right: 161px;
        width: auto;
    }
    .site__title a {
        font-size: 16px;
    }
    .site__title img {
        max-width: 22px;
    }
}


/* tablet screens */

@media (min-width: 768px) and (max-width: 991px) {
    .col-1by5 {
        width: 50%;
    }
    .navbar-default .navbar-nav>li>a,
    .megaopen {
        font-size: 13px;
        margin-right: 16px;
    }
    /* .page-home .carousel-inner img {
        float: right;
        margin-top: -30%;
        margin-bottom: 10%;
        max-width: 300px;
    } */
    .page-home .carousel-inner .right img {
        float: right;
        margin-top: -30%;
        margin-bottom: 10%;
        max-width: 300px;
    }
    #myCarousel .main-head-1 {
        margin-top: 20%;
    }
    .what-we-do-list ul li a {
        padding-left: 0;
    }
    .what-we-do-list ul li a:before {
        padding-right: 5px;
        margin-left: -5px;
    }
    .page-inner .bredcrumb_nav {
        max-width: 750px;
        top: 110px;
    }
    .page-home .carousel-inner .tamindianvector {
        margin-top: -75px;
        max-width: 309px;
    }
    .step-process .step-cover .step .info {
        font-size: 14px;
    }
    .navbar-brand {
        -ms-grid-columns: 60px auto;
        grid-template-columns: 60px auto;
    }
    .navbar-brand .d-logo {
        -ms-grid-rows: auto 0 14px;
        grid-template-rows: auto 14px;
        grid-gap: 0 0;
    }
    .navbar-brand .logo-head {
        font-size: 100%;
        margin-top: 0;
    }
    .navbar-brand .logo-head small {
        font-size: 70%;
    }
    .navbar-brand .logo-tag {
        font-size: 37%;
    }
    li.top-li ul li a img {
        max-width: 80px;
    }
    li.top-li ul li.mor-design a {
        font-size: 13px;
    }
    .services-menu-items {
        width: 100%;
    }
    .mega-dropdown .leftbox {
        width: 50%;
        float: left;
    }
    .mega-dropdown-menu .rightbox {
        width: 50%;
        align-items: start;
        padding-top: 30px;
    }
    .bannersub {
        width: 50%;
    }
    .page-inner .carousel .text {
        width: 60%;
    }
    .contact .carousel .t-hightlight {
        width: 60%;
    }
    .banner-a-google {
        margin-top: 5px;
    }
    .left a.g-cloud img {
        max-width: 100px;
    }
    li.top-li ul {
        height: 32.625px;
    }
    li.top-li ul li a {
        font-size: 15px !important;
        margin-right: 5px;
    }
    li.top-li ul li.site__title a {
        font-size: 13px !important;
    }
    .left a img {
        max-width: 80px;
    }
    li.top-li ul li.phone-number {
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .menulist {
        overflow: scroll;
    }
}


/* medium desktop screens */

@media (min-width: 992px) and (max-width: 1199px) {
    .col-1by5 {
        width: 20%;
    }
    .page-inner .bredcrumb_nav {
        top: 110px;
    }
    .navbar-default .navbar-nav>li>a,
    .megaopen {
        font-size: 15px;
        margin-right: 10px;
    }
    .navbar-brand {
        grid-template-columns: 60px auto;
    }
    .navbar-brand .logo-head {
        font-size: 3.2rem;
    }
    .navbar-brand .logo-tag {
        font-size: 1.2rem;
    }
    li.top-li ul li a.g-cloud img {
        max-width: 156px;
    }
    .mega-dropdown-menu .rightbox {
        position: static;
        width: 33.33333334%;
        height: 580px;
        display: block;
        padding-top: 30px;
    }
    .small-mega-dropdown .rightbox {
        width: 100%;
    }
    li.top-li ul li.site__title a {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .carousel-inner {
        max-height: 660px;
        height: 90vh;
    }
    .map-container {
        position: relative;
        -webkit-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
        max-width: 500px;
    }
    .office-con h3 {
        margin: -42px 0 15px;
    }
    .page-inner .bredcrumb_nav {
        max-width: 970px;
    }
    .nav-icons span {
        margin-bottom: 0px;
    }
    .telephone-cal2actn {
        display: block;
    }
    .small-mega-dropdown {
        width: 50% !important;
        margin-left: 50%;
    }
    .site__title {
        top: 18px;
        right: 250px;
    }
    .site__title a {
        font-size: 21px;
    }
}


/* Large screens*/

@media (min-width: 1200px) {
    .col-1by5 {
        width: 20%;
    }
    .container {
        width: 1200px;
    }
    .team-indian .about ul.bullets li {
        font-size: 2.1rem;
        white-space: nowrap;
    }
    .page-inner .bredcrumb_nav {
        max-width: 1170px;
        padding: 0;
    }
    .why_we .bulbbox {
        display: block;
    }
    .why_we .bulb-data .content {
        position: absolute;
        background-image: url(../img/bulb.png);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .why_we .bulb-data .content .item {
        position: absolute;
        max-width: 420px;
    }
    .main-cat-each:hover {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    .main-cat-col {
        padding: 0;
    }
    .main-cat-container .main-cat-col:nth-child(1) {
        margin-left: 40px;
    }
    .main-cat-container .main-cat-col:nth-child(2) {
        margin-top: 20px;
        margin-left: -40px;
    }
    .main-cat-container .main-cat-col:nth-child(3) {
        margin-top: 40px;
        margin-left: -40px;
    }
    .main-cat-container .main-cat-col:nth-child(4) {
        margin-top: 60px;
        margin-left: -40px;
    }
    .page-home .ti-banner .tamindianvector {
        min-width: 550px;
        margin-right: -75px;
        margin-top: 185px;
    }
    .mor-design {
        -webkit-transform: translateX(-32%);
        transform: translateX(-32%);
        position: absolute;
        top: 12px;
        right: 50%;
        z-index: 1000;
        width: 309px;
        display: block;
    }
    li.top-li ul li.mor-design a {
        font-size: 24px;
    }
    .page-home .carousel-inner img.terms-img {
        margin-top: 42%;
    }
    .page-inner .startup .t-hightlight {
        margin-top: 25px;
    }
    .page-inner .startup .highlight-points {
        margin-top: 31px;
    }
    .startup .lets-talk {
        font-size: 22px;
        padding: 7px 22px;
        border: 1px solid #2e469e !important;
        margin-top: 30px;
    }
    .startup .highlight-points li {
        margin-top: 10px;
        display: block;
        margin-right: 20px;
        float: left;
    }
    .webdesign-1 .highlight-points li {
        margin-top: 10px;
        display: block;
        margin-right: 20px;
        float: left;
    }
    .page-inner .carousel-inner {
        height: 90vh;
    }
    .contact .carousel-inner {
        height: 82vh;
    }
    .top-li {
        height: 51.563px;
    }
    li.top-li ul li a.g-cloud img {
        max-width: 170px;
    }
    /* li.top-li ul li.phone-number {
        -webkit-transform: translateY(-11px);
        transform: translateY(-11px);
    } */
    li.top-li ul {
        -webkit-transform: translateY(11px);
        transform: translateY(11px);
    }
    .pulse {
        animation-duration: 3s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
    }
    .small-mega-dropdown {
        width: 25% !important;
        margin-left: 75%;
    }
    div#call-us {
        position: relative;
        top: -100px;
    }
    .contact .main-head-1 {
        margin-top: 36%;
    }
    .mega-dropdown-menu .rightbox {
        width: 25%;
    }
    .small-mega-dropdown .rightbox {
        width: 100%;
    }
    .navbar-default .navbar-nav>li.top-li {
        margin: 9px 0 0;
    }
    .site__title {
        top: 24px;
    }
    .navbar>.container .navbar-brand {
        margin: 35px 0 0 !important;
    }
}


/*custom screen media */

@media (max-height: 650px) {
    .page-inner .carousel-inner {
        min-height: auto;
        height: auto;
    }
    .lets-talk {
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .banner-a-google {
        margin-top: 5px;
    }
    .menulist {
        overflow: scroll;
    }
    .mega-dropdown-menu .rightbox {
        align-items: start;
        position: static;
        float: left;
        padding: 30px 0;
    }
    .carousel-inner {
        max-height: 660px;
        height: 600px;
    }
    .navbar-default {
        z-index: 999999999;
    }
}