.orb {
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    margin: 20px auto;
    background: #001039;
    border: 3px dashed #fff;
    box-shadow: 0 0 10px 5px #4dc9fc;
    animation: orb 1.8s infinite;
}
.health-icon-img{
    position: relative;
    width: 92%;
    transform: rotate(315deg);
}
/*.orb:before {
    content: '';
    display: block;
    position: absolute;
    width: 81px;
    height: 81px;
    top: 2px;
    left: 2px;
    background-image: radial-gradient(farthest-corner at 14px 14px, rgb(0 12 44) 15%, rgb(0 12 44) 50%, rgb(0 12 44) 100%);
    border-radius: 50%;
    border: 3px dashed #fff;
}

.shine {
    position: absolute;
    top: 3px;
    left: 6px;
    width: 1px;
    height: 16px;
    background: #fff;
    transform: rotate(15deg);
    box-shadow: 0 0 8px rgba(255,255,255,0.75);
    animation: shine 10s infinite;
}
.shine:before, .shine:after {
    content:'';
    display: block;
    position: absolute;
}
.shine:before {
    top: 2px;
    left: -2px;
    width: 1px;
    height: 16px;
    background: #fff;
    transform: rotate(-90deg);
    box-shadow: 0 0 8px rgba(255,255,255,0.75);
}
.shine:after {
    top: 6px;
    left: -2px;
    width: 5px;
    height: 5px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 0 8px 5px rgba(255,255,255,0.75);
}*/

.light {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
}
.light:before {
    content:'';
    display: block;
    position: absolute;
    width: 2px;
    height: 80px;
    top: -75%;
    left: 0;
    transform: rotate(45deg);
    background: rgba(255,255,255,0.5);
    animation: sheen2 7s infinite;
}

@keyframes orb {
    0%,100% {
        box-shadow: 0 0 5px 2px rgb(138,221,255,0.6);
    }
    50% {
        box-shadow: 0 0 24px 4px rgb(138,221,255,0.6);
    }
}




.web-banner {
    position: relative;
    overflow: hidden;
    padding: 0em 7em;
    background: linear-gradient(189deg, rgb(23 32 90) 38%, #003052 75%, #003268 92%);
}

.web-banner .circle-one{
    position:absolute;
    left:-220px;
    top:-300px;
    width:500px;
    height:500px;
    border-radius:50%;
    background-color:rgba(255,255,255,0.10);
}

.web-banner .circle-two{
    position:absolute;
    left:-260px;
    top:-100px;
    width:500px;
    height:500px;
    border-radius:50%;
    opacity: 0.8;
    background-color:rgba(255,255,255,0.10);
}

.web-banner .circle-three{
    position:absolute;
    right:-260px;
    bottom:-100px;
    width:500px;
    height:500px;
    border-radius:50%;
    opacity: 0.8;
    background-color:rgba(255,255,255,0.10);
}

.web-banner .pattern-layer{
    position:absolute;
    left:-90px;
    bottom:-20px;
    width:216px;
    height:196px;
    opacity: 0.6;
    background-repeat:no-repeat;
}

.web-banner .pattern-layer-two{
    position:absolute;
    right:-90px;
    top:-20px;
    width:218px;
    height:196px;
    opacity: 0.6;
    background-repeat:no-repeat;
}

.web-banner .pattern-layer-three{
    position:absolute;
    left:200px;
    top:-80px;
    width:218px;
    height:196px;
    opacity: 0.5;
    background-repeat:no-repeat;
}
.software-banner-content{
    padding: 55px 0;
}
/*.web-banner:after {
    content: '';
    position: absolute;
    -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    height: 25%;
    width: 51%;
    background-color: #001240;
    left: 0;
    bottom: -2px;
    z-index: 2;
}
.web-banner::before {
    content: '';
    position: absolute;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    height: 25%;
    width: 51%;
    background-color: #001240;
    right: 0;
    bottom: -2px;
    z-index: 2;
}*/
.shape-bottom1 path{
    fill: #001240;
}
.shape-bottom1 svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg);
}
.shape-bottom1 {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
     z-index: -1;
}
.web-content ul{
    padding: 10px 0 5px 0;
    margin: 0;
}
.web-content li i{
    color: #fff;
    font-size: 17px;
    padding: 0 7px;
}
.web-content li{
    font-size: 15px;
    font-family: 'verdana', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 5px 0 5px;
    margin: 0;
    line-height: 17px;
    list-style-type: none;
}
.web-content h3 {
    font-size: 30px;
    font-family: 'verdana', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 5px 0 10px;
    margin: 0;
    line-height: 36px;
    text-shadow: -2px 3px 0 rgb(0 0 0 / 70%);
}
.web-content h2 {
    font-size: 41px;
    font-family: 'verdana', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 5px 0 15px;
    margin: 0;
    line-height: 45px;
    text-shadow: -2px 3px 0 rgb(0 0 0 / 70%);
}
.cloud-content h5,.aws-content h5,.gpc-sec h5 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px;
    font-family: 'verdana', sans-serif;
    line-height: 50px;
}
.aws-content-sec{
    padding: 25px;
    background: rgb(207 220 231 / 50%);
    height: 240px;
    margin: 15px 0;
}
.cloud-content h5 span,.aws-content h5 span,.gpc-sec h5 span {
    color: #08276f;
}
.cloud-image{
    width: 60%;
    margin: 0 auto;
    display: table;
}
.cloud-content {
    padding: 30px 0px;
}
.cloud-section{
    padding: 5em 7em;
}

.aws-content ul{
    padding: 0 15px;
    margin: 5px 0;
}
.aws-content {
    padding: 10px;
}
.security-sec{
    padding: 25px 0 0;
}
.cloud-content p,.gpc-sec p,.aws-content p,.cloud-sec p {
    font-size: 14px;
    line-height: 23px;
    font-family: 'verdana', sans-serif;
    color: #2a2a2a;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 7px 0;
}
.aws-content li{
    font-size: 14px;
    line-height: 23px;
    font-family: 'verdana', sans-serif;
    color: #2a2a2a;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 2px 0;
}
.aws-icon{
    margin: 5px 0;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 2px solid #cecece;
}
.aws-image{
    width: 16%;
}
.aws-services h6{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #000;
    padding:20px 0;
    margin: 0;
    font-weight: 700;
}
.aws-icon h6{
    font-size: 14px;
    line-height: 23px;
    font-family: 'verdana', sans-serif;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 0 0 0 7px;
    display: inline-block;
    vertical-align: middle;
}

.web-content p {
    font-size: 14px;
    font-family: 'verdana', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 2px 0 2px;
    margin: 0;
    line-height: 22px;
}
.ui-btn{
    padding: 25px 0 0;
}
.web-content{
    padding: 2em 0 0;
}
.web-content h2 b,.web-content h3 b{
    font-weight: 700;
}

.web-btn{
    font-family: 'verdana', sans-serif;
    font-size: 17px;
    background-color: #ff5800;
    color: #fff;
    padding: 8px 30px 10px;
    transition: 0.5s;
    margin: 0 0 0;
    display: inline-block;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #fff;
}
.web-btn:hover {
    background-color: #fff;
    text-decoration: none;
    color: #000;
    border-bottom: 3px solid #000;
}


.web-img {
    width: 100%;
    margin-left: -50px;
    height: 500px;
    border-radius: 0 15px 15px 0;
    box-shadow:0 3px 6px rgb(0 0 0 / 26%), 0 3px 6px rgb(0 0 0 / 33%);
}
.web-development-sec {
    padding: 5em 5em 1em;
}
.web_row{
    padding: 15px 0 0;
}
/*.development-box {
    padding: 25px 40px 20px 30px;
    background: #000b25;
    position: relative;
    margin-left: 30px;
    height: 525px;
    border: 3px dashed rgb(119 154 255 / 80%);
    box-shadow: 0 20px 50px rgb(23 32 90);
}
.development-box:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    opacity: .3;
    z-index: -1;
}
.development-box:after {
    content: '';
    position: absolute;
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    z-index: -1;
}
.development-box h6{
    font-family: 'verdana', sans-serif;
    font-size: 20px;
    color: #4dc9fc;
    padding:15px 0;
    margin: 0 0 0;
    letter-spacing: 0.5px;
    line-height: 30px;
}

.development-box p{
    font-family: 'verdana', sans-serif;
    font-size: 14px;
    color: #d7d7d7;
    padding:0;
    margin: 0 0 0;
    letter-spacing: 0.5px;
    line-height: 23px;
}
.development-content h3{
    font-family: 'verdana', sans-serif;
    font-size: 25px;
    color: #fff;
    padding: 0 0 15px 30px;
    margin: 0;
    letter-spacing: 0;
    line-height: 35px;
}*/
.ui-ux-content p{
    font-family: 'verdana', sans-serif;
    font-size: 15px;
    color: #d7d7d7;
    padding: 0;
    margin: 0 0 0;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.ui-ux-content span{
    font-size: 17px;
    color: #f2f2f2;
    padding: 0 0 10px!important;
    display: block;
    line-height: 21px;
}



.web-services-sec {
    padding: 5em 7em;
    background-color: #f9f9f9;
}
.website-box {
    padding: 50px 20px 30px;
    margin: 30px 0px;
    height: auto;
    border-top-left-radius: 30px;
    transition: all .3s ease-out 0s;
    border-bottom-right-radius: 30px;
    z-index: 1;
    box-shadow: 0 0 25px 0 rgb(20 27 202 / 17%);
    position: relative;
    background: #fff;
    border: 3px dashed rgb(119 154 255 / 80%);
}
.website-design-box {
    padding: 40px 20px 30px;
    margin: 30px 0px;
    height: 360px;
    border-top-left-radius: 30px;
    transition: all .3s ease-out 0s;
    border-bottom-right-radius: 30px;
    z-index: 1;
    box-shadow: 0 0 25px 0 rgb(20 27 202 / 17%);
    position: relative;
    background: #fff;
    border: 3px dashed rgb(119 154 255 / 80%);
}
.consulting-box {
    padding: 40px 20px 30px;
    margin: 30px 0px;
    height: 300px;
    border-top-left-radius: 30px;
    transition: all .3s ease-out 0s;
    border-bottom-right-radius: 30px;
    z-index: 1;
    box-shadow: 0 0 25px 0 rgb(20 27 202 / 17%);
    position: relative;
    background: #fff;
    border: 3px dashed rgb(119 154 255 / 80%);
}
.web-service-box{
    padding: 50px 20px 20px;
    margin: 30px 0px;
    height: 420px;
    border-top-left-radius: 30px;
    transition: all .3s ease-out 0s;
    border-bottom-right-radius: 30px;
    z-index: 1;
    box-shadow: 0 0 25px 0 rgb(20 27 202 / 17%);
    position: relative;
    background: #fff;
    border: 3px dashed rgb(119 154 255 / 80%);
}
.website-service-box {
    padding: 50px 20px 20px;
    margin: 30px 0px;
    height: 380px;
    border-top-left-radius: 30px;
    transition: all .3s ease-out 0s;
    border-bottom-right-radius: 30px;
    box-shadow: 0 0 25px 0 rgb(20 27 202 / 17%);
    position: relative;
    background:#fff;
    border: 3px dashed rgb(119 154 255 / 80%);
}
.web-service-box .icon,.website-box .icon,.website-service-box .icon,.website-design-box .icon,
.consulting-box .icon {
    position: absolute;
    top: -40px;
    right: 40px;
    width: 80px;
    height: 80px;
    font-size: 34px;
    border-radius: 50%;
    background: linear-gradient(#0345ad, #1a5fcc,#2065d4);
    margin-bottom: 40px;
    color: #fff;
    margin-left: 5px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.website-box::after {
    display: none;
}
.web-service-box .icon::after,.website-service-box .icon::after,
.website-box .icon::after,.website-design-box .icon::after,
.consulting-box .icon::after{
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    background: 0 0;
    content: "";
    border: 1px solid #104cba;
    border-radius: 50%;
    opacity: .8;
}
.web-service-box h5,.website-box h5,.website-service-box h5,.website-design-box h5,
.consulting-box h5 {
    font-family: 'verdana', sans-serif;
    font-size: 17px;
    color: #00164f;
    padding: 10px 0;
    margin: 0;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.web-service-box p,.website-box p,.website-service-box p,.website-design-box p,.consulting-box p {
    font-size: 13px;
    line-height: 20px;
    font-family: 'verdana', sans-serif;
    color: #2a2a2a;
    letter-spacing: 0.3px;
    margin: 0;
}
.web-service-box:hover,.website-box:hover,.website-service-box:hover,.website-design-box:hover,
.consulting-box:hover{
    background-color: #002f88;
}
.website-box:hover h5,.website-service-box:hover p,.web-service-box:hover p,.website-design-box:hover p,
.website-design-box:hover h5,.consulting-box:hover h5,.consulting-box:hover p,
.website-service-box:hover h5, .website-box:hover p,.web-service-box:hover h5 {
    color: #fff;
}

.web-icon{
    width: 60%;
}
.web-app-btn{
    margin: 15px auto 0;
    display: table;
}
.web-service-title p {
    font-family: 'verdana', sans-serif;
    font-size: 15px;
    letter-spacing: 0.7px;
    padding: 10px;
    color: #e0e0e0;
    line-height: 25px;
    margin: 0;
}
.web-how-it-work{
    padding: 5em 0;
}

/*healthcare-choose-us start*/
.healthcare-choose-us{
    padding: 5em 0 0;
}
.healthcare-choose-us .col-lg-4{
    padding: 0;
}
.healthcare-text-box:hover{
    transition: 0.3s;
    background: rgb(3 35 121);
}
.healthcare-text-box:hover .animated-shape {
    opacity: 1;
}
.animated-shape {
    top: -30px;
    right: -30px;
    opacity: 0;
}
.animated-shape.shape-white {
    background: rgba(255, 255, 255, .1);
}
.animated-shape.animated-shape-sm {
    width: 120px;
    height: 120px;
}
.animated-shape {
    position: absolute;
    width: 177px;
    height: 177px;
    background: rgba(104, 183, 9, .1);
    border-radius: 50%;
    transition: .3s;
}

.animated-shape.animated-shape-sm {
    width: 120px;
    height: 120px;
}

.animated-shape .layer-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(104, 183, 9, .1);
    border-radius: 50%;
    animation: 2s def-anim linear infinite;
}

.animated-shape .layer-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(104, 183, 9, .1);
    border-radius: 50%;
    animation: 2s def-anim .5s linear infinite;
}

.animated-shape .layer-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(104, 183, 9, .1);
    border-radius: 50%;
    animation: 2s def-anim 1s linear infinite;
}

.animated-shape .layer-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b610b;
    border-radius: 50%;
}

.animated-shape .layer-5 {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.animated-shape.shape-white {
    background: rgba(255, 255, 255, .1);
}

.animated-shape.shape-white .layer-1,
.animated-shape.shape-white .layer-2,
.animated-shape.shape-white .layer-3 {
    background: rgba(255, 255, 255, .2);
}

.animated-shape.shape-white .layer-4 {
    background: rgba(255, 255, 255, 0.2);
}

@keyframes def-anim {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}
.healthcare-text-box{
    padding: 30px 40px;
    background: rgb(8,29,85,0.9);
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgb(23 32 90);
    border: 2px solid #2a3cad;
    height: 320px;
    position: relative;
    overflow: hidden;
}
.healthcare-text-box h4{
    font-family: 'verdana', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 0px;
    color: #4dc9fc;
    font-weight: 500;
    line-height: 31px;
    margin: 0;
}
.healthcare-text-box p{
    font-family: 'verdana', sans-serif;
    font-size: 15px;
    letter-spacing: 0.7px;
    padding: 0px 0;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.health-icon{
    width: 23%;
}
.health-img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.healthcare-row{
    padding: 15px 0 0;
}
/*healthcare-choose-us end*/

/*healthcare-banner start*/
.healthcare-banner{
    background: linear-gradient(45deg, #05226e 0%, #002b4e 50%,#0a6791 90%, #1899d1 100%);
    position: relative;
    padding: 1em 0 6em;
    overflow: hidden;
    height: 112vh;
}
.healthcare-banner::before {
    background-size: cover;
    background-image: url(../images/health/layer.svg);
    background-position: center center;
    opacity: 0.1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}
.healthcare-banner::after {
    display: block;
    content: '';
    height: 100%;
    background: url(../images/health/waves.svg) bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1px;
    left: -20%;
    right: -20%;
    z-index: 1;
}
/*healthcare-banner end*/

/*healthcare-abt start*/
.about-img {
    position: relative;
}
.about-img .img {
    padding: 0 25px 30px 0px;
    position: relative;
}
.about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    opacity: 0.8;
    bottom: 0;
    background-color: #29a9de;
}
.about-img .img img {
    position: relative;
    z-index: 2;
    background: #1278a3 ;
}
.about-img .img:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -6%;
    bottom: 60%;
    left: -4%;
    background-image: url(../images/health/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.health-about-sec{
    padding: 8em 0 5em 0;
}
.health-abt-img{
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.abt-health-content p{
    font-family: 'verdana', sans-serif;
    font-size: 15px;
    letter-spacing: 0.7px;
    padding: 3px 0;
    color: #fff;
    line-height: 24px;
    margin: 0;
}

.abt-health-content h5{
    font-family: 'verdana', sans-serif;
    font-size: 30px;
    letter-spacing: 0.7px;
    padding: 5px 0 20px;
    color: #4dc9fc;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
}
.abt-health-content h5:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid;
  margin: 0 -55% 0 .5em;
}
.abt-health-content{
    padding: 15px 0;
}

/*healthcare-abt end*/

/*healthcare-service start*/
.health-row{
    padding: 20px 0 0;
}
.healthcare-box-fill h6{
    font-family: 'verdana', sans-serif;
    font-size: 20px;
    letter-spacing: 0.7px;
    padding: 15px 0 5px 0;
    color: #4dc9fc;
    line-height: 27px;
    margin: 0;
}
.healthcare-box-fill{
    padding: 30px 30px;
    background: transparent;
    /*box-shadow: 0 20px 50px rgb(23 32 90);*/
    transition: 0.5s;
}
.healthcare-box-fill:hover{
    background: rgb(8,29,85,0.8);
}
.healthcare-box-fill p{
    font-family: 'verdana', sans-serif;
    font-size: 15px;
    letter-spacing: 0.7px;
    padding: 5px 0 20px;
    color: #f6f6f6;
    line-height: 24px;
    margin: 0;
}
.healthcare-services {
    padding: 5em 0;
    background: #000c2c;
}
.border_1 {
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.border_2 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.border_3 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-left: 1px solid rgba(255,255,255,0.3);
}
.border_4 {
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: none;
}
.border_5 {
    border-bottom: none;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.healthcare-services .col-lg-4{
    padding: 0;
}
.care-img{
    width: 30%;
}
/*healthcare-service end*/