a:hover {
    text-decoration: none
}

.marquee-sec {
    background: #fd371b;
    background: linear-gradient(85deg, rgb(253 55 27) 0%, rgb(250 220 19) 100%);
    padding: 5px;
    text-align: center
}

.marquee-sec a {
    color: #fff;
    font-size: 15px;
    text-decoration: none
}

.marquee-sec marquee {
    color: #fff;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 15px
}

.ttff-2 .slick-dots {
    bottom: 10px
}

.trust-sec {
    padding: 130px 0 40px 0;
    position: absolute;
    z-index: 99;
    justify-content: center;
    margin: 0 auto;
    left: 10%;
    top: 170px;
    display: flex
}

.new-home-btn {
    display: none
}

.trust-img img {
    width: 10%
}

.trust-img p {
    position: unset !important;
    width: unset !important
}

.trust-img {
    width: 100%
}

.trust-sec h1 {
    font-size: 70px !important;
    font-family: 'poppins-bold';
    color: #fff
}

.trust-sec h1 span {
    font-size: 70px
}

.trust-sec p {
    position: absolute;
    margin: 0;
    top: 50px;
    right: 280px;
    width: 31%;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: 'Quicksand'
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll 5s linear infinite;
    animation-delay: -2.5s
}

@keyframes scroll {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.vid-sec video {
    width: 100%;
    height: 767px;
    object-fit: cover;
    filter: brightness(.5) invert(0);
    position: relative
}

.vid-sec .vid-marquee {
    background: #00031a;
    background: linear-gradient(180deg, rgb(0 3 26) 0%, rgb(1 12 97) 100%);
    position: relative;
    top: -6px
}

.vid-sec .vid-marquee marquee {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0 20px 0;
    font-family: 'poppins-bold'
}

.services-sec {
    padding: 60px 0;
    position: relative;
    background: #fff;
    border-radius: 15px;
    top: -30px;
    z-index: 1
}

.services-heading h2 {
    font-family: 'poppins-bold';
    color: #000;
    font-size: 80px
}

.services-head a {
    text-decoration: none
}

.services-para p {
    font-size: 19px;
    font-family: 'Quicksand-book-regular';
    color: #000;
    font-weight: 600;
    margin: 0
}

.main-services {
    width: 80%;
    margin-top: 60px
}

.main-services img {
    width: 10%
}

.main-services h3 {
    font-family: 'poppins-bold';
    font-size: 35px;
    color: #000;
    margin: 20px 0
}

.services-head {
    position: relative
}

.services-head img {
    width: auto;
    position: absolute;
    top: 30px;
    right: 20px
}

.main-services p {
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    color: #000;
    font-weight: 600;
    margin: 0
}

.main-services hr {
    border-top: 2px solid rgb(0 0 0 / .1)
}

.stories-sec {
    background: #011080;
    background: linear-gradient(90deg, rgb(1 16 128) 0%, #010526 50%);
    padding: 100px 0 130px 0;
    position: relative;
    top: -50px
}

.stories-head h2 {
    font-family: 'poppins-bold';
    color: #fff;
    font-size: 80px
}

.story {
    width: 90%
}

.story-overlay {
    position: relative;
    cursor: pointer
}

.story-overlay img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000000f0
}

.text {
    color: #fff;
    font-size: 20px;
    width: 100%;
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.story-overlay:hover .overlay {
    opacity: 1
}

.overlay .text h3 {
    font-family: 'poppins-bold';
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-top: 10px
}

.overlay .text p {
    font-size: 14px;
    font-family: 'Quicksand-book-regular';
    color: #fff;
    font-weight: 600
}

.text a {
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 45px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'poppins'
}

.text a:hover {
    text-decoration: none;
    background: #01062d
}

.story .story-detail h4,
.story-2 .story-detail h4 {
    color: #fff;
    font-family: 'poppins';
    font-size: 22px
}

.story-detail {
    justify-content: space-between;
    width: 90%
}

.story-detail h4 {
    color: #fff;
    font-family: 'poppins';
    font-size: 22px
}

.year span {
    font-size: 14px;
    color: #fff;
    font-family: 'poppins-regular';
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 20px;
    margin-left: 5px
}

.story-2 img {
    width: 80%
}

.new-button a {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins'
}

.new-button {
    position: relative;
    z-index: 2
}

.new-button a:hover {
    text-decoration: none;
    color: #ff3a05;
    transition: 0.3s
}

.new-button img {
    width: 60px;
    margin-right: 20px
}

.indus-sec {
    padding: 60px 0;
    position: relative;
    background: #fff;
    border-radius: 15px;
    top: -100px;
    z-index: 1
}

.home-indus-for-heding h3 {
    font-family: 'poppins-bold';
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px
}

.indus-heading {
    width: 50%
}

.indus-heading h2 {
    font-family: 'poppins-bold';
    color: #000;
    font-size: 60px
}

.induses img {
    width: 15%
}

.induses h5 {
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #000
}

.induses h4 {
    font-family: 'poppins-bold';
    font-size: 25px;
    color: #000;
    margin-top: 10px
}

.induses p {
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    color: #000;
    font-weight: 600;
    height: 150px;
    margin-right: -20px;
    overflow: auto;
    padding-right: 10px
}

.induses {
    border: 2px solid #848484;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px
}

.element {
    position: relative
}

.element::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #EF4123, #FAD913);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.indus-img {
    position: relative;
    height: 0
}

.indus-img img {
    position: relative;
    top: -60px;
    width: 425px
}

.we-are {
    padding: 100px 0 0
}

.we-are-vid img {
    width: 100%;
    border-radius: 20px
}

.we-are-vid h4 {
    font-family: 'poppins-bold';
    font-size: 40px;
    color: #000;
    margin-top: 20px
}

.we-are-vid p {
    margin: 0;
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    color: #000;
    font-weight: 600
}

.we-are-detail h2 {
    font-family: 'poppins-bold';
    color: #000;
    font-size: 80px
}

.we-are-detail p {
    margin: 0;
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    color: #000;
    font-weight: 600
}

.we-are-detail ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0
}

.we-are-detail ul li {
    padding: 30px;
    background: #F3F3F7;
    flex: 0 0 40%;
    margin: 20px 20px 0 0;
    border-radius: 20px;
    text-align: center
}

.we-are-detail ul li.trusted {
    background: #000
}

.we-are-detail ul li.trusted h3 {
    font-size: 60px;
    font-family: 'poppins-bold';
    background: linear-gradient(90deg, rgb(249 200 21) 0%, rgb(239 62 35) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.we-are-detail ul li.trusted p {
    color: #fff;
    font-family: 'Quicksand-bold-regular';
    font-size: 16px
}

.we-are-detail ul li.projects h3 {
    font-size: 60px;
    font-family: 'poppins-bold';
    color: #000
}

.we-are-detail ul li.projects h3 span {
    color: #FD820C
}

.we-are-detail ul li.projects p {
    font-family: 'Quicksand-bold-regular';
    font-size: 16px
}

.we-are-detail img {
    width: 18%
}

.add-btn {
    gap: 20px
}

.add-btn a {
    width: 50%
}

.add-btn a:hover {
    text-decoration: none
}

.ico-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1.5px solid #000;
    padding: 12px 20px;
    border-radius: 40px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 14px;
    color: #000;
    transition: all 0.5s
}

.ico-btn img {
    width: 10%
}

.ico-btn:hover {
    background: linear-gradient(270deg, rgb(249 200 21) 0%, rgb(239 62 35) 75%);
    border: 1.5px solid #fff;
    color: #fff;
    transform: scale(1.05)
}

.ico-btn p:hover {
    color: #fff
}

.ico-btn:hover img {
    background: #fff;
    transform: rotate(360deg);
    transition: all 0.5s
}

.process-sec {
    background: #011080;
    background: linear-gradient(90deg, rgb(1 16 128) 0%, #010526 50%);
    padding: 100px 0 130px 0;
    position: relative;
    top: -120px
}

.process-head h2 {
    font-family: 'poppins-bold';
    color: #fff;
    font-size: 80px
}

.process-head p {
    margin: 0;
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    color: #fff;
    font-weight: 600
}

.process-main {
    width: 80%
}

.process-head img {
    margin-top: 30px;
    position: relative
}

.process p {
    font-size: 13px
}

.process.one {
    position: absolute;
    top: 285px;
    width: 22%;
    left: 350px
}

.process.two {
    position: absolute;
    top: 480px;
    width: 22%;
    left: 150px
}

.process.three {
    position: absolute;
    top: 480px;
    width: 22%;
    right: 350px
}

.process.four {
    position: absolute;
    top: 710px;
    width: 22%;
    right: 350px
}

.process.five {
    position: absolute;
    top: 710px;
    width: 22%;
    left: 150px
}

.process.six img {
    margin: 0
}

.process.six {
    position: absolute;
    top: 640px;
    width: 22%;
    left: 890px
}

img.process-arrow {
    position: absolute;
    left: 69px;
    top: 380px
}

img.process-arrow-next {
    position: absolute;
    right: 240px;
    top: 590px
}

img.process-arrow-right {
    position: absolute;
    bottom: -60px;
    left: 50%
}

.process h4 {
    font-size: 20px;
    font-family: 'poppins-bold';
    color: #000;
    background: #fff;
    width: 110px;
    padding: 8px 10px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.tech-head h2 {
    font-family: 'poppins-bold';
    color: #000;
    font-size: 80px
}

.tech-sec ul {
    justify-content: center;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin: 0 auto
}

.tech-sec ul li {
    margin: 10px
}

.tech-sec ul li a {
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    text-transform: capitalize;
    font-weight: 700;
    padding: 10px;
    transition: all 0.1s;
    justify-content: center !important
}

.tech-sec ul li a.active {
    background: none !important;
    color: #000 !important;
    border-bottom: 3px solid #fdd813 !important;
    border-image: linear-gradient(90deg, rgb(253 216 19) 0%, rgba(255, 61, 6, 11) 64%, rgba(255, 61, 6, 11) 100%) 1 !important;
    border: none
}

.people {
    padding: 100px 0
}

.people-head {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.people-head h2 {
    font-family: 'poppins-bold';
    color: #000;
    font-size: 80px;
    width: 60%
}

.people-head img {
    position: relative;
    width: 12%;
    top: -5px;
    left: 94px
}

.formobilev {
    display: contents
}

.widget-trust h6 {
    margin: 0;
    font-weight: bolder;
    color: #000
}

.widget-trust p {
    margin: 0;
    color: #000;
    font-size: 11px
}

.widget-trust p span {
    font-size: 13px;
    text-decoration: underline;
    font-weight: bolder
}

.people-meta {
    display: flex;
    align-items: center;
    gap: 30px
}

.people-meta img {
    border-radius: 100%;
    width: 20%
}

.person {
    margin-top: 50px;
    display: flex !important
}

.person-name h4 {
    font-size: 20px;
    font-family: 'poppins-bold';
    color: #000;
    margin: 0
}

.person-name p {
    font-size: 16px;
    font-family: 'poppins-regular';
    margin: 0;
    color: #636363 !important
}

.person-detail p {
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    color: #000;
    font-weight: 600;
    margin: 0;
    overflow: auto;
    height: 70px;
    padding-right: 20px
}

.person-detail {
    padding-bottom: 20px;
    border-bottom: 2px solid #cecece
}

.trust-detail p {
    font-size: 13px;
    color: #636363;
    margin-top: 5px;
    height: 100%;
    overflow: unset
}

.main-awards h2 {
    font-family: 'poppins-bold';
    color: #fff;
    font-size: 80px
}

.main-awards {
    background: #f9c815;
    background: linear-gradient(221deg, rgb(249 200 21) 0%, rgb(239 62 35) 100%);
    padding: 80px;
    border-radius: 50px
}

.award-points {
    text-align: left;
    width: 60%;
    position: relative;
    right: 0;
    left: 350px
}

.award-points p {
    font-size: 18px;
    font-family: 'Quicksand-book-regular';
    color: #fff
}

.award-points ul {
    list-style: none
}

.award-points ul .main-award {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.award-points ul li {
    border-bottom: 1px solid #fff;
    padding: 20px 0
}

.award-detail h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'poppins-bold';
    margin: 0
}

.award-detail p {
    margin: 0;
    font-size: 12px;
    font-family: 'Quicksand-book-regular'
}

.main-award span {
    background: #fff;
    padding: 15px;
    border-radius: 100%;
    font-size: 16px;
    font-family: 'poppins-bold'
}

.tech-logo ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap
}

.tech-logo ul li {
    background: #fff0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 20%;
    height: 95px;
    border-radius: 20px;
    box-shadow: rgb(50 50 93 / .25) 0 6px 12px -2px, rgb(0 0 0 / .3) 0 0 10px 0;
    transition: all 0.5s
}

.tech-logo ul li:hover {
    box-shadow: rgb(50 50 93 / .25) 0 50px 100px -20px, rgb(0 0 0 / .3) 0 30px 60px -30px;
    transition: all 0.5s;
    cursor: pointer
}

.tech-logo ul li img {
    width: 20%
}

.tech-logo ul li span {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 600
}

.blog-sec {
    padding: 100px 0
}

.blog-head h2 {
    font-family: 'poppins-bold';
    color: #000;
    font-size: 80px;
    width: 60%
}

.blog-head p {
    font-family: 'poppins-bold';
    color: #000;
    font-size: 12px
}

.main-blog h3 {
    font-size: 26px;
    font-family: 'poppins-bold';
    color: #000;
    margin: 20px 0;
    width: 90%
}

.main-blog img {
    width: 100%;
    border-radius: 70px
}

.main-blog p {
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    color: #000;
    font-weight: 600;
    width: 90%
}

.main-blog p a img {
    width: 3%;
    position: relative;
    left: 10px
}

.blog-row {
    padding: 50px 0;
    border-bottom: 2px solid #a5a5a5
}

.related-blogs {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.related-titles {
    display: flex;
    width: 60%;
    gap: 30px
}

.related-titles h4 {
    font-family: 'poppins-bold';
    font-size: 17px;
    color: #000;
    cursor: pointer
}

.related-blogs .ico-btn {
    width: 280px
}

.related-blogs a:hover {
    text-decoration: none
}

.related-blogs img {
    border-radius: 20px
}

.cta-sec {
    padding: 0 0 100px
}

.main-cta {
    text-align: center;
    background: #f9c815;
    background: linear-gradient(39deg, rgb(249 200 21) 0%, rgb(239 62 35) 100%);
    padding: 80px;
    border-radius: 50px
}

.main-cta h2 {
    font-family: 'poppins-bold';
    color: #fff;
    font-size: 100px
}

.main-cta a {
    width: 30%
}

.main-cta .cta-a {
    background: #000;
    color: #fff
}

.ico-btn.cta-a img {
    filter: invert(1);
    border-radius: 50%
}

.ico-btn.cta-a-2 img {
    border-radius: 50%
}

.ico-btn.cta-a-2:hover {
    background: #fff;
    color: #000;
    border: 1px solid
}

@media (max-width:768px) {

    .process-sec,
    .indus-img img {
        display: none
    }

    .story-overlay:hover .overlay,
    .text {
        display: none
    }

    .story-detail {
        width: 100%
    }

    .year.mob span {
        font-size: 11px
    }

    .trust-img img {
        width: 20%
    }

    .trust-sec p {
        position: unset;
        width: 100%
    }

    .vid-sec .vid-marquee marquee {
        font-size: 15px
    }

    .main-services h3 {
        font-size: 25px
    }

    .stories-head h2,
    .indus-heading h2,
    .services-heading h2,
    .we-are-detail h2,
    .tech-head h2,
    .people-head h2,
    .main-cta h2,
    .main-awards h2 {
        font-size: 40px !important
    }

    .trust-sec h1 {
        font-size: 32px !important
    }

    .story-detail {
        display: revert !important
    }

    .we-are-detail img {
        width: 20%
    }

    .story-2 img {
        width: 100%
    }

    .story,
    .indus-heading {
        width: 100%
    }

    .story-2 {
        margin-top: 40px
    }

    .main-cta {
        padding: 25px
    }

    .related-blogs {
        display: unset
    }

    .related-titles {
        width: 100%;
        display: block;
        margin-top: 50px
    }

    .related-titles h4 {
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .blog-head h2 {
        width: 100%;
        font-size: 40px
    }

    .main-awards {
        padding: 25px
    }

    .we-are-detail {
        margin-top: 20px
    }

    .we-are-detail ul li {
        flex: 0 0 100%
    }

    .tech-sec ul {
        display: flex;
        flex-wrap: wrap
    }

    .tech-sec ul li {
        margin: 5px
    }

    .tech-logo ul li {
        flex: 10 0 40%;
        height: 75px
    }

    .tech-logo ul li span {
        font-size: 11px
    }

    .canvas-icon.text-right img {
        filter: invert(1)
    }

    .tech-sec ul li a {
        font-size: 14px
    }

    .people-head {
        display: block
    }

    .people-head h2 {
        width: 100%
    }

    .people-head img {
        width: 40%;
        margin-top: 10px;
        left: 0
    }

    .person-detail {
        margin-top: 20px
    }

    .main-blog p a img {
        position: unset;
        margin-left: 10px;
        width: 20px
    }

    .ico-btn {
        margin-top: 10px
    }

    .forlovver {
        display: unset !important
    }

    .sec-sec {
        padding: 50px 0
    }

    .indus-sec {
        top: -70px
    }

    .new-button {
        left: 20px
    }

    .extaa {
        display: none !important
    }

    .induses {
        margin-top: 15px;
        padding: 20px
    }

    .serrr {
        margin: 0 !important
    }

    .we-are-detail ul li {
        margin: 20px 0 0 0
    }

    .process-sec-m {
        display: block !important;
        padding: 100px 0
    }

    .process-sec-m {
        display: block !important;
        padding: 80px 0 80px;
        top: -80px;
        height: auto
    }

    .process-m {
        margin-top: 15px
    }

    .award-points {
        position: unset;
        width: 100%
    }

    header#header {
        position: unset !important
    }

    #section1 {
        display: none !important
    }

    #main-header-home {
        padding: 10px 0
    }

    .website-logo img {
        width: 200px;
        top: 0 !important
    }

    #main-header-home .row {
        align-items: center;
        justify-content: space-between
    }

    .cd-dropdown {
        z-index: 999999 !important
    }

    .kuurjhsfder {
        display: none
    }

    .main-services {
        width: 100%
    }

    .trust-sec {
        padding: 30px 0
    }

    h1 {
        margin-top: 20px;
        font-size: 33px !important
    }

    .trust-sec h1 span {
        font-size: 35px
    }

    .new-home-btn {
        display: block !important;
        margin-top: 10px
    }

    .new-home-btn.lets-talk button {
        width: 70%;
        height: 40px
    }

    .formobilev {
        display: flex;
        align-items: center;
        margin-top: 20px
    }

    .d-flex.align-items-center.mt-3.gap-2 p {
        font-size: 12px
    }

    .person-name p {
        font-size: 11px
    }

    footer .col-md-3,
    .col-md,
    footer .col-md-6,
    footer .col-md-12,
    .game-dev-border-right,
    .flag-city ul li {
        border: none !important
    }

    .game-dev-border-right::before,
    .game-dev-border::after,
    .col-md-3.top-line::before,
    .col-md-3.top-line-right::after {
        display: none
    }

    footer .main-links ul.footer-trust li {
        flex: 0 0 40% !important;
        margin: 10px !important
    }

    footer .main-links ul.footer-trust {
        justify-content: center
    }

    .location {
        text-align: left !important
    }

    footer .main-links,
    .location,
    .footer-about {
        padding: 10px !important
    }

    .flag-city h6 {
        width: 28% !important
    }
}

.process-sec-head-m h2 {
    font-family: 'poppins-bold';
    color: #fff;
    font-size: 40px
}

.process-sec-head-m p {
    margin: 0;
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    color: #fff;
    font-weight: 600
}

.process-m h4 {
    font-size: 20px;
    font-family: 'poppins-bold';
    color: #000;
    background: #fff;
    width: 110px;
    padding: 8px 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.process-m p {
    margin: 0;
    font-size: 16px;
    font-family: 'Quicksand-book-regular';
    color: #fff;
    font-weight: 600
}

.process-m {
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 30px
}

.process-sec-m {
    display: none
}

.testi-sliders.slick-initialized.slick-slider.slick-vertical {
    position: relative
}

.testi-sliders.slick-initialized.slick-slider.slick-vertical button.slick-prev.slick-arrow {
    left: unset;
    right: 5px;
    top: unset;
    bottom: -60px
}

.testi-sliders.slick-initialized.slick-slider.slick-vertical .slick-next,
.slick-prev {
    position: absolute;
    top: unset;
    bottom: -57px;
    right: 50px
}

.testi-sliders.slick-initialized.slick-slider.slick-vertical button.slick-prev.slick-arrow:before,
.testi-sliders.slick-initialized.slick-slider.slick-vertical button.slick-next.slick-arrow:before {
    content: '\f175';
    display: block;
    width: 10px;
    font-weight: 500;
    font-size: 30px;
    font-family: 'FontAwesome';
    rotate: 180deg !important
}

.testi-sliders.slick-initialized.slick-slider.slick-vertical button.slick-next.slick-arrow:before {
    rotate: 360deg !important
}

.lets-talk button:hover {
    background-color: #fff0;
    border: 1px solid #000;
    color: #000
}

#first-block,
#second-block {
    opacity: 1;
    transition: opacity 0.5s ease-in-out
}

header#header {
    position: fixed;
    top: 0;
    background: #fff
}

.website-links ul li a {
    color: #000 !important
}

.website-links ul li a:hover {
    color: #ff3a05 !important
}

.services-dropdown {
    z-index: 99
}

.show>.dropdown-menu {
    display: block !important
}

div#showModal1 {
    z-index: 99999999999
}

footer {
    background: #000;
    padding: 50px 0 0 0
}

footer i {
    color: #fff !important;
    opacity: 1 !important
}

footer .col-md-3,
.col-md {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
    position: relative
}

footer .col-md-12 {
    border-bottom: 1px solid #fff
}

footer .col-md-12:last-child {
    border: none
}

footer .col-md-6 {
    border-bottom: 1px solid #fff
}

.footer-about img {
    width: 80%
}

.footer-about p {
    color: #fff;
    font-family: 'poppins-regular';
    margin-top: 20px;
    font-size: 12px
}

.footer-about ul {
    margin-top: 20px;
    list-style: none
}

.footer-about ul li a {
    color: #fff
}

.footer-about ul li {
    gap: 20px;
    display: flex;
    margin-top: 10px;
    color: #fff;
    align-items: center;
    font-family: poppins-regular;
    font-size: 12px
}

.footer-about ul li.linkedin a {
    color: #0084FF
}

footer .main-links,
.location,
.footer-about {
    padding: 30px
}

footer .main-links h6 {
    font-size: 13px;
    color: #fff;
    background: linear-gradient(270deg, rgb(249 200 21) 0%, rgb(239 62 35) 100%);
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%
}

footer .main-links ul {
    list-style: none;
    margin-top: 20px
}

footer .main-links ul li {
    margin-top: 5px
}

footer .main-links ul li a {
    font-size: 11px;
    color: #fff
}

footer .main-links ul.footer-trust,
.flag-city ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 3.3px;
    align-items: center;
    margin-top: 20px
}

footer .main-links ul.footer-trust li {
    flex: 0 0 15%;
    margin: 10px
}

footer .main-links ul.footer-trust li img {
    width: 100%
}

.location-meta {
    gap: 20px
}

.cities h5,
.dis h5 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px
}

.cities p,
.dis p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 11px;
    margin: 0
}

.flag-city,
.dis {
    margin: 40px 0
}

.flag-city ul li {
    flex: 0 0 0%;
    padding: 0 5px 0 5px;
    border-right: 1px solid #fff
}

.flag-city ul li:last-child {
    border: none
}

.dis p.copyright {
    color: #6f6f6f;
    text-align: center;
    margin-top: 50px
}

.game-dev-border {
    border-left: 1px solid #fff
}

.game-dev-border-right {
    border-right: 1px solid #fff
}

.col-md-3.top-line::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 48px;
    top: -48px;
    left: -1px;
    background: #fff
}

.col-md-3.top-line-right::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 48px;
    top: -48px;
    right: -1px;
    background: #fff
}

.game-dev-border::after {
    position: absolute;
    content: '';
    width: 150px !important;
    height: 1px;
    top: -1px;
    left: -140px;
    background: #fff
}

.game-dev-border-right::before {
    position: absolute;
    content: '';
    width: 140px !important;
    height: 1px;
    top: -1px;
    right: -69px;
    background: #fff
}

.some-extra {
    border: 0
}

.t-logos-heading h6 {
    background: none !important
}

.flag-city h6 {
    font-size: 13px;
    color: #fff;
    background: linear-gradient(270deg, rgb(249 200 21) 0%, rgb(239 62 35) 100%);
    padding: 5px 10px;
    border-radius: 5px;
    width: 8%
}

.cities p a {
    color: #fff
}

#DMCA-badge {
    display: flex !important;
    margin: 0 auto !important;
    margin-top: 20px !important
}

/******************** NEW HOME PAGE ********************/

.new-banner {
    padding: 140px 0 50px 0;
}

.new-banner span {
    color: #EF3E23;
}

.new-banner h1 {
    font-size: 70px !important;
    font-family: 'poppins-bold';
    color: #000000;
}

.new-banner p {
    font-family: 'Quicksand-book-regular';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}

.new-banner .new-home-btn {
    display: block;
}

.new-banner .new-home-btn {
    padding: 0;
}

.new-banner .lets-talk button {
    background: #000;
    border: none;
}

.new-banner .lets-talk button:hover {
    background: none;
    color: #000;
    border: 1px solid #000;
}

.new-banner .lets-talk button img{
    margin-left: 10px;
}

@media (max-width: 768px) {
    .new-banner h1 {
        font-size: 32px !important;
    }

    .new-banner-img {
        margin-top: 20px;
    }

    .new-banner {
        padding: 50px 0 50px 0;
    }

    .new-banner .lets-talk button{
        width: 60%;
    }
}