
.serviceBox22{
    text-align: center;
    padding: 40px 16px 30px;
    border: 1px solid transparent;
    transition:all 0.3s ease 0s;
    position: relative;
    z-index: 1;
     min-height: 410px;;
}

.serviceBox22:after,
.serviceBox22:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    transition:all 0.5s ease 0s;
}

.serviceBox22:after{
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
    z-index: -1;
}

.serviceBox22:before{
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
    z-index: -1;
}

.serviceBox22:hover:after{
    transform: scaleX(1);
}

.serviceBox22:hover:before{
    transform: scaleY(1);
}

.serviceBox22 .service-icon22 i{
    font-size: 32px;
    line-height: 32px;
    color:#636363;
    transition: all 0.3s ease 0s;
}

.serviceBox22 .service-content22 h3{
    margin-bottom: 25px;
}

.serviceBox22 .service-content22 h3 a {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #181818;
    text-transform: uppercase;
    text-decoration: none;
}

.serviceBox22 .service-content22 h3 a:hover{
    color:#636363;
}

.serviceBox22 .service-content22 p{
    color:#636363;
    line-height: 26px;
}

.serviceBox22 .read{
    margin-top: 20px;
}

.serviceBox22 .read a{
    border:1px solid #636363;
    border-radius: 50%;
    color:#636363;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    transition:all 0.3s ease 0s;
    opacity: 0;
}

.serviceBox22 .read a:hover,
.serviceBox22:hover .service-icon i{
    color:#181818;
    border-color: #181818;
}

.serviceBox22:hover .read a{
    opacity: 1;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 990px){
    .serviceBox22{
        margin-bottom:10px;
    }
}

div.slider-container div.main-label {
    font-size: 50px ! important;
    font-weight: normal;
    font-size: font-family: 'Raleway', sans-serif;
}



/*About Us Page*/

.client-counter {
    font-size: 20px;
    margin-top: 20px;
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}

.progress.blue .progress-bar {
    border-color: #049dff;
}

.progress.blue .progress-value {
    color: #049dff;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.yellow .progress-value {
    color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-4 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-value {
    color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-3 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-value {
    color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-2 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

/ About Us Section / #aboutdemo .section-padding {
    padding: 100px 0;
}

#aboutdemo .about-image {
    box-shadow: 0 0 0 20px #ebebeb inset;
    margin-left: 60px;
    margin-top: -40px;
    position: relative;
}

#aboutdemo .about-image img {
    /* -webkit-transform: translateY(-60px) translateX(-60px);*/
    transform: translateY(-60px) translateX(-60px);
    width: 100%;
    z-index: 1;
}

#aboutdemo img {
    max-width: 100%;
    height: auto;
}

#aboutdemo .about-area .area-title {
    margin-bottom: 50px;
    position: relative;
}

#aboutdemo .area-title {
    /* margin-bottom: 50px;*/
}

#aboutdemo .area-title h2 span {
    color: #0088cc;
    font-weight: 700;
}

#aboutdemo .area-title h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

#aboutdemo h2 {
    margin: 0 0 15px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

#aboutdemo .area-title p {
    margin-bottom: 0;
}

#aboutdemo p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#aboutdemo a.readmore {
    background: #0088cc none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 40px;
    padding: 13px;
    text-align: center;
    text-transform: capitalize;
    width: 200px;
}

#aboutdemo a {
    /* -webkit-transition: 0.3s;*/
    transition: 0.3s;
}

#aboutdemo a.readmore:hover {
    background: #464646;
    color: #fff;
}

#aboutdemo .about-area .area-title::after {
    background: #20c89e;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 150px;
}


/*css for bottom portion*/

#aboutdemo .about-bottom-content {
    border-right: 2px solid;
    padding-right: 20px;
    position: relative;
    min-height: 180px;
    overflow: hidden;
}

#aboutdemo .green-bg {
    background: #20c89e;
    color: #fff;
}

#aboutdemo .about-bottom-content {
    border-right: 2px solid;
    padding-right: 20px;
    position: relative;
    min-height: 180px;
    overflow: hidden;
}

#aboutdemo .about-bottom-content h4 {
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#aboutdemo h4 {
    margin: 0 0 15px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

#aboutdemo .about-bottom-image {
    min-height: 180px;
    position: relative;
}

#aboutdemo .about-bottom-image img {
    bottom: 0;
    left: 0;
    margin-bottom: -110px;
    max-width: 100%;
    position: absolute;
}

#aboutdemo img {
    /* max-width: 100%;*/
    height: auto;
}
 



section#aboutdemo {
    padding: 80px 0px 54px 0px;
}

.alternative-font {
    color: #0088cc;
}

p.drop-caps:first-child:first-letter {
    color: #0088cc;
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #0088cc;
}

ul.nav-pills > li.active > a,
ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
    background-color: #0088cc;
}

div.sort-source-wrapper .nav > li.active > a,
div.sort-source-wrapper .nav > li.active > a:hover,
div.sort-source-wrapper .nav > li.active > a:focus {
    color: #0088cc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0088cc;
}

.btn-primary,
.pagination > .active > a {
    border-color: #0088cc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.pagination > .active > a:hover {
    border-color: #0044cc;
    background-color: #004ce6;
}

.btn-primary:active,
.pagination > .active > a:active,
.btn-primary:focus,
.pagination > .active > a:focus {
    border-color: #006699;
    background-color: #006699;
}

.progress-bar-primary {
    background-color: #0088cc;
}

body.boxed div.body {
    border-top-color: #0088cc;
}

section.highlight {
    background-color: #0088cc;
    border-color: #0077b3;
    background: url(http://www.s4isystems.com/wp-content/uploads/2014/11/header-background-2.jpg);
    border: none;
    background-size: 100% 100%;
}
section.page-top h2 {
    border-bottom-color: #0088cc;
}
section.page-top h1 {
    border-bottom-color: #0088cc;
}

section.toggle label {
    color: #0088cc;
    border-left-color: #0088cc;
}

section.toggle.active > label {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #FFF;
}

section.page-top.custom-product {
    background-color: #0077b3;
    border-top-color: #0081c2;
}

div.feature-box div.feature-box-icon {
    background-color: #0088cc;
}

ul.history li div.featured-box div.box-content {
    border-top-color: #0088cc;
}

div.feature-box.secundary div.feature-box-icon i.icon {
    color: #0088cc;
}

a.thumb-info span.thumb-info-type {
    background-color: #0088cc;
}

a.thumb-info span.thumb-info-action-icon {
    background-color: #0088cc;
}

.thumbnail span.zoom {
    background-color: #0088cc;
}

span.thumb-info-social-icons a {
    background-color: #0088cc;
}

.inverted {
    background-color: #0088cc;
}

div.tabs ul.nav-tabs a,
div.tabs ul.nav-tabs a:hover {
    color: #0088cc;
}

div.tabs ul.nav-tabs a:hover {
    border-top-color: #0088cc;
}

div.tabs ul.nav-tabs li.active a {
    border-top-color: #0088cc;
    color: #0088cc;
}

ul.list.icons li i {
    color: #0088cc;
}

i.icon-featured {
    background-color: #0088cc;
}

.parallax blockquote i.icon-quote-left {
    color: #0088cc;
}

header {
  /* Single Menu */
  /* Header Darken Top Border */
  /* Header Version 4 */
  /* Header Flat Menu */
  /* Mega Menu */;
}

header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header nav ul.nav-main li.active a,
header nav ul.nav-main li > a:hover,
header nav ul.nav-main li.dropdown:hover a {
    color: #FFF;
    background-color: #0088cc !important;
}

header nav ul.nav-main ul.dropdown-menu li:hover > a {
    background-color: #00aaff !important;
}

header nav ul.nav-main ul.dropdown-menu {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

header nav ul.nav-main ul.dropdown-menu:hover {
    border-color: #0044cc;
    background-color: #004ce6;
}

header nav ul.nav-main ul.dropdown-menu:active,
header nav ul.nav-main ul.dropdown-menu:focus {
    border-color: #006699;
    background-color: #006699;
}

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
    background: none !important;
}

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
    background: #0099e6 !important;
}

header.single-menu nav ul.nav-main li.active > a {
    border-top: 5px solid #0088cc;
}

header.darken-top-border {
    border-top: 5px solid #0077b3;
}

header.colored div.header-top {
    background-color: #0088cc;
}

header.colored div.header-top ul.nav-top li a:hover {
    background-color: #0099e6 !important;
}

header.flat-menu nav ul.nav-main li > a,
header.flat-menu nav ul.nav-main li.active > a {
    color: #666;
}

header.flat-menu nav ul.nav-main li.active > a {
    color: #0088cc;
    background-color: transparent !important;
}

header.flat-menu nav ul.nav-main li > a:hover,
header.flat-menu nav ul.nav-main li.dropdown:hover a {
    color: #FFF;
    background-color: #0088cc !important;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
    border-top-color: #0088cc;
}

div.slider div.tp-bannertimer {
    background-color: #0088cc;
}

div.home-intro p em {
    color: #00aaff;
}

div.home-concept strong {
    color: #0088cc;
}

blockquote.testimonial {
    background: #0099e6;
}

div.testimonial-arrow-down {
    border-top-color: #0099e6;
}

div.recent-posts div.date span.month,
article.post div.post-date span.month {
    background-color: #0088cc;
}

div.recent-posts div.date span.day,
article.post div.post-date span.day {
    color: #0088cc;
}

div.featured-box-secundary i.icon-featured,
div.featured-box-secundary i.image-icon {
    background-color: #0088cc;
}

div.featured-box-secundary h4 {
    color: #0088cc;
}

div.featured-box-secundary div.box-content {
    border-top-color: #0088cc;
}

div.pricing-table div.most-popular {
    border-color: #0088cc;
}

div.pricing-table div.most-popular h3 {
    background-color: #0074ad;
    background-image: -moz-linear-gradient(top, #0088cc, #005580);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#005580));
    background-image: -webkit-linear-gradient(top, #0088cc, #005580);
    background-image: -o-linear-gradient(top, #0088cc, #005580);
    background-image: linear-gradient(to bottom, #0088cc, #005580);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff005580', GradientType=0);
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
    background: #0088cc;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #0088cc;
}

footer div.footer-ribon {
    background: #0088cc;
}

footer div.footer-ribon:before {
    border-right-color: #005580;
}

section.page-top {
    background-color: #171717;
    border-top: 5px solid #384045;
    margin-bottom: 35px;
    min-height: 50px;
    padding: 0;
    padding: 20px 0;
    position: relative;
    text-align: left;
    margin-top: 85px;
}

section.page-top ul.breadcrumb {
    background: none;
    margin: -3px 0 0;
    padding: 0;
}

section.page-top ul.breadcrumb > li {
    text-shadow: none;
}

section.page-top h2 { 
    color: #FFF;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 37px;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative;
}
section.page-top h1 {
    border-bottom: 5px solid #CCC;
    color: #FFF;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 -25px;
    min-height: 37px;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative;
    font-size: 2.6em;
}
section.page-top h1 {
    border-bottom-color: #0088cc;
}


/* Page Top Custom - Create your Own */
section.page-top.custom-product {
    background-image: url(../img/custom-header-bg.jpg);
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
}

section.page-top.custom-product div.row {
    position: relative;
}

section.page-top.custom-product p.lead {
    color: #E8E8E8;
}

section.page-top.custom-product img {
    bottom: -20px;
    position: relative;
}

section.page-top.custom-product h1 {
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 30px;
}

/* Page 404 */
section.page-not-found {
    margin: 50px 0;
}

section.page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px;
}

section.page-not-found h4 {
    color: #777;
}

section.page-not-found p {
    font-size: 1.4em;
    line-height: 36px;
}

div.page-not-found-main {
    margin-top: 25px;
    text-align: center;
}
.pb-0 {
    padding-bottom: 0px ! important;
}



/*----------------Priyanka CSS -------------------*/
.blue-gm-btn{
padding: 20px 10px;
    width: 100%;
    border: 1px solid #1476C6;
    background: #1476C6;
    color: #fff;
    font-weight: 600;
    transition: .3s;

}
.blue-gm-btn:hover {
    background: 0 0;
    color: #1476C6;
}

section.platform-block {
    padding: 50px 0px;
    background: #f1f1f1;
    box-shadow: inset 2px 2px 7px #0000001a;
}

section.OwnAndroid {
    padding: 50px 0px;
    background: #f9feff;
    box-shadow: inset 0px 0px 4px #0000001a;
}



.platform-block h3 {
    margin-bottom: 10px;
}



/*----------------page sec title  start -------------------*/


section.game-sec-title {
    padding: 50px 0px;

}

section.game-sec-title .area-title h2 span {
    color: #0088cc;
    font-weight: 700;
}

section.game-sec-title .area-title h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

section.game-sec-title h2 {
    margin: 0 0 15px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

/*----------------page sec title  CSS  end-------------------*/
h3, h4, h5 {
    color: #0088cc;
}

section.ArcadeGame {
     padding: 20px 0px;
    background: #ffffff; 
}

section.ArcadeServices  {
        padding: 50px 0px;
    background: #daebf7; 
    background: url(../img/tax-bg.png);
    background-size: 100%;
    background-position: center;
        background-repeat: no-repeat;
}

.ArcadeServices ul li {
    padding: 6px 0px;
    font-size: 16px;
    color: #545454;
    list-style: square;
}


.type-ar .serviceBox{
    border: 1px solid #ededed!important;
    padding: 30px 30px 30px 150px!important;
    position: relative!important;
    transition: all 0.5s ease 0s!important;
}

.type-ar .serviceBox:hover{
    border-color: #0088cc!important;
}

.type-ar .serviceBox:before,
.type-ar .serviceBox:after{
    content: ""!important;
    display: block!important;
    width: 50px!important;
    height: 5px!important;
    background: #0089d0!important;
    position: absolute!important;
    left: 0!important;
    opacity: 0!important;
    transition: all 0.5s ease 0s!important;
    top: auto;
}

.type-ar .serviceBox:before{
    top: -3px!important;
}

.type-ar .serviceBox:after{
    bottom: -3px!important;
}

.type-ar .serviceBox:hover:before,
.type-ar .serviceBox:hover:after{
    left: 40px!important;
    opacity: 1!important;
}

.type-ar .serviceBox .service-icon{
    display: inline-block!important;
    position: absolute!important;
    top: 18%!important;
    left: 12px!important;
    font-size: 45px!important;
    color: #41d7f7!important;
    opacity: 0.7!important;
    transition: all 0.5s ease-in 0s!important;
}

.type-ar .service-icon img {
    width: 100%!important;
}

.type-ar .serviceBox:hover .service-icon{
    opacity: 1!important;
}

.type-ar .serviceBox .title{
    font-size: 16px!important;
    font-weight: 700!important;
    color: #0c1d32!important;
    margin-bottom: 15px!important;
}

.type-ar .serviceBox .description{
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

@media only screen and (max-width: 990px){
    .type-ar .serviceBox{ margin-bottom: 30px!important; }
}


.why-ar .serviceBox{
    text-align: center;
    border:0px ;
}



.why-ar .serviceBox:before {
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, .1);
    z-index: -1;
}

.why-ar .serviceBox .service-icon{
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto 30px;
    font-size: 34px;
    color: #0088cc;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.why-ar .serviceBox:hover .service-icon{
    color: #f2eeb3;
}

.why-ar .service-icon img {
    width: 60%;
}

.why-ar .serviceBox .service-icon:before{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #1bb1fb;
    border-radius: 0 30px 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.why-ar .serviceBox:hover .service-icon:before{
    border-radius: 0 40px 40px 40px;
    background: #18b1fd;
    transform: rotate(45deg);
}

.why-ar .serviceBox .title{
    font-size: 23px;
    font-weight: 500;
    color: #011627;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}

.why-ar .serviceBox:hover .title{
    color: #0088cc;
}

.why-ar .serviceBox .description{
    font-size: 13px;
    color: #828484;
    line-height: 27px;
}

@media only screen and (max-width: 990px){
    .why-ar .serviceBox{ margin-bottom: 30px; }
}




section.cardgame1  {
        padding: 30px 0px;
    background: linear-gradient(0deg, #f0fafe, transparent);  
    background-size: 100%;
    background-position: center;
        background-repeat: no-repeat;
}

.cardgame1 ul li {
    padding: 6px 0px;
    font-size: 16px;
    color: #545454;
    list-style: square;
}


section.cardgame2  {
        padding: 30px 0px;
    background: #fff;  
    background-size: 100%;
    background-position: center;
        background-repeat: no-repeat;
}
 

 .card-title-blue {
    background: #01afef;
    padding: 10px;
    width: fit-content;
    color: white!important;
    font-weight: 600!important;
    border: 1px dashed;
}

.pt-50 {
    padding-top: 50px;
}

.sky-color{
        background: #f0faff!important;
}


.unity-games .serviceBox{
    text-align: center;
    background: linear-gradient(45deg, #ceecff9c -90%, transparent);
    padding: 20px 10px;
    border-radius: 0px 50px 50px 50px;
    border: none;
    position: initial; 
    min-height: 340px;
}

.unity-games .serviceBox .service-icon{
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto 30px;
    font-size: 34px;
    color: #0088cc;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.unity-games .serviceBox:hover .service-icon{
    color: #f2eeb3;
}

.unity-games .service-icon img {
    width: 60%;
}

.unity-games .serviceBox .service-icon:before{
    content: "";
    width: 100%;
    height: 100%;
        border: 2px solid #0187cb;
    border-radius: 26px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.unity-games .serviceBox:hover .service-icon:before{
       border-radius: 50px;
    background: radial-gradient(#ffffff, #abdfff);
    transform: rotate(45deg);
    border: 2px solid white;
}

.unity-games .serviceBox .title{
    font-size: 23px;
    font-weight: 500;
    color: #011627;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}

.unity-games .serviceBox:hover .title{
    color: #0088cc;
}

.unity-games .serviceBox .description{
    font-size: 13px;
    color: #828484;
    line-height: 27px;
}

@media only screen and (max-width: 990px){
    .unity-games .serviceBox{ margin-bottom: 30px; }
}



.gm-serv .service-Content {
    margin-left: 20px;
}
.mt-20{
    margin-top: 20px;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
    border-top-color: #0088cc;
    max-height: 80vh;
    overflow-y: scroll;
    padding: 5px 0px;
}

.w-100{
    width: 100%
}
.p-0{
    padding-top: 0px!important;
}






.imu-game .serviceBox{
    border: 1px solid #ededed;
    padding: 30px 30px 30px 120px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.imu-game .serviceBox:hover{
    border-color: #0088cc;
}

.imu-game .serviceBox:before,
.imu-game .serviceBox:after{
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #0089d0;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    top:auto;
}

.imu-game .serviceBox:before{
    top: -3px;
}

.imu-game .serviceBox:after{
    bottom: -3px;
}

.imu-game .serviceBox:hover:before,
.imu-game .serviceBox:hover:after{
    left: 40px;
    opacity: 1;
}

.imu-game .serviceBox .service-icon{
    display: inline-block;
    position: absolute;
    top: 18%;
    left: 23px;
    font-size: 45px;
    color: #41d7f7;
    opacity: 0.7;
    transition: all 0.5s ease-in 0s;
}

.imu-game .service-icon img {
    width: 80%;
}

.imu-game .serviceBox:hover .service-icon{
    opacity: 1;
}

.imu-game .serviceBox .title{
    font-size: 16px;
    font-weight: 700;
    color: #0c1d32;
    margin-bottom: 15px;
}

.imu-game .serviceBox .description{
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

@media only screen and (max-width: 990px){
    .imu-game .serviceBox{ margin-bottom: 30px; }
}


.mob-dev ul li {
    line-height: 34px;
    list-style: square; 
}
/*----------------Priyanka CSS End-------------------*/



/*------------------------------------------------------->
                Sachin CSS
<----------------------------------------------------------*/

.dFlex{
    display: flex;
}
.mx-auto{
    margin:auto;
}
section.D3-games {
    background: linear-gradient(to top, #d7e6f4, white);
    padding: 50px 0;
    text-align: center;
}
section.D3-games img {
    text-align: center;
    margin: auto;
    padding: 15px;
}
section.D3-games h2, section.D3-games-2 h2, .Doard-s h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
}
section.D3-games-2 {
    padding: 50px 0;
}
.D3-icon {
    width: 80px;
    height: 80px;
    background: #0289cd;
    padding: 15px;
    border-radius: 50%;
}
.card-Box {
    position: relative;
    min-height: 175px;
    display: flex;
    align-items: center;
}

.pt-25{
    padding-top: 25px;
}
.c-2, .c-4 {
    border-left: 2px solid gainsboro;
    margin-left: 0px!important;
    padding-left: 25px;
}
.c-3, .c-4 {
    border-top: 2px solid gainsboro;
}
.d-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.D3-games-3 .card-Box-1 .row {
    display: flex;
    align-items: center;
    border: 1px solid gainsboro;
    min-height: 225px;
    margin: 15px 0;
}
section.D3-games-3 {
    padding-bottom: 70px;
}
.D3-icon img {
    width: 54px;
}
.ptsec-50 {
    padding-top: 50px!important;
}
.ptsec-50 .serviceBox22 {
    background: #f3f3f3;
    margin-top: 50px;
    padding-top: 0;
}
.ptsec-50 .serviceBox22 .service-icon22 {
    background: white;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    border-bottom: #0089d0 solid;
    margin-top: -50px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 999px) {
section.D3-games h2, section.D3-games-2 h2, .Doard-s h1 {
    font-size: 30px;
}
}

@media only screen and (max-width: 767px) {
.c-2, .c-4 {
    border-left: transparent;
    padding-left: 15px;
}
.c-3, .c-4 {
    border-top: transparent;
}
section.D3-games h2, section.D3-games-2 h2, .Doard-s h1 {
    font-size: 24px;
        line-height: normal;
}
section.Doard-s .dFlex {
    display: block;
}
}









/*======animation page css=======*/

.square {
    align-items: center;
    display: flex;
    height: 400px;
    justify-content: center;
    position: relative;
    width: 400px;
}

.square span {
    animation-iteration-count: infinite;
    animation-name: animate;
    animation-timing-function: linear;
    border: 2px solid #00afef;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 0.5s ease;
    width: 100%;
    z-index: 1;
    background-color: rgba(14, 176, 239, 0.49);
}

.square:hover span,
.square:focus span,
.square:active span {
    background-color: rgba(216, 164, 6, 0.58);
    border-style: none;
}

.square span:nth-child(1) {
    animation-duration: 6s;
}

.square span:nth-child(2) {
    animation-duration: 4s;
}

.square span:nth-child(3) {
    animation-duration: 10s;
}

.square .content {
    color: #ffffff;
    padding: 40px 60px;
    position: relative;
    text-align: center;
    transition: 0.5s ease all;
    z-index: 2;
}

.square .content a {
    border: 2px solid #ffffff;
    border-radius: 73% 27% 44% 56% / 49% 44% 56% 51%;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    padding: 6px 18px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.3s ease,
                            color 0.3s ease;
}

.square .content a:hover,
.square .content a:focus,
.square .content a:active {
    background-color: #ffffff;
    color: #333333;
}

@keyframes animate {
    to {
        transform: rotateZ(1turn);
    }
}

section.AnimationServices {
    padding: 50px 0 100px 0;
}

.square .content p {
    color: white;
}
.square .content h2 {
    font-size: 24px;
    margin: 10px 0;
}
.square .content img {
    margin: auto;
}
.our-a h2 {
    margin: 10px 0;
}
.our-a p {
    margin-bottom: 50px;
}

h1 span.word-rotate, h2 span.word-rotate {
    margin-bottom: -12px;
}
span.word-rotate {
    visibility: visible;
    width: 100px;
    height: 42px;
    margin-bottom: -7px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
}




h2 .inverted {
    min-height: 60px;
}
.inverted {
    background-color: #0088cc;
}
.inverted {
    color: #503d3d;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

span.word-rotate-items {
       position: relative;
    top: -6px;
    width: 100%;
    color: white; 
   
}

 
 
span.word-rotate-items span {
    display: inline-block;
}

h2.word-rotator-title {
    line-height: 54px; 
    text-align: center;
    font-weight: 400;
}
h1.short, h2.short {
    margin-bottom: 15px;
}

p.featured.lead {
    color: #9e9e9e;
    text-align: center;
    font-size: 18px;
    text-align: center!important;
}

@media only screen and (max-width: 991px){

    section.ArcadeServices {
    padding: 50px 0px;
    background: #daebf7;
    background: url(../img/tax-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

}