html {
    scroll-behavior: smooth;
    cursor: default
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: .9rem;
    font-weight: 400;
    overflow-x: hidden
}

p {
    font-size: 14px;
    color: #000
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 400
}

img {
    max-width: 100%;
    border: 0
}

.clear {
    clear: both;
    float: none;
    width: 100%
}

.clearfix::after {
    display: block;
    content: "";
    clear: both
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #000
}

a:hover {
    color: #000
}

a,
span {
    display: inline-block
}

.mt10 {
    margin-top: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb-100 {
    margin-bottom: 100px
}

.mt0 {
    margin-top: 0px !important
}

.pt15 {
    padding-top: 15px
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.no-padding {
    padding: 0
}

.img-responsive {
    width: 100%;
    height: auto
}

.fa-phone {
    transform: scaleX(-1)
}

.common-btn {
    font-size: 16px;
    background: #3a2491;
    color: #fff;
    padding: 13px 25px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius: 40px;
    border: 0;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .2))
}

.common-btn::after {
    content: "";
    height: 300px;
    width: 300px;
    background-image: linear-gradient(140deg, #76B91D, #4eca35);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(.25, .46, .45, .94);
    transition: 0.5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.common-btn:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.common-btn i {
    font-size: 18px;
    vertical-align: bottom;
    margin-left: 1px
}

.common-btn:hover {
    background: #70BB20;
    color: #fff;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .2))
}

.title {
    font-size: 48px;
    color: #3a2491;
    font-weight: 600;
    text-align: center
}

.title span {
    display: block;
    margin-bottom: 25px;
    color: #fff0;
    -webkit-text-stroke: 2px #333;
    text-stroke: 2px #333;
    letter-spacing: 2px;
    font-size: 72px;
    font-weight: 600;
    line-height: 1
}

.black-text {
    color: #000
}

.primary-text {
    color: #3a2491
}

.white-text {
    color: #fff
}

.white-text span {
    -webkit-text-stroke: 2px #b5b5b5
}

.title-col {
    text-align: center;
    margin-bottom: 40px
}

.form-control {
    padding: 1.3rem 15px;
    color: #000;
    border-radius: 6px;
    font-weight: 400;
    height: 45px;
    border-color: #b6b6b6
}

select.form-control {
    height: 45px;
    padding: 0 15px
}

:focus {
    box-shadow: none !important;
    outline: none !important
}

@media (min-width:1200px) {
    video {
        width: 100%
    }
}

@media (min-width:992px) {
    .navbar-nav li:hover>ul.dropdown-menu {
        display: block
    }
}

.main-header {
    width: 100%;
    color: #333;
    padding: 10px 0 10px;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff
}

.main-header .container {
    max-width: 1600px;
    padding-left: 30px;
    padding-right: 30px
}

.navbar-brand {
    padding-bottom: 0;
    padding-top: 0
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 17px;
    margin: 0 10px;
    border-bottom: 2px solid #fff0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    letter-spacing: .5px
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #89e909;
    color: #89e909
}

.main-header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    border-bottom: 2px solid #fff
}

header.main-header.fixed-nav {
    background: #3a2491;
    padding: 5px 0 5px
}

header.main-header.fixed-nav .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #fff;
    border-color: #fff
}

header.main-header.fixed-nav .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #89e909;
    border-color: #89e909
}

.navbar-nav .nav-item:last-child .nav-link {
    background: #3a2491;
    border-radius: 40px;
    padding: 7px 22px;
    color: #fff;
    transform: translateY(7px);
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .2))
}

.navbar-nav .nav-item:last-child .nav-link:hover {
    background: #fff;
    color: #000;
    font-weight: 400;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .2))
}

header.main-header.fixed-nav .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff
}

header.main-header.fixed-nav .navbar-expand-lg .logo img {
    filter: brightness(0) invert(1)
}

header.main-header.fixed-nav .navbar-nav .nav-item:last-child .nav-link {
    color: #333
}

.banner {
    position: relative;
    overflow: hidden;
    padding: 120px 0 20px
}

.banner-container {
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between
}

.banner-text {
    max-width: 45%;
    flex: 0 0 45%
}

.banner-vector {
    max-width: 45%;
    flex: 0 0 45%;
    text-align: right
}

.banner-vector img {
    -webkit-animation: 4s infinite bounceImage;
    animation: 4s infinite bounceImage
}

@keyframes bounceImage {

    0%,
    100% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }
}

.small-green-text {
    font-size: 18px;
    font-weight: 500;
    color: #76C12E;
    margin-bottom: 0
}

.banner-title {
    font-size: 65px;
    font-weight: 700;
    color: #2F1C77;
    margin-bottom: 10px;
    line-height: 74px;
    padding-right: 75px;
    width: 100%;
    background: var(--Gradient-1, linear-gradient(90deg, #301D77, #e117f1 39.06%, #0084ff 77.6%, #00c6e9));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #EB83DF 67%, #00c6e9 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: #fff0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    animation: textclip 2s linear infinite;
    display: inline-block
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

.bannersub-text {
    display: flex;
    align-items: center;
    font-size: 2.26rem;
    margin-bottom: 20px
}

.bannersub-text span {
    font-size: 28px;
    color: #333
}

.animation {
    height: 55px;
    overflow: hidden
}

.animation>div>div {
    padding: .25rem .75rem;
    height: 45px;
    margin-bottom: 2.81rem;
    display: inline-block;
    font-weight: 700
}

.animation div:first-child {
    animation: text-animation 8s infinite
}

@keyframes text-animation {
    0% {
        margin-top: 0
    }

    10% {
        margin-top: 0
    }

    20% {
        margin-top: -5rem
    }

    30% {
        margin-top: -5rem
    }

    40% {
        margin-top: -10.5rem
    }

    60% {
        margin-top: -16rem
    }

    70% {
        margin-top: -10.5rem
    }

    80% {
        margin-top: -5rem
    }

    90% {
        margin-top: 0
    }

    100% {
        margin-top: 0
    }
}

.banner-para {
    border-left: 3px solid #484848;
    padding-left: 20px;
    font-size: 17px;
    color: #484848;
    line-height: 27px;
    margin: 30px 0
}

.banner .owl-nav .owl-prev {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 16px
}

.banner .owl-nav span {
    position: relative
}

.banner .owl-nav .owl-next {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 16px
}

.banner .owl-nav i {
    font-size: 2.3rem;
    color: #fff
}

.deve-growth {
    padding-top: 90px;
    position: relative
}

.deve-growth:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background-image: linear-gradient(#fff, #f4f4f4);
    z-index: -1
}

.dev-growth-vector {
    margin-top: -90px;
    z-index: -1;
    position: relative
}

.h-about-sec {
    background: #f4f4f4;
    padding-bottom: 70px;
    margin-top: -8px;
    padding-top: 180px
}

.inner-h-about-col {
    margin-top: 70px
}

.h-about-ltext .light-text {
    padding-right: 30px
}

.light-text {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    line-height: 45px
}

.h-about-ltext p {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 30px
}

.h-about-rtext {
    padding-left: 50px
}

.h-about-no b {
    font-size: 60px;
    font-weight: 600;
    color: #3a2491;
    display: block;
    line-height: 1.3;
    position: relative
}

.h-about-no b:after {
    content: "+";
    font-size: 60px;
    font-weight: 600;
    color: #3a2491;
    position: absolute;
    top: 0;
    left: 100px
}

#counter .col-6:nth-child(2) .h-about-no b:after {
    left: 78px
}

#counter .col-6:nth-child(4) .h-about-no b:after {
    left: 78px
}

.h-about-no {
    color: #3a3a3a;
    font-size: 18px;
    margin-bottom: 40px
}

.inte-services {
    background: #0b0c11;
    padding: 100px 0;
    position: relative
}

.inte-services .container {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0
}

#inte-service-slider {
    position: relative;
    margin: auto;
    min-height: 650px
}

#inte-service-slider:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    height: 600px;
    background: url(../images/desk-bg.png) no-repeat
}

.inte-slider .owl-nav {
    margin: 0
}

.inte-slider .owl-nav .owl-prev {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px
}

.inte-slider .owl-nav [class*=owl-] {
    color: #c3c3c3;
    font-size: 40px;
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 51px
}

.inte-slider .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 120px
}

.inte-slider .owl-nav .owl-prev:hover {
    color: #fff
}

.inte-slider .owl-nav .owl-next:hover {
    color: #fff
}

.inte-slider.owl-carousel .owl-item img {
    width: auto
}

.inte-wrapper {
    margin-top: 0
}

#inte-service-slider .owl-item .item {
    padding: 0 0
}

#inte-service-slider .owl-item .item .service-item {
    margin-top: 64px !important;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px
}

#inte-service-slider .owl-item.active .item {
    padding: 0;
    height: auto
}

#inte-service-slider .owl-item.active .service-item {
    min-height: 455px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.service-item {
    max-width: 815px;
    min-height: 455px;
    margin: auto;
    transform: translateX(2px);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding-bottom: 30px;
    overflow: hidden
}

.service-item:before {
    background: url(../images/bg4.png) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 815px;
    height: 480px
}

.main-service-tabs {
    display: flex
}

.service-tab {
    display: flex;
    color: #fff;
    align-items: center;
    margin: auto;
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left;
    position: relative;
    overflow: hidden
}

.web-grad {
    border-color: #e85e9d
}

.web-grad:hover {
    border-color: #e85e9d;
    background-image: linear-gradient(to right, #fc5392, #fa6575)
}

.web-gradactive {
    border-color: #e85e9d;
    background-image: linear-gradient(to right, #fc5392, #fa6575)
}

.ui-grad {
    border-color: #76b91d
}

.ui-grad:hover {
    border-color: #76b91d;
    background-image: linear-gradient(140deg, #76B91D, #4eca35)
}

.ui-gradactive {
    border-color: #76b91d;
    background-image: linear-gradient(140deg, #76B91D, #4eca35)
}

.mobile-grad {
    border-color: #633cfe
}

.mobile-grad:hover {
    border-color: #633cfe;
    background-image: linear-gradient(to right, #633cfe, #3c2596)
}

.mobile-gradactive {
    border-color: #633cfe;
    background-image: linear-gradient(to right, #633cfe, #3c2596)
}

.digi-grad {
    border-color: #EC8E26
}

.digi-grad:hover {
    border-color: #EC8E26;
    background-image: linear-gradient(to right, #EC8E26, #EA733C)
}

.digi-gradactive {
    border-color: #EC8E26;
    background-image: linear-gradient(to right, #EC8E26, #EA733C)
}

.service-tab a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 40px 30px 0;
    width: 100%;
    z-index: 1;
    justify-content: center
}

.service-tab b {
    font-size: 32px;
    font-weight: 600;
    margin-left: 20px
}

.service-tab i {
    font-size: 24px;
    position: absolute;
    right: 25px
}

.slide-service-text {
    max-width: 760px;
    margin: auto
}

.slide-service-text p {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    max-width: 585px;
    margin: 38px auto 0;
    line-height: 28px
}

.slide-tech-ico {
    display: flex;
    margin: 50px 0 0;
    justify-content: center
}

.slide-tech-ico1 {
    max-width: 25%;
    flex: 0 0 25%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    font-weight: 200
}

.slide-tech-ico1 span {
    display: block
}

.slide-tech-ico1 img {
    margin: 0 auto 15px;
    filter: brightness(0) invert(1);
    opacity: 1;
    max-height: 53px
}

.particles-animation-wrapper,
.particles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#stars {
    width: 1px;
    height: 1px;
    background: #fff0;
    box-shadow: 996px 508px #FFF, 1471px 1715px #FFF, 66px 1584px #FFF, 1407px 496px #FFF, 184px 1031px #FFF, 1462px 1994px #FFF, 922px 189px #FFF, 1040px 833px #FFF, 1490px 1873px #FFF, 117px 1251px #FFF, 615px 9px #FFF, 881px 247px #FFF, 300px 1188px #FFF, 1985px 1403px #FFF, 885px 440px #FFF, 629px 263px #FFF, 53px 1420px #FFF, 153px 851px #FFF, 1199px 1314px #FFF, 1077px 785px #FFF, 11px 205px #FFF, 521px 1368px #FFF, 146px 918px #FFF, 1436px 1417px #FFF, 1933px 1822px #FFF, 473px 610px #FFF, 1240px 1767px #FFF, 1497px 437px #FFF, 1446px 738px #FFF, 944px 1019px #FFF, 722px 1718px #FFF, 1801px 1713px #FFF, 1028px 1991px #FFF, 1584px 236px #FFF, 733px 1309px #FFF, 1724px 522px #FFF, 1666px 1890px #FFF, 1315px 592px #FFF, 847px 1118px #FFF, 1720px 1909px #FFF, 1927px 1421px #FFF, 1349px 737px #FFF, 1812px 907px #FFF, 208px 889px #FFF, 338px 939px #FFF, 1680px 300px #FFF, 933px 1520px #FFF, 443px 1625px #FFF, 1882px 1002px #FFF, 972px 640px #FFF, 1010px 326px #FFF, 1524px 1547px #FFF, 1219px 1662px #FFF, 1185px 687px #FFF, 1761px 1471px #FFF, 1227px 1874px #FFF, 1452px 642px #FFF, 966px 1019px #FFF, 284px 426px #FFF, 1218px 742px #FFF, 1392px 747px #FFF, 104px 1596px #FFF, 815px 1920px #FFF, 561px 817px #FFF, 1807px 1067px #FFF, 1732px 1645px #FFF, 373px 1186px #FFF, 1592px 27px #FFF, 1645px 1624px #FFF, 452px 1643px #FFF, 1109px 1644px #FFF, 911px 762px #FFF, 1295px 271px #FFF, 547px 1757px #FFF, 42px 1602px #FFF, 1983px 155px #FFF, 116px 134px #FFF, 219px 1099px #FFF, 1169px 1014px #FFF, 655px 206px #FFF, 1196px 29px #FFF, 947px 1571px #FFF, 360px 401px #FFF, 1171px 222px #FFF, 178px 649px #FFF, 473px 304px #FFF, 527px 1948px #FFF, 1511px 788px #FFF, 439px 841px #FFF, 1224px 1468px #FFF, 848px 1673px #FFF, 1105px 4px #FFF, 441px 1411px #FFF, 1386px 1337px #FFF, 1859px 178px #FFF, 948px 60px #FFF, 896px 1946px #FFF, 1365px 1010px #FFF, 1771px 1228px #FFF, 420px 285px #FFF, 646px 862px #FFF, 1603px 1270px #FFF, 1728px 1879px #FFF, 1329px 1219px #FFF, 1666px 884px #FFF, 533px 158px #FFF, 1773px 1745px #FFF, 42px 597px #FFF, 1626px 613px #FFF, 1762px 925px #FFF, 220px 642px #FFF, 518px 1463px #FFF, 640px 1918px #FFF, 476px 1782px #FFF, 1052px 1671px #FFF, 1098px 248px #FFF, 655px 1831px #FFF, 1349px 1356px #FFF, 1170px 1269px #FFF, 1872px 1963px #FFF, 1932px 1453px #FFF, 17px 651px #FFF, 1560px 146px #FFF, 331px 616px #FFF, 577px 1904px #FFF, 526px 619px #FFF, 203px 485px #FFF, 52px 30px #FFF, 1548px 1534px #FFF, 1373px 549px #FFF, 603px 1827px #FFF, 66px 773px #FFF, 285px 1099px #FFF, 61px 627px #FFF, 1209px 782px #FFF, 1643px 1576px #FFF, 10px 340px #FFF, 850px 1388px #FFF, 867px 15px #FFF, 205px 233px #FFF, 1433px 112px #FFF, 669px 686px #FFF, 1119px 492px #FFF, 1289px 1956px #FFF, 483px 774px #FFF, 678px 476px #FFF, 1569px 543px #FFF, 368px 1777px #FFF, 863px 1154px #FFF, 372px 1965px #FFF, 1785px 1975px #FFF, 1805px 1642px #FFF, 1218px 1542px #FFF, 66px 1284px #FFF, 734px 223px #FFF, 771px 1604px #FFF, 475px 595px #FFF, 886px 460px #FFF, 1109px 679px #FFF, 1173px 307px #FFF, 1083px 1352px #FFF, 992px 937px #FFF, 1264px 1258px #FFF, 587px 629px #FFF, 1354px 380px #FFF, 1362px 1900px #FFF, 1171px 1935px #FFF, 357px 1337px #FFF, 481px 120px #FFF, 1457px 1688px #FFF, 1728px 179px #FFF, 1882px 1349px #FFF, 1268px 1088px #FFF, 1293px 1509px #FFF, 1011px 462px #FFF, 1758px 1479px #FFF, 1518px 1912px #FFF, 1547px 335px #FFF, 666px 994px #FFF, 1980px 951px #FFF, 1333px 1326px #FFF, 315px 932px #FFF, 146px 652px #FFF, 1212px 1200px #FFF, 82px 392px #FFF, 1364px 1811px #FFF, 1391px 1964px #FFF, 167px 592px #FFF, 896px 982px #FFF, 1776px 1570px #FFF, 1045px 1359px #FFF, 1859px 279px #FFF, 1480px 1639px #FFF, 89px 866px #FFF, 1227px 107px #FFF, 1133px 616px #FFF, 1390px 1232px #FFF, 224px 803px #FFF, 1434px 1862px #FFF, 558px 209px #FFF, 1657px 707px #FFF, 186px 284px #FFF, 197px 364px #FFF, 769px 948px #FFF, 610px 619px #FFF, 1054px 1327px #FFF, 905px 71px #FFF, 600px 1490px #FFF, 447px 1936px #FFF, 887px 439px #FFF, 885px 613px #FFF, 572px 987px #FFF, 619px 1976px #FFF, 1371px 717px #FFF, 978px 43px #FFF, 873px 1921px #FFF, 1296px 93px #FFF, 1762px 368px #FFF, 470px 482px #FFF, 470px 1635px #FFF, 787px 1524px #FFF, 1263px 1952px #FFF, 819px 88px #FFF, 460px 215px #FFF, 1943px 942px #FFF, 232px 766px #FFF, 270px 1091px #FFF, 95px 425px #FFF, 543px 1934px #FFF, 1479px 497px #FFF, 271px 1690px #FFF, 478px 1660px #FFF, 65px 1677px #FFF, 1072px 1871px #FFF, 1837px 793px #FFF, 1378px 596px #FFF, 1199px 1268px #FFF, 1266px 1629px #FFF, 480px 258px #FFF, 1721px 1699px #FFF, 248px 1254px #FFF, 19px 1309px #FFF, 524px 66px #FFF, 1067px 1101px #FFF, 1538px 1636px #FFF, 1570px 822px #FFF, 1683px 6px #FFF, 1151px 1543px #FFF, 942px 1226px #FFF, 1116px 1968px #FFF, 1913px 1890px #FFF, 1133px 610px #FFF, 1728px 163px #FFF, 71px 1911px #FFF, 1621px 1173px #FFF, 1906px 210px #FFF, 195px 508px #FFF, 1563px 1288px #FFF, 220px 606px #FFF, 62px 517px #FFF, 1841px 564px #FFF, 1529px 939px #FFF, 664px 329px #FFF, 1954px 1943px #FFF, 1444px 1676px #FFF, 1794px 1716px #FFF, 349px 608px #FFF, 1936px 133px #FFF, 1073px 1913px #FFF, 1516px 121px #FFF, 835px 832px #FFF, 1478px 769px #FFF, 356px 1711px #FFF, 588px 422px #FFF, 28px 1407px #FFF, 1821px 1997px #FFF, 892px 933px #FFF, 203px 1848px #FFF, 1619px 16px #FFF, 1136px 399px #FFF, 1283px 25px #FFF, 1056px 1743px #FFF, 1248px 1280px #FFF, 129px 1799px #FFF, 1947px 1804px #FFF, 1017px 1013px #FFF, 1824px 1260px #FFF, 1689px 527px #FFF, 794px 1240px #FFF, 592px 1918px #FFF, 681px 746px #FFF, 1114px 165px #FFF, 613px 1600px #FFF, 686px 1654px #FFF, 164px 1493px #FFF, 1830px 850px #FFF, 1648px 1903px #FFF, 332px 945px #FFF, 1360px 939px #FFF, 1837px 1378px #FFF, 1339px 1478px #FFF, 587px 257px #FFF, 717px 1725px #FFF, 1050px 1918px #FFF, 849px 461px #FFF, 1149px 1588px #FFF, 1701px 332px #FFF, 740px 540px #FFF, 45px 365px #FFF, 84px 1637px #FFF, 171px 1366px #FFF, 257px 57px #FFF, 6px 187px #FFF, 1592px 386px #FFF, 583px 1130px #FFF, 576px 1450px #FFF, 1756px 343px #FFF, 1701px 1198px #FFF, 832px 894px #FFF, 633px 1742px #FFF, 523px 1795px #FFF, 38px 79px #FFF, 1210px 397px #FFF, 185px 578px #FFF, 1308px 1711px #FFF, 1836px 1767px #FFF, 796px 21px #FFF, 1081px 169px #FFF, 889px 881px #FFF, 1613px 1287px #FFF, 965px 1902px #FFF, 96px 1945px #FFF, 1119px 1543px #FFF, 1842px 489px #FFF, 1px 470px #FFF, 1097px 553px #FFF, 265px 1756px #FFF, 1545px 1741px #FFF, 1108px 1018px #FFF, 548px 629px #FFF, 581px 1996px #FFF, 1979px 1647px #FFF, 812px 420px #FFF, 208px 1520px #FFF, 1399px 1487px #FFF, 1654px 552px #FFF, 300px 58px #FFF, 60px 105px #FFF, 1849px 647px #FFF, 188px 1792px #FFF, 1531px 326px #FFF, 324px 926px #FFF, 1971px 790px #FFF, 824px 1649px #FFF, 1644px 406px #FFF, 1884px 1008px #FFF, 1072px 206px #FFF, 992px 747px #FFF, 691px 155px #FFF, 1981px 858px #FFF, 547px 64px #FFF, 1533px 446px #FFF, 402px 1844px #FFF, 880px 560px #FFF, 376px 201px #FFF, 1426px 1176px #FFF, 277px 1767px #FFF, 1589px 1924px #FFF, 1685px 1738px #FFF, 173px 1715px #FFF, 1755px 912px #FFF, 15px 93px #FFF, 1264px 1486px #FFF, 1159px 1610px #FFF, 820px 912px #FFF, 218px 403px #FFF, 1020px 616px #FFF, 1359px 1053px #FFF, 888px 1446px #FFF, 1853px 1723px #FFF, 1249px 1178px #FFF, 85px 351px #FFF, 1470px 1883px #FFF, 1803px 1744px #FFF, 1047px 1445px #FFF, 247px 696px #FFF, 1629px 1524px #FFF, 1190px 954px #FFF, 1100px 975px #FFF, 1368px 1305px #FFF, 1734px 1170px #FFF, 297px 443px #FFF, 475px 1338px #FFF, 1928px 20px #FFF, 1474px 1286px #FFF, 1457px 55px #FFF, 325px 1436px #FFF, 1080px 1833px #FFF, 868px 792px #FFF, 896px 801px #FFF, 850px 1647px #FFF, 1462px 1617px #FFF, 1439px 1612px #FFF, 1012px 1084px #FFF, 1637px 552px #FFF, 491px 1787px #FFF, 1372px 1682px #FFF, 631px 1152px #FFF, 477px 432px #FFF, 1204px 1965px #FFF, 654px 1877px #FFF, 1462px 1418px #FFF, 1949px 433px #FFF, 106px 964px #FFF, 1331px 359px #FFF, 261px 689px #FFF, 1815px 130px #FFF, 332px 906px #FFF, 1665px 22px #FFF, 1743px 1299px #FFF, 584px 1978px #FFF, 1527px 1101px #FFF, 1204px 1716px #FFF, 1567px 919px #FFF, 639px 1427px #FFF, 926px 281px #FFF, 323px 283px #FFF, 1176px 900px #FFF, 666px 1806px #FFF, 1514px 768px #FFF, 789px 1484px #FFF, 1633px 1792px #FFF, 1117px 588px #FFF, 326px 174px #FFF, 1477px 1481px #FFF, 1708px 1563px #FFF, 1461px 1307px #FFF, 350px 963px #FFF, 731px 11px #FFF, 1970px 922px #FFF, 670px 511px #FFF, 1852px 1912px #FFF, 361px 52px #FFF, 625px 1607px #FFF, 1469px 1900px #FFF, 1690px 1689px #FFF, 1125px 630px #FFF, 679px 1410px #FFF, 57px 105px #FFF, 1681px 1720px #FFF, 654px 867px #FFF, 1362px 1386px #FFF, 1524px 240px #FFF, 758px 1589px #FFF, 23px 963px #FFF, 1265px 1844px #FFF, 1610px 1626px #FFF, 736px 1822px #FFF, 567px 1246px #FFF, 1260px 283px #FFF, 970px 1306px #FFF, 354px 1119px #FFF, 372px 1821px #FFF, 1229px 946px #FFF, 1001px 321px #FFF, 1250px 4px #FFF, 911px 1781px #FFF, 1173px 103px #FFF, 223px 790px #FFF, 892px 438px #FFF, 312px 171px #FFF, 614px 1425px #FFF, 761px 1893px #FFF, 116px 1673px #FFF, 1538px 1822px #FFF, 1602px 454px #FFF, 1613px 372px #FFF, 654px 1000px #FFF, 1333px 1501px #FFF, 1090px 983px #FFF, 676px 816px #FFF, 1363px 359px #FFF, 662px 1761px #FFF, 1365px 351px #FFF, 119px 1862px #FFF, 1881px 270px #FFF, 847px 1837px #FFF, 1508px 435px #FFF, 1524px 1612px #FFF, 6px 94px #FFF, 147px 328px #FFF, 611px 937px #FFF, 1089px 459px #FFF, 1099px 1516px #FFF, 1439px 200px #FFF, 1633px 852px #FFF, 895px 1683px #FFF, 220px 1003px #FFF, 5px 1844px #FFF, 1106px 1715px #FFF, 312px 313px #FFF, 64px 139px #FFF, 669px 83px #FFF, 401px 1070px #FFF, 822px 693px #FFF, 688px 1394px #FFF, 1903px 846px #FFF, 1329px 627px #FFF, 949px 1831px #FFF, 683px 1255px #FFF, 719px 915px #FFF, 1377px 1516px #FFF, 425px 1180px #FFF, 757px 921px #FFF, 1499px 1207px #FFF, 1973px 605px #FFF, 1835px 1430px #FFF, 323px 712px #FFF, 654px 1255px #FFF, 659px 29px #FFF, 811px 853px #FFF, 577px 1455px #FFF, 1812px 388px #FFF, 451px 921px #FFF, 724px 1764px #FFF, 1706px 1732px #FFF, 1572px 1365px #FFF, 1772px 1634px #FFF, 187px 696px #FFF, 878px 774px #FFF, 1734px 1981px #FFF, 980px 345px #FFF, 526px 572px #FFF, 1972px 1349px #FFF, 926px 966px #FFF, 1907px 68px #FFF, 1456px 1714px #FFF, 1248px 1967px #FFF, 310px 1407px #FFF, 1727px 819px #FFF, 769px 1268px #FFF, 1698px 1924px #FFF, 747px 65px #FFF, 1403px 162px #FFF, 349px 201px #FFF, 241px 1036px #FFF, 433px 223px #FFF, 110px 608px #FFF, 862px 1974px #FFF, 1558px 1082px #FFF, 1292px 1959px #FFF, 136px 441px #FFF, 132px 940px #FFF, 836px 1660px #FFF, 580px 807px #FFF, 529px 1383px #FFF, 1254px 493px #FFF, 749px 764px #FFF, 1025px 1281px #FFF, 1202px 719px #FFF, 1470px 849px #FFF, 1848px 1547px #FFF, 1855px 1661px #FFF, 461px 485px #FFF, 1217px 1405px #FFF, 805px 1926px #FFF, 67px 1868px #FFF, 1434px 1585px #FFF, 1929px 667px #FFF, 685px 1842px #FFF, 562px 1946px #FFF, 1850px 883px #FFF, 1561px 748px #FFF, 1568px 167px #FFF, 1446px 904px #FFF, 1888px 415px #FFF, 1568px 332px #FFF, 420px 1293px #FFF, 558px 1548px #FFF, 627px 564px #FFF, 1217px 1367px #FFF, 1481px 1132px #FFF, 848px 1416px #FFF, 388px 381px #FFF, 1947px 58px #FFF, 261px 1768px #FFF, 668px 199px #FFF, 1696px 241px #FFF, 1285px 1091px #FFF, 1118px 1979px #FFF, 889px 1883px #FFF, 1489px 1034px #FFF, 1685px 1660px #FFF, 559px 1398px #FFF, 690px 273px #FFF, 474px 751px #FFF, 170px 576px #FFF, 306px 1131px #FFF, 148px 213px #FFF, 702px 1989px #FFF, 200px 1966px #FFF, 631px 308px #FFF, 139px 316px #FFF, 710px 1564px #FFF, 1162px 1239px #FFF, 1637px 883px #FFF, 127px 1528px #FFF, 1765px 1700px #FFF, 1684px 1607px #FFF, 976px 1880px #FFF, 1223px 351px #FFF, 1784px 534px #FFF, 1432px 114px #FFF, 1747px 665px #FFF, 54px 773px #FFF, 1578px 980px #FFF, 1784px 1534px #FFF, 918px 1118px #FFF, 1733px 1458px #FFF, 188px 1444px #FFF, 1264px 977px #FFF, 1873px 1773px #FFF, 1066px 574px #FFF, 581px 196px #FFF, 1826px 667px #FFF, 518px 1040px #FFF, 1341px 1093px #FFF, 1378px 1895px #FFF, 1828px 1591px #FFF, 1101px 1215px #FFF, 596px 194px #FFF, 39px 1987px #FFF, 1669px 1761px #FFF, 1223px 462px #FFF, 1860px 827px #FFF, 1395px 138px #FFF, 1122px 933px #FFF, 627px 1959px #FFF, 952px 1190px #FFF, 854px 1630px #FFF, 387px 585px #FFF, 452px 283px #FFF, 428px 1177px #FFF, 154px 1358px #FFF, 1200px 1816px #FFF, 680px 530px #FFF, 1612px 1580px #FFF, 451px 801px #FFF, 400px 1699px #FFF, 1910px 1760px #FFF, 1836px 459px #FFF, 410px 580px #FFF, 1709px 1284px #FFF, 306px 460px #FFF, 1133px 1905px #FFF, 1110px 785px #FFF, 276px 1563px #FFF, 526px 1370px #FFF, 243px 728px #FFF, 112px 571px #FFF, 1243px 379px #FFF, 1690px 464px #FFF, 1406px 900px #FFF, 1258px 1952px #FFF, 759px 483px #FFF, 200px 665px #FFF, 1371px 1180px #FFF, 799px 597px #FFF, 363px 1899px #FFF, 692px 1967px #FFF, 729px 1525px #FFF, 1393px 704px #FFF, 561px 460px #FFF, 1572px 1376px #FFF, 1807px 925px #FFF, 70px 1777px #FFF, 1702px 1398px #FFF, 17px 86px #FFF, 121px 1453px #FFF, 637px 1846px #FFF, 1020px 1888px #FFF, 1771px 108px #FFF, 1074px 71px #FFF, 1516px 1906px #FFF, 754px 1508px #FFF, 556px 1053px #FFF, 680px 1759px #FFF, 225px 1648px #FFF, 350px 835px #FFF, 1031px 187px #FFF, 1436px 1589px #FFF, 711px 297px #FFF, 1881px 399px #FFF, 926px 773px #FFF, 529px 162px #FFF, 1481px 1942px #FFF, 395px 822px #FFF, 1189px 1694px #FFF, 1684px 1497px #FFF, 215px 200px #FFF;
    animation: animStar 50s linear infinite
}

#stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: #fff0;
    box-shadow: 996px 508px #FFF, 1471px 1715px #FFF, 66px 1584px #FFF, 1407px 496px #FFF, 184px 1031px #FFF, 1462px 1994px #FFF, 922px 189px #FFF, 1040px 833px #FFF, 1490px 1873px #FFF, 117px 1251px #FFF, 615px 9px #FFF, 881px 247px #FFF, 300px 1188px #FFF, 1985px 1403px #FFF, 885px 440px #FFF, 629px 263px #FFF, 53px 1420px #FFF, 153px 851px #FFF, 1199px 1314px #FFF, 1077px 785px #FFF, 11px 205px #FFF, 521px 1368px #FFF, 146px 918px #FFF, 1436px 1417px #FFF, 1933px 1822px #FFF, 473px 610px #FFF, 1240px 1767px #FFF, 1497px 437px #FFF, 1446px 738px #FFF, 944px 1019px #FFF, 722px 1718px #FFF, 1801px 1713px #FFF, 1028px 1991px #FFF, 1584px 236px #FFF, 733px 1309px #FFF, 1724px 522px #FFF, 1666px 1890px #FFF, 1315px 592px #FFF, 847px 1118px #FFF, 1720px 1909px #FFF, 1927px 1421px #FFF, 1349px 737px #FFF, 1812px 907px #FFF, 208px 889px #FFF, 338px 939px #FFF, 1680px 300px #FFF, 933px 1520px #FFF, 443px 1625px #FFF, 1882px 1002px #FFF, 972px 640px #FFF, 1010px 326px #FFF, 1524px 1547px #FFF, 1219px 1662px #FFF, 1185px 687px #FFF, 1761px 1471px #FFF, 1227px 1874px #FFF, 1452px 642px #FFF, 966px 1019px #FFF, 284px 426px #FFF, 1218px 742px #FFF, 1392px 747px #FFF, 104px 1596px #FFF, 815px 1920px #FFF, 561px 817px #FFF, 1807px 1067px #FFF, 1732px 1645px #FFF, 373px 1186px #FFF, 1592px 27px #FFF, 1645px 1624px #FFF, 452px 1643px #FFF, 1109px 1644px #FFF, 911px 762px #FFF, 1295px 271px #FFF, 547px 1757px #FFF, 42px 1602px #FFF, 1983px 155px #FFF, 116px 134px #FFF, 219px 1099px #FFF, 1169px 1014px #FFF, 655px 206px #FFF, 1196px 29px #FFF, 947px 1571px #FFF, 360px 401px #FFF, 1171px 222px #FFF, 178px 649px #FFF, 473px 304px #FFF, 527px 1948px #FFF, 1511px 788px #FFF, 439px 841px #FFF, 1224px 1468px #FFF, 848px 1673px #FFF, 1105px 4px #FFF, 441px 1411px #FFF, 1386px 1337px #FFF, 1859px 178px #FFF, 948px 60px #FFF, 896px 1946px #FFF, 1365px 1010px #FFF, 1771px 1228px #FFF, 420px 285px #FFF, 646px 862px #FFF, 1603px 1270px #FFF, 1728px 1879px #FFF, 1329px 1219px #FFF, 1666px 884px #FFF, 533px 158px #FFF, 1773px 1745px #FFF, 42px 597px #FFF, 1626px 613px #FFF, 1762px 925px #FFF, 220px 642px #FFF, 518px 1463px #FFF, 640px 1918px #FFF, 476px 1782px #FFF, 1052px 1671px #FFF, 1098px 248px #FFF, 655px 1831px #FFF, 1349px 1356px #FFF, 1170px 1269px #FFF, 1872px 1963px #FFF, 1932px 1453px #FFF, 17px 651px #FFF, 1560px 146px #FFF, 331px 616px #FFF, 577px 1904px #FFF, 526px 619px #FFF, 203px 485px #FFF, 52px 30px #FFF, 1548px 1534px #FFF, 1373px 549px #FFF, 603px 1827px #FFF, 66px 773px #FFF, 285px 1099px #FFF, 61px 627px #FFF, 1209px 782px #FFF, 1643px 1576px #FFF, 10px 340px #FFF, 850px 1388px #FFF, 867px 15px #FFF, 205px 233px #FFF, 1433px 112px #FFF, 669px 686px #FFF, 1119px 492px #FFF, 1289px 1956px #FFF, 483px 774px #FFF, 678px 476px #FFF, 1569px 543px #FFF, 368px 1777px #FFF, 863px 1154px #FFF, 372px 1965px #FFF, 1785px 1975px #FFF, 1805px 1642px #FFF, 1218px 1542px #FFF, 66px 1284px #FFF, 734px 223px #FFF, 771px 1604px #FFF, 475px 595px #FFF, 886px 460px #FFF, 1109px 679px #FFF, 1173px 307px #FFF, 1083px 1352px #FFF, 992px 937px #FFF, 1264px 1258px #FFF, 587px 629px #FFF, 1354px 380px #FFF, 1362px 1900px #FFF, 1171px 1935px #FFF, 357px 1337px #FFF, 481px 120px #FFF, 1457px 1688px #FFF, 1728px 179px #FFF, 1882px 1349px #FFF, 1268px 1088px #FFF, 1293px 1509px #FFF, 1011px 462px #FFF, 1758px 1479px #FFF, 1518px 1912px #FFF, 1547px 335px #FFF, 666px 994px #FFF, 1980px 951px #FFF, 1333px 1326px #FFF, 315px 932px #FFF, 146px 652px #FFF, 1212px 1200px #FFF, 82px 392px #FFF, 1364px 1811px #FFF, 1391px 1964px #FFF, 167px 592px #FFF, 896px 982px #FFF, 1776px 1570px #FFF, 1045px 1359px #FFF, 1859px 279px #FFF, 1480px 1639px #FFF, 89px 866px #FFF, 1227px 107px #FFF, 1133px 616px #FFF, 1390px 1232px #FFF, 224px 803px #FFF, 1434px 1862px #FFF, 558px 209px #FFF, 1657px 707px #FFF, 186px 284px #FFF, 197px 364px #FFF, 769px 948px #FFF, 610px 619px #FFF, 1054px 1327px #FFF, 905px 71px #FFF, 600px 1490px #FFF, 447px 1936px #FFF, 887px 439px #FFF, 885px 613px #FFF, 572px 987px #FFF, 619px 1976px #FFF, 1371px 717px #FFF, 978px 43px #FFF, 873px 1921px #FFF, 1296px 93px #FFF, 1762px 368px #FFF, 470px 482px #FFF, 470px 1635px #FFF, 787px 1524px #FFF, 1263px 1952px #FFF, 819px 88px #FFF, 460px 215px #FFF, 1943px 942px #FFF, 232px 766px #FFF, 270px 1091px #FFF, 95px 425px #FFF, 543px 1934px #FFF, 1479px 497px #FFF, 271px 1690px #FFF, 478px 1660px #FFF, 65px 1677px #FFF, 1072px 1871px #FFF, 1837px 793px #FFF, 1378px 596px #FFF, 1199px 1268px #FFF, 1266px 1629px #FFF, 480px 258px #FFF, 1721px 1699px #FFF, 248px 1254px #FFF, 19px 1309px #FFF, 524px 66px #FFF, 1067px 1101px #FFF, 1538px 1636px #FFF, 1570px 822px #FFF, 1683px 6px #FFF, 1151px 1543px #FFF, 942px 1226px #FFF, 1116px 1968px #FFF, 1913px 1890px #FFF, 1133px 610px #FFF, 1728px 163px #FFF, 71px 1911px #FFF, 1621px 1173px #FFF, 1906px 210px #FFF, 195px 508px #FFF, 1563px 1288px #FFF, 220px 606px #FFF, 62px 517px #FFF, 1841px 564px #FFF, 1529px 939px #FFF, 664px 329px #FFF, 1954px 1943px #FFF, 1444px 1676px #FFF, 1794px 1716px #FFF, 349px 608px #FFF, 1936px 133px #FFF, 1073px 1913px #FFF, 1516px 121px #FFF, 835px 832px #FFF, 1478px 769px #FFF, 356px 1711px #FFF, 588px 422px #FFF, 28px 1407px #FFF, 1821px 1997px #FFF, 892px 933px #FFF, 203px 1848px #FFF, 1619px 16px #FFF, 1136px 399px #FFF, 1283px 25px #FFF, 1056px 1743px #FFF, 1248px 1280px #FFF, 129px 1799px #FFF, 1947px 1804px #FFF, 1017px 1013px #FFF, 1824px 1260px #FFF, 1689px 527px #FFF, 794px 1240px #FFF, 592px 1918px #FFF, 681px 746px #FFF, 1114px 165px #FFF, 613px 1600px #FFF, 686px 1654px #FFF, 164px 1493px #FFF, 1830px 850px #FFF, 1648px 1903px #FFF, 332px 945px #FFF, 1360px 939px #FFF, 1837px 1378px #FFF, 1339px 1478px #FFF, 587px 257px #FFF, 717px 1725px #FFF, 1050px 1918px #FFF, 849px 461px #FFF, 1149px 1588px #FFF, 1701px 332px #FFF, 740px 540px #FFF, 45px 365px #FFF, 84px 1637px #FFF, 171px 1366px #FFF, 257px 57px #FFF, 6px 187px #FFF, 1592px 386px #FFF, 583px 1130px #FFF, 576px 1450px #FFF, 1756px 343px #FFF, 1701px 1198px #FFF, 832px 894px #FFF, 633px 1742px #FFF, 523px 1795px #FFF, 38px 79px #FFF, 1210px 397px #FFF, 185px 578px #FFF, 1308px 1711px #FFF, 1836px 1767px #FFF, 796px 21px #FFF, 1081px 169px #FFF, 889px 881px #FFF, 1613px 1287px #FFF, 965px 1902px #FFF, 96px 1945px #FFF, 1119px 1543px #FFF, 1842px 489px #FFF, 1px 470px #FFF, 1097px 553px #FFF, 265px 1756px #FFF, 1545px 1741px #FFF, 1108px 1018px #FFF, 548px 629px #FFF, 581px 1996px #FFF, 1979px 1647px #FFF, 812px 420px #FFF, 208px 1520px #FFF, 1399px 1487px #FFF, 1654px 552px #FFF, 300px 58px #FFF, 60px 105px #FFF, 1849px 647px #FFF, 188px 1792px #FFF, 1531px 326px #FFF, 324px 926px #FFF, 1971px 790px #FFF, 824px 1649px #FFF, 1644px 406px #FFF, 1884px 1008px #FFF, 1072px 206px #FFF, 992px 747px #FFF, 691px 155px #FFF, 1981px 858px #FFF, 547px 64px #FFF, 1533px 446px #FFF, 402px 1844px #FFF, 880px 560px #FFF, 376px 201px #FFF, 1426px 1176px #FFF, 277px 1767px #FFF, 1589px 1924px #FFF, 1685px 1738px #FFF, 173px 1715px #FFF, 1755px 912px #FFF, 15px 93px #FFF, 1264px 1486px #FFF, 1159px 1610px #FFF, 820px 912px #FFF, 218px 403px #FFF, 1020px 616px #FFF, 1359px 1053px #FFF, 888px 1446px #FFF, 1853px 1723px #FFF, 1249px 1178px #FFF, 85px 351px #FFF, 1470px 1883px #FFF, 1803px 1744px #FFF, 1047px 1445px #FFF, 247px 696px #FFF, 1629px 1524px #FFF, 1190px 954px #FFF, 1100px 975px #FFF, 1368px 1305px #FFF, 1734px 1170px #FFF, 297px 443px #FFF, 475px 1338px #FFF, 1928px 20px #FFF, 1474px 1286px #FFF, 1457px 55px #FFF, 325px 1436px #FFF, 1080px 1833px #FFF, 868px 792px #FFF, 896px 801px #FFF, 850px 1647px #FFF, 1462px 1617px #FFF, 1439px 1612px #FFF, 1012px 1084px #FFF, 1637px 552px #FFF, 491px 1787px #FFF, 1372px 1682px #FFF, 631px 1152px #FFF, 477px 432px #FFF, 1204px 1965px #FFF, 654px 1877px #FFF, 1462px 1418px #FFF, 1949px 433px #FFF, 106px 964px #FFF, 1331px 359px #FFF, 261px 689px #FFF, 1815px 130px #FFF, 332px 906px #FFF, 1665px 22px #FFF, 1743px 1299px #FFF, 584px 1978px #FFF, 1527px 1101px #FFF, 1204px 1716px #FFF, 1567px 919px #FFF, 639px 1427px #FFF, 926px 281px #FFF, 323px 283px #FFF, 1176px 900px #FFF, 666px 1806px #FFF, 1514px 768px #FFF, 789px 1484px #FFF, 1633px 1792px #FFF, 1117px 588px #FFF, 326px 174px #FFF, 1477px 1481px #FFF, 1708px 1563px #FFF, 1461px 1307px #FFF, 350px 963px #FFF, 731px 11px #FFF, 1970px 922px #FFF, 670px 511px #FFF, 1852px 1912px #FFF, 361px 52px #FFF, 625px 1607px #FFF, 1469px 1900px #FFF, 1690px 1689px #FFF, 1125px 630px #FFF, 679px 1410px #FFF, 57px 105px #FFF, 1681px 1720px #FFF, 654px 867px #FFF, 1362px 1386px #FFF, 1524px 240px #FFF, 758px 1589px #FFF, 23px 963px #FFF, 1265px 1844px #FFF, 1610px 1626px #FFF, 736px 1822px #FFF, 567px 1246px #FFF, 1260px 283px #FFF, 970px 1306px #FFF, 354px 1119px #FFF, 372px 1821px #FFF, 1229px 946px #FFF, 1001px 321px #FFF, 1250px 4px #FFF, 911px 1781px #FFF, 1173px 103px #FFF, 223px 790px #FFF, 892px 438px #FFF, 312px 171px #FFF, 614px 1425px #FFF, 761px 1893px #FFF, 116px 1673px #FFF, 1538px 1822px #FFF, 1602px 454px #FFF, 1613px 372px #FFF, 654px 1000px #FFF, 1333px 1501px #FFF, 1090px 983px #FFF, 676px 816px #FFF, 1363px 359px #FFF, 662px 1761px #FFF, 1365px 351px #FFF, 119px 1862px #FFF, 1881px 270px #FFF, 847px 1837px #FFF, 1508px 435px #FFF, 1524px 1612px #FFF, 6px 94px #FFF, 147px 328px #FFF, 611px 937px #FFF, 1089px 459px #FFF, 1099px 1516px #FFF, 1439px 200px #FFF, 1633px 852px #FFF, 895px 1683px #FFF, 220px 1003px #FFF, 5px 1844px #FFF, 1106px 1715px #FFF, 312px 313px #FFF, 64px 139px #FFF, 669px 83px #FFF, 401px 1070px #FFF, 822px 693px #FFF, 688px 1394px #FFF, 1903px 846px #FFF, 1329px 627px #FFF, 949px 1831px #FFF, 683px 1255px #FFF, 719px 915px #FFF, 1377px 1516px #FFF, 425px 1180px #FFF, 757px 921px #FFF, 1499px 1207px #FFF, 1973px 605px #FFF, 1835px 1430px #FFF, 323px 712px #FFF, 654px 1255px #FFF, 659px 29px #FFF, 811px 853px #FFF, 577px 1455px #FFF, 1812px 388px #FFF, 451px 921px #FFF, 724px 1764px #FFF, 1706px 1732px #FFF, 1572px 1365px #FFF, 1772px 1634px #FFF, 187px 696px #FFF, 878px 774px #FFF, 1734px 1981px #FFF, 980px 345px #FFF, 526px 572px #FFF, 1972px 1349px #FFF, 926px 966px #FFF, 1907px 68px #FFF, 1456px 1714px #FFF, 1248px 1967px #FFF, 310px 1407px #FFF, 1727px 819px #FFF, 769px 1268px #FFF, 1698px 1924px #FFF, 747px 65px #FFF, 1403px 162px #FFF, 349px 201px #FFF, 241px 1036px #FFF, 433px 223px #FFF, 110px 608px #FFF, 862px 1974px #FFF, 1558px 1082px #FFF, 1292px 1959px #FFF, 136px 441px #FFF, 132px 940px #FFF, 836px 1660px #FFF, 580px 807px #FFF, 529px 1383px #FFF, 1254px 493px #FFF, 749px 764px #FFF, 1025px 1281px #FFF, 1202px 719px #FFF, 1470px 849px #FFF, 1848px 1547px #FFF, 1855px 1661px #FFF, 461px 485px #FFF, 1217px 1405px #FFF, 805px 1926px #FFF, 67px 1868px #FFF, 1434px 1585px #FFF, 1929px 667px #FFF, 685px 1842px #FFF, 562px 1946px #FFF, 1850px 883px #FFF, 1561px 748px #FFF, 1568px 167px #FFF, 1446px 904px #FFF, 1888px 415px #FFF, 1568px 332px #FFF, 420px 1293px #FFF, 558px 1548px #FFF, 627px 564px #FFF, 1217px 1367px #FFF, 1481px 1132px #FFF, 848px 1416px #FFF, 388px 381px #FFF, 1947px 58px #FFF, 261px 1768px #FFF, 668px 199px #FFF, 1696px 241px #FFF, 1285px 1091px #FFF, 1118px 1979px #FFF, 889px 1883px #FFF, 1489px 1034px #FFF, 1685px 1660px #FFF, 559px 1398px #FFF, 690px 273px #FFF, 474px 751px #FFF, 170px 576px #FFF, 306px 1131px #FFF, 148px 213px #FFF, 702px 1989px #FFF, 200px 1966px #FFF, 631px 308px #FFF, 139px 316px #FFF, 710px 1564px #FFF, 1162px 1239px #FFF, 1637px 883px #FFF, 127px 1528px #FFF, 1765px 1700px #FFF, 1684px 1607px #FFF, 976px 1880px #FFF, 1223px 351px #FFF, 1784px 534px #FFF, 1432px 114px #FFF, 1747px 665px #FFF, 54px 773px #FFF, 1578px 980px #FFF, 1784px 1534px #FFF, 918px 1118px #FFF, 1733px 1458px #FFF, 188px 1444px #FFF, 1264px 977px #FFF, 1873px 1773px #FFF, 1066px 574px #FFF, 581px 196px #FFF, 1826px 667px #FFF, 518px 1040px #FFF, 1341px 1093px #FFF, 1378px 1895px #FFF, 1828px 1591px #FFF, 1101px 1215px #FFF, 596px 194px #FFF, 39px 1987px #FFF, 1669px 1761px #FFF, 1223px 462px #FFF, 1860px 827px #FFF, 1395px 138px #FFF, 1122px 933px #FFF, 627px 1959px #FFF, 952px 1190px #FFF, 854px 1630px #FFF, 387px 585px #FFF, 452px 283px #FFF, 428px 1177px #FFF, 154px 1358px #FFF, 1200px 1816px #FFF, 680px 530px #FFF, 1612px 1580px #FFF, 451px 801px #FFF, 400px 1699px #FFF, 1910px 1760px #FFF, 1836px 459px #FFF, 410px 580px #FFF, 1709px 1284px #FFF, 306px 460px #FFF, 1133px 1905px #FFF, 1110px 785px #FFF, 276px 1563px #FFF, 526px 1370px #FFF, 243px 728px #FFF, 112px 571px #FFF, 1243px 379px #FFF, 1690px 464px #FFF, 1406px 900px #FFF, 1258px 1952px #FFF, 759px 483px #FFF, 200px 665px #FFF, 1371px 1180px #FFF, 799px 597px #FFF, 363px 1899px #FFF, 692px 1967px #FFF, 729px 1525px #FFF, 1393px 704px #FFF, 561px 460px #FFF, 1572px 1376px #FFF, 1807px 925px #FFF, 70px 1777px #FFF, 1702px 1398px #FFF, 17px 86px #FFF, 121px 1453px #FFF, 637px 1846px #FFF, 1020px 1888px #FFF, 1771px 108px #FFF, 1074px 71px #FFF, 1516px 1906px #FFF, 754px 1508px #FFF, 556px 1053px #FFF, 680px 1759px #FFF, 225px 1648px #FFF, 350px 835px #FFF, 1031px 187px #FFF, 1436px 1589px #FFF, 711px 297px #FFF, 1881px 399px #FFF, 926px 773px #FFF, 529px 162px #FFF, 1481px 1942px #FFF, 395px 822px #FFF, 1189px 1694px #FFF, 1684px 1497px #FFF, 215px 200px #FFF
}

#stars2 {
    width: 2px;
    height: 2px;
    background: #fff0;
    box-shadow: 1119px 73px #FFF, 1842px 557px #FFF, 1379px 265px #FFF, 1731px 772px #FFF, 214px 1745px #FFF, 738px 247px #FFF, 990px 61px #FFF, 1745px 1853px #FFF, 1468px 146px #FFF, 199px 1294px #FFF, 1259px 1666px #FFF, 24px 923px #FFF, 1779px 664px #FFF, 751px 1522px #FFF, 1759px 18px #FFF, 102px 1587px #FFF, 1522px 1509px #FFF, 321px 1643px #FFF, 1300px 890px #FFF, 462px 1979px #FFF, 1356px 1237px #FFF, 1549px 58px #FFF, 251px 91px #FFF, 28px 564px #FFF, 1307px 1557px #FFF, 287px 283px #FFF, 432px 903px #FFF, 643px 643px #FFF, 1430px 1173px #FFF, 163px 285px #FFF, 268px 1591px #FFF, 491px 1045px #FFF, 642px 294px #FFF, 1765px 1200px #FFF, 1020px 265px #FFF, 1896px 1289px #FFF, 172px 1495px #FFF, 1396px 817px #FFF, 1160px 1463px #FFF, 1759px 1010px #FFF, 152px 1151px #FFF, 1893px 1489px #FFF, 1947px 1867px #FFF, 241px 1079px #FFF, 1075px 126px #FFF, 524px 462px #FFF, 922px 1661px #FFF, 840px 808px #FFF, 608px 1417px #FFF, 700px 460px #FFF, 562px 911px #FFF, 1279px 223px #FFF, 1611px 806px #FFF, 1443px 1994px #FFF, 455px 1801px #FFF, 1856px 1109px #FFF, 1575px 587px #FFF, 1106px 560px #FFF, 1756px 1037px #FFF, 498px 295px #FFF, 1373px 1838px #FFF, 338px 1412px #FFF, 178px 941px #FFF, 1835px 372px #FFF, 704px 1927px #FFF, 964px 59px #FFF, 1891px 1506px #FFF, 994px 656px #FFF, 899px 263px #FFF, 574px 1939px #FFF, 875px 1008px #FFF, 983px 222px #FFF, 674px 1789px #FFF, 283px 380px #FFF, 831px 1931px #FFF, 853px 1057px #FFF, 941px 69px #FFF, 1060px 1303px #FFF, 1972px 1570px #FFF, 1838px 426px #FFF, 1970px 1859px #FFF, 924px 1981px #FFF, 449px 1278px #FFF, 1751px 1236px #FFF, 274px 229px #FFF, 1919px 1000px #FFF, 1143px 1799px #FFF, 335px 347px #FFF, 1224px 1590px #FFF, 332px 362px #FFF, 1829px 211px #FFF, 953px 1719px #FFF, 1092px 1852px #FFF, 930px 1400px #FFF, 235px 1906px #FFF, 10px 1083px #FFF, 291px 1455px #FFF, 100px 935px #FFF, 1062px 861px #FFF, 544px 1197px #FFF, 1139px 1924px #FFF, 1405px 1665px #FFF, 1511px 1742px #FFF, 732px 1775px #FFF, 321px 1987px #FFF, 637px 1816px #FFF, 380px 116px #FFF, 807px 184px #FFF, 749px 1748px #FFF, 1343px 260px #FFF, 814px 301px #FFF, 50px 135px #FFF, 1496px 939px #FFF, 535px 1192px #FFF, 1654px 1970px #FFF, 1265px 579px #FFF, 1995px 1402px #FFF, 31px 592px #FFF, 1738px 1481px #FFF, 1229px 1944px #FFF, 1615px 169px #FFF, 525px 869px #FFF, 236px 1852px #FFF, 763px 1892px #FFF, 27px 1238px #FFF, 1508px 555px #FFF, 647px 1237px #FFF, 254px 1859px #FFF, 1448px 726px #FFF, 852px 738px #FFF, 1343px 655px #FFF, 687px 1754px #FFF, 1471px 610px #FFF, 300px 69px #FFF, 915px 818px #FFF, 1422px 1307px #FFF, 794px 1193px #FFF, 692px 579px #FFF, 486px 606px #FFF, 1076px 864px #FFF, 966px 1247px #FFF, 29px 730px #FFF, 1856px 1854px #FFF, 953px 306px #FFF, 625px 1889px #FFF, 966px 1538px #FFF, 811px 1094px #FFF, 1505px 1062px #FFF, 672px 1148px #FFF, 1195px 921px #FFF, 1661px 1720px #FFF, 242px 9px #FFF, 1806px 1313px #FFF, 1528px 1086px #FFF, 946px 1945px #FFF, 1890px 475px #FFF, 319px 2000px #FFF, 868px 1992px #FFF, 933px 1290px #FFF, 774px 978px #FFF, 1227px 1878px #FFF, 1030px 1546px #FFF, 192px 1167px #FFF, 202px 562px #FFF, 147px 1248px #FFF, 218px 1166px #FFF, 1971px 1366px #FFF, 1506px 27px #FFF, 1751px 1716px #FFF, 144px 479px #FFF, 1219px 260px #FFF, 1519px 666px #FFF, 3px 901px #FFF, 612px 1068px #FFF, 195px 547px #FFF, 1452px 1346px #FFF, 1477px 1958px #FFF, 1391px 693px #FFF, 167px 624px #FFF, 1818px 797px #FFF, 37px 601px #FFF, 964px 570px #FFF, 764px 1518px #FFF, 860px 42px #FFF, 1740px 958px #FFF, 312px 611px #FFF, 1457px 1927px #FFF, 1103px 1676px #FFF, 1943px 681px #FFF, 1339px 1801px #FFF, 1px 1003px #FFF, 434px 152px #FFF, 1758px 1620px #FFF, 1499px 883px #FFF, 649px 783px #FFF, 470px 18px #FFF, 1636px 1693px #FFF, 1653px 511px #FFF, 1937px 1885px #FFF, 1598px 1957px #FFF;
    animation: animStar 100s linear infinite
}

#stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: #fff0;
    box-shadow: 1119px 73px #FFF, 1842px 557px #FFF, 1379px 265px #FFF, 1731px 772px #FFF, 214px 1745px #FFF, 738px 247px #FFF, 990px 61px #FFF, 1745px 1853px #FFF, 1468px 146px #FFF, 199px 1294px #FFF, 1259px 1666px #FFF, 24px 923px #FFF, 1779px 664px #FFF, 751px 1522px #FFF, 1759px 18px #FFF, 102px 1587px #FFF, 1522px 1509px #FFF, 321px 1643px #FFF, 1300px 890px #FFF, 462px 1979px #FFF, 1356px 1237px #FFF, 1549px 58px #FFF, 251px 91px #FFF, 28px 564px #FFF, 1307px 1557px #FFF, 287px 283px #FFF, 432px 903px #FFF, 643px 643px #FFF, 1430px 1173px #FFF, 163px 285px #FFF, 268px 1591px #FFF, 491px 1045px #FFF, 642px 294px #FFF, 1765px 1200px #FFF, 1020px 265px #FFF, 1896px 1289px #FFF, 172px 1495px #FFF, 1396px 817px #FFF, 1160px 1463px #FFF, 1759px 1010px #FFF, 152px 1151px #FFF, 1893px 1489px #FFF, 1947px 1867px #FFF, 241px 1079px #FFF, 1075px 126px #FFF, 524px 462px #FFF, 922px 1661px #FFF, 840px 808px #FFF, 608px 1417px #FFF, 700px 460px #FFF, 562px 911px #FFF, 1279px 223px #FFF, 1611px 806px #FFF, 1443px 1994px #FFF, 455px 1801px #FFF, 1856px 1109px #FFF, 1575px 587px #FFF, 1106px 560px #FFF, 1756px 1037px #FFF, 498px 295px #FFF, 1373px 1838px #FFF, 338px 1412px #FFF, 178px 941px #FFF, 1835px 372px #FFF, 704px 1927px #FFF, 964px 59px #FFF, 1891px 1506px #FFF, 994px 656px #FFF, 899px 263px #FFF, 574px 1939px #FFF, 875px 1008px #FFF, 983px 222px #FFF, 674px 1789px #FFF, 283px 380px #FFF, 831px 1931px #FFF, 853px 1057px #FFF, 941px 69px #FFF, 1060px 1303px #FFF, 1972px 1570px #FFF, 1838px 426px #FFF, 1970px 1859px #FFF, 924px 1981px #FFF, 449px 1278px #FFF, 1751px 1236px #FFF, 274px 229px #FFF, 1919px 1000px #FFF, 1143px 1799px #FFF, 335px 347px #FFF, 1224px 1590px #FFF, 332px 362px #FFF, 1829px 211px #FFF, 953px 1719px #FFF, 1092px 1852px #FFF, 930px 1400px #FFF, 235px 1906px #FFF, 10px 1083px #FFF, 291px 1455px #FFF, 100px 935px #FFF, 1062px 861px #FFF, 544px 1197px #FFF, 1139px 1924px #FFF, 1405px 1665px #FFF, 1511px 1742px #FFF, 732px 1775px #FFF, 321px 1987px #FFF, 637px 1816px #FFF, 380px 116px #FFF, 807px 184px #FFF, 749px 1748px #FFF, 1343px 260px #FFF, 814px 301px #FFF, 50px 135px #FFF, 1496px 939px #FFF, 535px 1192px #FFF, 1654px 1970px #FFF, 1265px 579px #FFF, 1995px 1402px #FFF, 31px 592px #FFF, 1738px 1481px #FFF, 1229px 1944px #FFF, 1615px 169px #FFF, 525px 869px #FFF, 236px 1852px #FFF, 763px 1892px #FFF, 27px 1238px #FFF, 1508px 555px #FFF, 647px 1237px #FFF, 254px 1859px #FFF, 1448px 726px #FFF, 852px 738px #FFF, 1343px 655px #FFF, 687px 1754px #FFF, 1471px 610px #FFF, 300px 69px #FFF, 915px 818px #FFF, 1422px 1307px #FFF, 794px 1193px #FFF, 692px 579px #FFF, 486px 606px #FFF, 1076px 864px #FFF, 966px 1247px #FFF, 29px 730px #FFF, 1856px 1854px #FFF, 953px 306px #FFF, 625px 1889px #FFF, 966px 1538px #FFF, 811px 1094px #FFF, 1505px 1062px #FFF, 672px 1148px #FFF, 1195px 921px #FFF, 1661px 1720px #FFF, 242px 9px #FFF, 1806px 1313px #FFF, 1528px 1086px #FFF, 946px 1945px #FFF, 1890px 475px #FFF, 319px 2000px #FFF, 868px 1992px #FFF, 933px 1290px #FFF, 774px 978px #FFF, 1227px 1878px #FFF, 1030px 1546px #FFF, 192px 1167px #FFF, 202px 562px #FFF, 147px 1248px #FFF, 218px 1166px #FFF, 1971px 1366px #FFF, 1506px 27px #FFF, 1751px 1716px #FFF, 144px 479px #FFF, 1219px 260px #FFF, 1519px 666px #FFF, 3px 901px #FFF, 612px 1068px #FFF, 195px 547px #FFF, 1452px 1346px #FFF, 1477px 1958px #FFF, 1391px 693px #FFF, 167px 624px #FFF, 1818px 797px #FFF, 37px 601px #FFF, 964px 570px #FFF, 764px 1518px #FFF, 860px 42px #FFF, 1740px 958px #FFF, 312px 611px #FFF, 1457px 1927px #FFF, 1103px 1676px #FFF, 1943px 681px #FFF, 1339px 1801px #FFF, 1px 1003px #FFF, 434px 152px #FFF, 1758px 1620px #FFF, 1499px 883px #FFF, 649px 783px #FFF, 470px 18px #FFF, 1636px 1693px #FFF, 1653px 511px #FFF, 1937px 1885px #FFF, 1598px 1957px #FFF
}

#stars3 {
    width: 3px;
    height: 3px;
    background: #fff0;
    box-shadow: 635px 102px #FFF, 1728px 1928px #FFF, 1799px 230px #FFF, 533px 1781px #FFF, 242px 1378px #FFF, 1316px 843px #FFF, 484px 701px #FFF, 1162px 741px #FFF, 334px 1744px #FFF, 860px 764px #FFF, 1681px 763px #FFF, 1336px 744px #FFF, 1532px 1503px #FFF, 1393px 365px #FFF, 454px 1362px #FFF, 1596px 81px #FFF, 931px 1487px #FFF, 850px 1588px #FFF, 777px 1673px #FFF, 661px 865px #FFF, 660px 1682px #FFF, 816px 768px #FFF, 263px 1867px #FFF, 1410px 1901px #FFF, 840px 866px #FFF, 385px 29px #FFF, 545px 18px #FFF, 508px 1679px #FFF, 434px 1249px #FFF, 1915px 1161px #FFF, 414px 1794px #FFF, 1384px 1708px #FFF, 1955px 1355px #FFF, 1091px 1928px #FFF, 707px 1112px #FFF, 166px 876px #FFF, 1206px 878px #FFF, 477px 75px #FFF, 1093px 1063px #FFF, 222px 99px #FFF, 467px 1407px #FFF, 1232px 911px #FFF, 1708px 245px #FFF, 534px 1603px #FFF, 899px 686px #FFF, 1800px 810px #FFF, 1908px 1768px #FFF, 1876px 639px #FFF, 1361px 1332px #FFF, 1472px 1359px #FFF, 219px 1674px #FFF, 33px 1772px #FFF, 528px 589px #FFF, 14px 57px #FFF, 1526px 1060px #FFF, 846px 1598px #FFF, 1941px 527px #FFF, 1037px 1493px #FFF, 792px 136px #FFF, 562px 1680px #FFF, 145px 765px #FFF, 2px 172px #FFF, 1721px 1699px #FFF, 1139px 156px #FFF, 552px 588px #FFF, 326px 1847px #FFF, 447px 1402px #FFF, 24px 950px #FFF, 1558px 1437px #FFF, 1792px 478px #FFF, 1855px 554px #FFF, 86px 839px #FFF, 749px 466px #FFF, 763px 679px #FFF, 785px 756px #FFF, 593px 126px #FFF, 1702px 961px #FFF, 606px 1961px #FFF, 79px 446px #FFF, 347px 1601px #FFF, 744px 1741px #FFF, 328px 1677px #FFF, 785px 1987px #FFF, 1205px 1355px #FFF, 794px 1715px #FFF, 448px 1782px #FFF, 108px 94px #FFF, 1085px 1674px #FFF, 1587px 1992px #FFF, 1059px 566px #FFF, 1021px 409px #FFF, 1645px 1824px #FFF, 291px 1779px #FFF, 1455px 723px #FFF, 1395px 1822px #FFF, 1610px 1098px #FFF, 581px 439px #FFF, 854px 1446px #FFF, 435px 325px #FFF, 1711px 808px #FFF;
    animation: animStar 150s linear infinite
}

#stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: #fff0;
    box-shadow: 635px 102px #FFF, 1728px 1928px #FFF, 1799px 230px #FFF, 533px 1781px #FFF, 242px 1378px #FFF, 1316px 843px #FFF, 484px 701px #FFF, 1162px 741px #FFF, 334px 1744px #FFF, 860px 764px #FFF, 1681px 763px #FFF, 1336px 744px #FFF, 1532px 1503px #FFF, 1393px 365px #FFF, 454px 1362px #FFF, 1596px 81px #FFF, 931px 1487px #FFF, 850px 1588px #FFF, 777px 1673px #FFF, 661px 865px #FFF, 660px 1682px #FFF, 816px 768px #FFF, 263px 1867px #FFF, 1410px 1901px #FFF, 840px 866px #FFF, 385px 29px #FFF, 545px 18px #FFF, 508px 1679px #FFF, 434px 1249px #FFF, 1915px 1161px #FFF, 414px 1794px #FFF, 1384px 1708px #FFF, 1955px 1355px #FFF, 1091px 1928px #FFF, 707px 1112px #FFF, 166px 876px #FFF, 1206px 878px #FFF, 477px 75px #FFF, 1093px 1063px #FFF, 222px 99px #FFF, 467px 1407px #FFF, 1232px 911px #FFF, 1708px 245px #FFF, 534px 1603px #FFF, 899px 686px #FFF, 1800px 810px #FFF, 1908px 1768px #FFF, 1876px 639px #FFF, 1361px 1332px #FFF, 1472px 1359px #FFF, 219px 1674px #FFF, 33px 1772px #FFF, 528px 589px #FFF, 14px 57px #FFF, 1526px 1060px #FFF, 846px 1598px #FFF, 1941px 527px #FFF, 1037px 1493px #FFF, 792px 136px #FFF, 562px 1680px #FFF, 145px 765px #FFF, 2px 172px #FFF, 1721px 1699px #FFF, 1139px 156px #FFF, 552px 588px #FFF, 326px 1847px #FFF, 447px 1402px #FFF, 24px 950px #FFF, 1558px 1437px #FFF, 1792px 478px #FFF, 1855px 554px #FFF, 86px 839px #FFF, 749px 466px #FFF, 763px 679px #FFF, 785px 756px #FFF, 593px 126px #FFF, 1702px 961px #FFF, 606px 1961px #FFF, 79px 446px #FFF, 347px 1601px #FFF, 744px 1741px #FFF, 328px 1677px #FFF, 785px 1987px #FFF, 1205px 1355px #FFF, 794px 1715px #FFF, 448px 1782px #FFF, 108px 94px #FFF, 1085px 1674px #FFF, 1587px 1992px #FFF, 1059px 566px #FFF, 1021px 409px #FFF, 1645px 1824px #FFF, 291px 1779px #FFF, 1455px 723px #FFF, 1395px 1822px #FFF, 1610px 1098px #FFF, 581px 439px #FFF, 854px 1446px #FFF, 435px 325px #FFF, 1711px 808px #FFF
}

#title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 10px;
    margin-top: -60px;
    padding-left: 10px
}

@keyframes animStar {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-2000px)
    }
}

.service-hire-sec {
    padding: 70px 0
}

.service-hire-col {
    display: flex;
    justify-content: center;
    max-width: 900px;
    width: 100%;
    margin: auto
}

.home-noservice {
    padding: 30px 40px;
    background: #333;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.home-noservice h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 40px
}

.home-noservice h4 strong {
    font-weight: 600
}

.home-noservice .common-btn {
    background: #fff;
    color: #333;
    margin-bottom: 15px
}

.home-noservice .common-btn:hover {
    color: #fff
}

.home-nohire {
    padding: 30px 40px;
    background-image: linear-gradient(140deg, #76B91D, #4eca35);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    overflow: hidden
}

.home-nohire:before {
    background: url(../images/bg4.png) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 815px;
    height: 480px
}

.home-nohire h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 40px
}

.home-nohire h4 strong {
    font-weight: 600
}

.home-nohire .common-btn {
    background: #fff;
    color: #333;
    margin-bottom: 15px
}

.home-nohire .common-btn:hover {
    color: #fff
}

.home-nohire .common-btn::after {
    background: #242424
}

.industry-sec .container {
    max-width: 1150px
}

.industry-col {
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / .05);
    margin: 20px 15px
}

.industry-col a {
    display: flex;
    width: 100%;
    align-items: center
}

.industry-col a:hover .discuss-link {
    color: #62a70a
}

.industry-col .industry-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px
}

.industry-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2f2f2f;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px
}

.industry-left p {
    font-size: 14px;
    line-height: 22px;
    color: #2f2f2f;
    z-index: 1;
    position: relative
}

.discuss-link {
    font-size: 14px;
    font-weight: 600;
    color: #3a2491
}

.discuss-link i {
    font-size: 18px;
    vertical-align: text-bottom
}

.discuss-link a {
    font-size: 14px;
    font-weight: 600;
    color: #3a2491
}

.discuss-link a i {
    font-size: 18px;
    vertical-align: text-bottom
}

.discuss-link a:hover {
    color: #62a70a
}

.indus-no {
    font-size: 90px;
    font-weight: 600;
    color: #e0e9f0;
    position: absolute;
    top: 35px;
    z-index: 0;
    line-height: 1
}

.letsdiscuss-sec {
    padding: 70px 0
}

.letsdiscuss-col {
    max-width: 900px;
    width: 100%;
    margin: auto
}

.home-letsdiscuss {
    padding: 40px 40px;
    background-image: linear-gradient(to right, #3a2491, #416fce);
    border-radius: 15px;
    text-align: center;
    position: relative
}

.letsdis-ico {
    font-size: 180px;
    color: rgb(255 255 255 / 20%);
    position: absolute;
    right: 6px;
    bottom: 0;
    line-height: 1;
    transform: rotate(332deg)
}

.home-letsdiscuss h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 40px
}

.home-letsdiscuss p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    max-width: 660px;
    margin: auto
}

.home-letsdiscuss .common-btn {
    background: #fff;
    color: #333;
    margin-top: 25px
}

.home-letsdiscuss .common-btn:hover {
    color: #fff
}

.trending-tec-sec {
    padding: 70px 0 0
}

.trending-tec-sec .container {
    max-width: 1200px
}

.trending-tec-cols {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.trend-col {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #454545
}

.trend-col span {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    min-height: 70px;
    text-align: center;
    justify-content: center;
    align-items: center
}

.clients-sec {
    padding: 90px 0 70px;
    background: #f4f4f4
}

#testimonial-slider .item {
    padding: 10px
}

.testi {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / .08);
    overflow: hidden;
    padding: 20px 20px 12px
}

.testi1 {
    margin-left: 41px;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / .08);
    overflow: hidden;
    padding: 20px 20px 12px
}

@media screen and (max-width:575px) {
    .testi1 {
        margin-left: 20px !important
    }
}

.testi img {
    width: auto !important
}

.user-pic {
    width: 95px;
    height: 95px;
    overflow: hidden
}

.testi h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px
}

.testi h4 small {
    font-size: 13px;
    color: #939191
}

.testi p {
    font-size: 15px;
    color: #111;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 300
}

.test-location {
    color: #000;
    margin: 10px 0
}

.quote-icon {
    position: absolute;
    right: 40px;
    top: 40px
}

.rating-star {
    margin: 10px 0 15px
}

.test-head {
    display: flex;
    margin-bottom: 15px
}

.user-text {
    margin-left: 18px
}

.clients-slidersec .owl-nav {
    margin: 0
}

.clients-slidersec .owl-nav .owl-prev:hover {
    background: #fff;
    color: #000
}

.clients-slidersec .owl-nav .owl-next:hover {
    background: #fff;
    color: #000
}

.clients-slidersec .owl-nav .owl-prev {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px
}

.clients-slidersec .owl-nav [class*=owl-] {
    color: #444;
    font-size: 42px;
    text-align: center;
    line-height: 51px
}

.clients-slidersec .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px
}

.clients-video {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px
}

.clients-videosec h3 {
    font-size: 24px;
    font-weight: 600;
    color: #252525
}

.clients-videosec p {
    font-size: 16px;
    color: #252525
}

.gettouch-sec {
    background: url(../images/get-touch-bg.jpg) no-repeat #3a2491;
    background-size: cover;
    padding: 30px 0 10px
}

.gettouch-text h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding-right: 10%;
    margin-bottom: 20px;
    line-height: 55px
}

.gettouch-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-right: 8%;
    line-height: 25px
}

.contact-form .form-control {
    border: none;
    font-size: 14px
}

.contact-form .common-btn {
    background: #fff;
    color: #3a2491;
    padding: 12px 35px
}

.contact-form .form-group {
    margin-bottom: 1.4rem
}

.contact-form textarea {
    padding: 10px !important;
    border: none !important
}

footer {
    background: url(../images/footer-bg.png) no-repeat #F8F8F9;
    padding: 50px 0 20px;
    background-position: center;
    background-size: 60%
}

footer .links h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px
}

footer .links ul {
    padding: 0;
    margin: 0
}

footer .links ul li {
    list-style: none
}

footer .links ul li a {
    font-size: 15px;
    line-height: 34px;
    color: #333
}

footer .links ul li a:hover {
    color: #62a70a
}

.part-txt {
    margin-top: 15px
}

.part-txt p {
    font-size: 14px;
    line-height: 24px;
    color: #333
}

footer .container {
    max-width: 1250px
}

footer hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.touch-ico {
    background-color: #fff;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px #e1e1e1;
    line-height: 49px;
    margin-right: 15px;
    max-width: 49px;
    flex: 0 0 49px
}

.footer-touch-col a {
    display: flex
}

.footer-touch-col a:hover h5 {
    color: #62a70a
}

.touch-text p {
    margin-bottom: 5px
}

.touch-text h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 0
}

.bottom-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.copytight p {
    margin-bottom: 0
}

.social-footer {
    margin-top: 0;
    padding-right: 45px
}

.social-items {
    display: inline-block;
    margin: 0 5px;
    transition: 0.3s
}

.icon-fa {
    display: inline-block;
    font-size: 24px;
    line-height: 35px;
    background: #fff;
    color: #3a2491;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    float: left;
    box-shadow: 0 0 30px #e1e1e1;
    border: 1px solid #e1e1e1
}

.icon-fa svg {
    width: 19px;
    vertical-align: -1px;
    fill: #3a2491
}

.social-items a:hover .icon-fa svg {
    fill: #fff
}

.social-items a:hover .icon-fa {
    background: #3a2491;
    border-color: #3a2491;
    color: #fff
}

.fixed-nav .navbar-nav .nav-item:last-child .nav-link {
    background: #fff;
    color: #000;
    border: none;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .2))
}

header.main-header.fixed-nav .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
    color: #000;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .2))
}

.inner-banner {
    position: relative;
    background: #fff
}

.inner-banner-text {
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-70%);
    z-index: 1;
    max-width: 1600px;
    margin: auto;
    right: 0;
    padding-left: 100px;
    padding-right: 50px
}

.inner-banner-text h1 {
    font-size: 41px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    max-width: 75%
}

.inner-banner-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
    max-width: 60%;
    margin-top: 20px
}

.inner-banner-pic img {
    width: 100%
}

.about-page-txt {
    margin-top: 60px
}

.about-page-txt .title-col {
    text-align: left
}

.about-page-txt .title {
    text-align: left;
    font-size: 36px
}

.about-page-txt .title span {
    font-size: 100px;
    margin-bottom: 10px
}

.inner-title {
    font-size: 36px;
    color: #3a2491;
    font-weight: 600
}

.about-impact {
    background: url(../images/dots.png) no-repeat;
    background-position: right bottom
}

.about-impact .col-lg-4 {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%
}

.about-impact .col-lg-7 {
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%
}

.about-impact-text {
    padding-left: 60px;
    padding-right: 60px
}

.about-impact-text h2 {
    margin-bottom: 20px;
    max-width: 435px;
    line-height: 50px
}

.p-size {
    font-size: 16px;
    color: #151515;
    line-height: 30px
}

.ourworking-sec {
    padding: 60px 0
}

.ourworking-col {
    text-align: center
}

.whychoose-sec {
    background: url(../images/whychoose-bg.jpg) no-repeat #e6e8ec;
    background-size: cover;
    padding: 70px 0;
    margin: 30px 0
}

.whychoose-sec .title-col {
    text-align: left
}

.whychoose-sec .title {
    text-align: left;
    font-size: 36px
}

.whychoose-sec .title span {
    font-size: 90px
}

.why-cols {
    background: #999;
    padding: 30px;
    border-radius: 20px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .2))
}

.color1 {
    background: #5bbaba
}

.color2 {
    background: #4b98ba
}

.color3 {
    background: #5575c3
}

.color4 {
    background: #7f5cc4
}

.color5 {
    background: #adca69
}

.color6 {
    background: #caab69
}

.why-ico i {
    font-size: 36px;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    margin-right: 30px;
    color: #fff
}

.why-cols p {
    font-size: 19px;
    color: #fff;
    margin-bottom: 0
}

.service-col {
    background: #444;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%)
}

.service-col-left {
    padding: 40px
}

.service-col-right {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right
}

.service-head {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center
}

.service-head h3 {
    font-size: 30px;
    font-weight: 600
}

.service-col-text {
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 30%);
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
    padding: 20px 0
}

.service-col-left .slide-tech-ico1 img {
    opacity: 1
}

.service-col-left .slide-tech-ico1 {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.service-col-left .slide-tech-ico {
    margin-bottom: 0;
    margin-top: 20px
}

.service-col-right img {
    height: 100%;
    object-fit: cover
}

.service-head .common-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 25px;
    font-size: 15px
}

.service-head .common-btn:hover {
    color: #000
}

.service-head .common-btn::after {
    background: #fff
}

.servies-page {
    margin-bottom: 70px
}

.grad1 {
    background-image: linear-gradient(to right, #633cfe, #3c2596)
}

.grad2 {
    background-image: linear-gradient(to right, #fc5392, #fa6575)
}

.grad3 {
    background-image: linear-gradient(140deg, #76B91D, #4eca35)
}

.grad4 {
    background-image: linear-gradient(to right, #EC8E26, #EA733C)
}

.contact-banner {
    position: relative
}

.contact-container {
    position: absolute;
    max-width: 900px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: 20%
}

.cont-title {
    text-align: center;
    margin-bottom: 30px
}

.cont-title h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0
}

.contact-star-col {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px
}

.star-up {
    margin-bottom: 15px
}

.con-star-col {
    font-size: 17px;
    font-style: italic;
    color: #fff;
    margin-bottom: 25px
}

.contact-pageform {
    padding: 0 90px
}

.contact-pageform .form-group {
    margin-bottom: 25px
}

.contact-pageform .form-control {
    background: #fff;
    border: none;
    border-radius: 5px;
    height: 47px;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.contact-pageform textarea.form-control {
    height: auto
}

.contact-page .title span {
    font-size: 100px;
    margin-bottom: 5px
}

.contact-page {
    padding: 70px 0
}

.cdetails-col {
    text-align: center
}

.w-iconbox-icon i {
    font-size: 60px;
    color: #595959
}

.w-iconbox-title {
    color: #323232;
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0
}

.w-iconbox-text p {
    font-size: 16px;
    color: #323232;
    line-height: 30px;
    padding: 0 15px;
    margin-bottom: 0
}

.footer-social {
    margin-top: 15px
}

.footer-social a {
    margin: 0 3px
}

.footer-social a img {
    max-height: 40px
}

.contact-details {
    margin-top: 70px
}

.b-lr {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb
}

.contact-s-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px
}

.c-skype {
    background: #5ab4f1;
    width: 100%;
    border: 2px solid #fff
}

.c-skype a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 15px
}

.c-s-ico {
    font-size: 57px;
    margin-right: 15px
}

.c-s-text h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px
}

.c-s-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff
}

.c-whatsapp {
    background: #4a9d17;
    width: 100%
}

.c-email {
    background: #5f5f5f;
    width: 100%
}

.m-service-head {
    padding: 60px 0
}

.m-service-htext .title-col {
    text-align: left;
    margin-bottom: 25px
}

.m-service-htext .title {
    text-align: left;
    font-size: 36px
}

.m-service-htext .title span {
    font-size: 100px;
    margin-bottom: 10px
}

.m-service-htext p {
    font-size: 15px;
    color: #151515;
    font-weight: 400;
    line-height: 27px
}

.service-tlink {
    margin-top: 20px
}

.service-tlink a {
    font-size: 16px;
    font-weight: 600;
    color: #3a2491
}

.service-tlink a i {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 2px
}

.app-advantage-sec {
    margin-top: 60px
}

.m-service-text2 .title-col {
    text-align: left;
    margin-bottom: 30px
}

.m-service-text2 .title {
    text-align: left;
    font-size: 36px
}

.m-service-text2 .title span {
    font-size: 65px;
    margin-bottom: 10px
}

.m-service-text2 ul {
    padding: 0
}

.m-service-text2 ul li {
    font-size: 16px;
    color: #434343;
    margin-bottom: 18px;
    list-style: none;
    position: relative;
    padding-left: 37px
}

.m-service-text2 ul li:before {
    background: url(../images/yellow-arrow.png) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px
}

.inner-service-slides {
    position: relative;
    margin-bottom: 90px
}

.inner-service-slides .owl-nav .owl-prev {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 2.5%;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 16px
}

.inner-service-slides .owl-nav span {
    position: relative
}

.inner-service-slides .owl-nav .owl-next {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 2.5%;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 16px
}

.inner-service-slides .owl-nav i {
    font-size: 2rem;
    color: #ccc
}

.process-container {
    max-width: 1350px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-wrap: wrap
}

.process-flowcol {
    margin-top: 70px;
    position: relative
}

.process-flowcol:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16%;
    height: 2px;
    background: #ee9d10
}

.process-flowcol:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16%;
    height: 2px;
    background: #3a2491
}

.flowcol {
    max-width: 20%;
    flex: 0 0 20%;
    border-bottom: 2px solid #444
}

.flowcol-title {
    display: flex;
    align-items: center
}

.flowcol-ico {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background: #444;
    margin-right: 15px
}

.flowcol-title h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 70%;
    flex: 0 0 70%
}

.flowcol-bullets {
    margin-top: 20px
}

.flowcol-bullets ul {
    padding: 0;
    list-style: none;
    margin-left: 25px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-right: 29px
}

.flowcol-bullets ul:before {
    content: "";
    position: absolute;
    left: 4px;
    top: -20px;
    width: 2px;
    height: 112%;
    background: #444
}

.flowcol-bullets ul li {
    font-size: 14px;
    margin: 10px 0;
    position: relative;
    padding-left: 30px
}

.flowcol-bullets ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #444;
    border-radius: 50%
}

.flowcol1 {
    border-color: #ee9d10
}

.flowcol1 .flowcol-ico {
    background: #ee9d10
}

.flowcol1 .flowcol-bullets ul:before {
    background: #ee9d10
}

.flowcol1 .flowcol-bullets ul li:before {
    background: #ee9d10
}

.flowcol1 .flowcol-title h4 {
    color: #ee9d10
}

.flowcol2 {
    border-color: #59c185
}

.flowcol2 .flowcol-ico {
    background: #59c185
}

.flowcol2 .flowcol-bullets ul:before {
    background: #59c185
}

.flowcol2 .flowcol-bullets ul li:before {
    background: #59c185
}

.flowcol2 .flowcol-title h4 {
    color: #59c185
}

.flowcol3 {
    border-color: #1896d7
}

.flowcol3 .flowcol-ico {
    background: #1896d7
}

.flowcol3 .flowcol-bullets ul:before {
    background: #1896d7
}

.flowcol3 .flowcol-bullets ul li:before {
    background: #1896d7
}

.flowcol3 .flowcol-title h4 {
    color: #1896d7
}

.flowcol4 {
    border-color: #8418d7
}

.flowcol4 .flowcol-ico {
    background: #8418d7
}

.flowcol4 .flowcol-bullets ul:before {
    background: #8418d7
}

.flowcol4 .flowcol-bullets ul li:before {
    background: #8418d7
}

.flowcol4 .flowcol-title h4 {
    color: #8418d7
}

.flowcol5 {
    border-color: #3a2491
}

.flowcol5 .flowcol-ico {
    background: #3a2491
}

.flowcol5 .flowcol-bullets ul:before {
    background: #3a2491
}

.flowcol5 .flowcol-bullets ul li:before {
    background: #3a2491
}

.flowcol5 .flowcol-title h4 {
    color: #3a2491
}

.services-desccol {
    background: #f6f9fe;
    padding: 70px 0
}

.services-dcol {
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    margin-bottom: 30px
}

.services-inner-dcol {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.services-dicon {
    margin-right: 15px;
    width: 70px
}

.services-dtxt h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 34px
}

.services-dcol p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px
}

.services-desccol .title-col {
    margin-bottom: 55px
}

.hire-model-title {
    font-size: 36px;
    font-weight: 600;
    color: #151515
}

.hire-model-para {
    font-size: 28px;
    font-weight: 300;
    color: #2f2f2f
}

.hire-model-para strong {
    font-weight: 600
}

.hire-timing-sec {
    margin: 50px 0 70px
}

.hire-timing-col {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px
}

.hire-timing-col h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0
}

.inner-timing-col {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin-top: 25px;
    position: relative;
    padding: 20px
}

.timing-clock {
    background: #3a2491;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
    position: absolute;
    right: 20px;
    top: -37px;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%)
}

.inner-timing-col p {
    font-size: 16px;
    font-weight: 500;
    color: #3c3c3c;
    margin-bottom: 5px
}

.inner-timing-col h5 {
    font-weight: 600;
    font-size: 18px;
    color: #000
}

.inner-timing-col h5 span {
    color: #3a2491
}

.dedicated-hiresec {
    background: #f2f7fc;
    padding: 70px 0
}

.dedicated-hiresec .trend-col {
    flex: 0 0 23.5%;
    max-width: 23.5%;
    background: #fff;
    margin: 0 .7% 1.4%;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500
}

.hirepara-fig {
    height: 100%
}

.hirepara-fig img {
    height: 100%;
    object-fit: cover
}

.hirepara-txt {
    padding: 60px 7% 60px 8%;
    height: 100%;
    width: 100%
}

.hirepara-txt h4 {
    font-size: 30px;
    color: #3a2491;
    font-weight: 600;
    line-height: 45px
}

.hirepara-txt i {
    color: #000;
    font-size: 21px;
    line-height: 34px;
    margin: 20px 0;
    font-style: normal;
    font-weight: 300;
    display: block
}

.hirepara-txt p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0
}

.faq-sec {
    padding-top: 60px
}

.faq-questions {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto
}

.faq-questions .card-header {
    background: #ddd;
    margin-top: 10px !important;
    padding: 15px 0;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px !important
}

.accordion .card-header.collapsed:hover {
    background: #ddd
}

.accordion .card-header.collapsed {
    background: #f5f5f5
}

.faq-questions .card-header.collapsed a.card-title {
    color: #333;
    font-weight: 500;
    font-size: 16px
}

.faq-questions .card-header a.card-title {
    color: #111;
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 38px;
    text-align: left
}

.faq-questions .card {
    border: none;
    background: none
}

.faq-questions .card-body {
    background: #fff;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateY(-15px)
}

.faq-questions .card-body p {
    margin-bottom: 0;
    padding: 20px;
    text-align: left;
    background: #f9f9f9
}

.faq-questions .card-title {
    font-size: 18px;
    margin-bottom: 0;
    width: 100%
}

.accordion .card-header:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f068";
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 18px;
    line-height: 1.5
}

.accordion .card-header.collapsed:after {
    content: "\f067";
    color: #000
}

.blog-page {
    margin: 100px 0 50px
}

.blog-page .blog-col {
    padding: 0 0;
    margin-bottom: 50px
}

.blog-col {
    padding: 0 30px
}

.blog-col a {
    display: block
}

.blog-pic {
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    background: #000
}

.blog-pic img {
    transition: all 0.3s ease-in
}

.blog-col a:hover .blog-pic img {
    opacity: .9;
    transform: scale(1.1)
}

.blog-col p {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px
}

.blog-col h4 {
    font-size: 16px;
    font-weight: #313131;
    font-weight: 400;
    line-height: 24px
}

.blog-datetime {
    display: flex;
    margin-bottom: 10px
}

.blog-datetime p {
    margin: 0;
    font-size: 13px;
    color: #555;
    font-weight: 400;
    margin-right: 15px
}

.blog-datetime p i {
    font-size: 18px;
    vertical-align: bottom
}

.blog-detail-banner {
    height: 85px;
    overflow: hidden
}

.inner-wrapper {
    margin: 70px 0
}

.blog-detail {
    max-width: 850px;
    margin: auto;
    width: 100%
}

.blog-detail-content {
    margin: 30px 0
}

.blog-detail-content p {
    color: #45464b;
    font-size: 17px;
    line-height: 30px
}

.blog-detail-content h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 40px 0 20px
}

.blog-detail-content h5 {
    font-size: 26px;
    font-weight: 600;
    margin: 40px 0 20px
}

.blog-detail-content ul {
    padding-left: 16px
}

.blog-detail-content ul li {
    margin: 15px 0;
    font-size: 18px
}

.blog-detail-content ul li strong {
    font-weight: 500
}

.blog-detail-content p em {
    font-style: normal;
    border-left: 3px solid #366DAE;
    padding-left: 20px;
    font-weight: 400;
    display: block;
    margin: 30px 0
}

.blog-detail-content p strong {
    border-bottom: 1px solid #000
}

.blog-detail-title {
    margin-bottom: 0
}

.blog-detail-title h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px
}

.blog-detail-title .blog-date {
    font-size: 16px
}

.other-blogs-sec {
    margin-top: 70px
}

.other-blogs-sec .blog-col {
    margin-bottom: 40px;
    padding: 0
}

.other-blogs-sec .title-col {
    margin-bottom: 50px
}

.pagination-col {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 40px
}

.pagination {
    justify-content: center
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%
}

.pagination-col .page-numbers {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    line-height: 45px;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .1)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .1)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .1))
}

.pagination-col .page-link:hover {
    background: #3a2491;
    color: #fff
}

.page-numbers.current {
    z-index: 1;
    color: #fff;
    background: #3a2491
}

.other-blogs-sec .title {
    font-size: 30px
}

.blog-banner {
    margin-bottom: 30px
}

.blog-banner .container {
    position: relative;
    background: #fff
}

.blog-banner .blog_containt {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    max-width: 330px
}

.blog-banner .blog_containt h1 {
    background: #3a2491;
    color: #fff;
    margin-top: 0;
    font-size: 13px;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block
}

.blog-banner .blog_containt p {
    color: #fff;
    font-size: 26px;
    margin: 5px 0 10px;
    font-weight: 600
}

.blog-banner .blog_containt small {
    color: #fff;
    font-size: 14px;
    margin: 5px 0 30px;
    display: block;
    font-weight: 300;
    letter-spacing: 1px
}

.blog-banner .owl-nav .owl-prev {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.blog-banner .owl-nav span {
    position: relative
}

.blog-banner .owl-nav .owl-next {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.blog-banner .owl-nav i {
    font-size: 2rem;
    color: #3b2390
}

#blog-slider .owl-item {
    position: relative
}

#blog-slider .owl-item:before {
    content: "";
    background: rgb(118 185 29 / 85%);
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 98.8%
}

.techno-fig .hire-model-para {
    font-size: 21px
}

.tech-fig {
    margin-top: 30px
}

.tech-stack-for-android {
    padding: 60px 0 70px 0;
    background: #F2F7FC;
    position: relative;
    margin: 70px 0
}

.tech-stack-for-android .topic {
    color: #282d3b;
    font-weight: 800;
    font-size: 35px;
    line-height: 36px;
    padding-top: 25px;
    letter-spacing: .5px
}

.tech-stack-for-android .topic:before {
    position: absolute;
    left: 15px;
    top: 0;
    content: "";
    height: 4px;
    width: 60px;
    background-color: #3a2491
}

.tech-stack-for-android .sub-topic {
    margin: 10px auto 0;
    text-align: left;
    font-weight: 300;
    max-width: 714px;
    color: #999b9f;
    font-size: 17px;
    line-height: 26px
}

.tech-stack-for-android p {
    color: #1d202a;
    font-size: 16px;
    line-height: 29px;
    padding-top: 10px;
    margin-top: 18px
}

.tech-stack-for-android-left-bar h6 {
    font-weight: 800
}

.tech-stack-for-android-left-bar .icon {
    display: inline-block;
    height: 100px;
    width: 100px;
    margin: 9px 24px 9px 0;
    background: #fff;
    box-shadow: 0 8px 30px -10px rgb(0 0 0 / 35%);
    cursor: pointer;
    transition: box-shadow .3s;
    line-height: 90px;
    text-align: center
}

.tech-stack-for-android-left-bar .icon:hover {
    box-shadow: 0 8px 50px 10px rgb(0 0 0 / .10)
}

.tech-stack-for-android-right-bar {
    top: 115px;
    left: 1px;
    padding: 40px 50px 35px;
    height: 465px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgb(0 0 0 / .1);
    color: #383d4c;
    font-size: 15px;
    line-height: 26px;
    z-index: 2;
    margin-top: 45px;
    position: sticky;
    position: -webkit-sticky
}

.tech-stack-for-android-right-bar .topic {
    padding-top: 0
}

.tech-stack-for-android-right-bar p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
    max-width: initial;
    margin-bottom: 30px
}

.tech-stack-for-android-right-bar .topic:before {
    left: 45px
}

.tech-stack-for-android-right-bar h6 {
    font-size: 18px;
    font-weight: 800
}

.tech-stack-for-android-right-bar hr {
    margin-right: -50px;
    margin-left: -50px
}

.tech-stack-for-android-right-bar span {
    color: #999b9f;
    font-size: 15px;
    line-height: 26px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #fff;
    border: 1px solid #3a2491
}

.common-modal .modal-content {
    border: 0;
    padding: 0
}

.common-modal .modal-header {
    font-size: 35px;
    font-weight: 700;
    border-radius: 0;
    border: 0
}

.common-modal .close {
    color: #000;
    margin: 0;
    opacity: 1;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: #fff;
    padding: 10px
}

.common-modal .small-title {
    font-size: 35px
}

.common-modal .form-control {
    background: #fff;
    border-color: #b6b6b6;
    font-size: 13px;
    font-weight: 400;
    height: calc(2em + .75rem + 2px)
}

.login-form .form-group select.form-control {
    padding-left: 12px
}

.common-modal textarea.form-control {
    height: auto !important;
    padding-top: 10px
}

.login-form .row {
    margin: 0 -10px
}

.login-form .col-sm-6 {
    padding: 0 10px
}

.login-form .col-sm-12 {
    padding: 0 10px
}

.login-form-col {
    width: 100%;
    margin: auto;
    padding: 30px 20px 20px
}

.login-form-col h1 {
    color: #3A3A3A;
    font-size: 30px;
    font-weight: 700
}

.login-form-col p {
    font-size: 16px;
    color: #606060
}

.login-form {
    margin-top: 20px
}

.login-form .form-group {
    margin-bottom: 20px
}

.login-form .form-group .form-control {
    font-size: 14px;
    color: #333
}

.login-form .login-btn {
    width: 100%;
    font-weight: 600
}

.login-form .login-btn i {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 5px
}

.formor {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #aaa
}

.formor:before {
    background: #e1e1e1;
    height: 1px;
    width: 100%;
    top: 12px;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1
}

.formor:after {
    background: #fff;
    height: 30px;
    width: 80px;
    top: -4px;
    position: absolute;
    content: "";
    left: 50%;
    z-index: -1;
    transform: translateX(-50%)
}

.login-figure {
    background: #F6FAFA;
    text-align: center;
    height: 100%;
    width: 100%
}

.login-figure img {
    margin: auto;
    height: 100%;
    object-fit: cover
}

.login-figure h4 {
    position: absolute;
    top: 10px;
    padding: 20px;
    color: #fff;
    letter-spacing: 2px;
    width: 72%;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 45px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700
}

.login-figure h4 strong {
    font-size: 38px;
    color: #a1fa2a;
    letter-spacing: 2px;
    font-weight: 600
}

.login-figure h4 em {
    font-size: 28px;
    color: #fff;
    font-weight: 300
}

.badge-soft-success {
    padding: .5rem;
    color: #52c41a;
    background: rgb(82 196 26 / .1);
    font-weight: 500;
    margin-bottom: .5rem;
    font-size: 12px
}

.card-title {
    text-align: left;
    font-size: 1.04rem;
    font-weight: 700;
    color: #4b4b5a
}

.career-formsec {
    background: url(../images/apply-bg.jpg) no-repeat #EAEAEA;
    background-position: bottom;
    background-size: cover;
    padding: 50px 0;
    margin-top: 50px
}

form.career-form {
    max-width: 900px;
    padding: 20px 0 30px;
    margin: auto
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ccc
}

.newcareer-form fieldset {
    margin-bottom: 20px
}

.newcareer-form {
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px
}

.newcareer-form label {
    width: 100%;
    font-size: 15px;
    font-weight: 500
}

.newcareer-form .form-group {
    margin-bottom: 1.5rem
}

.custom-file,
.custom-file-input,
.custom-file-label::after,
.custom-file-label {
    height: calc(2.1em + 0.75rem + 2px);
    padding: .675rem .75rem
}

.newcareer-form input,
.newcareer-form select {
    font-size: 14px
}

.newcareer-form .common-btn {
    font-size: 16px
}

.career-form p label {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    width: 30%;
    padding-right: 2%;
    margin: 0 !important
}

.career-form p input,
.career-form select {
    border: 1px solid #ccc;
    float: left;
    width: 40%;
    resize: none;
    height: 42px;
    padding: 0 15px;
    border-radius: 5px
}

.career-form p textarea {
    border: 1px solid #ccc;
    float: left;
    width: 40%;
    resize: none;
    padding: 10px;
    border-radius: 5px
}

.career-form p {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%
}

.attach-f .attach-l {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    width: 30%;
    padding-right: 2%;
    margin: 0 !important
}

.attach-f .custom-file {
    width: 40%
}

.hr-etext {
    line-height: 30px;
    margin-top: 30px
}

.hr-etext a {
    color: #3a2491;
    display: block;
    margin-top: 5px
}

.hr-etext a:hover {
    color: #000;
    font-weight: 500
}

.hr-etext a i {
    font-size: 26px;
    vertical-align: middle
}

.custom-cursor,
.custom-cursor-dot {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0
}

.custom-cursor {
    width: 42px;
    height: 42px;
    border: 1px dashed #7b60e5;
    border-radius: 50%
}

.custom-cursor-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #89e909;
    cursor: crosshair
}

.error-page {
    padding: 50px 0 0
}

.error-text {
    margin-top: 30px
}

.error-text h1 {
    font-size: 26px;
    margin-bottom: 30px
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    min-height: 66px;
    background: #fff;
    margin: 0;
    z-index: 100 !important;
    padding: 0
}

.navbar-nav .dropdown-menu a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #3a2491;
    color: #fff
}

.topup {
    position: fixed;
    padding: 0 10px;
    font-size: 34px;
    right: 30px;
    bottom: 20px;
    display: none;
    z-index: 99
}

.topup a:hover {
    border-radius: 10px
}

.topup a {
    background: #fff;
    color: #3a2491;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%)
}

.topup a i {
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 40px
}

.menu-large {
    position: static !important
}

.megamenu {
    padding: 0px !important;
    width: 100%
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0
}

.megamenu>div>li>ul>li {
    list-style: none
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: normal
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px
}

@media (max-width:768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0
    }

    .megamenu>li {
        margin-bottom: 30px
    }

    .megamenu>li:last-child {
        margin-bottom: 0
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff
    }
}

.megamenu * {
    white-space: normal
}

.megamenu.dropdown-menu a {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0px !important
}

.navmenu-list li a img {
    width: 36px
}

.megamenu .dropdown-item:focus,
.megamenu .dropdown-item:hover {
    background: none;
    color: #000
}

.megamenu.dropdown-menu a:hover {
    color: #89e909
}

.navmenu-title {
    font-size: 24px;
    font-weight: 600;
    color: #2f2f2f;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px
}

.navmenu-title2 {
    font-size: 18px;
    font-weight: 600;
    color: #35227e;
    z-index: 1;
    position: relative;
    margin-bottom: 8px;
    margin-top: 5px
}

.navbar-nav .dropdown-menu:hover {
    background: #fff
}

.navmenu-list {
    padding-left: 0
}

.menu-pic {
    margin-bottom: 20px
}

.menu-pic img {
    height: 300px;
    object-fit: cover;
    border-radius: 15px
}

.custom-md-3 p small {
    font-size: 90%
}

@media (min-width:768px) {
    .megamenu .custom-md-3 {
        max-width: 18%;
        flex: 0 0 18%
    }

    .megamenu .col-xl-2 {
        -ms-flex: 0 0 18.666667%;
        flex: 0 0 18.666667%;
        max-width: 18.666667%;
        padding: 0;
        list-style-position: inside
    }
}

.landing-new-banner {
    background: #000
}

.landing-new-banner .inner-banner-pic img {
    opacity: .7;
    height: 100vh;
    object-fit: cover
}

.left-inner-banner-text {
    width: 60%
}

.inner-banner-text .left-inner-banner-text h1 {
    max-width: 100%;
    font-size: 28px;
    line-height: 44px
}

.inner-banner-text .left-inner-banner-text p {
    max-width: 85%
}

.right-inner-banner-text {
    width: 35%;
    margin-left: auto
}

.bannerform {
    background: #fff;
    padding: 25px 25px 15px;
    border-radius: 15px
}

.landing-new-banner .inner-banner-text {
    display: flex;
    align-items: center;
    top: 80%;
    transform: translateY(-80%)
}

.banner-innerform .form-group {
    margin-bottom: 8px;
    position: relative
}

.bannerform-ico {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 20px
}

.bannerform .form-control {
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    padding: 1.1rem 15px
}

.bannerform select.form-control {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0
}

.bannerform h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px
}

.banner-innerform .row {
    margin-right: -7px;
    margin-left: -7px
}

.banner-innerform .col-sm-6 {
    padding-right: 7px;
    padding-left: 7px
}

.banner-innerform textarea#message {
    padding: 10px 15px;
    font-size: 13px
}

.newservice-page {
    padding: 60px 0 0
}

.sub-title {
    font-size: 40px;
    max-width: 900px;
    width: 100%;
    font-weight: 300;
    margin: auto;
    line-height: 56px
}

.sub-title span {
    display: inline;
    color: #3a2491;
    font-weight: 500
}

.newservice-content p {
    font-size: 15px;
    line-height: 28px;
    margin: 15px 0;
    color: #25243E
}

.newservice-page .container {
    max-width: 1150px
}

.sub-title2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px
}

.purple-color {
    color: #8e5ed2
}

.pink-color {
    color: #ff2e7d
}

.content-cols2 {
    margin: 36px 0
}

.rightfix-phone {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: -300px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in
}

.fixphone-form {
    background: #39228c;
    padding: 20px 30px;
    color: #fff
}

.fixphone-form h3 {
    font-size: 21px;
    margin-bottom: 15px
}

.fixphone-flag {
    margin: 6px 0
}

.fixphone-flag a {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.inner-fixphone-form {
    margin-top: 20px;
    max-width: 240px;
    width: 100%
}

.inner-fixphone-form .form-control {
    background: #fff;
    color: #000;
    border: none;
    font-weight: 400;
    border-radius: 5px
}

.inner-fixphone-form .common-btn {
    width: 100%;
    background: #fff;
    color: #3a2491;
    border-radius: 5px
}

.rightfix-phone.activefix {
    right: 0
}

.fixphone-ico {
    background: #3b2390;
    padding: 5px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer
}

.advance-mainmenu {
    display: flex;
    position: relative;
    min-height: 500px
}

.advance-mainmenu:before {
    content: "";
    position: absolute;
    background: #3a2491;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    width: 23%;
    z-index: -1
}

.best-responsive-tab.init {
    max-width: 23%;
    flex: 0 0 23%;
    padding: 20px 0 20px 20px;
    background: #3a2491
}

.best-reponsive-tab-item-trigger {
    color: #fff
}

.best-responsive-tab-contents.init {
    padding: 20px 15px 0;
    max-width: 77%;
    flex: 0 0 77%
}

.navmenu-list {
    list-style: none;
    padding: 0
}

.navmenu-list li {
    padding-left: 0
}

.navmenu-list li img {
    margin-right: 15px
}

.navmenu-list a {
    display: flex;
    align-items: center
}

.menu-servicecatfull {
    position: relative
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

.menu-servicecattxt {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    z-index: 1
}

.menu-servicecattxt h6 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    line-height: 38px;
    text-shadow: 1px 3px 3px rgb(0 0 0 / 30%)
}

.menu-servicecatpic {
    background: #000;
    border-radius: 15px;
    overflow: hidden
}

.menu-servicecatpic img {
    border-radius: 15px;
    opacity: .6;
    height: auto !important
}

.megamenu.dropdown-menu .menu-servicecattxt .common-btn {
    padding: 13px 25px !important
}

.megamenu.dropdown-menu .menu-servicecattxt .common-btn:hover {
    color: #fff
}

.megamenu.dropdown-menu .menu-servicecattxt .common-btn i {
    vertical-align: middle
}

.techno-dropdn .dropdown-menu {
    min-width: 500px
}

.techno-dropdn .dropdown-menu li {
    display: inline-block;
    width: 49.5%
}

.service-detail-2colspic {
    padding: 20px 0
}

.content-sec3 {
    background: #26262A;
    padding: 70px 0 40px;
    color: #fff
}

.maincat-benefit-col {
    margin: 40px 0
}

.maincat-benefit-col h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px
}

.maincat-benefit-col p {
    font-size: 15px;
    color: #fff
}

.maincat-benefit-sec h3 {
    font-size: 34px;
    margin-bottom: 50px
}

.maincat-benefit-sec h3 strong {
    font-weight: 600
}

.maincat-benefit-pic {
    position: sticky;
    top: 120px
}

.inner-content-sec4-900 {
    font-size: 18px;
    line-height: 28px;
    margin: 15px auto;
    color: #25243E;
    max-width: 900px;
    text-align: center;
    width: 100%
}

.inner-content-sec4-col ul {
    list-style: none;
    padding: 0
}

.inner-content-sec4-col li {
    font-size: 16px;
    margin: 15px 0;
    background: #f5f5f5;
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-radius: 10px
}

.newspage-ico {
    margin-bottom: 15px
}

.inner-content-sec4-col li:hover {
    border: 1px solid #ccc;
    background: #fff
}

.newservicepage-small-title {
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 40px
}

.left-inner-content5 p {
    font-size: 15px;
    line-height: 28px;
    margin: 15px 0;
    color: #25243E
}

.left-inner-content5 h5 {
    font-weight: 500;
    color: #3a2491
}

.inner-content-sec5-col {
    margin-top: 40px
}

.inner-content-sec5-col p {
    font-size: 15px;
    line-height: 28px;
    margin: 15px 0;
    color: #25243E
}

.inner-content-sec5-col ul {
    padding-left: 16px
}

.inner-content-sec5-col li {
    font-size: 16px;
    line-height: 28px;
    margin: 5px 0;
    color: #000
}

.inner-fixphone-form .form-group {
    position: relative
}

.inner-fixphone-form .code-form-control {
    position: absolute;
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.no-form-control {
    padding-left: 62px;
    font-size: 15px
}

.dropdown-item .discuss-link a {
    background: #3a2491;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .2));
    color: #fff;
    padding: 8px 20px !important;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: .5px
}

.dropdown-item .discuss-link a:hover {
    background: #70BB20;
    color: #fff;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgb(0 0 0 / .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsl(0 0% 100% / .2))
}

.menu-servicecatfig {
    margin-bottom: 15px
}

.who-text {
    padding-left: 20px
}

.who-text p {
    font-size: 14px;
    color: #111;
    line-height: 23px
}

.inner-engagement-sec {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden
}

.inner-engagement-col1 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 40px 30px 40px
}

.inner-engagement-col1-ico {
    margin-bottom: 30px
}

.inner-engagement-col1:nth-child(1) {
    background: #f5f5f5
}

.inner-engagement-col1:nth-child(2) {
    background: #e1e1e1
}

.inner-engagement-col1:nth-child(3) {
    background: #f5f5f5
}

.inner-engagement-col1:nth-child(4) {
    background: #e1e1e1;
    margin-top: 10px
}

.inner-engagement-col1:nth-child(5) {
    background: #f5f5f5;
    margin-top: 10px
}

.inner-engagement-col1:nth-child(6) {
    background: #e1e1e1;
    margin-top: 10px
}

.inner-engagement-col1-txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.inner-engagement-col1-txt p {
    font-size: 14px;
    color: #454545;
    margin-bottom: 20px
}

.inner-engagement-col1-txt ul {
    padding-left: 16px;
    margin-bottom: 0
}

.inner-engagement-col1-txt ul li {
    padding: 5px 0;
    font-size: 15px
}

.ourprocess-sec {
    padding: 80px 0 50px
}

.ourprocess-sec .title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px
}

.ourprocess-sec .title span {
    display: block;
    font-size: 36px;
    padding-top: 6px
}

.ourprocess-sec .title-col {
    margin-bottom: 70px
}

.inner-process-4cols {
    text-align: center;
    background: #f7fafc;
    border: 1px solid #cee2f0;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px
}

.inpro-ico {
    background: #2385da;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 1.1;
    transform: translateY(-50px)
}

.inpro-txt p {
    margin-bottom: 10px
}

.inpro-txt {
    margin-top: -30px
}

.content-sec2 {
    padding: 60px 0 30px
}

.about_img img {
    border-radius: 10px
}

.bluestrip-sec {
    background: url(../images/blue-strip-bg.gif) #241560;
    padding: 40px 0;
    background-size: cover;
    background-blend-mode: lighten;
    background-position: center
}

.bluestrip-sec .title-col {
    margin-bottom: 0
}

.bluestrip-sec .title {
    font-size: 36px;
    color: #fff
}

.bluestrip-sec .small-subtit {
    font-size: 18px;
    color: #fff;
    font-weight: 500
}

.bluestrip-sec .common-btn {
    background: #fff;
    width: 70%;
    color: #000;
    text-align: left
}

.bluestrip-sec .common-btn:hover {
    color: #fff
}

.bluestrip-sec .common-btn img {
    margin-right: 10px
}

.content-sec4 {
    margin-bottom: 50px
}

.content-sec5 {
    padding: 70px 0;
    background: #EAF2F7
}

.content-sec5 .title-col {
    margin-bottom: 50px
}

.content-sec5 .title {
    font-size: 38px
}

.content-sec5 .topserv-para {
    max-width: 1100px;
    margin: auto
}

.topserv-para p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0
}

.serdetail-sec3-col {
    position: relative;
    margin: 15px 0
}

.serdetail-sec3-txt {
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px;
    overflow: hidden
}

.serdetail-sec3-txt h4 {
    font-size: 21px;
    color: #3a2491;
    font-weight: 600;
    margin-bottom: 10px
}

.serdetail-sec3-txt p {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0
}

.content-sec6 {
    background: url(../images/servicedetail-content-sec6-bg.jpg) #fff;
    padding: 60px 0;
    background-size: cover;
    background-position: center
}

.content-sec6 .topserv-para {
    max-width: 900px;
    margin: auto
}

.content-sec6 .serdetail-sec3-txt {
    background: none;
    padding: 8px 30px
}

.content-sec6 .serdetail-sec3-txt h4 {
    border-left: 5px solid #3a2491;
    padding-left: 15px
}

.content-sec7 {
    text-align: center;
    padding: 60px 0 40px
}

.simple-title {
    font-size: 35px;
    color: #272727;
    font-weight: 600;
    max-width: 640px;
    width: 100%;
    margin: 0 auto 10px
}

.content-sec8 {
    background: #f5f5f5;
    padding: 50px 0 60px
}

.sec8-indus-pic img {
    width: 100%
}

.sec8-indus-content {
    margin-top: 25px
}

.sec8-indus-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.sec8-indus-content p {
    font-size: 13px;
    margin-bottom: 0
}

.content-sec9 {
    padding-top: 60px
}

.mobile-viewheader {
    display: none
}

.mobile-logo {
    display: inline-block
}

.mobile-menubar {
    background: #fff;
    padding: 10px 15px;
    font-size: 30px;
    color: #111;
    display: inline-block;
    margin-left: auto
}

.mobile-logo a {
    padding: 10px;
    padding-left: 20px
}

@media screen and (max-width:600px) {
    .pushNav {
        width: 75%;
        right: -75%
    }
}

@media screen and (min-width:601px) {
    .pushNav {
        width: 350px;
        right: -350px
    }
}

ul.pushNav {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.pushNav {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    background: #fff;
    transition: ease-in-out 0.5s
}

.pushNav hr {
    border: 1px solid #555
}

.pushNav,
.pushNav a {
    font-size: 15px;
    color: #000;
    text-decoration: none
}

.pushNavIsOpen {
    overflow: auto;
    height: 100%
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
    right: 0
}

.closeLevel,
.openLevel {
    cursor: pointer
}

.openLevel,
.closeLevel,
.pushNav a {
    padding: 10px 0;
    display: block;
    text-indent: 0;
    transition: background 0.4s ease-in-out;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 25px
}

.openLevel:hover,
.closeLevel:hover,
.pushNav a:hover {
    background: #a187ff;
    color: #fff
}

.hdg {
    background-color: #fff
}

.closeLevel,
closelevel>i {
    font-size: 16px;
    color: #fff;
    background: #3b2390;
    margin-left: auto;
    text-indent: 0;
    padding: 12px 15px
}

.closeLevel i {
    font-size: 20px;
    vertical-align: middle
}

.openLevel.js-openLevel i {
    float: right;
    font-size: 21px;
    margin-right: 10px
}

.screen {
    position: fixed;
    background: rgb(0 0 0 / .7);
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}

.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1
}

.pushNav .social-footer {
    padding-left: 20px
}

.pushNav .social-items a {
    text-indent: 0;
    padding: 0;
    border: none
}

.pushNav .footer-touch-col {
    margin: 0
}

.pushNav .footer-touch-col a {
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin: 0 0;
    text-indent: 0
}

.pushNav .touch-text h5 {
    margin-bottom: 0
}

.pushNav .touch-ico {
    box-shadow: none;
    max-width: 35px;
    flex: 0 0 35px;
    width: auto;
    line-height: 1;
    height: auto;
    margin-right: 5px;
    background: none
}

.testi-videohome video {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center
}

.video-poster {
    margin-bottom: 15px
}

.video-poster img {
    height: 270px;
    object-fit: cover
}

.testi-videohome {
    position: relative
}

.testi-videohome:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    font-size: 26px;
    color: #fff;
    background: url(../images/video-play-btn.png) no-repeat;
    width: 23px;
    height: 26px;
    top: 0;
    bottom: 0;
    margin: auto
}

.embed-responsive {
    background: #000
}

.testi-video-txt {
    display: flex;
    justify-content: space-between;
    margin-top: 6px
}

.testi-video-txt h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.testi-video-txt p {
    margin-bottom: 0;
    font-size: 15px
}

.test-staric i {
    color: #ffd500;
    font-size: 12px
}

.tab-content {
    padding-top: 20px
}

.view-videotest {
    margin: 15px 0;
    background: #000
}

.view-videotest video {
    width: 100%;
    border: none;
    max-height: 295px
}

.read-testcol1 {
    margin: 15px 0
}

.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 2.6rem;
    background: #eee;
    margin: 0 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.testimonials-page {
    margin-bottom: 60px
}

.query-form p {
    margin: 0px !important
}

.wpcf7-form-control-wrap {
    margin-bottom: 20px
}

.detailpgservices-desccol {
    padding: 70px 0 0
}

.detailpgservices-desccol .title span {
    font-size: 42px;
    margin-bottom: 15px
}

.detailpgservices-desccol .title {
    font-size: 42px
}

.detailpgservices-desccol .services-dcol {
    background: #edf4ff;
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none
}

.detailpgservices-desccol .services-dcol .discuss-link {
    margin-top: 10px
}

.detailpgservices-desccol .services-dtxt h3 {
    font-size: 18px;
    line-height: 27px
}

.detailpgservices-desccol .services-dicon {
    width: 52px
}

.detailpgservices-desccol .services-dicon img {
    border: 1px solid #3a2491;
    border-radius: 50%
}

.detailpgservices-desccol .services-dcol .common-box {
    margin-top: 15px
}

.detailpgservices-desccol .services-dcol .common-btn {
    font-size: 14px;
    padding: 10px 16px;
    font-weight: 400
}

.detailpgservices-desccol .services-dcol .common-btn i {
    font-size: 15px
}

.footer-awards-col .container {
    max-width: 1250px
}

.footer-awards-col {
    margin-bottom: 70px
}

.footer-awards-col .col {
    text-align: center
}

.footer-awards-col .title {
    font-size: 40px
}

.catepg-servcol {
    display: flex;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden
}

.catepg-serpic {
    flex: 0 0 40%;
    max-width: 40%
}

.catepg-serpic img {
    height: 316px;
    object-fit: cover
}

.catepg-servcol .services-dcol p {
    font-size: 13.7px
}

span.country-name {
    color: #0000007a !important
}

.homeportfolio-sec {
    padding: 0;
    margin-top: -50px
}

.homeportfolio1 {
    margin-bottom: 60px;
    padding: 0 20px;
    height: 100%
}

.airnetic-panel {
    background: #bcf1fa
}

.cleaning-panel {
    background: #003e682b
}

.torchlight-panel {
    background: #474da126
}

.loyola-panel {
    background: #8d00342b
}

.blue-panel {
    background: #fbedcb
}

.ifiwere-panel {
    background: #75a2c833
}

.yopee-panel {
    background: #d5ffd596
}

.acl-panel {
    background: #ffc5596b
}

.pull-panel {
    background: #efc69f82
}

.gray-panel {
    background: #eaebf7
}

.fish-panel {
    background: #f9e0e0
}

.stock-panel {
    background: #e6ffea
}

.trend-panel {
    background: #e7e1f4
}

.red-panel {
    background: #d5ecca
}

.portion-panel {
    background-image: linear-gradient(#edf1f0, #e5f9f5)
}

.green-panel {
    background: #fefbec
}

.homeportfolio1 .container {
    display: flex;
    align-items: center;
    max-width: 96%;
    height: 100%
}

.homeportfolio-pic {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 30px;
    text-align: center
}

.homeportfolio-pic img {
    max-height: 80vh;
    width: auto;
    margin: auto;
    border-radius: 40px
}

.homeportfolio-text {
    margin-top: 0;
    padding: 50px 70px
}

.homeportfolio-text h3 {
    font-size: 46px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #4E1778
}

.homeportfolio-text h4 {
    font-size: 20px;
    margin: 25px 0 35px;
    font-weight: 600;
    color: #4E1778
}

.port-tags {
    margin-bottom: 40px
}

.port-tags span {
    background: rgb(255 255 255 / 40%);
    padding: 9px 25px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 400;
    color: #4E1778;
    margin-right: 10px
}

.homeportfolio-text p {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 36px
}

.homeportfolio-text .common-btn {
    padding: 17px 36px
}

.linkImg {
    width: 26px;
    transition: .5s ease-in-out;
    margin-left: .5rem;
    margin-top: -4px
}

.viewport.text-center {
    margin-top: 10px
}

.stcontainer {
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    top: 70px !important
}

.stpanel {
    width: 100vw;
    flex: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5em;
    position: relative;
    box-sizing: border-box;
    padding: 0
}

.stick {
    color: red;
    left: 0
}

.gsap-marker-start,
.gsap-marker-end,
.gsap-marker-scroller-end,
.gsap-marker-scroller-start {
    display: none !important
}

.porfolio-cols .container {
    max-width: 90%
}

.porfolio-cols .flex-lg-row-reverse .maintreat-text {
    padding-left: 0
}

.porfolio-cols {
    position: relative;
    margin-bottom: 150px
}

.porfolio-cols:before {
    content: "";
    position: absolute;
    left: 0;
    height: 120%;
    background: #D7CFFF;
    width: 40%;
    top: -10%
}

.porfolio-cols:nth-child(even):before {
    background: #d3ffca;
    left: auto;
    right: 0
}

.porfolio-text h3 {
    font-size: 54px;
    margin-bottom: 18px;
    font-weight: 900;
    color: #bfbfbf
}

.porfolio-text h4 {
    font-size: 36px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #111
}

.porfolio-text p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 28px
}

.porfolio-text h5 img {
    max-height: 40px;
    margin: 0 2px
}

.inner-homeservice-col {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px
}

.inner-homeservice-ico {
    margin-bottom: 20px
}

.inner-homeservice-txt h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px
}

.inner-homeservice-txt p {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px
}

.inner-homeservice-txt a {
    font-weight: 600;
    color: #3a2491;
    font-size: 16px
}

.newhome-services {
    padding: 100px 0 50px
}

.ori-dm-service-text-area {
    max-width: 510px
}

.ori-section-title-6 h2 {
    color: #0D0D0D;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px
}

.ori-section-title-6 h2 span {
    font-weight: 300;
    display: inline
}

.ori-section-title-6 p {
    font-size: 15px;
    line-height: 27px;
    padding: 25px 0 35px;
    margin-bottom: 0;
    color: #717171
}

.ori-dm-servcie-item {
    margin-bottom: 40px
}

.ori-dm-servcie-item .service-icon {
    margin-bottom: 30px
}

.ori-dm-servcie-item .service-icon img {
    max-height: 150px
}

.ori-dm-servcie-item .service-text h3 {
    color: #0D0D0D;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px
}

.ori-dm-servcie-item .service-text h3 a {
    color: #3a2491
}

.ori-dm-servcie-item .service-text p {
    font-size: 15px;
    line-height: 25px;
    color: #717171
}

.home-whyus {
    background: #f4f4f4;
    padding: 70px 0;
    position: relative
}

.talent-factors .section-title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700
}

.talent-factors .mar-fix {
    margin: 100px 0
}

.talent-factors .talent-face {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%)
}

.talent-factors .talent-face figure {
    max-width: 470px;
    margin-bottom: 0
}

.talent-factors .map-dots li:first-child {
    top: 31%;
    left: 28%
}

.talent-factors .map-dots li {
    background: #fff
}

.map-dots li {
    position: absolute;
    height: 18px;
    width: 18px;
    background: #ffda30;
    border-radius: 100%;
    padding: 0;
    border: 0
}

.talent-factors .map-dots li:hover .line.line.fact-line1,
.talent-factors .map-dots li.current .line.fact-line1 {
    transform: rotate(140deg);
    transform-origin: left top;
    height: 208px
}

.talent-factors .map-dots li .line.fact-line1 {
    left: 39px;
    top: 11px
}

.map-dots li .line {
    height: 0;
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s all;
    overflow: hidden
}

.talent-factors .map-dots li .line.fact-line1:before {
    content: "";
    height: 50px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(369deg);
    transform-origin: top left;
    left: 215px;
    top: 182px
}

.talent-factors .map-dots li .line.fact-line1:after {
    left: 122px;
    top: -18px;
    height: 243px;
    transform: rotate(-50deg)
}

.line:after {
    height: 300px;
    width: 1px;
    background: #686566;
    content: "";
    position: absolute;
    transform: rotate(-50deg);
    left: 134px;
    top: -35px
}

.map-dots li:after {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    margin: -6px 0 0 -6px;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #ffda31;
    animation-delay: 1.1s;
    border-radius: 100%
}

@keyframes pulsate {
    0% {
        transform: scale(.1, .1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.1, 1.1);
        opacity: 0
    }
}

.talent-factors .map-dots li:nth-child(2) {
    top: 28%;
    left: 78%
}

.talent-factors .map-dots li:nth-child(3) {
    right: 11%;
    top: 42%
}

.talent-factors .map-dots li:nth-child(4) {
    bottom: 38%;
    left: 14%
}

.map-dots li:last-child {
    bottom: 14%;
    right: 9%
}

.talent-factors .factor-1 {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    padding-right: 50%
}

.talent-factors p.talent-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2
}

.talent-factors p.talent-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.talent-factors .factor-2,
.talent-factors .factor-3 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50%;
    margin-bottom: 13%
}

.talent-factors .factor-4 {
    display: table-cell;
    vertical-align: middle;
    margin-top: 25%;
    padding-right: 50%
}

.map-dots li:nth-child(4):hover .line,
.map-dots li:nth-child(4).current .line {
    height: 65px
}

.talent-factors .map-dots li:nth-child(4) .line:before {
    content: "";
    height: 34px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(403deg);
    left: 111px;
    top: 4px;
    z-index: 1
}

.talent-factors .map-dots li:nth-child(4) .line:after {
    left: 177px;
    top: -46px;
    transform: rotate(90deg);
    height: 109px
}

.talent-factors .map-dots li:nth-child(2):hover .line.fact-line2,
.talent-factors .map-dots li:nth-child(2).current .line.fact-line2 {
    transform: rotate(51deg);
    height: 196px;
    width: 277px;
    left: -88px;
    top: -72px
}

.talent-factors .map-dots li .line.fact-line2:before {
    content: "";
    height: 27px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(351deg);
    transform-origin: top left;
    left: 159px;
    top: 18px
}

.talent-factors .map-dots li:nth-child(2) .line.fact-line2:after {
    transform: rotate(39deg);
    left: 135px;
    top: 34px;
    height: 89px
}

.talent-factors .map-dots li .line.fact-line3:before {
    content: "";
    height: 24px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(347deg);
    left: 137px;
    top: 74px
}

.talent-factors .map-dots li:nth-child(3) .line.fact-line3:after {
    transform: rotate(296deg);
    transform-origin: top left;
    left: 13px;
    top: 16px;
    height: 135px
}

.talent-factors .map-dots li:nth-child(3):hover .line.fact-line3,
.talent-factors .map-dots li:nth-child(3).current .line.fact-line3 {
    height: 167px;
    width: 184px;
    transform: rotate(-26deg);
    transform-origin: top left
}

.map-dots li:nth-child(4) .line {
    left: auto;
    right: 0
}

.map-dots {
    list-style: none;
    margin: 0;
    padding: 0
}

.home-whyus .container {
    max-width: 1140px
}

.talent-factors .factor-3 {
    margin-top: 30px
}

.industry-sec {
    padding-top: 80px
}

.video-item-container {
    position: relative;
    max-width: unset;
    aspect-ratio: 410 / 237;
    border-radius: 20px;
    overflow: hidden;
    background-color: #000;
    transition: all 0.5s ease-in
}

.video-item-container img {
    transition: all 0.5s ease-in
}

.video-item-container:hover img {
    transform: scale(1.1)
}

.video-item-container .video-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s ease;
    cursor: pointer;
    backface-visibility: hidden
}

.video-item-container .vplay-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease;
    pointer-events: none;
    color: red;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 36px;
    text-align: center;
    line-height: 62px
}

.video-item-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none
}

.homeblog-sec {
    padding: 70px 0 50px;
    background: #f4f4f4;
    background-position: top left;
    margin-bottom: 70px
}

.homeblog-col {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 8%)
}

.homeblog-pic {
    margin-bottom: 20px
}

.homeblog-content {
    padding: 0 25px 30px
}

.homeblog-content h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 27px
}

.homeblog-content p {
    margin-bottom: 7px;
    font-size: 14px;
    color: #333
}

.homeblog-date {
    margin-bottom: 10px
}

.homeblog-date a {
    font-size: 14px;
    color: #62a70a;
    line-height: 1
}

.homeblog-date a:last-child {
    color: #000;
    font-size: 13px;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #333
}

.homeindustry-sec #v-pills-tab {
    background-image: linear-gradient(to right, #3a2491, #416fce);
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 8%)
}

.homeindustry-sec .nav-pills .nav-link.active,
.homeindustry-sec .nav-pills .show>.nav-link {
    background: #89e909;
    border: none;
    border-radius: 10px
}

.homeindustry-sec .nav-pills .nav-link.active {
    right: -40px;
    position: relative;
    padding: 15px 25px;
    width: 123%;
    left: 0
}

.homeindustry-sec .nav-pills .nav-link {
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    font-weight: 500;
    border-bottom: 1px solid #416bcb;
    width: 100%
}

.homeindustry-sec .nav-pills .nav-link:last-child {
    border-bottom: none
}

.homeindustry-sec .tab-content {
    padding-top: 0
}

.menu-types-sec {
    padding-left: 60px
}

.solution-textleft {
    margin-bottom: 20px
}

.solution-textleft h3 {
    font-size: 42px;
    color: #89e909;
    font-weight: 600;
    margin-bottom: 15px
}

.solution-textleft p {
    font-size: 17px;
    line-height: 29px;
    color: #2b2b2b;
    font-weight: 300
}

.homeindustry-sec {
    padding-top: 80px
}

.portfolio-page .homeportfolio1 {
    margin-bottom: 0
}

.homeport-slider {
    padding: 20px 0 50px;
    margin: 0 -30px
}

.contact-form-email .dropdown-menu li:first-child {
    display: none
}

.contact-form-email button.btn.btn-default.dropdown-toggle {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    height: 45px;
    background: #fff;
    border-radius: 6px
}

.selectinput .dropdown-menu {
    padding: 0
}

.selectinput .dropdown-menu .dropdown-item a {
    width: 100%
}

.contact-form-email .dropdown-item {
    font-size: 14px;
    padding: .5rem 1rem
}

.contact-form-email .dropdown-item:hover {
    background: #e6e0ff
}

.contact-form-email .dropdown-item.active,
.contact-form-email .dropdown-item:active {
    text-decoration: none;
    background-color: #e6e0ff
}

.contact-form-email .dropdown-toggle::after {
    float: right;
    margin-top: 10px
}

.newblog-top {
    padding: 150px 0 90px;
    background: #29243e
}

.newblog-top .container {
    max-width: 1600px;
    padding-left: 60px;
    padding-right: 60px
}

.newblog-top .title {
    font-size: 38px;
    color: #fff
}

.newblog-slidesec {
    position: relative
}

#topblog-slider {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 10px 10px 30px #14121b
}

.topbblog-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 1
}

.topbblog-text h3 {
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    margin-bottom: 0;
    font-size: 23px
}

.blogbn-tg {
    background: #7366A3;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px
}

.topbblog-col a {
    display: block;
    border-radius: 30px;
    overflow: hidden
}

#topblog-slider .owl-nav.disabled {
    display: none
}

#topblog-slider .owl-dots {
    margin-top: 0;
    position: absolute;
    top: 20px;
    width: 100%
}

#topblog-slider.owl-theme .owl-dots .owl-dot span {
    width: 56px;
    height: 4px;
    background: rgb(255 255 255 / 60%);
    margin: 5px 8px
}

#topblog-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #fff
}

.topblog-pic img {
    min-height: 500px;
    object-fit: cover;
    max-height: 500px;
    border-radius: 30px;
    animation: scale 40s linear infinite
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.topblog-mid1 {
    position: relative;
    box-shadow: 10px 10px 30px #14121b;
    border-radius: 20px;
    overflow: hidden
}

.topblog-mid1:hover .topblog-mid1-pic img{ opacity: 0.5; filter: blur(3px); }

.topblog-mid1 a {
    display: block
}

.topblog-mid1-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    z-index: 1
}

.topblog-mid1-tg {
    background: #62a70a;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px
}

.topblog-mid1-text h3 {
    font-weight: 600;
    color: #fff;
    line-height: 27px;
    margin-bottom: 0;
    font-size: 18px
}

.topblog-mid1-pic {
    max-height: 238px;
    overflow: hidden;
    border-radius: 20px
}

.topblog-mid1-pic img {
    min-height: 238px;
    object-fit: cover;
    border-radius: 20px
}

.newblog-top .title-col {
    margin-bottom: 50px
}

.newblog-filters {
    margin-top: -49px;
    z-index: 1;
    position: relative
}

.inner-newblog-filters {
    background: #fff;
    padding: 30px;
    border-radius: 80px;
    box-shadow: 0 16px 43px 0 rgb(0 0 0 / 10%);
    z-index: 3;
    position: relative
}

.newblog-filters .container {
    max-width: 1600px;
    padding-left: 60px;
    padding-right: 60px
}

.newblog-bottom {
    background: #f5f5f5;
    padding: 120px 0 60px;
    margin-top: -57px
}

.newblog-bottom .container {
    max-width: 1600px;
    padding-left: 60px;
    padding-right: 60px
}

.newblog-bottom .homeblog-col {
    margin-left: 5px;
    margin-right: 5px
}

.portfilters .btn {
    margin: 0 3px;
    background: #fff;
    border-radius: 40px;
    padding: 9px 20px;
    font-weight: 500
}

.portfilters .btn:hover,
.portfilters .active {
    background: #bcf844;
    border-color: #bcf844
}

.tsearch-form {
    position: relative;
    margin-right: 10px
}

.tsearch-form .form-control {
    border-radius: 40px;
    font-size: 14px;
    padding: 20px 40px 20px 15px;
    border-color: #aaa;
    color: #000;
    background: none
}

.search-ico {
    position: absolute;
    top: 9px;
    right: 11px;
    background: none;
    border: none;
    font-size: 25px;
    color: #000;
    line-height: 1;
    z-index: 1
}

.top-right-header i {
    font-size: 26px;
    padding: 0 6px
}

.topblog-middle {
    padding-right: 0;
    padding-left: 10px
}

.blogbn-tg a {
    color: #fff
}

.leftsticky-share {
    position: sticky;
    top: 200px;
    z-index: 1;
    max-width: 10%;
    flex: 0 0 10%;
    align-self: flex-start
}

.leftsticky-share p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
    color: #333
}

.blogdt-social {
    display: flex;
    flex-direction: column
}

.blogdt-social a {
    margin: 5px 0
}

.blogdt-social a img {
    max-height: 40px
}

.rightsticky-post {
    position: sticky;
    top: 200px;
    z-index: 1;
    right: 0;
    max-width: 28%;
    flex: 0 0 28%;
    padding-left: 8%;
    align-self: flex-start
}

.rightsticky-post h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    color: #222
}

.rightsticky-post a {
    background: #eee;
    padding: 15px;
    border-radius: 20px;
    margin: 5px 0
}

.rightsticky-post p {
    margin-bottom: 0
}

.inner-blog-dtpage {
    display: flex;
    position: relative
}

.rightsticky-post.addpst {
    top: 90px
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: #fff
}

.intl-tel-input.separate-dial-code .selected-flag {
    background: #fff
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    left: 1px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    background: #fff
}

.iti-flag {
    box-shadow: none
}

.intl-tel-input {
    width: 100%
}

.intl-tel-input .selected-flag .iti-arrow {
    display: none
}

.career-vacancy {
    padding-bottom: 60px
}

.careerdt-txt .title span {
    font-size: 52px
}

.careerdt-sec {
    padding-bottom: 60px;
    padding-top: 30px
}

.inner-careerdt h2 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 600
}

.inner-careerdt h3 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 500
}

.inner-careerdt ul {
    padding-left: 16px
}

.inner-careerdt ul li {
    margin: 10px 0;
    font-size: 17px;
    color: #6c757d
}

.inner-careerdt p {
    margin: 10px 0;
    font-size: 17px;
    color: #6c757d
}

.careerdt-right {
    background: #fff;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    padding: 20px 30px 30px;
    border-radius: 10px;
    position: sticky;
    top: 100px;
    margin-left: 40px
}

.careerdt-right ul {
    padding-left: 0;
    list-style: none
}

.careerdt-right ul li {
    margin: 20px 0;
    font-size: 17px;
    color: #666;
    display: flex
}

.careerdt-right ul li i {
    font-size: 24px;
    vertical-align: bottom;
    margin-right: 10px
}

.careerdt-right ul li b span {
    font-weight: 400
}

.careerform-sec {
    padding: 60px 0
}

.careerdt-formtitle {
    text-align: center;
    margin-bottom: 30px
}

.careerdt-formtitle h3 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600
}

.careerdt-formtitle p {
    margin: 0;
    font-size: 21px;
    color: #6c757d
}

.career-form p.d-flex label {
    max-width: 30%;
    flex: 0 0 30%
}

.career-form p.d-flex .intl-tel-input {
    max-width: 40%;
    flex: 0 0 40%
}

.career-form p.d-flex .intl-tel-input input {
    width: 100%
}

.salary-dts {
    display: flex;
    margin-bottom: 25px
}

.salary-dts label {
    max-width: 30%;
    flex: 0 0 30%;
    font-weight: 400;
    font-size: 15px
}

.salary-dts select {
    width: 100%
}

.salary-dts span {
    margin-bottom: 5px
}

.career-form fieldset {
    margin-bottom: 30px
}

.about-fullpic {
    position: relative
}

.story-text {
    position: absolute;
    bottom: 0;
    max-width: 700px;
    background: #fff;
    padding: 35px 40px;
    border-radius: 30px;
    left: 100px
}

.story-text h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.story-text p {
    font-size: 16px;
    color: #151515;
    line-height: 30px
}

.aboutnew-sec {
    padding: 80px 0 0
}

.aboutnew-ltext p {
    font-size: 16px;
    color: #151515;
    line-height: 30px
}

.dawrds-ico {
    margin-bottom: 40px
}

.aboutnew-sec .title-col {
    margin-bottom: 60px
}

.aboutnew-sec .h-about-rtext.p-0 .h-about-no {
    border-left: 1px solid #ccc;
    padding-left: 50px
}

.aboutnew-sec .h-about-rtext.p-0 .col-6.col-md-3:first-child .h-about-no {
    border-left: none
}

.homeportfolio-pic .homeport-slider img {
    border-radius: 0;
    max-height: 75vh
}

@media (min-width:1600px) {
    .inte-slider .owl-nav .owl-prev {
        left: 350px
    }

    .inte-slider .owl-nav .owl-next {
        right: 350px
    }
}

@media (max-width:1280px) {
.topblog-pic img{ min-height: 405px; max-height: 405px; }
.topblog-mid1-pic img{ min-height: 190px; max-height: 190px; }
.topblog-mid1-pic{ max-height: 190px; }
    
}

@media (max-width:1370px) {
    .banner-title {
        font-size: 48px;
        line-height: 66px
    }

    .bannersub-text span {
        font-size: 20px
    }

    .banner-text {
        max-width: 55%;
        flex: 0 0 55%
    }

    .banner {
        padding-top: 130px
    }

    .banner-container {
        max-width: 1200px
    }

    .bannersub-text {
        font-size: 30px
    }

    .banner-vector img {
        max-height: 100vh
    }

    .banner-vector {
        padding: 0 50px
    }

    .port-tags span {
        font-size: 15px;
        padding: 8px 20px;
        margin-right: 10px
    }

    .homeportfolio-text p {
        font-size: 18px;
        line-height: 32px
    }

    .portfilters .btn {
        padding: 6px 15px;
        font-weight: 500;
        font-size: 14px
    }
}

@media (max-width:1180px) {
    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 5px;
        font-size: 13px
    }

    .navbar-nav .nav-item:last-child .nav-link:hover {
        padding: 4px 15px
    }

    .banner .banner-pic img {
        height: 73vh
    }

    .title span {
        font-size: 52px
    }

    .title {
        font-size: 38px
    }

    .light-text {
        font-size: 25px;
        line-height: 40px
    }

    .gettouch-text h3 {
        font-size: 35px;
        line-height: 48px
    }

    .inner-footer-touch .common-btn {
        padding: 13px 20px
    }

    .touch-text h5 {
        font-size: 14px
    }

    .inte-slider .owl-nav .owl-prev {
        left: 20px
    }

    .inte-slider .owl-nav .owl-next {
        right: 20px
    }

    .inner-banner-text h1 {
        font-size: 26px;
        line-height: 45px
    }

    .about-page-txt .title span {
        font-size: 70px
    }

    .service-head {
        align-items: flex-start
    }

    .m-service-htext .title span {
        font-size: 70px
    }

    .m-service-text2 .title span {
        font-size: 55px
    }

    .flowcol {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        border-bottom: none
    }

    .flowcol-bullets ul:before {
        height: 100%
    }

    .process-flowcol:before,
    .process-flowcol:after {
        display: none
    }

    .services-dtxt h3 {
        font-size: 20px;
        line-height: 28px
    }

    .techno-fig .hire-model-para {
        font-size: 18px;
        line-height: 30px
    }

    .inner-title {
        font-size: 30px
    }

    .hire-model-para {
        font-size: 25px
    }

    .hirepara-txt h4 {
        font-size: 23px;
        line-height: 34px
    }

    .hirepara-txt i {
        font-size: 18px;
        line-height: 28px
    }

    .whychoose-sec .title span {
        font-size: 45px
    }

    .blog-banner .blog_containt {
        max-width: 265px
    }

    .contact-pic img {
        height: 100vh
    }

    .contact-page .title span {
        font-size: 70px
    }

    .modal-lg,
    .modal-xl {
        max-width: 96%
    }

    .login-figure h4 {
        width: 86%
    }

    .megamenu .custom-md-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .megamenu .col-xl-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-3.col-md-4.dropdown-item.pl-0 {
        display: none
    }

    .right-inner-banner-text {
        width: 48%
    }

    .landing-new-banner .inner-banner-pic img {
        height: 85vh
    }

    .landing-new-banner .inner-banner-text {
        padding-left: 50px
    }

    .landing-new-banner .inner-banner-text {
        flex-direction: column
    }

    .right-inner-banner-text {
        margin-top: 40px;
        width: 100%;
        margin-bottom: 0
    }

    .left-inner-banner-text {
        width: 100%
    }

    .landing-new-banner .inner-banner-pic img {
        height: 100vh
    }

    .desktop-viewheader {
        display: none
    }

    .mobile-viewheader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
        position: relative;
        z-index: 9
    }

    .stpanel {
        width: 100vw !important
    }

    .banner {
        padding-top: 0
    }

    .deve-growth {
        padding-top: 50px
    }

    .newblog-top {
        padding: 120px 0 90px
    }

    .topblog-pic img {
        min-height: 450px;
        max-height: 450px
    }

    .topbblog-text {
        padding: 20px
    }

    .topbblog-text h3 {
        font-size: 21px;
        line-height: 30px
    }

    .topblog-middle {
        padding-left: 0
    }

    .topblog-mid1-text h3 {
        line-height: 24px
    }

    .topblog-mid1-pic img {
        min-height: 212px
    }

    .topblog-mid1-pic {
        max-height: 212px
    }

    .portfilters {
        display: flex;
        overflow-x: auto
    }

    .portfilters .btn {
        flex: 0 0 auto
    }

    .newblog-bottom {
        margin-top: -62px
    }

    .topblog-mid1-text {
        padding: 20px
    }
}

@media (max-width:1024px) {
    .homeportfolio-text {
        padding: 50px 40px
    }

    .h-about-sec {
        padding-top: 150px
    }

    .home-whyus .container {
        max-width: 1000px
    }

    .tabing.current .line {
        display: none
    }

    .homeblog-date a:last-child {
        margin-left: 0;
        padding-left: 0;
        border-left: none
    }

    .homeblog-content h3 {
        line-height: 22px
    }

    .topbblog-text h3 {
        font-size: 18px;
        line-height: 28px
    }

    .topblog-mid1-text h3 {
        line-height: 22px;
        font-size: 17px
    }

    .newblog-bottom .homeblog-col {
        margin-left: 0;
        margin-right: 0
    }

    .newblog-top .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .newblog-top .title-col {
        margin-bottom: 30px
    }

    .newblog-filters .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .newblog-bottom .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:950px) {
    .banner .banner-pic img {
        height: 100vh
    }

    .banner-text h1 {
        font-size: 33px;
        max-width: 450px;
        line-height: 50px
    }

    .navbar-toggler {
        color: #111;
        font-size: 30px
    }

    .navbar-collapse {
        background: rgb(58 36 145);
        margin-top: 10px
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0;
        font-size: 15px;
        padding: 10px 20px
    }

    .navbar-nav .nav-item:last-child .nav-link {
        padding: 10px 20px;
        background: #fff;
        color: #000;
        border-radius: 0;
        transform: translateY(0)
    }

    .navbar-nav .nav-item:last-child .nav-link:hover {
        padding: 10px 20px
    }

    .h-about-rtext {
        padding-left: 0;
        margin-top: 20px
    }

    .h-about-ltext {
        text-align: center
    }

    .h-about-sec {
        padding-bottom: 30px
    }

    .inner-h-about-col {
        margin-top: 30px
    }

    #inte-service-slider:before {
        display: none
    }

    #inte-service-slider .owl-item .item .service-item {
        border-radius: 15px;
        width: 85%;
        margin-top: 0px !important
    }

    #inte-service-slider {
        min-height: inherit
    }

    .inte-services .common-box {
        margin-top: 30px
    }

    .service-hire-sec .container {
        max-width: 96%
    }

    .industry-sec .container {
        max-width: 700px
    }

    .industry-col .industry-left {
        flex: 0 0 60%;
        max-width: 60%
    }

    .industry-right {
        max-width: 40%;
        flex: 0 0 40%
    }

    .trend-col {
        flex: 0 0 25%;
        max-width: 25%
    }

    .common-box.text-right {
        text-align: left !important
    }

    .footer-touch-col {
        margin: 10px 0
    }

    footer .info {
        margin-bottom: 25px
    }

    footer .links h3 {
        font-size: 20px
    }

    .gettouch-sec .container {
        max-width: 96%
    }

    .part-txt p {
        font-size: 15px
    }

    .about-page-txt .container {
        max-width: 96%
    }

    .servies-page .container {
        max-width: 96%
    }

    .inner-banner-text {
        padding-left: 50px
    }

    .m-service-head .container {
        max-width: 96%
    }

    .services-desccol .container {
        max-width: 96%
    }

    .m-service-hfig {
        margin: 30px 0
    }

    .app-advantage-sec {
        margin-top: 0
    }

    .tech-stack-for-android-right-bar {
        padding: 40px 30px 35px
    }

    .tab-pane .container {
        max-width: 96%
    }

    .tech-stack-for-android-right-bar hr {
        margin-right: 0;
        margin-left: 0
    }

    .tab-pane .col-md-5.col-sm-6.mt-4.pl-0 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 0px !important
    }

    .tab-pane .col-md-6.col-sm-6.mt-4.pl-0 {
        max-width: 100%;
        flex: 0 0 100%;
        display: none
    }

    .hire-model-para {
        margin-top: 10px
    }

    .dedicated-hiresec .container {
        max-width: 96%
    }

    .blog-banner .container,
    .blog-page .container,
    .contact-page .container {
        max-width: 96%
    }

    .contact-pic img {
        height: 750px
    }

    .contact-star-col {
        padding: 0 20px
    }

    .contact-container {
        top: 18%
    }

    .megamenu .custom-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .megamenu .col-xl-2 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .landing-new-banner .inner-banner-pic img {
        height: 900px
    }

    .banner-text {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        order: 2
    }

    .banner-vector {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 30px 0;
        text-align: center
    }

    .homeportfolio1 a {
        flex-direction: column
    }

    .banner-btns.text-right {
        text-align: left !important
    }

    .homeportfolio-text {
        padding: 20px 0
    }

    .homeportfolio-text h3 {
        font-size: 32px
    }

    .homeportfolio-text h4 {
        font-size: 16px;
        margin: 15px 0 20px
    }

    .port-tags {
        margin-bottom: 15px
    }

    .homeportfolio-text p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
        margin-bottom: 20px
    }

    .homeportfolio-text .common-btn {
        padding: 14px 22px
    }

    .stcontainer {
        top: 30px !important
    }

    .deve-growth .title-col {
        margin-bottom: 100px
    }

    .h-about-sec {
        padding-top: 70px
    }

    .ori-dm-service-text-area {
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .newhome-services {
        padding: 60px 0 20px
    }

    .ori-dm-servcie-item {
        margin-bottom: 40px;
        text-align: center
    }

    .solution-textleft p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 400
    }

    .menu-types-sec {
        padding-left: 30px
    }

    .topbblog-text h3 {
        font-size: 16px;
        line-height: 25px
    }

    .topblog-mid1-text h3 {
        line-height: 22px;
        font-size: 15px
    }

    .newblog-top {
        padding: 100px 0 90px
    }

    .newblog-top .col-lg-5.col-md-12 .topblog-middle {
        display: flex;
        margin-top: 30px
    }

    .newblog-top .col-lg-5.col-md-12 .topblog-middle .topblog-mid1.mt-4 {
        margin-top: 0px !important;
        margin-left: 30px
    }

    .careerdt-sec {
        padding-top: 0
    }

    .careerdt-right {
        position: static;
        margin-left: 0;
        margin-top: 30px
    }

    .story-text {
        position: static;
        max-width: 100%
    }

    .aboutnew-sec {
        padding: 40px 0 0
    }

    .aboutnew-sec .h-about-rtext.p-0 .h-about-no {
        border-left: none;
        padding-left: 0
    }
}

@media (max-width:768px) {
    .banner .banner-pic img {
        height: 73vh
    }

    .home-nohire h4,
    .home-noservice h4 {
        font-size: 22px
    }

    .quote-icon {
        display: none
    }

    .gettouch-text h3 {
        font-size: 30px;
        line-height: 44px
    }

    .inner-footer-touch .common-btn {
        padding: 15px 34px
    }

    .inner-footer-touch .common-btn i {
        font-size: 24px;
        vertical-align: middle;
        margin-left: 1px;
        margin-right: 5px
    }

    .letsdiscuss-sec {
        padding: 50px 0
    }

    .inner-banner-pic img {
        height: 350px;
        object-fit: cover
    }

    .service-col-right {
        display: none
    }

    .about-impact .col-lg-4,
    .about-impact .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .about-impact-text {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px
    }

    .contact-s-details {
        flex-direction: column
    }

    .career-form p label {
        width: 35%
    }

    .attach-f .attach-l {
        width: 35%
    }

    .homeportfolio1 .container {
        flex-direction: column
    }

    .homeportfolio-pic {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0;
        text-align: center;
        margin-top: 20px
    }

    .homeportfolio-pic img {
        max-height: 60vh
    }

    .talent-factors .mar-fix {
        margin: 50px 0
    }

    .leftsticky-share {
        max-width: 15%;
        flex: 0 0 15%
    }

    .blog-detail-title h3 {
        font-size: 28px;
        line-height: 40px
    }

    .careerdt-txt .title span {
        font-size: 50px;
        line-height: 60px
    }

    .career-form p.d-flex label,
    .salary-dts label {
        max-width: 35%;
        flex: 0 0 35%
    }
}

@media (max-width:767px) {
    .banner .banner-pic img {
        height: 400px
    }

    .container {
        max-width: 96%
    }

    .clients-slidersec {
        margin-right: 0
    }

    .quote-icon {
        display: block
    }

    .clients-video img {
        width: 100%
    }

    .clients-videosec {
        padding: 0 20px
    }

    .clients-sec {
        padding: 50px 0 30px
    }

    .tech-stack-for-android-right-bar {
        height: auto
    }

    .about-impact {
        background: none
    }

    .about-vision.mt-5 {
        margin-top: 1rem !important
    }

    .why-cols p {
        font-size: 18px
    }

    .why-ico i {
        margin-right: 20px
    }

    .dedicated-hiresec .trend-col {
        flex: 0 0 48.5%;
        max-width: 48.5%
    }

    #blog-slider .owl-item:before {
        width: 60%
    }

    .cont-title h2 {
        font-size: 24px
    }

    .con-star-col {
        font-size: 15px;
        margin-bottom: 15px
    }

    .w-iconbox-text p {
        padding: 0 120px
    }

    .contact-details {
        margin-top: 0
    }

    .cdetails-col {
        margin-bottom: 20px
    }

    .col-lg-4.col-md-4.b-lr {
        border-left: none;
        border-right: none;
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb
    }

    .sub-title {
        font-size: 30px;
        line-height: 46px
    }

    .service-detail-2colspic {
        padding: 10px 0
    }

    .wpcf7-form-control-wrap {
        margin-bottom: 10px
    }

    .homeportfolio1 .container {
        flex-direction: row
    }

    .homeportfolio-pic {
        flex: 0 0 30%;
        max-width: 30%
    }

    .home-whyus {
        padding-bottom: 440px
    }

    .talent-factors .factor-1 {
        padding-right: 0;
        text-align: center
    }

    .talent-factors .factor-4 {
        margin-top: 20px;
        padding-right: 0;
        text-align: center
    }

    .talent-factors .factor-2,
    .talent-factors .factor-3 {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
        margin-top: 20px
    }

    .talent-factors .factor-3 {
        margin-top: 20px
    }

    .talent-factors .talent-face {
        bottom: 30px
    }

    .homeindustry-sec .nav-pills .nav-link.active {
        right: 0;
        width: 100%
    }

    .menu-types-sec {
        padding-left: 0;
        margin-top: 30px
    }

    .t-factors {
        max-width: 90%;
        margin: auto
    }

    .topblog-mid1-text h3 {
        line-height: 24px;
        font-size: 18px
    }

    .topbblog-text h3 {
        font-size: 18px;
        line-height: 25px
    }

    .inner-blog-dtpage {
        flex-direction: column
    }

    .leftsticky-share {
        position: static;
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        margin: 30px 0;
        order: 2
    }

    .blogdt-social {
        flex-direction: row
    }

    .blogdt-social a {
        margin-right: 10px
    }

    .rightsticky-post.addpst {
        position: static;
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        padding-left: 0
    }

    .other-blogs-sec {
        margin-top: 20px
    }

    .career-form p input,
    .career-form p textarea {
        width: 59%
    }

    .career-form p.d-flex .intl-tel-input {
        max-width: 59%;
        flex: 0 0 59%
    }

    .salary-dts .row {
        width: 100%
    }

    .salary-dts select {
        width: 100% !important
    }

    .career-form select {
        width: 59%
    }

    .attach-f .custom-file {
        width: 59%
    }
}

@media (max-width:670px) {
    .title span {
        font-size: 42px
    }

    .title {
        font-size: 32px
    }

    .deve-growth {
        padding-top: 50px
    }

    .service-tab {
        max-width: 80%;
        flex: 0 0 80%
    }

    .slide-service-text {
        padding: 0 30px
    }

    .inte-slider .owl-nav .owl-prev {
        left: 0
    }

    .inte-slider .owl-nav .owl-next {
        right: 0
    }

    .inte-services {
        padding: 70px 0
    }

    .service-hire-col {
        flex-direction: column;
        text-align: center
    }

    .home-noservice {
        border-radius: 15px;
        margin-bottom: 15px
    }

    .home-nohire {
        border-radius: 15px
    }

    .gettouch-sec .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .inner-banner-text h1 {
        font-size: 23px;
        line-height: 38px
    }

    .flowcol {
        max-width: 50%;
        flex: 0 0 50%
    }

    .contact-pageform {
        padding: 0 40px
    }

    a.common-btn.w-25 {
        width: 100% !important
    }

    .megamenu .col-xl-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .megamenu {
        overflow-y: scroll;
        height: 73vh
    }

    .clients-slidersec .owl-nav .owl-prev {
        left: 20px;
        color: #fff
    }

    .clients-slidersec .owl-nav .owl-prev:hover {
        background: none;
        color: #fff
    }

    .clients-slidersec .owl-nav .owl-next {
        right: 20px;
        color: #fff
    }

    .clients-slidersec .owl-nav .owl-next:hover {
        background: none;
        color: #fff
    }
}

@media (max-width:520px) {
	
	.topblog-mid1-pic img {
        min-height: auto;
        max-height: inherit;
    }
	
    .main-header {
        background: #fff;
        position: static;
        padding: 10px 0 10px
    }

    .banner .banner-pic img {
        height: 100%
    }

    .banner-text {
        order: 2
    }

    .banner-title {
        padding-right: 0
    }

    .banner-title {
        font-size: 32px;
        line-height: 46px
    }

    .banner-para {
        border-left: none;
        padding-left: 0;
        font-size: 14px;
        color: #484848;
        line-height: 22px;
        margin: 10px 0
    }

    .catepg-servcol {
        flex-direction: column
    }

    .catepg-serpic {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bannersub-text {
        font-size: 15px
    }

    .bannersub-text span {
        font-size: 14px
    }

    .animation {
        height: 27px;
        overflow: hidden
    }

    .banner-text h1 {
        font-size: 22px;
        line-height: 26px
    }

    .banner-container {
        display: flex;
        flex-direction: column
    }

    .inner-engagement-col1 {
        max-width: 100% !important;
        flex: 0 0 100% !important
    }

    .captcha_service {
        gap: 10px !important
    }

    .banner .owl-nav i {
        font-size: 24px
    }

    .banner-btns {
        margin-top: 20px
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0
    }

    .inte-slider .owl-nav .owl-prev {
        top: auto;
        transform: translateY(0);
        bottom: 0;
        left: 36%
    }

    .inte-slider .owl-nav .owl-next {
        top: auto;
        transform: translateY(0);
        bottom: 0;
        right: 36%
    }

    .dev-growth-vector {
        margin-top: -20px
    }

    .dev-growth-vector video {
        width: 100%
    }

    .h-about-sec {
        padding-top: 70px
    }

    .slide-tech-ico1 {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 10px 0;
        padding: 0
    }

    .slide-tech-ico {
        overflow-x: scroll;
        margin-top: 15px;
        scroll-behavior: smooth;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        position: static
    }

    .service-tab {
        max-width: 100%;
        flex: 0 0 100%
    }

    .slide-service-text p {
        margin-top: 15px
    }

    .title span {
        font-size: 46px
    }

    .title {
        font-size: 36px
    }

    .home-letsdiscuss h4 {
        font-size: 30px
    }

    .home-letsdiscuss p {
        font-size: 16px
    }

    .trend-col {
        flex: 0 0 50%;
        max-width: 50%
    }

    .quote-icon {
        display: none
    }

    .links {
        margin-top: 20px
    }

    footer .info {
        margin-bottom: 5px
    }

    .inner-banner-text h1 {
        max-width: 100%
    }

    .service-head {
        flex-direction: column
    }

    .service-head .common-btn {
        margin-top: 10px
    }

    .flowcol {
        max-width: 100%;
        flex: 0 0 100%
    }

    .process-flowcol {
        margin-top: 20px
    }

    .hire-model-para {
        font-size: 18px
    }

    .dedicated-hiresec .trend-col {
        background: none
    }

    .blog-banner .blog_containt p {
        font-size: 15px;
        margin: 5px 0 5px
    }

    .blog-banner .blog_containt small {
        font-size: 12px;
        margin: 5px 0 30px
    }

    #blog-slider .owl-item:before {
        width: 100%
    }

    .blog-detail-title h3 {
        font-size: 24px;
        line-height: 35px
    }

    .blog-page {
        margin: 50px 0 50px
    }

    .contact-pageform .form-group {
        margin-bottom: 15px
    }

    .contact-pic img {
        height: 950px;
        object-fit: cover
    }

    .contact-container {
        top: 50px
    }

    .w-iconbox-text p {
        padding: 0 20px
    }

    .career-form p label,
    .attach-f .attach-l {
        width: 100%;
        margin-bottom: 5px !important
    }

    .career-form p input,
    .career-form select,
    .career-form p textarea,
    .attach-f .custom-file {
        width: 100%
    }

    .hr-etext {
        line-height: 23px;
        font-size: 15px
    }

    .login-figure {
        display: none
    }

    .login-form-col {
        padding: 20px 10px 5px
    }

    .deve-growth:before {
        height: 345px
    }

    .megamenu {
        padding: 0 0px !important
    }

    li.col-md-2.dropdown-item {
        padding: 0 0px !important
    }

    li.col-md-3.dropdown-item {
        padding: 0 0px !important
    }

    .navmenu-list {
        padding-left: 16px
    }

    .megamenu .col-xl-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .megamenu {
        overflow-y: scroll;
        height: 300px
    }

    .landing-new-banner .inner-banner-text {
        padding-left: 30px;
        padding-right: 30px
    }

    .landing-new-banner .bannerform h3 {
        font-size: 24px
    }

    .landing-new-banner .right-inner-banner-text {
        margin-top: 30px
    }

    .sub-title {
        font-size: 24px;
        line-height: 38px
    }

    .maincat-benefit-sec h3 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 41px
    }

    .bottom-footer {
        flex-direction: column;
        align-items: flex-start
    }

    .social-footer {
        margin-top: 20px;
        padding-right: 0
    }

    .slide-service-text {
        padding: 0 10px;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .slide-service-text p {
        font-size: 15px;
        font-weight: 300;
        line-height: 22px
    }

    .landing-new-banner .inner-banner-pic img {
        height: 1100px
    }

    .inner-banner-text .left-inner-banner-text h1 {
        font-size: 25px;
        line-height: 37px
    }

    .service-col {
        display: block
    }

    .service-col-left {
        padding: 30px 25px
    }

    .industry-col .industry-left {
        flex: 0 0 100%;
        max-width: 100%
    }

    .industry-right {
        max-width: 100%;
        flex: 0 0 100%
    }

    .industry-col a {
        display: block
    }

    #blog-slider .owl-item:before {
        display: none
    }

    .blog-banner .blog_containt {
        max-width: 100%;
        position: static;
        transform: translateY(0);
        text-align: center;
        margin-top: 15px
    }

    .blog-banner .blog_containt p,
    .blog-banner .blog_containt small {
        color: #000
    }

    .testi .iframe_testimonials {
        width: 100% !important
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        padding: .7rem 1.3rem
    }

    .testi h4 {
        font-size: 20px
    }

    .testi h6 {
        font-size: 16px
    }

    .testi p {
        font-size: 14px
    }

    .stpanel {
        width: 100vw
    }

    .deve-growth {
        padding-top: 30px
    }

    .homeportfolio1 .container {
        flex-direction: column
    }

    .port-tags {
        overflow-x: scroll;
        display: flex
    }

    .port-tags span {
        flex: 0 0 auto;
        font-size: 13px
    }

    .homeportfolio-pic {
        flex: 0 0 auto;
        max-width: 100%
    }

    .homeportfolio-text h3 {
        font-size: 24px
    }

    .homeportfolio-text h4 {
        margin: 10px 0 20px
    }

    .homeportfolio-text {
        padding: 20px 0 0
    }

    .homeportfolio-text p {
        font-size: 14px;
        line-height: 21px
    }

    .ori-section-title-6 h2 {
        font-size: 36px;
        line-height: 52px
    }

    .talent-factors .talent-face {
        width: 80%;
        bottom: 0;
        top: 61.5%;
        transform: translate(-50%, -50%);
        margin-top: 0
    }

    .talent-factors .factor-2 {
        margin-top: 420px
    }

    .home-whyus {
        padding-bottom: 60px
    }

    .newblog-slidesec {
        margin-bottom: 30px
    }

    .newblog-top .col-lg-5.col-md-12 .topblog-middle {
        flex-direction: column
    }

    .newblog-top .col-lg-5.col-md-12 .topblog-middle .topblog-mid1.mt-4 {
        margin-top: 30px !important;
        margin-left: 0
    }

    .inner-newblog-filters {
        padding: 20px;
        border-radius: 20px
    }

    .inner-newblog-filters .blog-search {
        margin-top: 20px
    }

    .newblog-bottom {
        margin-top: -92px
    }

    .newblog-top {
        padding: 50px 0 90px
    }

    .tsearch-form {
        margin-right: 0
    }

    .careerdt-formtitle h3 {
        font-size: 28px
    }

    .careerdt-formtitle p {
        font-size: 18px
    }

    .career-form p {
        flex-direction: column
    }

    .career-form p.d-flex label,
    .salary-dts label {
        max-width: 100%;
        flex: 0 0 100%
    }

    .career-form p.d-flex .intl-tel-input {
        max-width: 100%;
        flex: 0 0 100%
    }

    .salary-dts {
        flex-direction: column
    }

    .salary-dts .col-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0
    }

}

span.wpcf7-form-control-wrap.Services {
    width: 100% !important
}

#wpcf7-f820-o2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
    background: #47339654
}