a:hover {
    text-decoration: none
}

.outer-cirle {
    position: absolute;
    z-index: -2;
    top: -809px;
    left: -690px;
    -webkit-animation: rotation 120s infinite linear
}

.inner-circle {
    position: absolute;
    top: -708px;
    left: -697px;
    -webkit-animation: rotation 70s infinite linear;
    z-index: -1
}

.circle-wrapper {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 10px;
    left: 11%;
    top: 22%
}

.circle-android {
    display: block;
    background-clip: content-box;
    animation: spin 10s linear infinite;
    height: 40px;
    width: 40px;
    position: absolute;
    margin-top: -43%;
    margin-left: 6%;
    border: 1px dashed #dde2ff;
    border-radius: 70px;
    text-align: center;
    background-color: white;
    box-shadow: 0 10px 20px 0 #dde2ff
}

.android-icon {
    position: absolute;
    color: #fff;
    font-size: 55px;
    top: -30px;
    left: 26px;
    transform: translate(-50%, -50%)
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg)
    }
}

@media only screen and (max-width:1439px) and (min-width:1366px) {
    .circle-wrapper {
        margin-top: -32%;
        margin-left: 13.5%
    }
}

.circle-wrapper1 {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 10px;
    top: 25%;
    left: 49%
}

.apple-icon {
    position: absolute;
    color: #fff;
    font-size: 55px;
    top: -30px;
    left: 26px;
    transform: translate(-50%, -50%)
}

.circle-apple {
    display: block;
    background-clip: content-box;
    animation: spin 10s linear infinite;
    height: 40px;
    width: 40px;
    position: absolute;
    margin-top: -43%;
    margin-left: 6%;
    border: 1px dashed #dde2ff;
    border-radius: 70px;
    text-align: center;
    background-color: white;
    box-shadow: 0 10px 20px 0 #dde2ff
}

.circle-wrapper1:active .circle-apple {
    animation: spin 2s linear infinite
}

.success1 {
    background-color: white;
    border: 2px dashed #dde2ff;
    box-shadow: 0 10px 20px 0 #dde2ff
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg)
    }
}

.circle-wrapper2 {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 10px;
    top: 80%;
    left: 29%
}

.smart-icon {
    position: absolute;
    color: #fff;
    font-size: 55px;
    top: -30px;
    left: 26px;
    transform: translate(-50%, -50%)
}

.circle-smart {
    display: block;
    background-clip: content-box;
    animation: spin 10s linear infinite;
    height: 40px;
    width: 40px;
    position: absolute;
    margin-top: -43.5%;
    margin-left: 6%;
    border: 1px dashed #dde2ff;
    border-radius: 70px;
    text-align: center;
    background-color: white;
    box-shadow: 0 10px 20px 0 #dde2ff
}

.circle-wrapper2:active .circle-smart {
    animation: spin 2s linear infinite
}

.success2 {
    background-color: white;
    border: 2px dashed #dde2ff;
    box-shadow: 0 10px 20px 0 #dde2ff
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg)
    }
}

.circle-wrapper3 {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 10px;
    top: 95%;
    left: 9%
}

.web-icon {
    position: absolute;
    color: #fff;
    font-size: 55px;
    top: -27px;
    left: 26px;
    transform: translate(-50%, -50%)
}

.circle-web {
    display: block;
    background-clip: content-box;
    animation: spin 10s linear infinite;
    height: 40px;
    width: 40px;
    position: absolute;
    margin-top: -41%;
    margin-left: 6%;
    border: 1px dashed #dde2ff;
    border-radius: 70px;
    text-align: center;
    background-color: white;
    box-shadow: 0 10px 20px 0 #dde2ff
}

.circle-wrapper3:active .circle-web {
    animation: spin 2s linear infinite
}

.success3 {
    background-color: white;
    border: 2px dashed #dde2ff;
    box-shadow: 0 10px 20px 0 #dde2ff
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg)
    }
}

.banner-paragraph {
    font-size: 22px;
    color: #828fad;
    font-family: "CircularStdMedium";
    padding-top: 22px
}

.circle {
    border-radius: 50%;
    background-color: deepskyblue;
    width: 210px;
    height: 210px;
    position: absolute;
    opacity: 0;
    top: 141px;
    right: 120px;
    animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32)
}

.banner-image {
    z-index: 2;
    padding: 5px;
    position: relative
}

.banner-image img {
    width: 300px
}

@keyframes scaleIn {
    from {
        transform: scale(0.5, 0.5);
        opacity: .5
    }
    to {
        transform: scale(2.5, 2.5);
        opacity: 0
    }
}

.client-img img {
    opacity: .3;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    filter: grayscale(100%)
}

.client-img {
    background-color: white;
    border-radius: 5px;
    width: 200px;
    height: 100px;
    margin: 26px auto
}

.client-img:hover {
    background-color: white;
    border-radius: 5px;
    width: 200px;
    height: 100px
}

.client-img img:hover {
    opacity: 1;
    filter: inherit
}

.owl-carousel .owl-item .award-img {
    display: block;
    width: 70% !important;
    margin-top: -5%
}

.owl-carousel .owl-item .award-img1 {
    display: block;
    width: 85% !important;
    margin-top: 0
}

.owl-carousel .owl-item img {
    display: block
}

.allservice-btn {
    font-size: 18px;
    font-weight: 400;
    color: #828fad;
    line-height: 34px;
    font-family: "CircularStdMedium"
}

.bg-img {
    background: transparent url(https://digital.thugo.in/images/blank-gray-thumbnail.jpg) repeat 0 0;
}

.bg-img1 {
    background: transparent url(https://digital.thugo.in/images/port/gurukul_academy.webp) repeat 0 0;
}

.client-section-image {
    background-size: cover;
    height: 870px;
    margin-left: -16%;
    width: 138%
}

.container-fluid:hover .client-section-image {
    -webkit-animation: slide 125s linear infinite
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 -6000px
    }
}

.client-section-images {
    background-size: cover;
    margin-left: -16%;
    width: 138%
}

.container-fluid:hover>img.client-section-images {
    -webkit-animation: slide 125s linear infinite
}

.benefit-box {
    width: 96%;
    background-color: #fff;
    padding: 30px 30px 14px;
    box-shadow: 0 10px 20px #dde2ff7d;
    border-radius: 20px;
    margin: 23px auto;
    height: 418px
}

.benefit-box h4 {
    font-size: 23px;
    color: #ffcd43;
    line-height: 33px;
    padding: 20px 0 10px;
    font-family: "CircularStdBold"
}

.benefit-box p {
    font-size: 17px;
    line-height: 29px;
    color: #828fad;
    font-family: "CircularStdRegular"
}

.bg-img2 {
    background: transparent url(https://digital.thugo.in/images/blank-gray-thumbnail.jpg) repeat 0 0;
}

.bg-img21 {
    background: transparent url(https://digital.thugo.in/images/port/ampcb.webp) repeat 0 0;
}

.client-section-image1 {
    background-size: cover;
    height: 870px;
    margin-left: -10%;
    width: 138%
}

.container-fluid:hover .client-section-image1 {
    -webkit-animation: slide 125s linear infinite
}

.about-p p {
    color: #828fad;
    font-size: 20px;
    line-height: 38px;
    font-family: "CircularStdMedium";
    padding-top: 43px;
    padding-right: 20px
}

.about-img1 {
    float: right;
    padding-bottom: 26px;
    width: 90%;
    margin-right: -17px
}

.about-img2 {
    width: 119%;
    margin-left: -40px
}

.about-img3 {
    width: 90%;
    margin: 213px auto 0
}

.bg-img3 {
    background: transparent url(https://digital.thugo.in/images/blank-gray-thumbnail.jpg) repeat 0 0;
}

.bg-img31 {
    background: transparent url(https://digital.thugo.in/images/port/bipm.webp) repeat 0 0;
}

.client-section-image2 {
    background-size: cover;
    height: 870px;
    margin-left: -10%;
    width: 138%
}

.container-fluid:hover .client-section-image2 {
    -webkit-animation: slide 125s linear infinite
}

.feature-box-image {
    margin-top: 6%;
    margin-left: 11%;
    border-radius: 20px;
    width: 100%;
    display: -webkit-inline-box
}

.feature-box-image img {
    box-shadow: 0 0 5px #dde2ff;
    border-radius: 20px
}

.shadow-box {
    width: 320px;
    height: 339px;
    background-color: #f8faff;
    border-radius: 20px;
    margin-top: -409px;
    position: absolute;
    margin-left: 50px
}

.bg-img4 {
    background: transparent url(https://digital.thugo.in/images/blank-gray-thumbnail.jpg) repeat 0 0;
}

.bg-img41 {
    background: transparent url(https://digital.thugo.in/images/jane.webp) repeat 0 0;
}

.client-section-image3 {
    background-size: cover;
    height: 870px;
    margin-left: -13%;
    width: 138%
}

.container-fluid:hover .client-section-image3 {
    -webkit-animation: slide 125s linear infinite
}

.bg-img5 {
    background: transparent url(https://digital.thugo.in/images/blank-gray-thumbnail.jpg) repeat 0 0;
}

.bg-img51 {
    background: transparent url(https://digital.thugo.in/images/alphamatch.webp) repeat 0 0;
}

.client-section-image4 {
    background-size: cover;
    height: 870px;
    margin-left: -10%;
    width: 138%
}

.container-fluid:hover .client-section-image4 {
    -webkit-animation: slide 125s linear infinite
}

.sap-img {
    margin-left: 29px;
    margin-top: 92px
}

.roku-img {
    margin-left: 116px;
    margin-top: -23px
}

.dotcms-img {
    margin: -72px 0 0 159px
}

.braze-img {
    margin: 32px 0 0 -5px
}

.x-img {
    margin: -111px 0 0 -43px
}

.aws-img {
    margin: -41px 0 0 99px
}

.bg-img6 {
    background: transparent url(https://digital.thugo.in/images/blank-gray-thumbnail.jpg) repeat 0 0;
}

.bg-img61 {
    background: transparent url(https://digital.thugo.in/images/thatsgame.webp) repeat 0 0;
}

.client-section-image5 {
    background-size: cover;
    height: 870px;
    margin-left: -22%;
    width: 138%
}

.container-fluid:hover .client-section-image5 {
    -webkit-animation: slide 125s linear infinite
}

.bg-img7 {
    background: transparent url(https://digital.thugo.in/images/blank-gray-thumbnail.jpg) repeat 0 0;
}

.bg-img71 {
    background: transparent url(https://digital.thugo.in/images/idealprotein.webp) repeat 0 0;
}

.client-section-image6 {
    background-size: cover;
    height: 870px;
    margin-left: -13%;
    width: 138%
}

.container-fluid:hover .client-section-image6 {
    -webkit-animation: slide 125s linear infinite
}

.trending {
    background-color: white;
    padding: 5%;
    box-shadow: 0 40px 20px 0 #dde2ff;
    border-radius: 20px;
    width: 96%;
    margin: auto;
    margin-bottom: 62px
}

.trending p {
    margin-top: 35px;
    font-family: "CircularStdMedium";
    color: #828fad;
    font-size: 20px
}

.trending h5 {
    font-size: 30px;
    color: #ffcd43;
    font-family: "CircularStdMedium";
    line-height: 40px
}

.trending .summary {
    font-size: 22px;
    color: #828fad
}

.everything .trending img .image {
    display: block;
    width: 100% !important;
    margin-left: 0
}

.everything-bg {
    background-position: bottom;
    background-repeat: no-repeat
}

.everything .owl-carousel .owl-item img {
    width: 100% !important
}

.owl-theme .owl-dots .owl-dot span {
    width: 17px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffcd43
}

.bg-img8 {
    background: transparent url(https://digital.thugo.in/images/blank-gray-thumbnail.jpg) repeat 0 0;
}

.bg-img81 {
    background: transparent url(https://digital.thugo.in/images/maxsold.webp) repeat 0 0;
}

.client-section-image7 {
    background-size: cover;
    height: 870px;
    margin-left: -14%;
    width: 135%
}

.container-fluid:hover .client-section-image7 {
    -webkit-animation: slide 125s linear infinite
}

.bg-img9 {
    background: transparent url(https://digital.thugo.in/images/blank-gray-thumbnail.jpg) repeat 0 0;
}

.bg-img91 {
    background: transparent url(https://digital.thugo.in/images/dyna.webp) repeat 0 0;
}

.client-section-image8 {
    background-size: cover;
    height: 870px;
    margin-left: -2%;
    width: 131%
}

.container-fluid:hover .client-section-image8 {
    -webkit-animation: slide 125s linear infinite
}

.box {
    background-color: white;
    box-shadow: 0 5px 20px 0 #42d6fc4f;
    border-radius: 15px
}

.box1 {
    margin-top: 16%;
    margin-left: -2%;
    width: 350px;
    height: 150px;
    padding-top: 34px;
    padding-left: 20px
}

.small-box {
    padding: 23%;
    border-radius: 10px;
    padding-right: 110%;
    height: auto
}

.box1 .small-box {
    background-color: #f0fbf7;
    color: #46d39a;
    height: 95px
}

.h3-1 {
    font-size: 26px;
    color: #46d39a;
    font-family: "CircularStdMedium"
}

.c-section1 {
    color: #48d39b !important;
    text-align: center;
    font-size: 30px !important;
    font-family: "CircularStdBold"
}

.box1 p {
    font-size: 20px;
    font-family: "CircularStdMedium";
    margin-left: 10%
}

.download-des {
    margin-left: 9%;
    margin-top: -4%;
    width: 82%
}

.box2 {
    margin: -9px auto 0;
    width: 350px;
    height: 120px;
    padding: 20px 20px
}

.box2 .small-box {
    background-color: #fff7f2;
    color: #ff9f59
}

.h3-2 {
    font-size: 28px;
    color: #ff9f59;
    font-family: "CircularStdMedium"
}

.box2 p {
    font-size: 20px;
    font-family: "CircularStdMedium";
    margin-left: 10%
}

.revnue-des {
    margin-left: 9%;
    margin-top: -9%;
    width: 82%
}

.box3 {
    margin: 146px 0 0 -44px;
    width: 450px;
    height: 200px;
    padding-top: 40px;
    padding-left: 20px
}

.box3 .small-box {
    background-color: #eaf8ff;
    color: #50defd
}

.h3-3 {
    font-size: 54px !important;
    color: #50defd;
    font-family: "CircularStdMedium"
}

.box3 p {
    font-size: 22px;
    font-family: "CircularStdMedium";
    margin-left: 10%;
    color: #ffcd43
}

.customer-des {
    margin-left: 9%;
    margin-top: -3%;
    width: 82%
}

.box4 {
    width: 340px;
    margin-left: 69%
}

.box4 {
    margin-top: 16%;
    margin-left: 2%;
    position: absolute;
    width: 350px;
    height: 150px;
    padding-top: 34px;
    padding-left: 20px
}

.box4 .small-box {
    background-color: #fef1f2;
    color: #f5808b
}

.h3-4 {
    font-size: 26px;
    color: #f5808b;
    font-family: "CircularStdMedium"
}

.box4 p {
    font-size: 20px;
    font-family: "CircularStdMedium";
    margin-left: 10%
}

.download-des {
    margin-left: 9%;
    margin-top: -4%;
    width: 82%
}

.index-can-we-talk {
    padding-left: 9px;
    font-size: 18px;
    color: #ffcd43;
    width: 157px;
    font-family: "CircularStdMedium"
}

.Expertise>p {
    font-size: 20px;
    color: #828fad;
    margin-top: 24px;
    line-height: 34px;
    padding-right: 40px;
    font-family: "CircularStdMedium";
    width: 55%
}

.Expertise h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    color: #ffcd43;
    font-family: "CircularStdBold"
}

ul.prepare-enterprises li {
    display: inline-block !important;
    width: 32%
}

.our-portfolio {
    width: 51%;
    margin-bottom: 18%
}