@font-face {
    font-family: FontAwesome;
    src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.yellow {
    color: #f00 !important
}

body,
html {
    overflow-x: clip;
    font-family: Rajdhani, sans-serif !important;
    scroll-behavior: smooth
}

.FloatingTopLayer {
    z-index: 9999 !important
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.vc_non_responsive .vc_row .vc_col-sm-1,
.vc_non_responsive .vc_row .vc_col-sm-10,
.vc_non_responsive .vc_row .vc_col-sm-11,
.vc_non_responsive .vc_row .vc_col-sm-12,
.vc_non_responsive .vc_row .vc_col-sm-2,
.vc_non_responsive .vc_row .vc_col-sm-3,
.vc_non_responsive .vc_row .vc_col-sm-4,
.vc_non_responsive .vc_row .vc_col-sm-5,
.vc_non_responsive .vc_row .vc_col-sm-7,
.vc_non_responsive .vc_row .vc_col-sm-8,
.vc_non_responsive .vc_row .vc_col-sm-9 {
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.vc_non_responsive .vc_row .vc_col-sm-1 {
    position: relative;
    width: 8.33333333%;
    min-height: 1px
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
    position: relative;
    width: 16.66666667%;
    min-height: 1px
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
    position: relative;
    width: 25%;
    min-height: 1px
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
    position: relative;
    width: 33.33333333%;
    min-height: 1px
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
    position: relative;
    width: 41.66666667%;
    min-height: 1px
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
    position: relative;
    width: 58.33333333%;
    min-height: 1px
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
    position: relative;
    width: 66.66666667%;
    min-height: 1px
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
    position: relative;
    width: 75%;
    min-height: 1px
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
    position: relative;
    width: 83.33333333%;
    min-height: 1px
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
    position: relative;
    width: 91.66666667%;
    min-height: 1px
}

.vc_col-xs-12,
.vc_column_container {
    width: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
    float: left
}

.vc_col-xs-11 {
    width: 91.66666667%
}

.vc_col-xs-10 {
    width: 83.33333333%
}

.vc_col-xs-9 {
    width: 75%
}

.vc_col-xs-8 {
    width: 66.66666667%
}

.vc_col-xs-7 {
    width: 58.33333333%
}

.vc_col-xs-6 {
    width: 50%
}

.vc_col-xs-5 {
    width: 41.66666667%
}

.vc_col-xs-4 {
    width: 33.33333333%
}

.vc_col-xs-3 {
    width: 25%
}

.vc_col-xs-2 {
    width: 16.66666667%
}

.vc_col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

@media (min-width:768px) {
    .vc_col-sm-1,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9 {
        float: left
    }
    .vc_col-sm-12 {
        width: 100%
    }
    .vc_col-sm-11 {
        width: 91.66666667%
    }
    .vc_col-sm-10 {
        width: 83.33333333%
    }
    .vc_col-sm-9 {
        width: 75%
    }
    .vc_col-sm-8 {
        width: 66.66666667%
    }
    .vc_col-sm-7 {
        width: 58.33333333%
    }
    .vc_col-sm-6 {
        width: 50%
    }
    .vc_col-sm-5 {
        width: 41.66666667%
    }
    .vc_col-sm-4 {
        width: 33.33333333%
    }
    .vc_col-sm-3 {
        width: 25%
    }
    .vc_col-sm-2 {
        width: 16.66666667%
    }
    .vc_col-sm-1 {
        width: 8.33333333%
    }
}

.vc_btn3-container.vc_btn3-center {
    text-align: center
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 35px
}

.vc_general.vc_btn3 {
    font-size: 14px
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px
}

.offset-1 {
    margin-left: 8.333333%
}

.col-sm-offset-4 {
    margin-left: 25rem
}

.col-xs-7 {
    width: 58.33333333%;
    float: left
}

.col-xs-5 {
    width: 41.66666667%;
    float: left
}

.services-banner-image-mobile-row .wpb_content_element {
    margin-bottom: 0
}

.mb0 {
    margin-bottom: 0 !important
}

figure {
    margin: 0
}

.flex-center {
    display: flex !important;
    flex-direction: column;
    justify-content: center
}

.text-align-center {
    text-align: center
}

a {
    text-decoration: none
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.img-full-width {
    width: 100%
}

.color-black h1,
.color-black h2 {
    color: #000 !important
}

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

.margin-bottom45 {
    margin-bottom: 45px !important
}

.header-top-area {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    transition: all .2s linear;
    padding-bottom: 5px
}

.site-logo img {
    width: 100%;
    float: right;
    height: auto;
    margin:26px 0;
}

html {
    margin-top: 1px !important
}

.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_section {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.site-logo img {
    width: 100%;
    float: left;
    height: auto;
    max-width: 220px;
}

.navbar {
    padding: 0
}

.menus li {
    padding: 10px 20px 10px;
    list-style: none
}

.menus a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: none;
    font-family: Rajdhani, sans-serif;
    font-weight: 600
}

.menus .active a {
    color: #f1b346
}

.menus .active ul>li>a {
    color: #fff
}

.menus a:hover {
    color: #f1b346 !important
}

.nav>li>ul>li:hover .main-a {
    background-color: rgba(0, 0, 0, .5) !important;
    color: #ffb700 !important
}

li.nav-item.active {
    background-color: rgba(0, 0, 0, .3);
    background-image: url(/wp-content/uploads/2023/02/MenuSlides.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.menus-test a:hover {
    color: #f48024 !important
}

.navbar-wrap #navbar_top {
    background-color: rgba(255, 255, 255, .9)
}

@media all and (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%
    }
    .navbar .dropdown-menu.fade-up {
        top: 110% !important
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0)
    }
}

.dropdown-menu {
    border-top: 3px solid #ff8104;
    padding: 0;
    border-radius: 0;
    min-width: 250px
}

.dropdown-menu li {
    border-bottom: 1px solid #ecf0f1;
    padding: 0
}

.dropdown-menu a {
    color: #5b5b5b;
    text-align: left;
    padding: 11px 14px 11px 14px;
    font-size: 13px
}

.contact-menu {
    color: #ec0000 !important
}

.dropdown-large {
    width: 720px;
    padding: 0 15px
}

.dropdown-large .col-md-4 {
    padding: 0;
    border-right: 1px solid #ecf0f1
}

.dropdown-large ul {
    padding-left: 0
}

.dropdown-large li {
    list-style: none;
    border-bottom: 1px solid #ecf0f1;
    display: flex
}

.dropdown-large a {
    color: #5b5b5b !important;
    text-align: left;
    padding: 5px 14px 5px 14px;
    font-size: 13px !important
}

.dropdown-large .title {
    font-size: 13px;
    color: #2c3e50;
    border-bottom: 1px solid #ecf0f1;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 8px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.navbar .navbar-toggler-icon {
    background: url("images/menu.png");
    background-size: 100%;
    position: absolute;
    right: 0;
    float: right;
    top: -42px
}

.title a {
    font-weight: 700 !important;
    font-size: 17px !important
}

.offcanvas-active {
    overflow: hidden
}

.offcanvas-header {
    display: none
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, .6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible
}

@media all and (max-width:992px) {
    .offcanvas-header {
        display: block
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0)
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important
}

.body-heading-section {
    background: #f9f8fd;
    padding: 10px 10px;
    text-align: center;
    padding-top: 10px
}

.body-heading-section h1 {
    font-size: 21px;
    background: linear-gradient(to right, #ffc63f 0, #fd3358 30%);
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.body-heading-section .home-slogan {
    font-size: 21px;
    color: #333;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 0
}

.home-heading,
.home-heading-h3,
.home-heading-h4 {
    color: #333;
    margin: 20px 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.home-heading-h3::after,
.home-heading-h4::after,
.home-heading::after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(90deg, #0ff0ff 0, #ebacfd 100%)
}

.home-heading-h6 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px
}

.header-transparent {
    background: linear-gradient(180deg, #000, transparent) !important;
    background-size: contain;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0
}

.home-services {
    padding: 30px 10px
}

.home-services p {
    font-size: 16px;
    text-align: center
}

.service-tabs {
    border-bottom: none
}

.service-tabs li {
    width: 19%;
    margin: 0 auto;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer
}

.service-tabs a {
    text-align: center
}

.service-tabs .active {
    border: none !important
}

.service-tabs .active a::after {
    content: " ";
    position: relative;
    left: -41px;
    bottom: -12px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #2abb9c;
    border-top: none;
    border-right: 20px solid transparent
}

.service-tabs img {
    width: 137px;
    height: 137px !important
}

.service-tabs a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.service-tabs a:hover {
    text-decoration: none
}

.home-serviceTab-details {
    background-color: #2abb9c;
    padding: 50px;
    text-align: center
}

.hService-tab-details img {
    width: 160px;
    height: 160px !important
}

.hService-tab-details a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    display: block
}

.service-tabs .active:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #2abb9c;
    content: " ";
    position: absolute;
    bottom: -36px;
    display: block;
    margin-left: 65px !important
}

.home-clients {
    padding: 30px 10px
}

.home-clients p {
    font-size: 16px
}

.home-clients .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important
}

.clients-tabs {
    border-bottom: none;
    margin-top: 50px;
    margin-bottom: 30px
}

.clients-tabs li {
    list-style: none;
    float: left
}

.clients-tabs button {
    color: #1abc9c !important;
    font-size: 14px !important;
    padding: 10px 15px 11px !important;
    font-weight: 600 !important;
    display: inline-block;
    vertical-align: middle;
    width: 200px !important;
    max-width: 100%;
    margin-right: 20px !important;
    border: 2px solid #1abc9c !important;
    border-radius: 5px !important;
    background-color: transparent !important
}

.clients-tabs button:hover {
    background-color: #1abc9c !important;
    color: #fff !important
}

.hclients-tab-details img {
    width: 116px
}

.hclients-tab-details img:hover {
    opacity: .9
}

.hclients-tab-details .col-sm-3 {
    padding: 0
}

.vc_tta-panel-title {
    display: none
}

.hclients-tab-details {
    padding-left: 0
}

.hclients-tab-details .vc_column-inner {
    padding: 0 !important
}

.hclients-tab-details .wpb_single_image .vc_figure {
    width: 100%;
    text-align: center
}

.hclients-tab-details .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
    border: 1px solid #eee;
    padding: 35px
}

.clients-tabs {
    border-bottom: none;
    margin-top: 50px;
    margin-bottom: 30px
}

.clients-tabs a {
    color: #1abc9c;
    font-size: 14px;
    text-align: center;
    padding: 10px 15px 11px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    max-width: 100%;
    margin-left: 20px;
    border: 2px solid #1abc9c;
    border-radius: 5px !important;
    text-decoration: none
}

.clients-tabs a:hover {
    background-color: #1abc9c !important;
    color: #000 !important
}

.clients-tabs .active a {
    background-color: #1abc9c !important;
    color: #fff !important
}

.clients-tabs .active {
    background-color: #1abc9c;
    color: #fff
}

.hclients-tab-details img {
    border: 1px solid #eee;
    padding: 35px;
    width: 100%;
    height: auto !important
}

.hclients-tab-details img:hover {
    opacity: .9
}

.hclients-tab-details .col-sm-3 {
    padding: 0
}

.hclients-tab-details .row {
    margin-left: 0;
    margin-right: 0
}

.tab {
    overflow: hidden
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 14px 16px;
    transition: .3s
}

.tab button:hover {
    background-color: #ddd
}

.tab button.active {
    background-color: #ccc
}

.tabcontent {
    padding: 6px 12px;
    border-top: none;
    animation: fadeEffect 1s;
    -webkit-animation: scale-up-ver-top .5s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-ver-top .5s cubic-bezier(.39, .575, .565, 1) both
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%
    }
}

@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%
    }
}

.home-testimonials {
    padding: 30px 10px;
    margin-top: 35px
}

.home-testimonials p {
    font-size: 15px
}

.testimon-box {
    background: #f9fafc;
    padding: 20px;
    min-height: 200px;
    margin-bottom: 25px;
    border-left: 4px solid #ff8100;
    border-radius: 3px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .2)
}

.home-testimon-box {
    height: 230px
}

.testimon-box h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

.testimon-box h6 {
    color: #2c3e50;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400
}

.viewmore {
    color: #fff;
    background: #ec0000;
    border: 1px solid transparent !important;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 55px;
    padding: 9px 55px;
    font-size: 14px;
    display: inline-block
}

.viewmore:after {
    font-family: FontAwesome;
    content: '\f105';
    padding-left: 10px;
    position: relative
}

.viewmore:hover {
    color: #ff8300 !important;
    background: #fff !important;
    border-color: #ff8300 !important;
    text-decoration: none;
    transition: opacity .5s ease-in-out
}

.viewmore .fa {
    margin-left: 10px
}

#achievements {
    margin-top: 35px
}

#achievements .item {
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) !important;
    margin-top: 10px;
    height: 240px;
    margin: 9px;
    padding: 16px 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

#achievements .tns-item {
    width: calc(4.68%) !important
}

#achievements-ow .tns-nav {
    text-align: center
}

#achievements img {
    width: 100%;
    height: auto !important;
    margin-bottom: 18px
}

#achievements .caption {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 18px
}

#achievements .owl-controls .owl-nav div {
    top: 115px;
    border: none;
    background-color: #ddd
}

#achievements .owl-controls .owl-nav div.owl-prev {
    left: 5px
}

#achievements .owl-controls .owl-nav div.owl-next::before,
#achievements .owl-controls .owl-nav div.owl-prev::before {
    margin-top: -22px
}

#new-achievements {
    margin-top: 84px;
    background-color: #f1f4f5;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) !important
}

#new-achievements .item {
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    margin-top: 10px;
    height: 210px;
    margin-bottom: 0;
    padding: 16px 8px
}

#new-achievements img {
    width: 100%;
    height: auto !important;
    margin-bottom: 18px
}

#new-achievements .caption {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 18px
}

#new-achievements .owl-controls {
    text-align: center
}

#new-achievements .owl-theme .owl-dots .owl-dot span {
    background-color: #979191
}

#new-achievements .owl-controls .owl-nav div {
    top: 115px;
    border: none;
    background-color: #ddd
}

#new-achievements .owl-controls .owl-nav div.owl-prev {
    left: 5px
}

#new-achievements .owl-controls .owl-nav div.owl-next::before,
#new-achievements .owl-controls .owl-nav div.owl-prev::before {
    margin-top: -22px
}

#new_achievements {
    margin-top: 84px;
    background-color: #f1f4f5;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) !important
}

#new_achievements .item {
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    margin-top: 10px;
    height: 210px;
    margin-bottom: 0;
    padding: 16px 8px
}

#new_achievements img {
    width: 100%;
    height: auto !important;
    margin-bottom: 18px
}

#new_achievements .caption {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 18px
}

#new_achievements .owl-controls {
    text-align: center
}

#new_achievements .owl-theme .owl-dots .owl-dot span {
    background-color: #979191
}

#new_achievements .owl-controls .owl-nav div {
    top: 115px;
    border: none;
    background-color: #ddd
}

#new_achievements .owl-controls .owl-nav div.owl-prev {
    left: 5px
}

#new_achievements .owl-controls .owl-nav div.owl-next::before,
#new_achievements .owl-controls .owl-nav div.owl-prev::before {
    margin-top: -22px
}

.home-blogs {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #f9fbfb !important
}

.hblog-box {
    border: 1px solid #ecf0f1;
    margin-bottom: 20px
}

.hblog-box img {
    width: 170px;
    float: left;
    margin-right: 20px
}

.hblog-box h5 {
    color: #2c3e50;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px
}

.hblog-box p {
    line-height: 21px;
    margin-bottom: 4px;
    color: #a3b1bd;
    font-size: 15px
}

.blog-right {
    padding: 11px 15px 9px 189px
}

.hblog-box span {
    font-size: 14px;
    color: #a3b1bd;
    border-top: 1px solid #ecf0f1;
    display: block;
    padding: 7px 0
}

.home-blogs .viewmore {
    margin-top: 25px !important;
    display: inline-block
}

.home-why-choose {
    margin-top: 20px
}

.home-why-choose p {
    font-size: 15px
}

.home-why-choose h3 {
    font-size: 17px
}

.home-case-studies {
    background-color: #f1f0ee !important
}

.home-case-studies h3,
.home-case-studies h5 {
    color: #444 !important;
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
    text-align: center
}

.cs-image {
    position: relative
}

.cs-image img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.cs-image:after,
.cs-image:before {
    position: absolute;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s
}

.cs-image:after {
    content: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3)
}

.cs-image:hover:after,
.cs-image:hover:before {
    opacity: 1
}

.home-case-studies .viewmore {
    margin-top: 25px !important
}

.hoverbox {
    width: 47% !important;
    height: 400px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-top: 10px;
    margin-bottom: 25px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1)
}

.hoverbox img {
    height: 100% !important;
    border: 10px solid #fff;
    width: 100%;
    object-fit: cover
}

.hoverbox .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%
}

.hover {
    width: 48% !important;
    height: 400px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-top: 10px;
    margin-bottom: 25px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1)
}

.hover .vc_column-inner {
    padding: 0 !important
}

.hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    pointer-events: none
}

.hover img {
    display: block;
    position: relative
}

.ehover10 img {
    height: auto;
    object-fit: cover !important;
    border: 0 solid #fff;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.ehover10:hover img {
    background: rgba(0, 0, 0, .7);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0)
}

.ehover10 .overlay {
    visibility: hidden;
    top: auto;
    bottom: 0;
    padding: 6px 14px;
    height: 60px;
    background: #fff;
    color: #333;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.ehover10 .wpb_content_element {
    margin-bottom: 0 !important
}

.ehover10 p.icon-links a {
    text-align: left;
    color: #000;
    font-size: 1.4em
}

.ehover10 h4 {
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700
}

.ehover10 h2 {
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700
}

.ehover10 h6 {
    text-align: left
}

.ehover10 h3,
.ehover10 h5 {
    text-align: center;
    font-size: 1rem;
    color: #fff
}

.ehover10:hover p.icon-links a:focus,
.ehover10:hover p.icon-links a:hover {
    color: #252d31
}

.ehover10 button,
.ehover10 p.icon-links a {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0)
}

.ehover10:hover .overlay,
.ehover10:hover button,
.ehover10:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible
}

#contactform input,
textarea {
    color: #a1b1bc;
    font-size: 14px;
    padding: 10px 19px;
    width: 100%;
    margin-bottom: 16px
}

#contactform button {
    background-color: #2abb9c;
    color: #fff;
    border: none;
    width: 100%;
    padding: 11px 5px;
    border-radius: 3px;
    font-weight: 700
}

.footer-margin-top {
    margin-top: 35px
}

.footer {
    background-color: #1a1c28;
    padding: 0px 0;
    padding-bottom: 0;
    clear: both
}
.footer-logo img {
    width: 100%;
    max-width: 230px;
}
.footer-newui .footer-bottom p {
    text-align: center important;
    font-size: 14px;
    padding: 10px 0 0;
}
.footer h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.footerh5 {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px !important;
    margin-bottom: 15px
}

.footerh3 {
    color: #fff !important;
    font-weight: 700;
    font-size: 15px !important;
    margin-bottom: 15px
}

.footer-menu {
    padding-left: 0
}

.footer-menu a {
    color: silver !important;
    line-height: 30px;
    font-size: 15px;
    text-decoration: none
}

.footer-news a {
    color: #3cd6ef !important
}

.footer-news li a:hover {
    color: #3cd6ef !important;
    text-decoration: none !important
}

.footer-menu a:hover {
    color: #3cd6ef !important
}

.footer-menu li {
    color: silver !important;
    list-style: none
}

.footer a {
    color: #3cd6ef !important
}

.footer a:hover,
.footer-news a:hover {
    text-decoration: underline
}

.country-flag {
    background-image: url(/wp-content/uploads/2021/05/country-flags.png);
    background-repeat: no-repeat;
    display: inline-block;
    object-fit: cover;
    width: 25px;
    height: 27px;
    margin-bottom: -7px
}

.footer h6 {
    line-height: 53px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.footerh6 {
    line-height: 53px;
    font-size: 15px !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700
}

.locations p {
    color: silver;
    font-size: 15px;
    margin-bottom: 7px
}

.locations .fa {
    margin-top: 5px;
    margin-right: 9px
}

.locations .fa-map-marker {
    color: red
}

.locations .fa-envelope {
    color: #0a3d94
}

.locations span {
    color: #1abc9c !important
}

.india-flag {
    background-position: -6px -108px
}

.london-flag {
    background-position: -6px -36px
}

.miami-flag {
    background-position: -6px -72px
}

.footer-mar {
    margin-top: 24px
}

.footer-bottom {
    border: 1px solid #282b39;
    padding: 30px 0 30px 0 !important;
    background-color: #222533;
    margin-top: 0px
}

.footer-col {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.footer-social {
    float: right;
    margin-bottom: 0
}

.footer-social li {
    list-style: none;
    float: left;
    padding: 0 7px
}

span.position-absolute.opacity0 {
    opacity: 0;
    z-index: -99
}

.footer-social a {
    color: silver !important
}

.footer-bottom p {
    color: silver;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 15px
}

.footer-bottom a {
    color: #1abc9c
}

.tp-banner-container {
    max-height: 750px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff
}

.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0 0
}

.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: #c92313 !important;
    width: 6px !important;
    height: 6px !important;
    display: inline-block;
    opacity: .6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 5px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .2s, border-color .2s;
    -moz-transition: background-color .2s, border-color .2s;
    -o-transition: background-color .2s, border-color .2s;
    -ms-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
    float: none !important
}

.tp-bullets.simplebullets .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets .bullet:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background: #fff !important;
    width: 6px !important;
    height: 6px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
    border: 5px solid #fff !important
}

.page-loading .loading-overlay {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
    visibility: visible
}

.loading-overlay {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    visibility: hidden;
    display: none;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.loading-overlay:after {
    position: fixed;
    content: "";
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px
}

.tp-banner ul {
    padding-left: 0
}

.tp-banner li {
    list-style: none
}

.bg-black {
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 20px 45px !important;
    border-radius: 5px
}

.tp-caption h3 {
    font-size: 40px !important;
    text-transform: uppercase !important;
    line-height: 48px !important;
    margin-bottom: 25px
}

.tp-caption h1 {
    font-size: 40px !important;
    text-transform: uppercase !important;
    line-height: 48px !important;
    margin-bottom: 25px
}

.tp-caption h2 {
    font-size: 40px !important;
    text-transform: uppercase !important;
    line-height: 48px !important;
    margin-bottom: 25px
}

.tp-caption p {
    font-size: 20px !important;
    text-transform: capitalize !important;
    font-weight: 500
}

.tp-caption a {
    color: #fff;
    padding: 15px 50px;
    display: inline-block;
    margin-top: 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    margin-right: 20px
}

.tp-caption a:hover {
    color: #ec0000 !important
}

.slide-btn1 {
    background-color: #1b9af7
}

.slide-btn2 {
    background-color: #ff505d
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: inline-block;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ff8200;
    margin: 4px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #3e3d3b
}

.owl-theme .owl-controls .owl-nav div {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    top: -107px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #1c4a85;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-theme .owl-controls .owl-nav div:hover {
    background-color: #15416e
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    right: 54px
}

.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    position: absolute;
    content: "\f104";
    font-family: FontAwesome;
    text-indent: 0;
    left: 14px;
    top: 50%;
    margin-top: -25px;
    font-size: 28px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    right: 15px
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\f105"
}

.vc_section {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.view-more {
    padding: 9px 55px;
    margin-bottom: 0;
    margin-top: 35px;
    font-weight: 600 !important;
    font-size: 14px !important
}

.services-banner-image-row {
    width: auto;
    padding: 0
}

.services-banner-image-row .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.services-headings-row {
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 0;
    margin: auto;
    right: 0
}

.services-banner-headings {
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 10px !important
}

.services-banner-headings-new {
    background-color: unset !important
}

.services-headings-row-new {
    position: absolute;
    z-index: 1;
    top: 14%;
    left: 0;
    margin: auto;
    right: auto !important;
    width: 52% !important
}

.services-headings-row-new h1 {
    font-size: 27px !important;
    line-height: 29px !important
}

.services-banner-headings-new h2 {
    font-size: 16px !important;
    font-weight: 400 !important
}

.services-headings-row h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600
}

.services-headings-row h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 42px
}

.services-banner-headings h5 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    font-weight: 600
}

.services-banner-headings h2 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    font-weight: 600
}

.services-banner-headings ul {
    list-style: none;
    padding-left: 0;
    padding-top: 10px
}

.services-banner-headings li {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    font-weight: 600
}

.services-banner-headings ul li:before {
    content: 'âœ“';
    margin-right: 6px
}

.services-quote-btn button {
    background-color: #ff505d !important;
    border: none !important;
    border-radius: 60px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 58px !important
}

.services-quote-btn a {
    background-color: #ff505d !important;
    border: none !important;
    border-radius: 60px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 58px !important
}

.services-banner-image-row .vc_figure {
    width: 100%
}

.services-banner-image-row img {
    width: 100%
}

.services-banner-image-row .vc_single_image-wrapper {
    width: 100%
}

.service-headings {
    color: #333;
    margin: 5px 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center
}

.services-gray-section {
    background-color: #ecf0f1;
    padding: 25px 0 0
}

.services-gray-section h5 {
    text-transform: uppercase;
    margin-bottom: 22px;
    font-size: 19px;
    color: #2c3e50;
    font-weight: 700
}

.services-gray-section li {
    margin-bottom: 8px
}

.serv-italic-head {
    font-style: italic;
    font-weight: 600 !important;
    margin-bottom: 15px;
    font-size: 17px !important;
    line-height: 22px;
    text-transform: unset !important
}

.services-points ul {
    padding-left: 13px
}

.services-points li {
    margin-bottom: 8px
}

.service-lists li {
    list-style: none;
    line-height: 20px;
    margin-bottom: 8px
}

.service-lists li::before {
    background: #42bc9b;
    color: #fff;
    content: "\f069";
    display: inline-block;
    font-size: 8px;
    margin-right: 8px;
    margin-top: 5px;
    font-family: FontAwesome;
    width: 30px;
    text-align: center;
    line-height: 24px;
    border: 3px solid rgba(255, 255, 255, .56);
    border-radius: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.service-headings2 {
    margin: 10px 0;
    font-size: 16px !important;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.services-head-link {
    color: #1abc9c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.text-justify {
    text-align: justify;
    line-height: 25px
}

.service-desc-box {
    background: #f9fafc;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #e7e7e9;
    min-height: 205px;
    text-align: justify;
    line-height: 25px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.service-desc-box h3 {
    font-size: 16px
}

.service-gray-box {
    background: #f9fafc;
    padding: 20px;
    height: 207px;
    margin-bottom: 25px;
    border: 1px solid #e7e7e9;
    border-radius: 3px;
    text-align: justify;
    line-height: 25px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.service-gray-box ul {
    padding-left: 15px
}

.service-gray-box h3 {
    font-size: 16px
}

.sr-unity-box {
    height: 307px
}

.sr-unity-box-height1 {
    height: 255px
}

.sr-unity-box-height2 {
    height: 180px
}

.sr-gray-box-height1 {
    height: 310px
}

.srunity-box-height1 {
    height: 185px
}

.gray-box-height {
    height: 165px
}

.gray-box-height2 {
    height: 170px !important
}

.sr-italic-text h5 {
    font-size: 17px;
    line-height: 27px;
    color: #2c3e50;
    font-weight: 600;
    text-align: center
}

.sr-italic-text {
    color: #2c3e50;
    font-style: italic;
    font-weight: 600;
    font-size: 18px
}

.orange-text p {
    color: #f60;
    font-weight: 700;
    font-style: italic;
    font-size: 17px
}

.shead-marg {
    margin: 2px 0 !important
}

.services-sblue-section {
    background-color: #b5eeff
}

.services-slblue-section {
    background-color: #eaf9ff
}

.services-green-section {
    background-color: #2cd7a7;
    padding-bottom: 25px
}

.services-green-section .wpb_content_element {
    margin-bottom: 0
}

.services-green-section .service-headings2 {
    margin: 0 0;
    font-size: 16px !important;
    line-height: 23px
}

.services-green-section .vc_single_image-img {
    width: 150px
}

.counter-box .wpb_wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 15px 15px;
    margin-bottom: 50px
}

.counter-number {
    background: linear-gradient(to right, #ffc63f 35%, #fd3358 65%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0
}

.counter-number-sm {
    font-size: 20px
}

.counter-text {
    color: #2c3e50;
    font-size: 17px;
    font-weight: 600
}

.counter-img {
    margin-bottom: 0 !important
}

.counter-img .wpb_wrapper {
    box-shadow: none;
    padding: 0
}

.counter-img .vc_single_image-img {
    width: 55px
}

.section-title {
    font-size: 60px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    text-align: center !important;
    margin-top: 50px
}

.section-title:after,
.section-title:before {
    content: '';
    position: absolute;
    bottom: 0
}

.section-title:after {
    height: 2px;
    background-color: rgba(252, 92, 15, .46);
    left: 40%;
    right: 40%
}

.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 1;
    border-radius: 50%
}

.serv-banner-img img {
    height: 350px;
    object-fit: cover
}

.custom-banner-img img {
    height: 270px !important;
    object-fit: cover
}

a {
    color: #ff8104
}

.width-auto {
    width: auto !important
}

.padding75 {
    padding-top: 75px !important
}

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

.font17 {
    font-size: 20px;
    line-height: 27px
}

.team-section {
    background-color: #ecf0f1
}

.teams-box {
    background-color: #fff;
    padding: 1px 18px 12px;
    height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

.teams-box.odd {
    background-color: #f5f5f5
}

.teams h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 2px
}

.teams h5 {
    font-size: 15px
}

.teams-inner h5 {
    font-size: 27px;
    line-height: 35px
}

.teams-inner .wpb_content_element {
    margin-bottom: 10px
}

.about-indus h5 {
    font-size: 16px
}

.about-indus img {
    width: 100%
}

.about-indus a {
    font-weight: 700
}

.about-indus a:hover {
    color: #42bc9b
}

.members-social-list {
    padding-left: 0;
    margin: auto;
    justify-content: center;
    display: flex
}

.members-social-list li {
    list-style: none;
    display: inline-block
}

.members-social-list a {
    font-size: 22px;
    margin-right: 7px
}

.bg-transparent {
    background-color: #fff !important
}

.bg-transparent .cs-image {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.case-study-head h2 {
    font-size: 30px
}

.filter {
    text-align: center;
    margin: 2em auto
}

.filter h5 {
    text-align: center;
    background: 0 0;
    color: #1abc9c;
    text-decoration: none;
    border: 2px solid #1abc9c !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px 11px;
    margin-bottom: 15px;
    cursor: pointer
}

.filter h5.current {
    background: #1abc9c;
    color: #fff
}

.boxGroup {
    text-align: center
}

.porfolio-heads,
.porfolio-heads h2 {
    font-size: 60px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    text-align: center !important;
    margin-top: 50px;
    text-transform: uppercase
}

.porfolio-heads:after,
.porfolio-heads:before {
    content: '';
    position: absolute;
    bottom: 0
}

.porfolio-heads:after {
    height: 2px;
    background-color: rgba(252, 92, 15, .46);
    left: 40%;
    right: 40%
}

.porfolio-heads:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 1;
    border-radius: 50%
}

.portfolio-more-btn {
    background-color: #fff;
    width: 100%;
    font-weight: 500;
    color: #e7a704;
    font-size: 18px;
    padding: 10px 25px;
    border: 2px solid #ffb700;
    border-radius: 30px;
    margin-bottom: 50px
}

.playsore-imgs {
    width: 50%;
    float: left;
    margin-top: 20px;
    margin-bottom: 15px
}

.blogs-category-section img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px
}

.blogs-category-section h2 {
    font-size: 20px;
    margin-top: 12px
}

.postmetadata {
    margin-bottom: 20px
}

.blogs-category-section .post p {
    margin-top: 15px
}

.blogs-category-post {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0 15px 40px;
    margin-bottom: 30px
}

.blogs-category-post small {
    font-style: italic;
    font-weight: 500
}

.blogs-view-section {
    background-color: #eee;
    padding-top: 30px
}

.blog-view .wp-post-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

.blog-view {
    border: 10px solid #fff;
    padding: 0 15px 40px !important;
    background-color: #fff !important
}

.blog-view .bauthor {
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 5px
}

.blog-view p {
    text-align: justify !important
}

.blog-view .post {
    border-bottom: 1px solid #ecf0f1;
    margin-bottom: 15px
}

.blog-view h1 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px
}

.blog-view h2 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px
}

.blog-view h3 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px
}

.blog-view h4 {
    color: #2c3e50;
    font-size: 18px
}

.blog-view li,
.blog-view p,
.blog-view span {
    color: #000;
    line-height: 26px;
    font-weight: 500 !important;
    font-size: 17px
}

.postid-33185 .blog-view p {
    font-size: 17px;
    font-weight: 500
}

.blog-view li {
    color: #000
}

.blog-view span {
    font-size: 16px
}

.blog-view a {
    font-size: 16px
}

.blog-view .wp-caption img {
    width: 100%;
    height: auto
}

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

.blog-view p span img {
    width: 100%
}

.bd-metadatabox {
    color: #000 !important
}

.bd-link-label {
    color: #000 !important
}

.recent-blogs {
    background-color: #fff !important
}

.recent-blogs h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

.recent-blogs h3::after {
    content: "";
    display: block;
    border-bottom: 2px solid #1abc9c;
    width: 65px;
    margin-top: 9px
}

.recent-blogs ul {
    padding-left: 16px
}

.recent-blogs li {
    margin-bottom: 0;
    border-bottom: 1px dotted #d4cccc;
    padding: 12px 0;
    list-style-type: square
}

.recent-blogs a {
    color: #555
}

.recent-blogs a:hover {
    color: #1abc9c
}

.blogs-row {
    margin-top: 100px
}

.accordionWrapper {
    padding: 30px;
    background: #fff;
    float: left;
    width: 80%;
    box-sizing: border-box;
    margin: 10%;
    box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, .2)
}

.accordionItem {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: Open-sans, Arial, sans-serif
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 10px;
    background: #2980b9;
    color: #fff;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box
}

.close .accordionItemContent {
    height: 0;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block
}

.open .accordionItemContent {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform .4s ease-out;
    -o-transition: -o-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
    box-sizing: border-box
}

.open .accordionItemHeading {
    margin: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #bdc3c7;
    color: #7f8c8d
}

.accordion-container {
    position: relative;
    height: auto;
    margin: 10px auto
}

.set {
    position: relative;
    height: auto
}

.set h3,
.set h5 {
    display: block;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    padding: 7px 11px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.set h3 i,
.set h5 i {
    float: right;
    margin-top: 2px
}

.set h3.active,
.set h5.active {
    background-color: #39c;
    color: #fff
}

.content {
    background-color: #eee;
    padding: 13px;
    display: none
}

.content p {
    margin: 0;
    color: #333;
    margin-bottom: 10px
}

.services-green-section .imgwidthauto img {
    width: auto !important
}

.service-headings h2 {
    font-size: 18px
}

.service-gray-box li {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 3px
}

#console-testimonial {
    text-align: center
}

#console-testimonial img {
    border-radius: 300px;
    width: 130px;
    height: 130px;
    background: #ecf0f1;
    padding: 5px;
    margin-bottom: 15px
}

.tm-caption {
    color: #a1b1bc;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 27px;
    text-align: center
}

.tm-author {
    color: #2c3e50;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1px
}

.tm-desig {
    color: #a1b1bc;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

.thankyou-head {
    font-size: 50px
}

.wpcf7-form {
    /*padding: 25px;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .1);*/
    /*background-color: rgba(191, 186, 186, .1)*/
}

.wpcf7-form label {
    width: 100%
}

.wpcf7-form-control-wrap {
    width: 100%
}

.wpcf7-form-control {
    width: 100%;
   border: none;
   padding: 10px 13px;
   color: #333;
   font-size: 14px;
   border-radius: 10px;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #ec0000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 7px;
    border-radius:50px;
    border: none;
}

.contactus-address-box .wpb_wrapper {
    background-color: #fff;
    padding: 3px 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.contactus-address-box .wpb_text_column .wpb_wrapper {
    box-shadow: none;
    padding: 0
}

.contactus-address-box .wpb_wrapper .wpb_content_element {
    margin-bottom: 15px !important
}

.contact-banners img {
    height: 350px !important;
    object-fit: cover
}

.pre-viewmore {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 25px;
    width: max-content;
    color: #999
}

.press-date {
    margin-bottom: 5px !important
}

.press-color b {
    color: #fc5c0f
}

.press-marg {
    margin-top: 70px
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .3);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

#container #content .left-burger {
    position: relative;
    width: 50%;
    float: left;
    background: 0 0;
    z-index: 100
}

#container #content .left-burger h2 {
    position: relative;
    z-index: auto
}

#container #content .left-burger .triangle {
    width: 0;
    height: 0;
    border-top: solid #f1f1f1;
    border-right: solid transparent;
    border-left: none;
    border-bottom: none;
    position: absolute
}

#container #content .right-slider {
    position: relative;
    width: 50%;
    float: left;
    background: 0 0
}

#container #content .right-slider h2 {
    position: absolute;
    bottom: 30px;
    right: 30px
}

#main-nav {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 100;
    display: inline-block;
    display: none
}

#main-nav .logo {
    padding: 20px 50px;
    margin: 0;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease;
    position: relative
}

#main-nav #bun {
    position: fixed;
    cursor: pointer;
    left: 0;
    top: 0;
    background: #fff;
    width: 50px;
    height: 69px;
    border-radius: 0;
    overflow: hidden
}

#main-nav #bun .mmm-burger {
    position: relative;
    width: 26px;
    margin: 33px 12px 10px;
    height: 3px;
    background: #e7222b
}

#main-nav #bun .mmm-burger:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #e7222b;
    right: 0;
    top: -8px
}

#main-nav #bun .mmm-burger:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #e7222b;
    right: 0;
    top: 8px
}

#main-nav #bun:before {
    content: '';
    top: -10px;
    left: -45px;
    width: 30px;
    height: 75px;
    position: absolute;
    opacity: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    transition: left .3s linear 50ms, opacity 20ms linear
}

#main-nav #bun:hover:before {
    opacity: 1;
    left: 100px
}

#sidebar {
    position: fixed;
    z-index: 999;
    height: auto;
    width: 300px;
    background: #222533;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    left: -300px;
    top: 82px;
    padding-top: 5px;
    transition: left .3s ease
}

#sidebar #mobile-nav .mobile-logo {
    color: #fff;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    margin: 0;
    opacity: 0;
    transition: opacity 1.5s ease
}

#sidebar #mobile-nav ul {
    margin: 0;
    padding: 4px 0
}

#sidebar #mobile-nav ul .nav-item {
    position: relative;
    border-top: 0 solid trandsparent;
    border-bottom: 0 solid trandsparent;
    float: left;
    list-style: none;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
    padding: 2px 18px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #333;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: scale(.75, .75);
    transform: scale(.75, .75);
    opacity: 0;
    transition: left .3s linear 2s, opacity .1s ease-in .6s;
    transition: -webkit-transform .3s cubic-bezier(.45, 1.8, .5, .75) .5s;
    transition: transform .3s cubic-bezier(.45, 1.8, .5, .75) .5s;
    transition: transform .3s cubic-bezier(.45, 1.8, .5, .75) .5s, -webkit-transform .3s cubic-bezier(.45, 1.8, .5, .75) .5s;
    transition: border-top 40 ease 0s, border-bottom 40 ease 0s, box-shadow 150 ms ease-in
}

#sidebar #mobile-nav ul .nav-item:hover {
    background-color: #e7222b;
    z-index: 100
}

#sidebar #mobile-nav ul .nav-item:hover:after {
    color: #fff
}

#sidebar #mobile-nav ul .nav-item a {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin: 0
}

#mobile-nav ul .nav-item h3 {
    margin-bottom: 0;
    line-height: 20px
}

#sidebar #mobile-nav ul .sub-nav {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item {
    position: relative;
    float: left;
    font-size: 14px;
    list-style: none;
    width: 100%;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 2px 15px;
    line-height: 18px;
    border-bottom: 1px solid #333
}

.sub-nav-item a {
    font-size: 15px;
    color: #fff
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover {
    background-color: #e31e24
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover h4 {
    color: #fff
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item h4 {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    color: #f1f1f1;
    padding: 11px 20px 10px 40px;
    margin: 0;
    text-shadow: 0 -2px #333
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:first-child {
    border-top: none
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:last-child {
    border-bottom: none
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:first-child {
    margin-bottom: 0
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item {
    line-height: 18px
}

.nav-slide {
    left: 0 !important
}

.nav-slide #mobile-nav .mobile-logo {
    opacity: 1 !important
}

.body-slide {
    left: 300px !important
}

.body-slide #main-nav .logo {
    opacity: 0 !important
}

.item-slide {
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
    opacity: 1 !important
}

.scroll-jam {
    height: 100%;
    overflow-y: hidden
}

.arrowed::after {
    content: '+';
    width: 25px;
    height: 25px;
    position: absolute;
    color: #fff;
    right: 6px;
    font-size: 25px;
    top: 0
}

.selected {
    box-shadow: 0 0 12px 3px #333 !important
}

.selected::after {
    content: "_";
    width: 25px;
    height: 25px;
    position: absolute;
    color: #fff;
    right: 4px;
    font-size: 23px;
    top: -12px
}

.mobile-menu-area {
    display: none !important
}

.sboxheight {
    height: 310px
}

.sitemap {
    padding-top: 35px
}

.sitemap .table td {
    padding: 5px 15px
}

.sitemap .section-title {
    font-size: 30px
}

.sitemap .subtitle {
    color: #2c3e50;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px
}

.imgnodisplay {
    display: none
}

.sketchfab-embed-wrapper iframe {
    width: 100%;
    height: 400px;
    border: 10px solid #fff
}

.viewer .watermark {
    display: none !important
}

.infog-head {
    font-size: 26px
}

.mob-logo {
    display: none
}

.mobile-slider .bg-black {
    position: absolute;
    z-index: 1;
    top: 30px !important;
    left: 50px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: .3s
}

.mobile-slider h3 {
    font-size: 40px !important;
    text-transform: uppercase !important;
    line-height: 48px !important;
    margin-bottom: 15px
}

.mobile-slider h1 {
    font-size: 40px !important;
    text-transform: uppercase !important;
    line-height: 48px !important;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600
}

.mobile-slider h2 {
    font-size: 40px !important;
    line-height: 48px !important;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase !important
}

.mobile-slider p {
    font-size: 20px !important;
    text-transform: capitalize !important;
    font-weight: 500;
    color: #fff
}

.mobile-slider a {
    color: #fff;
    padding: 15px 50px;
    display: inline-block;
    margin-top: 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    margin-right: 20px
}

.slide-btns {
    position: absolute;
    left: 0;
    bottom: 70px;
    right: 0;
    margin-left: 250px
}

.slide-left {
    left: 25% !important
}

.slide-left-btns {
    left: 20%
}

.mobile-slider a:hover {
    color: #ec0000 !important
}

.slide-btn2 {
    left: 115px !important
}

.mobile-slider img {
    width: 100%;
    height: auto !important
}

.mobile-slider .owl-carousel {
    display: none
}

.mobile-slider .no-js .owl-carousel {
    display: block
}

.mobile-slider .owl-carousel.owl-loaded {
    display: block
}

.mob-no-display {
    display: block
}

.pc-no-display {
    display: none
}

.setop {
    top: 17% !important
}

.swall-mar {
    margin-top: 210px !important;
    margin-bottom: 10px !important;
    background-color: transparent !important
}

.swall-mar h2 {
    color: #fff !important
}

.pdleft {
    padding-left: 50px
}

.grecaptcha-badge {
    z-index: 10 !important;
    bottom: 85px !important
}

.content-box {
    position: relative;
    z-index: 1;
    height: 415px;
    padding: 30px 20px 30px 20px
}

.content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .3;
    background-image: linear-gradient(142.81deg, #ceecee 10.81%, rgba(48, 132, 138, .88) 104.43%, rgba(0, 233, 250, .35) 0);
    -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 100% 100%, 25px 100%, 0 calc(100% - 25px), 0 0);
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 100% 100%, 25px 100%, 0 calc(100% - 25px), 0 0);
    transition: opacity .2s ease-in-out
}

.content-box h2 {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 17px
}

.content-box h2::after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    width: 100px;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(90deg, #0ff0ff 0, #ebacfd 100%)
}

.content-box p {
    text-align: justify
}

.cbox-height3 {
    height: 280px
}

.cbox-height {
    height: 500px
}

.cbox-height1 {
    height: 450px
}

.cbox-height2 {
    height: 330px
}

.content-box .divider {
    width: 74px;
    height: 2px;
    margin: 30px 0;
    background-color: #39b4bd
}

.tabs-services {
    padding: 0 !important
}

.tabContent {
    display: block
}

.font16 h2 {
    font-size: 16px !important
}

.img-height400 {
    height: 400px
}

.slogan-mobile {
    display: none
}

.gamedevserviceslist {
    display: none
}

.gamedevserviceslist-display {
    display: inline-block
}

.gamedevserviceslists {
    display: none
}

.gamedevserviceslists-display {
    display: inline-block
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none
}

.char-img img {
    width: 100% !important;
    position: absolute;
    left: 0;
    height: 523px !important;
    object-fit: cover;
    top: 0
}

.col-lwidth {
    width: 32% !important
}

.col-nodisplay {
    display: none
}

.transp-bg {
    background-color: transparent
}

.transp-bg h5 {
    color: #333 !important
}

.gmsev .wpb_wrapper {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    border: 2px solid #e7e7e9
}

.gmsev .wpb_wrapper:hover {
    border-color: #2abb9c
}

.gmsev .wpb_single_image .vc_figure {
    box-shadow: none !important;
    border: none !important
}

.gmsev {
    margin-bottom: 25px
}

.mrleft15 {
    margin-left: 15px
}

.load-more {
    border: 1px solid #333;
    padding: 9px 19px;
    margin-bottom: 0;
    margin-top: 35px;
    background-color: transparent;
    color: #333;
    font-weight: 600
}

.srbox-height4 {
    height: 334px
}

.srbox-height6 {
    height: 510px
}

.srbox-height-android {
    height: 365px
}

.custom-services {
    text-align: center
}

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

.custom-services a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.gray-box-height2 {
    height: 170px !important
}

.services-section-bg {
    background-image: url(/wp-content/uploads/2021/07/game-services-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: transparent
}

.services-section-bg .view-more {
    background-color: transparent;
    font-weight: 700
}

.services-pbox {
    padding: 30px 20px;
    background-color: #edf1f4;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border: 1px solid #e7e7e9
}

.services-pbox h2 {
    color: #3b65a2;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 17px
}

.services-pbox p {
    text-align: center
}

.custom-services-list li {
    float: left;
    width: 22%;
    margin-right: 3px;
    text-align: center;
    list-style: none
}

.custom-services-list img {
    width: 100%;
    height: 100%
}

.custom-services-list a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

.gd-services h2 {
    color: #fff;
    font-size: 23px;
    display: table-cell;
    vertical-align: middle
}

.gd-services span {
    font-weight: 700;
    font-size: 45px
}

.char-img-div {
    width: 332px
}

.chart-img {
    position: absolute;
    right: -104px;
    height: 420px;
    object-fit: cover;
    top: 0
}

.custom-services-list {
    padding-left: 0
}

.test-sers .vc_row.wpb_row.vc_row-fluid {
    width: auto;
    margin: 0 !important
}

.test-sers .vc_column-inner {
    padding: 0 !important
}

.test-sers .col-sm-4 {
    display: table;
    max-width: 26% !important;
    padding: 0
}

.test-sers .col-sm-6 {
    padding: 0
}

.test-sers .custom-services-list a {
    position: relative;
    z-index: 9999
}

.test-sers .char-img-div {
    position: absolute;
    right: -30px;
    top: 0;
    width: auto
}

.test-sers .chart-img {
    z-index: 333;
    position: relative;
    right: 0
}

.ads-section .mrgs {
    margin-bottom: 30px;
    margin-top: 55px
}

.ads-section .mrgs-top {
    margin-top: 60px
}

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

.ads-section h1 {
    font-weight: 700;
    font-size: 56px;
    text-align: center
}

.ads-section h2 {
    font-size: 24px;
    margin-top: 25px;
    text-align: center
}

.ads-section .sub-head {
    text-align: center;
    font-size: 29px !important;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 30px
}

.ads-section .sub-head:after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(90deg, #0ff0ff 0, #ebacfd 100%)
}

.ad-box {
    border: 1px solid #e7e7e9;
    padding: 27px 20px;
    background-color: #f9fafc;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.ad-box p {
    text-align: justify;
    font-size: 15px
}

.ads-section .heading {
    text-align: center;
    font-size: 34px !important;
    font-weight: 700
}

.ads-section .heading:after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(90deg, #0ff0ff 0, #ebacfd 100%)
}

.ads-section .head {
    font-size: 25px !important;
    font-weight: 700
}

.ads-section .head:after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(90deg, #0ff0ff 0, #ebacfd 100%)
}

.ads-section .left-head:after {
    margin-left: 0 !important
}

.ads-section .right-head:after {
    margin-right: 0 !important
}

.ads-section #ads-ourworks .twod-img {
    height: 381px !important;
    width: 95%;
    margin-top: 10px !important;
    object-fit: cover;
    margin-left: 8px !important
}

.center-h2 {
    text-align: center
}

#ads-ourworks {
    border: 1px solid #d0c8c8;
    padding: 15px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding-top: 25px
}

#ads-ourworks img {
    width: 80%;
    margin: 0 auto;
    text-align: center
}

#ads-ourworks .owl-dots {
    text-align: center
}

#ads-ourworks .owl-dots .owl-dot span {
    width: 15px;
    height: 15px
}

#ads-testimonial h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

#ads-testimonial h6 {
    color: #2c3e50;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400
}

#ads-testimonial {
    padding-top: 80px
}

#ads-testimonial .owl-dots {
    text-align: center
}

.ads-section .th4 {
    font-size: 16px;
    line-height: 24px
}

#ads-testimonial .owl-dots .owl-dot span {
    width: 12px;
    height: 12px
}

.ads-section .test-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 25px;
    background-color: #f9fafc;
    margin-top: 25px
}

.ads-section .contactus {
    background-color: #fff;
    padding: 15px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-top: 35px
}

.ads-section h6 {
    font-weight: 600
}

.ads-section .contactus form {
    margin-top: 40px
}

.ads-section .contactus label {
    text-align: right;
    font-size: 15px;
    font-weight: 600
}

.ads-section .contactus .sendbtn {
    background-color: #66c7ac;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    width: 100px;
    border: unset
}

.ads-section .contactbtn {
    background-image: linear-gradient(to right, #24c6dc 0, #514a9d 51%, #24c6dc 100%);
    color: #fff;
    border-radius: 25px;
    padding: 7px 25px;
    font-weight: 600;
    margin-top: 19px;
    display: inline-block;
    position: absolute;
    bottom: 80px
}

.bn-img {
    width: 70% !important
}

#ads-portfolios {
    margin-bottom: 65px
}

#ads-portfolios .item {
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    padding: 10px
}

#ads-portfolios h4 {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 600
}

#ads-portfolios .owl-dots {
    text-align: center;
    margin-top: 15px
}

#ads-portfolios .owl-dots .owl-dot span {
    width: 20px !important;
    height: 8px;
    border-radius: 0
}

.adsh-contactbtn {
    background-image: linear-gradient(to right, #24c6dc 0, #514a9d 51%, #24c6dc 100%);
    float: right;
    border-radius: 25px;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    margin-top: 22px;
    border: none
}

.ads-section .play-button {
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important
}

.dst-img {
    object-fit: contain;
    height: 500px
}

.play-button {
    width: 50px;
    height: 50px
}

#ads-ourworks .play-button {
    width: 50px !important;
    height: 50px !important
}

#ads-ourworks .owl-stage {
    transition: .8s !important
}

.ads-gray {
    background-color: #ecf0f1
}

.ads-section .counter-box {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px !important
}

.ads-section .counter-number {
    font-size: 30px
}

.ads-section .counter-text {
    font-size: 16px
}

.ads-section .counter-img img {
    width: 55px
}

.ads-section .stats {
    background-color: #def4f7
}

.ads-section .pl0 {
    padding-left: 0
}

.ads-section .mt25 {
    margin-top: 25px
}

.ads-section .mb25 {
    margin-bottom: 25px
}

.ads-section ul {
    padding-left: 15px
}

#ads-clientele .item {
    margin: 10px;
    margin-top: 22px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 15px
}

#ads-clientele .owl-dots {
    text-align: center
}

#ads-awards .item {
    margin: 10px;
    margin-top: 22px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 15px
}

#ads-awards .owl-dots {
    text-align: center
}

.ads-section #contactus .form-control {
    font-size: 14px
}

.html5-img {
    display: none
}

.video-section-bg {
    background-image: url(/wp-content/uploads/2021/07/video-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 100%;
    background-attachment: scroll
}

.video-bg {
    background-image: url(/wp-content/uploads/2021/07/macbook-air.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 77% 100%;
    margin-top: 35px
}

.video-bg iframe {
    margin-top: 30px;
    height: 400px !important;
    padding-bottom: 50px
}

.head-section {
    background-image: url(https://www.juegostudio.com/wp-content/uploads/2021/11/landing-page-banner.png);
    background-position: center;
    padding-top: 165px;
    padding-bottom: 165px
}

.mtb40 {
    margin-top: 35px;
    margin-bottom: 40px
}

.vbg {
    background-image: url(/wp-content/uploads/2021/08/gads-bg1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 81%;
    padding: 35px 0;
    margin-top: 30px
}

.videobg {
    background-image: url(/wp-content/uploads/2021/08/tab-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 95% 100%;
    margin-top: 35px
}

.videobg iframe {
    width: 560px;
    height: 400px;
    margin-top: 38px;
    padding-bottom: 36px
}

.jsbox-bg {
    background-image: url(/wp-content/uploads/2022/04/game-animation-bg.webp);
    background-repeat: no-repeat
}

.jsbox-bg1 {
    background-image: url(/wp-content/uploads/2022/04/game-animation-bg.webp);
    background-repeat: no-repeat;
    background-position: center
}

.jsbox-bg2 {
    background-image: url(/wp-content/uploads/2021/08/game-animation-bg2.png);
    background-repeat: no-repeat
}

.jsbox-bg3 {
    background-image: url(/wp-content/uploads/2021/08/game-animation-bg3.png);
    background-repeat: no-repeat
}

.ads-section .ad-phead {
    display: block
}

.ads-section .ad-mhead {
    display: none
}

.play-button .fa-play,
.play-button .viewer-icon-play {
    width: 45px !important;
    height: 40px !important;
    font-size: 30px !important;
    line-height: 40px
}

.sketchfab-embed-wrapper .play-button {
    background: red !important;
    left: 60% !important;
    margin-top: -50px;
    margin-left: -50px;
    display: flex;
    width: 50px !important;
    height: 50px !important
}

.new-service-bheadings {
    background-color: transparent !important
}

.new-sheading-row {
    top: 30%
}

.new-sheading-row1 {
    top: 30% !important
}

.new-sheading-row .services-quote-btn button {
    background-color: #fff !important;
    color: #f38121 !important;
    font-weight: 700;
    padding: 15px 30px !important;
    border-radius: 25px !important;
    margin-top: 20px !important
}

.new-sheading-row .services-quote-btn1 button {
    background-color: #ffad00 !important;
    color: #ffff !important;
    font-weight: 700
}

.new-sheading-row h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 28px
}

.new-service-bheadings h2 {
    font-size: 20px
}

.sbanner-left0 {
    left: 0 !important;
    right: auto
}

.sbanner-right0 {
    left: auto !important;
    right: 0 !important
}

.services-banner-image-mobile-row {
    display: none
}

.new-banner-img img {
    width: 100%
}

.services-banner-image-pc img {
    height: 500px !important;
    object-fit: cover
}

.services-heads-blue h1 {
    color: #171a42
}

.services-heads-blue h2 {
    color: #171a42
}

.careers-section {
    background-color: #fafafa;
    padding-top: 35px;
    padding-bottom: 25px
}

.careers-section h5 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #fff !important;
    border-radius: 4px;
    padding: 26px 30px !important;
    font-size: 19px !important;
    cursor: pointer
}

.careers-section code {
    font-size: 19px !important;
    color: #555;
    font-weight: 600;
    font-family: unset;
    float: right !important
}

.careers-section .set h5.active {
    background-color: #39c !important;
    color: #fff !important
}

.cr-left-h5 {
    float: left;
    box-shadow: none !important;
    border-radius: unset !important
}

.career-details-box {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 25px 20px;
    width: auto;
    margin-bottom: 25px
}

.career-details-box .exp-details {
    border-top: 1px solid #e2e6e9;
    padding-top: 18px;
    clear: both
}

.career-details-box .exp-details ul {
    padding-left: 0
}

.career-details-box .exp-details li {
    list-style: none;
    width: 48%;
    float: left;
    font-size: 17px
}

.exp-details {
    display: none
}

.career-desc ul {
    padding-left: 0
}

.career-desc li {
    background: url("/wp-content/uploads/2021/08/circle-black.png") no-repeat left 5px;
    list-style: none;
    font-size: 17px;
    margin-bottom: 15px !important;
    padding-left: 24px;
    display: block;
    margin-right: 10px
}

.career-applynow-btn a {
    background-color: #ec0000 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600;
    border: none !important;
    padding: 10px 20px !important
}

.arrow-right-h5:after {
    content: "";
    display: inline-block !important;
    width: 0;
    height: 0;
    border-left: 6px solid #555;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: middle;
    margin-left: 15px
}

.career-details-box .view-job {
    color: #212529;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block
}

.career-details-box h6 {
    font-size: 18px
}

.career-details-box p {
    font-size: 17px;
    margin-bottom: 25px
}

.casino-game-ser-box {
    height: 285px !important
}

.game-porting-se-box {
    height: 230px
}

.game-porting-se-box1 {
    height: 160px !important;
    min-height: 160px !important
}

.game-porting-se-box p strong {
    text-align: left !important
}

.services-faq-section h3,
.services-faq-section h5 {
    color: #2c3e50;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    background-color: #ecf0f1;
    padding: 20px 30px !important;
    text-align: left;
    border-left: 3px solid #ffb700;
    padding-left: 15px !important;
    padding-right: 8px !important;
    cursor: pointer
}

.services-faq-section h3:after,
.services-faq-section h5:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 0 10px;
    float: right
}

.services-faq-section .set h3.active,
.services-faq-section .set h5.active {
    background-color: #ffb700;
    color: #fff !important
}

.services-faq-section .content {
    background-color: #eee;
    padding: 20px 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border: 1px solid #ddd
}

.services-faq-section .content span {
    font-weight: 600 !important
}

.serv-testi-box {
    background: #f9fafc;
    padding: 20px;
    height: 220px;
    margin-bottom: 25px;
    border: 1px solid #e7e7e9;
    border-radius: 3px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    margin-right: 7px;
    margin-left: 7px
}

#services-page-testimonial h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

#services-page-testimonial h6 {
    color: #2c3e50;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400
}

#services-page-testimonial .owl-dots {
    text-align: center
}

#services-page-testimonial .owl-dots .owl-dot span {
    width: 11px;
    height: 11px
}

.min-height-auto {
    min-height: auto !important
}

.mar-bt0 h1:first-of-type {
    margin-bottom: 0
}

.services-tech-points h5 {
    text-align: center;
    margin-top: 15px;
    font-weight: 600
}

.services-tech-points img {
    width: 80px;
    margin: 0 auto;
    display: inherit
}

.faq-head {
    background: 0 0 !important;
    box-shadow: none !important;
    border: none !important
}

.faq-head::after {
    content: "" !important;
    margin: auto !important;
    margin-top: 15px !important;
    background: linear-gradient(90deg, #0ff0ff 0, #ebacfd 100%);
    float: none !important
}

.new-filter li {
    list-style: none;
    display: inline-block;
    border: none
}

.new-filter h5 {
    color: #303031;
    border: none !important
}

.new-filter h5.current {
    background: #ebf8f9;
    color: #303031
}

.new-filter h5:hover {
    color: #2abb9c
}

.cateory-dropdown {
    position: relative
}

.cateory-dropdown>div.caption {
    background-color: #f2f2f2;
    padding: 11px 24px;
    border-radius: 3px;
    cursor: pointer
}

.cateory-dropdown>div.list {
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    border-radius: 0 0 3px 3px;
    display: none;
    z-index: 333
}

.cateory-dropdown>div.list>div.item {
    padding: 0 10px;
    cursor: pointer
}

.cateory-dropdown>div.list>div.item.selected {
    font-weight: 700
}

.cateory-dropdown .selected {
    box-shadow: unset !important
}

.cateory-dropdown.open>div.caption {
    border-radius: 3px 3px 0 0;
    border-bottom: none
}

.cateory-dropdown.open>div.list {
    display: block
}

.list {
    background-color: #333 !important
}

.cateory-dropdown h5 {
    border: none !important;
    text-align: left;
    color: #fff
}

.cateory-dropdown>div.caption:hover,
.cateory-dropdown>div.list>div.item:hover {
    background-color: #1abc9c;
    color: #fff
}

.cateory-dropdown .arrow {
    transform: rotate(0);
    left: 0
}

.cateory-dropdown .arrow:after,
.cateory-dropdown .arrow:before {
    background-color: transparent;
    width: 3px;
    height: 10px;
    display: inline-block;
    position: absolute;
    border-bottom: 12px solid #fff;
    top: 0;
    left: 0;
    transform: rotate(0)
}

.cateory-dropdown .arrow:before {
    transform: rotate(-135deg)
}

.cateory-dropdown .arrow:after {
    transform: rotate(135deg)
}

.cateory-dropdown.selected .arrow {
    transform: rotate(0);
    transform: translate(0, -6px)
}

.cateory-dropdown.selected .arrow:before {
    transform: rotate(-45deg)
}

.cateory-dropdown.selected .arrow:after {
    transform: rotate(45deg)
}

.arrow {
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 0 solid transparent;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    float: right;
    margin-top: 9px
}

.mobile-portfolio-cateory {
    display: none
}

.new-menu {
    width: 1020px;
    padding: 20px 15px 0 15px;
    left: -270px
}

.menu-icon {
    float: left;
    margin-top: 6px;
    width: 24px;
    position: absolute;
    left: 13px
}

.new-menu .col-md-4,
.new-menu .col-sm-4,
.new-menu .col-sm-5,
.new-menu .col-sm-6,
.new-menu .col-sm-7,
.new-menu .col-sm-8 {
    border-right: none;
    padding-left: 30px;
    padding-bottom: 20px
}

.new-menu li {
    border-bottom: none
}

.new-menu .title {
    border-bottom: none;
    text-transform: capitalize
}

.new-menu a {
    font-size: 15px !important
}

.new-menu a {
    text-transform: capitalize
}

.menu-bottom-section {
    background: linear-gradient(to bottom, rgba(255, 150, 83, .9), rgba(241, 60, 49, .9)), url(/wp-content/uploads/2021/11/menu-bg.jpg) center center/cover no-repeat;
    color: #fff;
    padding: 20px 10px
}

.menu-bottom-section h6 {
    font-size: 18px
}

.menu-bottom-section a {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 80px;
    font-size: 14px;
    color: #f13c31;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    min-width: 110px;
    display: inline-block;
    margin: 0;
    z-index: 999;
    position: relative;
    text-transform: capitalize
}

.menu-bottom-section p {
    margin-bottom: 0
}

.technology-menu {
    padding-left: 17px !important
}

.otherpage-awards {
    margin-bottom: 14px !important
}

.otherpage-awards img {
    width: auto;
    height: 150px !important
}

.services-banner-section {
    padding: 0 !important
}

.game-dev-banner-padding {
    padding-top: 75px
}

#game-dev-conslider {
    padding: 25px;
    margin-top: 50px
}

#game-dev-conslider h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

.game-dev-conslider-sec img {
    width: 100%
}

#game-dev-consliders {
    padding: 25px;
    margin-bottom: 50px
}

#game-dev-consliders h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

.nheadings {
    color: #333 !important;
    background: 0 0
}

.nheadings h1 {
    color: #333 !important;
    font-weight: 700
}

.nheadings h2 {
    color: #333 !important
}

.new-game-dev-serv-sec {
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat
}

.game-sma-box {
    padding: 20px;
    border-radius: 20px;
    position: relative;
    background: #f57121;
    background: -webkit-linear-gradient(145deg, #f57121 0, #bc2c31 60%);
    background: -o-linear-gradient(145deg, #f57121 0, #bc2c31 60%);
    background: linear-gradient(235deg, #f57121 0, #bc2c31 60%)
}

.sma-box-bg-color {
    background: linear-gradient(235deg, #c2332f 0, #ebb127 60%)
}

.game-sma-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/04/wave.webp);
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.game-sma-box-3d {
    background: 0 0;
    padding: 40px 0
}

.game-sma-box-3d:before {
    background-image: url(/wp-content/uploads/2022/06/Banner_3DArtistHire02.png);
    background-position: center;
    background-size: 100%;
    border-radius: 20px
}

.new-game-dev-serv-sec h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px
}

.game-sma-box h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 600
}

.game-sma-box h4 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 600
}

.game-sma-box-h3 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 600
}

.game-sma-box h3 {
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: 600
}

.game-sma-box h3:hover {
    color: #000
}

.game-sma-box h6 {
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: 600
}

.game-sma-box h6:hover {
    color: #000
}

.game-sma-box a:hover {
    text-decoration: none
}

.game-sma-box p {
    color: #fff
}

.game-sma-box .gflex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.game-sma-box .bigimg {
    width: 100%;
    height: auto;
    border-radius: 20px
}

.game-sma-box .smimg {
    display: inline-block;
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    display: flex;
    justify-content: center
}

.game-sma-box .wpb_content_element {
    margin-bottom: 0
}

.game-dev-firstsec .gflex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.game-dev-firstsec h2 {
    font-size: 40px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 20px
}

.game-dev-firstsec span {
    color: #ff8200
}

.game-dev-firstsec h3 {
    color: #ff8200;
    font-size: 20px;
    margin-bottom: 5px
}

.game-dev-firstsec a {
    color: #ff8200
}

.game-dev-firstsec p {
    margin-bottom: 25px
}

.game-dev-firstsec img {
    width: 100%;
    height: auto
}

.game-dev-firstsec {
    color: #2c3e50
}

.hm-headings h2 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 24px
}

.hm-headings h3 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 18px
}

.hm-headings span {
    color: #ff8200
}

.gm-whyc-img {
    position: absolute;
    width: 115%;
    left: 0;
    bottom: 0
}

.gm-height-auto {
    height: auto !important
}

.game-dev-whych {
    background-color: #ecf0f1
}

.game-dev-why-choose {
    background: #ecf0f1 url('/wp-content/uploads/2022/08/why_choose_panel.png');
    background-position: center bottom;
    background-size: 100% 100%
}

.game-dev-why-chooses {
    background: #ecf0f1 url('/wp-content/uploads/2022/09/lines-bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.game-dev-why-choose h3,
.game-dev-why-choose h4 {
    font-size: 17px;
    color: #ff8200;
    text-transform: uppercase;
    font-weight: 600
}

.game-dev-why-choose p {
    font-size: 14px
}

.dfirst {
    padding: 65px 0 30px
}

.dsecond {
    padding-bottom: 30px
}

.dthird {
    padding-bottom: 10px;
    padding-top: 5px
}

.game-dev-why-chooses img {
    width: 100%
}

.game-dev-why-chooses .dfirst {
    padding: 40px 0 18px
}

.game-dev-why-chooses .dsecond {
    padding-top: 20px
}

.game-dev-why-chooses .dthird {
    padding-bottom: 0;
    padding-top: 9px
}

.game-dev-why-chooses .dthird p {
    margin-bottom: 0
}

.mb-0 {
    margin-bottom: 0
}

.game-dev-end-serv {
    background: url("/wp-content/uploads/2022/10/we_provide_bg.webp");
    color: #fff;
    background-position: center;
    background-size: cover;
    padding: 30px 0
}

.game-dev-end-serv h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 28px
}

.game-dev-end-serv h2::after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    right: 0;
    width: 35px;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 20px;
    background: #fff
}

.game-dev-end-serv span {
    color: #feb821;
    font-size: 28px
}

.game-dev-end-serv h3 {
    color: #90daf5;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    left: -30px
}

.game-dev-end-serv a {
    color: #fff
}

.game-dev-end-serv-right {
    background-image: 100%;
    background-position: center
}

.game-dev-end-serv-right p {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    left: -30px
}

.text-shape {
    width: 40px;
    height: 60px;
    -webkit-shape-outside: polygon(90% 0, 100% 0, 10% 100%, 0 100%);
    shape-outside: polygon(90% 0, 100% 0, 10% 100%, 0 100%);
    float: left;
    -webkit-clip-path: polygon(90% 0, 100% 0, 10% 100%, 0 100%);
    clip-path: polygon(90% 0, 100% 0, 10% 100%, 0 100%)
}

.text-shape-left {
    width: 200px;
    height: 390px;
    -webkit-shape-outside: polygon(90% 0, 100% 0, 10% 100%, 0 100%);
    shape-outside: polygon(90% 0, 100% 0, 10% 100%, 0 100%);
    float: right;
    -webkit-clip-path: polygon(90% 0, 100% 0, 10% 100%, 0 100%);
    clip-path: polygon(90% 0, 100% 0, 10% 100%, 0 100%)
}

.con-item1 {
    width: 99%;
    float: right;
    background: url('/wp-content/uploads/2022/08/we_provide_panels_last.png');
    background-position: left;
    background-size: cover;
    padding: 8px 0 8px 75px;
    margin-bottom: 10px
}

.con-item2 {
    width: 108%;
    float: right;
    background: url(/wp-content/uploads/2022/08/we_provide_panels_last.png);
    background-position: left;
    background-size: cover;
    padding: 8px 7px 8px 71px;
    margin-bottom: 10px
}

.con-item3 {
    width: 119%;
    float: right;
    background: url(/wp-content/uploads/2022/08/we_provide_panels_last.png);
    background-position: left;
    background-size: cover;
    padding: 8px 7px 8px 85px;
    margin-bottom: 10px
}

.con-item4 {
    width: 128%;
    float: right;
    background: url(/wp-content/uploads/2022/08/we_provide_panels_last.png);
    background-position: left;
    background-size: cover;
    padding: 8px 7px 8px 72px;
    margin-bottom: 10px
}

.con-item5 {
    width: 137%;
    float: right;
    background: url(/wp-content/uploads/2022/08/we_provide_panels_last.png);
    background-position: left;
    background-size: cover;
    padding: 8px 7px 8px 70px;
    margin-bottom: 10px
}

.con-item6 {
    width: 146%;
    float: right;
    background: url(/wp-content/uploads/2022/08/we_provide_panels_last.png);
    background-position: left;
    background-size: cover;
    padding: 10px 7px 10px 70px;
    margin-bottom: 10px
}

.box-content {
    padding: 30px 20px;
    background-color: #f8f7fc;
    border: 4px solid #e4e3e8
}

.box-content h3 {
    font-size: 15px
}

.orange-bg {
    background: url(/wp-content/uploads/2022/10/orange-bg.webp);
    background-position: center
}

#nft-portfolio-slider .hover {
    width: 95% !important
}

#nft-portfolio-slider .owl-controls .owl-nav div {
    top: 23vh
}

#nft-portfolio-slider img {
    height: 100%;
    object-fit: cover
}

.nft-char-img img {
    width: 420px
}

#nft-dev-list-slide h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

#nft-dev-list-slide2 h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

.art-portfolio-section-nw {
    background-image: url(/wp-content/uploads/2022/10/art-portfolio-bg.jpg);
    background-position: center;
    background-size: 100% 100%
}

.art-portfolio-section-nw .box img {
    width: 100%
}

.art-portfolio-section-nw .box {
    margin-top: 0;
    margin-bottom: 30px;
    height: auto
}

.art-portfolio-section-nw .ehover10 img {
    border: none
}

.art-portfolio-section-nw a {
    cursor: pointer
}

.art-portfolio-section-nw ul {
    font-size: 0
}

.art-portfolio-section-nw li {
    width: 25%;
    display: inline-block;
    list-style: none;
    border-bottom: 2px solid #afc0c2
}

.art-portfolio-section-nw .nav-tabs {
    border-bottom: none
}

.art-portfolio-section-nw .nav-tabs a:hover {
    text-decoration: none
}

.art-portfolio-section-nw .nav-tabs a {
    color: #afc0c2;
    padding: 10px 0 11px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center
}

.art-portfolio-section-nw .nav-tabs .active {
    color: #f2c902;
    border-bottom: 4px solid #fe7f04 !important
}

.art-portfolio-section-nw h5 {
    color: #afc0c2;
    border: none !important;
    padding: 10px 0 11px;
    border-radius: unset;
    margin-bottom: 0
}

.art-portfolio-section-nw h5.current {
    color: #f2c902;
    background-color: transparent;
    border-bottom: 4px solid #fe7f04 !important
}

.art-portfolio-section-nw h5:hover {
    color: #f2c902
}

.art-portfolio-section-nw .sketchfab-embed-wrapper iframe {
    border: none
}

.art-portfolio-section-nw .wpb_content_element {
    margin-bottom: 0
}

.art-portfolio-section-nw .iframe-video {
    width: 547px;
    height: 311px
}

.mobile-slider {
    padding: 0 !important;
    position: relative
}

.home-banner-section-row {
    width: auto;
    padding: 0
}

.home-banner-section-row .wpb_content_element {
    margin-bottom: 0
}

.mobile-slider .vc_column-inner {
    padding: 0 !important
}

.home-banner-section .bgblack {
    position: absolute;
    z-index: 1;
    top: 30px !important;
    left: 50px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 20px 45px !important;
    border-radius: 5px
}

.home-banner-section h1 {
    font-size: 40px !important;
    text-transform: uppercase !important;
    line-height: 48px !important;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600
}

.home-banner-section p {
    font-size: 20px !important;
    text-transform: capitalize !important;
    font-weight: 500;
    color: #fff
}

.home-banner-section a {
    color: #fff;
    padding: 15px 50px;
    display: inline-block;
    margin-top: 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    margin-right: 20px
}

.new-bg-color {
    background: #ff8300 !important
}

.orange-gradient-bg-color {
    background: linear-gradient(to bottom, rgba(255, 150, 83, .9), rgba(241, 60, 49, .9))
}

.new-service-tabs-bgcolor .active:after {
    border-bottom: 15px solid #fe9b61
}

.new-viewmore-bgcolor {
    background: #ec0000;
    border-radius: 25px;
    border: none
}

.test-contactform .wpcf7-submit {
    background: #ff505d;
    border: none
}

.new-client-tabs-bg a {
    color: #303031;
    font-size: 16px;
    border: none
}

.new-client-tabs-bg .active {
    background-color: #ff81001c;
    color: #303031
}

.new-client-tabs-bg a:hover {
    color: #ff8100 !important;
    background-color: transparent !important
}

.nft-game-list img {
    width: 200px
}

#nft-dev-list-slide {
    padding: 15px 25px
}

#nft-dev-list-slide2 {
    padding: 25px
}

.why_title h4 {
    margin-bottom: 20px
}

.nft-game-slist {
    background: url('/wp-content/uploads/2022/08/NFT_eth_banner.png');
    background-position: center
}

.nft-game-slist h3,
.nft-game-slist h4 {
    color: #f6d453;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600
}

.list-left p {
    background: url('/wp-content/uploads/2022/08/nft_left_text_panel.png');
    background-position: center;
    background-size: contain;
    color: #fff;
    padding: 9px 10px;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 35px
}

.list-right h3,
.list-right h4 {
    text-align: right
}

.list-right p {
    background: url('/wp-content/uploads/2022/08/nft_right_text_panel.png');
    background-position: center;
    background-size: contain;
    color: #fff;
    padding: 20px 10px;
    font-size: 15px;
    text-align: right;
    line-height: 20px;
    margin-bottom: 35px
}

.list-right p:nth-of-type(3) {
    padding: 10px 10px
}

.nft-game-process {
    background: url('/wp-content/uploads/2022/08/process_bg.png')
}

.nft-process-item {
    background: url(/wp-content/uploads/2022/08/process_text_panel.png);
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 13px 20px 10px;
    background-size: 100% 100%;
    margin-bottom: 50px
}

.nft-process-item h3,
.nft-process-item h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #92cbfe;
    font-weight: 700
}

.nft-process-item p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px
}

.nft-game-process .first-process p {
    margin-top: 30px;
    margin-bottom: 30px
}

.nft-game-process h2 {
    margin-bottom: 40px
}

.nft-game-process h2::after {
    margin: 10px 0
}

.nft-game-process .char-img {
    position: absolute;
    right: -36px;
    bottom: -90px;
    z-index: 2;
    height: 800px
}

.nft-why-choose-us {
    background: url(/wp-content/uploads/2022/08/ubg.jpg)
}

.rq-btn button {
    background: linear-gradient(to top, #ff2c20 24%, #fd8c00 100%) !important;
    font-size: 19px !important;
    padding: 20px 50px !important
}

.art-design-intro-section {
    padding: 40px 0 20px !important
}

.art-design-intro-section .vc_row-fluid {
    width: auto;
    padding-right: 0
}

.art-design-intro-section .vc_column-inner {
    padding-right: 0
}

.art-design-intro-section .h2-headings {
    color: #494949;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0
}

.art-design-intro-section span {
    color: #ffc602;
    font-size: 35px
}

.art-design-intro-section p {
    margin-bottom: 0
}

.sm-border {
    border: 1px solid #d3d3d3;
    width: 50px;
    margin: 0 auto
}

.art-design-serv-section {
    background-image: url(/wp-content/uploads/2022/05/art-services-bg.jpg) !important;
    background-position: top;
    color: #fff;
    padding: 30px 0 30px !important
}

.art-design-serv-section .vc_row-fluid {
    width: auto;
    padding-left: 0
}

.art-design-serv-section .vc_column-inner {
    padding-left: 0 !important
}

.art-design-serv-section span {
    color: #01f9ff;
    font-size: 35px
}

.art-design-serv-section .h2-headings {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0
}

.art-design-serv-section h2 {
    font-size: 25px;
    margin-bottom: 16px;
    font-weight: 600
}

.art-design-serv-section h4 {
    color: #fffc00;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.art-design-serv-section p {
    line-height: 23px;
    font-size: 17px
}

#art-design-services-slider a {
    color: #2c3e50
}

#art-design-services-slider a:hover {
    color: #ed0101
}

#art-design-services-slider .rd-more {
    color: #fff;
    text-decoration: underline;
    font-weight: 600
}

.art-design-serv-section .services-quote-btn button {
    background-color: #ffad00 !important;
    padding: 14px 21px !important;
    font-size: 16px !important;
    margin-top: 0;
    margin-left: 110px
}

.art-design-serv-section .services-quote-btn {
    position: relative;
    top: 19rem
}

#art-design-services-slider-ow .tns-nav button {
    background-color: #bcbcbc;
    margin-top: 20px
}

#art-design-services-slider-ow .tns-nav-active {
    background-color: #ff5551 !important;
    width: 10px;
    height: 10px
}

.mb0 {
    margin-bottom: 0 !important
}

.art-design-tech {
    background-image: none !important;
    padding: 60px 0 30px !important
}

.art-design-tech .h2-headings {
    color: #494949;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0
}

.art-design-tech span {
    color: #ff2f2b;
    font-size: 35px
}

.art-design-tech p {
    color: #555e65;
    line-height: 20px;
    font-weight: 500
}

.art-design-tech h4 {
    font-size: 16px
}

.art-design-we {
    background-image: url(/wp-content/uploads/2022/05/intro-bg2.jpg) !important;
    padding: 90px !important;
    background-position: center
}

.art-design-we span {
    color: #3bb8ff;
    font-size: 35px
}

.art-design-we p {
    color: #565656;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px
}

.art-design-serv-section h1 {
    color: #fff;
    text-align: left;
    font-size: 26px;
    margin-bottom: 16px
}

#art-design-services-slider {
    text-align: left
}

#art-design-services-slider ul {
    margin-top: 10px
}

#art-design-services-slider li {
    list-style: none
}

#art-design-services-slider h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

#art-design-services-slider .owl-dots span {
    background-color: #bcbcbc;
    margin-top: 20px
}

#art-design-services-slider .owl-dots .active span {
    background-color: #ff5551;
    width: 10px;
    height: 10px
}

.dflex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.mt200 {
    margin-top: 200px
}

#art-design-why-slider {
    text-align: center
}

#art-design-why-slider h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

#art-design-why-slider .owl-dots span {
    background-color: #bcbcbc;
    margin-top: 20px
}

#art-design-why-slider .owl-dots .active span {
    background-color: #ff5551;
    width: 10px;
    height: 10px
}

.art-design-why span {
    color: #f9b100;
    font-size: 35px
}

.art-design-key-roles {
    background-image: url(/wp-content/uploads/2022/05/key-role-bg.jpg);
    background-position: center;
    padding: 40px 0
}

.art-design-key-roles .h2-headings {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0
}

.art-design-key-roles span {
    color: #ffe83e;
    font-size: 35px
}

.bg-item1 {
    background-image: url(/wp-content/uploads/2022/05/content-bg1.png);
    background-size: 100% 100%;
    background-position: center;
    height: 315px;
    padding: 85px 50px 20px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.bg-item2 {
    background-image: url(/wp-content/uploads/2022/05/content-bg2.png);
    background-size: 100% 100%;
    background-position: center;
    height: 375px;
    padding: 105px 80px 35px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.bg-item3 {
    background-image: url(/wp-content/uploads/2022/05/content-bg3.png);
    background-size: 100% 100%;
    background-position: center;
    height: 315px;
    padding: 10px 50px 20px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.bg-item4 {
    background-image: url(/wp-content/uploads/2022/05/content-bg4.png);
    background-size: 100% 100%;
    background-position: center;
    height: 315px;
    padding: 30px 50px 20px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.bg-item1 h3,
.bg-item1 h4,
.bg-item2 h3,
.bg-item2 h4,
.bg-item3 h3,
.bg-item3 h4,
.bg-item4 h3,
.bg-item4 h4 {
    color: #ff5c69;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px
}

#art-design-keyroles-slider {
    text-align: center
}

#art-design-keyroles-slider-ow {
    text-align: center
}

#art-design-keyroles-slider-ow .tns-nav button {
    background-color: #bcbcbc;
    margin-top: 20px
}

#art-design-keyroles-slider-ow .tns-nav-active {
    background-color: #ff5551 !important;
    width: 10px;
    height: 10px
}

.art-img-left img {
    position: absolute;
    left: -7rem;
    top: -5rem
}

.artimg-left {
    position: relative
}

.artimg-left img {
    top: -174px;
    position: absolute
}

.art-img-right img {
    position: absolute;
    right: -6.5rem
}

.art-design-heads {
    background-color: #ebeff2;
    padding: 30px 0 15px
}

.art-design-heads h2 {
    color: #494949;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0
}

.art-design-heads span {
    color: #ffc602;
    font-size: 35px
}

.art-design-heads h2,
.art-design-heads h2 span,
.art-design-heads h3,
.art-design-heads h3 span {
    font-size: 22px;
    font-weight: 700
}

.art-design-serv-list {
    padding: 40px 0 30px
}

.art-design-serv-lists {
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 30px 10px 0 10px;
    margin-bottom: 20px
}

.art-design-serv-list1 {
    background: url(/wp-content/uploads/2022/09/P1.png);
    background-position: center;
    background-size: cover
}

.art-design-serv-list2 {
    background: url(/wp-content/uploads/2022/09/P2.png);
    background-position: center;
    background-size: 100% 100%
}

.art-design-serv-list3 {
    background: url(/wp-content/uploads/2022/09/P3.png);
    background-position: center;
    background-size: 100% 100%
}

.art-design-serv-list4 {
    background: url(/wp-content/uploads/2022/09/P4.png);
    background-position: center;
    background-size: 100% 100%
}

.art-design-serv-list .wpb_content_element {
    margin-bottom: 0
}

.flex-direction-row {
    flex-direction: row !important
}

.art-design-serv-list h3,
.art-design-serv-list h5 {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 700
}

.art-design-serv-list ul {
    padding-top: 25px;
    padding-left: 0
}

.art-design-serv-list li {
    text-align: left;
    margin: 10px 0 20px;
    font-weight: 600;
    line-height: 17px
}

.art-design-serv-list a {
    font-weight: 600;
    line-height: 15px;
    font-size: 15px;
    border-bottom: 1px solid #ffc9cf;
    color: #fff;
    margin-left: 10px
}

.art-design-serv-list a:after {
    font-family: FontAwesome;
    content: '\f105';
    padding-left: 10px;
    position: relative
}

.animation-char {
    height: 420px
}

.animation-char img {
    width: 100%;
    position: relative;
    bottom: 1rem;
    height: 100%;
    object-fit: contain;
    right: 0;
    left: 0
}

.art-design-why-ch {
    background-color: #ecf0f1;
    padding: 40px 0 80px
}

.art-deisgn-top-mar {
    margin-top: 50px
}

.art-design-why-ch h2 {
    text-align: center;
    text-transform: uppercase;
    color: #494949;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 45px
}

.art-design-why-ch span {
    color: #fdb61f
}

.art-design-why-ch img {
    width: 100%;
    height: 610px;
    position: absolute;
    top: -2.5rem;
    left: 5rem;
    right: 0;
    margin: auto
}

.art-design-why-ch h4,
.art-design-why-ch h6 {
    background: url(/wp-content/uploads/2022/09/P1-1.png);
    color: #fff;
    padding: 15px 20px;
    background-size: 100%;
    margin-bottom: 10px;
    font-size: 16px
}

.art-design-why-ch h4:first-child,
.art-design-why-ch h6:first-child {
    width: 86%
}

.art-design-why-ch h4:nth-child(2),
.art-design-why-ch h6:nth-child(2) {
    width: 90%
}

.art-design-why-ch h4:nth-child(3),
.art-design-why-ch h6:nth-child(3) {
    width: 96%
}

.art-design-why-ch h4:nth-child(4),
.art-design-why-ch h6:nth-child(4) {
    width: 100%
}

.art-design-why-ch h4:nth-child(5),
.art-design-why-ch h6:nth-child(5) {
    width: 104%
}

.art-design-why-ch h4:nth-child(6),
.art-design-why-ch h6:nth-child(6) {
    width: 108%
}

.art-design-serv-2d h3,
.art-design-serv-3d h3,
.art-design-serv-animation h3,
.art-design-serv-uiux h3 {
    color: #606060;
    text-align: center;
    font-size: 25px;
    font-weight: 700
}

.art-design-serv-2d p,
.art-design-serv-3d p,
.art-design-serv-animation p,
.art-design-serv-uiux p {
    color: #606060;
    font-size: 18px
}

.art-design-serv-2d li,
.art-design-serv-3d li,
.art-design-serv-animation li,
.art-design-serv-uiux li {
    color: #606060;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 23px;
    list-style: none
}

.art-design-serv-2d li::before,
.art-design-serv-3d li::before,
.art-design-serv-animation li::before,
.art-design-serv-uiux li::before {
    content: "\2022";
    color: #8f8f8f;
    font-weight: 700;
    display: inline-block;
    width: 20px;
    margin-left: -1em;
    font-size: 30px;
    margin-top: 12px
}

.art-design-serv-2d a,
.art-design-serv-3d a,
.art-design-serv-animation a,
.art-design-serv-uiux a {
    font-weight: 700;
    line-height: 15px;
    font-size: 15px;
    color: #ffb745;
    margin-top: 10px;
    text-transform: uppercase;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 15px;
    border: none;
    position: relative
}

.art-design-serv-2d a::after,
.art-design-serv-3d a::after,
.art-design-serv-animation a::after,
.art-design-serv-uiux a::after {
    content: "";
    border-bottom: 2px solid #ebe0c1;
    font-family: unset;
    width: 87px;
    position: absolute;
    bottom: -3px;
    right: 17px
}

.art-design-serv-2d .fa,
.art-design-serv-3d .fa,
.art-design-serv-animation .fa,
.art-design-serv-uiux .fa {
    font-size: 14px;
    margin-left: 5px;
    margin-right: -4px
}

.art-design-serv-2d .fa:nth-child(2),
.art-design-serv-3d .fa:nth-child(2),
.art-design-serv-animation .fa:nth-child(2),
.art-design-serv-uiux .fa:nth-child(2) {
    margin-left: 0
}

.art-design-serv-2d ul,
.art-design-serv-3d ul,
.art-design-serv-animation ul,
.art-design-serv-uiux ul {
    padding-left: 26px !important
}

.art-design-serv-3d ul {
    padding-bottom: 10px
}

.art-design-tech-imgs {
    margin-bottom: 20px
}

.art-design-tech-imgs img {
    width: 100%
}

.art-design-tech-imgs .col-sm-2 {
    padding: 0 9px
}

.art-design-tech-rightimg {
    width: 120%;
    position: absolute;
    right: 20px
}

.art-design-serv-3d,
.art-design-serv-uiux {
    background-color: #f6f6f6;
    border-radius: 50px;
    padding: 35px 20px
}

.art-design-serv-3d {
    padding-bottom: 0
}

.art-design-serv-2d,
.art-design-serv-animation {
    padding: 35px 20px
}

.art-3d-img-left {
    width: 170%;
    position: absolute;
    bottom: 0;
    left: -191px
}

.art-design-why-sec img {
    width: 123%;
    height: auto
}

.artdesign-portfolios .ehover10 img,
.artdesign-portfolios .vc_column-inner,
.artdesign-portfolios .vc_single_image-wrapper,
.artdesign-portfolios .wpb_single_image,
.artdesign-portfolios .wpb_wrapper,
.artdesign-portfolios .wpb_wrapper .vc_figure {
    height: 100% !important;
    object-fit: cover
}

.primary-nav {
    display: none
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.slider-item img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    pointer-events: none
}

.mobile-slider .tns-nav {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 15px
}

.mobile-slider .tns-nav button {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px
}

.mobile-slider .tns-nav button {
    background-color: #ff505d
}

button.tns-nav-active {
    background-color: #3e3d3b !important
}

.tns-inner {
    width: 100% !important
}

.slider-item-offscreen {
    display: none
}

.tns-nav button {
    background-color: #ff8200;
    width: 9px;
    height: 9px;
    border: none;
    border-radius: 50%;
    margin-right: 10px;
    padding: 0 !important
}

.game-dev-conslider {
    padding: 0 !important
}

#game-dev-conslider .tns-item {
    padding: 0 25px !important
}

#game-dev-conslider-ow .tns-nav {
    padding: 0 25px !important
}

.game-slide-marb {
    margin-bottom: 80px;
    margin-top: 20px
}

.nft-portf-slides .tns-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.nft-portf-slides .tns-item img {
    width: 100%
}

#nft-dev-list-slide {
    padding: 0 !important
}

.hire-game-tech-row h5 {
    margin-bottom: 31px;
    font-size: 17px;
    margin-top: 15px
}

.other-contact-head {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #333
}

.mobile-slider .vc_row-fluid {
    width: auto;
    padding: 0
}

.home-test-slides .wpb_raw_html {
    margin-bottom: 0
}

.home-test-slides .owl-dots {
    position: absolute;
    bottom: 7px;
    left: 50%
}

.home-test-slides .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #ff505d
}

.mobile-game-dev-why-ch {
    background: #ecf0f1 url(/wp-content/uploads/2022/09/lines-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.mobile-game-dev-why-ch h3 {
    font-size: 17px;
    color: #ff8200;
    text-transform: uppercase;
    font-weight: 600
}

.mobile-game-dev-why-ch p {
    font-size: 14px
}

.mbfirst {
    padding: 73px 0 35px
}

.mbsecond {
    padding-bottom: 30px;
    padding-top: 3px
}

.mbthird {
    padding-bottom: 5px;
    padding-top: 15px
}

.mb-game-dev-servic-section .lft-img {
    position: absolute;
    left: -7rem
}

.mb-game-dev-servic-section .rght-img {
    position: absolute;
    width: 130%;
    right: -3rem;
    bottom: 5rem
}

.mb-game-dev-servic-section h3 {
    font-weight: 700;
    font-size: 20px
}

.mb-game-dev-servic-section p {
    margin-bottom: 15px
}

.mb-game-dev-servic-section .rw-padding {
    padding-top: 130px
}

.mb-game-dev-servic-section .mrt30 {
    margin-top: 40px
}

.mbgame-dev-whyc-img {
    position: absolute;
    width: 85%;
    left: -7rem;
    bottom: -10rem
}

.mgdev-padding60 {
    padding-top: 60px
}

.yellow-req-quote-btn button {
    background-color: #ffb924 !important;
    color: #fff !important;
    font-weight: 700;
    padding: 15px 30px !important;
    border-radius: 25px !important;
    margin-top: 20px !important;
    text-transform: uppercase;
    border: none !important
}

#mob-case-study {
    text-align: center;
    display: none;
    margin-top: 25px
}

#mob-case-study h4 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px
}

#game-dev-consliders-ow {
    margin-bottom: 85px
}

.mbg-slide #game-dev-consliders {
    margin-bottom: 0 !important;
    padding: 0 !important
}

#game-dev-consliders {
    padding: 25px 0 0;
    margin-bottom: 0
}

#game-dev-consliders {
    padding: 25px 0 0;
    margin-bottom: 0
}

.color-orange {
    color: #ff8100 !important
}

.hiring-menu a {
    color: #fff;
    background: #ff8104;
    padding: 2px 8px;
    font-size: 13px;
    display: block;
    text-transform: none;
    position: absolute;
    top: -14px;
    left: 13%;
    border-radius: 5px
}

.hiring-menu a:hover {
    color: #fff !important
}

.hiring-menu:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ff8104
}

.threed-artist-why-choose {
    background: url(/wp-content/uploads/2022/06/Banner_3DArtistHire03.jpg);
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-position: inherit;
    padding-bottom: 80px;
    padding-top: 40px;
    color: #fff
}

.threed-artist-why-choose h4 {
    color: #fff !important
}

.threed-artist-why-choose h2 {
    font-size: 20px;
    text-align: right;
    font-weight: 700;
    color: #fff !important
}

.threed-artist-why-choose span {
    color: #ffde06;
    font-size: 24px
}

.twartists .lft-img {
    bottom: -4rem;
    left: -10rem
}

.twartists-key {
    background-image: url(/wp-content/uploads/2022/07/Banner_2DArtist02.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 60px
}

.twartists-key #game-dev-consliders {
    padding-left: 0
}

.nheading {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700
}

.twartists-why-choose {
    background-image: url(/wp-content/uploads/2022/07/Banner_2DArtist04.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 90px;
    color: #fff
}

.twartists-why-choose h2 {
    font-size: 20px;
    text-align: right;
    font-weight: 700;
    color: #fff !important
}

.twartists-why-choose span {
    color: #ffde06;
    font-size: 24px
}

.twartists-why-choose h4 {
    color: #fff !important
}

.game-sma-box-2d {
    background: 0 0;
    padding: 70px 0 !important
}

.game-sma-box-2d:before {
    background-image: url(/wp-content/uploads/2022/07/Banner_2DArtist03.png);
    background-position: center;
    background-size: cover;
    border-radius: 20px
}

.hire-gm-design-why {
    background-image: url(/wp-content/uploads/2022/06/BannerGameDesigner04-1.jpg) !important
}

.hire-gm-design-key {
    background-image: url(/wp-content/uploads/2022/06/BannerGameDesigner02-1.jpg);
    color: #fff;
    padding-top: 25px;
    padding-bottom: 20px
}

.hire-gm-design-key h4 {
    color: #fff !important
}

.hire-gm-design-key #game-dev-conslider {
    padding-left: 0
}

.hire-gm-design-key h2 {
    font-size: 20px !important
}

.game-sma-box-hire-gm {
    background: 0 0;
    padding-top: 20px !important
}

.game-sma-box-hire-gm {
    background-image: url(/wp-content/uploads/2022/06/BannerGameDesigner03-2.png);
    background-position: center;
    background-size: cover;
    border-radius: 20px
}

.hire-game-tech-row .smimg {
    background-image: url(/wp-content/uploads/2022/07/TechnologiesPlaceholder-1.png);
    background-position: center;
    background-size: cover;
    padding: 16px
}

.hire-gd-sec .lft-img {
    left: -8rem;
    bottom: 0
}

.hire-gm-design-why #game-dev-consliders-ow {
    margin-bottom: 0
}

.ludo-portfolios-sec .hover {
    height: 360px
}

.ludo-services-sec {
    background: url(/wp-content/uploads/2022/06/ludo-services-bg.png);
    padding: 80px 0;
    background-position: left;
    background-size: 100% 100%;
    height: 830px
}

.ludo-services-sec h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 115px
}

.ludo-services-sec span {
    color: #ff7b00
}

.ludo-services-list {
    background: url(/wp-content/uploads/2022/06/ludo-services-list-bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center
}

.ludo-services-list p {
    color: #fff;
    font-size: 19px;
    font-weight: 600
}

.ludo-why-us h2 {
    font-size: 24px
}

.ludo-why-us h5 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700
}

.ludo-why-us .leftimg {
    left: -7rem;
    bottom: -4rem;
    position: absolute;
    width: 100%
}

.ludo-why-us .rightimg {
    width: 97%;
    right: -3rem;
    bottom: 4rem;
    position: absolute
}

.ludo-game-main-sec {
    background: url(/wp-content/uploads/2022/12/ludo-main-bg.jpg);
    background-size: 100% 100%;
    color: #fff;
    padding-top: 85px
}

.ludo-game-headings {
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px !important
}

.ludo-game-headings span {
    color: #ebb03b
}

.ludo-game-box {
    background: linear-gradient(to left, rgba(255, 150, 83, .9), rgba(241, 60, 49, .9));
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 30px;
    height: 160px
}

.ludo-game-box h3 {
    font-size: 16px;
    font-weight: 700
}

.ludo-game-box p {
    font-size: 14px;
    line-height: 17px;
    color: #fafafa;
    margin-bottom: 0
}

.ludo-game-features-box {
    background: url(/wp-content/uploads/2022/12/Txt_Field03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 11px;
    padding-top: 7px;
    padding-right: 15px
}

.ludo-game-features-box h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 4px
}

.ludo-game-features-box p {
    font-size: 13px;
    line-height: 18px
}

.ludo-game-features-box img {
    width: 70px;
    height: 60px;
    display: block;
    object-fit: contain;
    margin: auto
}

.ludo-game-features-box .col-sm-10 {
    padding-left: 0
}

.ludo-game-portfolios li,
.ludo-game-portfolios p {
    line-height: 21px;
    font-size: 15px
}

.ludo-game-portfolios ul {
    padding-left: 15px
}

.ludo-game-services-list ul {
    margin-top: 50px
}

.ludo-game-services-list li {
    font-size: 20px;
    font-weight: 600;
    background: url(/wp-content/uploads/2022/10/feature_point_icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    list-style: none;
    padding: 3px 0 3px 20px;
    background-position: left center;
    margin-bottom: 10px
}

.ludo-game-services-list {
    margin-bottom: 150px;
    margin-top: 70px
}

.ludo-game-services-list img {
    width: 131%;
    position: absolute;
    top: -6.5rem;
    height: 750px;
    z-index: 9
}

.ludo-game-main-sec .wpcf7-form {
    padding: 25px;
    box-shadow: none;
    background-color: transparent
}

.ludo-game-main-sec .wpcf7-form-control {
    width: 100%;
    border: 2px solid #39287a;
    padding: 15px 13px;
    color: #fff;
    font-size: 14px;
    background-color: #250a3d;
    border-radius: 10px
}

.baloot-game-main-sec .wpcf7-submit,
.card-game-main-sec .wpcf7-submit,
.ludo-game-main-sec .wpcf7-submit {
    background-color: #ffa918 !important;
    color: #ffe !important;
    font-size: 19px !important;
    width: 200px !important;
    margin: auto;
    display: block;
    border: none !important
}

.ludo-game-main-sec .wpcf7-form-control::placeholder {
    color: #fff;
    opacity: 1
}

.yellow-bg-request-quote button {
    background: #ffaa0f !important
}

.ludo-game-banner-header h1 {
    margin-bottom: 0
}

.ludo-game-banner-header h2 {
    margin-top: 20px;
    font-weight: 300
}

.ludo-right-coin {
    width: 190px;
    position: relative;
    bottom: 29rem;
    left: 20rem
}

.ludo-left-coin {
    width: 145px;
    position: relative;
    bottom: 32rem;
    float: right;
    right: 1rem
}

.ludo-game-intro-sec {
    margin-top: 460px
}

.ludo-game-intro-sec h2 {
    font-size: 22px !important;
    text-align: left;
    font-weight: 700 !important
}

.ludo-game-intro-sec .home-heading::after {
    margin-left: 0
}

.ludo-game-intro-sec p {
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600
}

.ludo-game-fea-img {
    width: 85%;
    height: 550px;
    object-fit: contain;
    margin-top: 9rem
}

.ludo-game-main-sec .adsportfolios img {
    height: 300px;
    width: 100%;
    object-fit: cover !important;
    padding: 0 !important
}

.banner-head-color h1 {
    color: #ffd931;
    font-size: 35px
}

.banner-head-color .services-quote-btn button {
    background-color: #ffd931 !important;
    color: #000 !important
}

.card-why-us .hm-headings span {
    color: #ffb410
}

.card-why-us h5 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700
}

.card-why-us .leftimg {
    left: -7rem;
    bottom: -5rem;
    position: absolute;
    width: 80%
}

.card-why-us .rightimg {
    width: 95%;
    right: -2rem;
    bottom: 0;
    position: absolute
}

.card-services-sec {
    background: url(/wp-content/uploads/2022/07/Banner02.jpg);
    padding: 50px 0;
    background-position: top;
    background-size: 100%
}

.card-services-sec h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 115px
}

.card-services-sec span {
    color: #e7ca17
}

.card-services-list {
    background: url(/wp-content/uploads/2022/07/Panel.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center
}

.card-services-list p {
    color: #fff;
    font-size: 19px;
    font-weight: 600
}

.card-services-sec .services-quote-btn button {
    background-color: #ddaf00 !important
}

.card-game-main-sec {
    background: url(/wp-content/uploads/2022/12/Card_Game_Updated_banner.png);
    background-size: 100% 100%;
    color: #fff;
    overflow: visible !important
}

.card-game-intro {
    position: absolute;
    top: -12rem
}

.card-game-intro p {
    text-align: center;
    font-size: 17px;
    line-height: 22px
}

.card-game-portfolio-list li {
    display: inline-block;
    background-image: none !important;
    margin-right: 20px;
    padding: 0 !important
}

.card-game-portfolio-list span {
    color: #ffb226;
    font-weight: 700
}

.adsportfolios p strong {
    color: #ffb226
}

#adslide-controls {
    margin-top: 20px
}

#adtesti-controls,
#bltesti-controls {
    text-align: center
}

#adslide-controls button,
#adtesti-controls button,
#bltesti-controls button {
    color: #770007;
    font-weight: 700;
    border: none;
    background: 0 0
}

#adslide-controls .nextbtn,
#adtesti-controls .next,
#bltesti-controls .bnext {
    color: #79fc16 !important
}

#adslide-controls .left-first-arrow,
#adtesti-controls .left-first-arrow,
#bltesti-controls .left-first-arrow {
    font-size: 20px
}

#adslide-controls .left-second-arrow,
#adtesti-controls .left-second-arrow,
#bltesti-controls .left-second-arrow {
    font-size: 14px;
    margin-left: -4px;
    position: relative;
    bottom: 2px
}

#adslide-controls .mright,
#adtesti-controls .mright,
#bltesti-controls .mright {
    margin-right: -3px
}

#adslide-controls .middle-arrow img,
#adtesti-controls .middle-arrow img,
#bltesti-controls .middle-arrow img {
    width: 13px
}

#adslide-controls .middle-arrow,
#adtesti-controls .middle-arrow,
#bltesti-controls .middle-arrow {
    position: relative;
    bottom: 2px
}

.adsportfolios img {
    border: 6px solid #fff;
    height: 300px;
    width: 100%;
    padding: 15px;
    object-fit: contain
}

.baloot-game-main-sec .serv-testi-box,
.card-game-main-sec .serv-testi-box,
.ludo-game-main-sec .serv-testi-box {
    border-radius: 15px;
    color: #000
}

.card-game-portfolios img {
    padding: 0;
    object-fit: cover
}

.adstestimonials h5 {
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px
}

.adstestimonials h6 {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: right
}

.ads-clientele .clients-tabs {
    background: #4f092d;
    border-radius: 45px
}

.ads-clientele .new-client-tabs-bg .active {
    background-color: #ff3d4e;
    color: #fff;
    border-radius: 45px !important
}

.ads-clientele a {
    color: #fff;
    font-size: 16px;
    border: none
}

.ads-clientele .hclients-tab-details img {
    border: 1px solid #495761;
    height: 175px !important;
    object-fit: contain;
    background-color: #fff
}

.card-game-main-sec .ludo-game-box {
    height: 145px
}

.card-game-main-sec .wpcf7-form {
    padding: 25px;
    box-shadow: none;
    background-color: transparent
}

.card-game-main-sec .wpcf7-form-control {
    width: 100%;
    border: 2px solid #c91418;
    padding: 15px 13px;
    color: #fff;
    font-size: 14px;
    background-color: #500001;
    border-radius: 10px
}

.baloot-game-main-sec .wpcf7-form-control::placeholder,
.card-game-main-sec .wpcf7-form-control::placeholder {
    color: #fff;
    opacity: 1
}

.card-game-main-sec .ludo-game-features-box {
    background: url(/wp-content/uploads/2022/12/card-text-bg.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.card-game-main-sec .ludo-game-features-box img {
    padding-left: 15px
}

.card-game-main-sec .ludo-game-fea-img {
    width: 130%;
    position: absolute;
    right: -3rem;
    bottom: 0
}

.ads-floating-btn {
    position: fixed;
    z-index: 9;
    top: 35%;
    left: -7.5% !important;
    right: auto !important;
    border: none;
    background-color: #ffa918 !important;
    font-weight: 600;
    padding: 11px 20px 6px 20px !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.ads-floating-contactus {
    left: 0;
    right: auto !important;
    top: 15% !important;
    background-color: #000 !important;
    padding: 0 20px !important
}

.ludo-clientele .clients-tabs {
    background: #0d3595;
    border-radius: 45px
}

.ludo-game-main-sec #adslide-controls button,
.ludo-game-main-sec #adtesti-controls button {
    color: #0d46ae
}

.card-game-portfolios .prevbtn {
    position: absolute;
    left: -6rem;
    top: 50%;
    color: #e6a6aa !important
}

.card-game-portfolios .nextbtn {
    position: absolute;
    right: -6rem;
    top: 50%
}

.card-game-portfolios .middle-arrow {
    display: none
}

.baloot-game-main-sec {
    background: url(/wp-content/uploads/2022/12/Bg2.png);
    background-size: 100% 100%;
    color: #fff;
    overflow: visible !important
}

.baloot-game-intro {
    position: absolute;
    top: -13rem
}

.baloot-game-intro p {
    font-size: 22px;
    font-style: italic;
    text-align: center;
    line-height: 27px
}

.baloot-game-box {
    background: url(/wp-content/uploads/2022/12/Panel1.png);
    background-size: 100% 100%;
    text-align: center;
    padding: 30px 55px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif
}

.baloot-left-img {
    width: 100%;
    position: absolute;
    bottom: -11rem;
    left: 5rem;
    height: 673px;
    object-fit: fill
}

.baloot-right-img {
    position: absolute;
    width: 100%;
    right: 2rem;
    top: 2rem
}

.baloot-mar-left {
    margin-left: 70px
}

.baloot-mar-top {
    margin-top: 80px
}

.baloot-game-box h3 {
    color: #fec73d;
    font-size: 20px
}

.baloot-game-box p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0
}

.baloot-game-main-sec .wpcf7-form {
    padding: 25px;
    box-shadow: none;
    background-color: transparent
}

.baloot-game-main-sec .wpcf7-form-control {
    width: 100%;
    border: 2px solid #24a227;
    padding: 15px 13px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(9, 53, 37, .5);
    border-radius: 10px
}

.baloot-game-main-sec .ads-clientele .clients-tabs {
    background: #05321e;
    border-radius: 45px
}

.baloot-game-main-sec .ads-clientele .new-client-tabs-bg .active {
    background-color: #feb01c;
    color: #fff;
    border-radius: 45px !important
}

.baloot-game-heading {
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px !important;
    font-weight: 500;
    line-height: 40px;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    margin-bottom: 20px !important;
    font-family: 'Noto Serif', serif
}

.baloot-game-main-sec .heading-border-img {
    margin: 0 auto;
    display: block;
    width: 17%;
    margin-bottom: 50px
}

.baloot-game-main-sec .ludo-game-features-box img {
    padding-left: 15px
}

.baloot-arabic #bltesti-controls button,
.baloot-game-main-sec #adslide-controls button,
.baloot-game-main-sec #adtesti-controls button {
    color: #448744
}

.baloot-game-banner-header h1,
.baloot-game-banner-header h2 {
    font-family: 'Noto Serif', serif
}

.baloot-game-banner-header h1 {
    font-size: 50px !important
}

.baloot-game-banner-header h2 {
    color: #f9d470;
    font-size: 20px !important;
    font-weight: 500
}

.client-testimonials .serv-testi-box {
    height: auto
}

.baloot-arabic {
    display: none
}

body.baloot-arabic {
    direction: rtl
}

.baloot-arabic {
    direction: rtl
}

.baloot-arabic .ludo-game-features-box {
    padding-right: 0;
    text-align: right;
    padding-left: 15px
}

.baloot-arabic .baloot-left-img {
    left: 2rem
}

.baloot-arabic .clients-tabs a {
    margin-left: 10px
}

.baloot-arabic .ludo-game-features-box img {
    padding-right: 15px;
    padding-left: 0
}

.baloot-arabic .baloot-testi-sec .tns-inner {
    direction: ltr
}

#bltesti-controls {
    direction: ltr !important
}

.baloot-testi-sec {
    direction: ltr !important
}

.tns-ovh {
    direction: unset !important
}

.switchbox {
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 1035;
    background-color: #ff7f00;
    padding: 4px 6px;
    border-radius: 20px
}

.switchbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 130px;
    height: 20px;
    background-color: #ff7f00;
    border-radius: 20px
}

.switchbox label span.off,
.switchbox label span.on {
    position: absolute;
    top: 0;
    width: 50%;
    font-size: 15px;
    font-weight: 600;
    height: 16px;
    padding: 6px 1px;
    text-align: center
}

.switchbox span.on {
    color: #000;
    right: inherit;
    left: 0;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.switchbox span.off {
    right: 0;
    color: #000;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.switchbox input {
    display: none
}

.switchbox input:checked+label:before {
    color: #000
}

.switchbox input:checked+label:after {
    color: #737373
}

label {
    position: relative
}

.switchbox input+label:before {
    transition: .3s;
    content: "";
    display: block;
    width: 50%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 20px;
    background: #fff
}

.switchbox input:checked+label:before {
    left: 50%
}

.casino-game-main-sec {
    background: url(/wp-content/uploads/2022/12/casino-bg.png);
    background-size: 100% 100%;
    background-position: center
}

.casino-game-main-sec .ludo-game-box {
    height: 123px
}

.casino-game-main-sec .ludo-game-fea-img {
    bottom: 7rem
}

.casino-game-main-sec .card-game-intro {
    top: -7rem
}

.casino-box {
    background: url(/wp-content/uploads/2022/12/Panel1-1.png);
    background-size: 100% 100%;
    padding: 25px 20px 5px 20px;
    margin-bottom: 20px
}

.casino-box h3 {
    font-size: 16px;
    font-weight: 700
}

.casino-box li,
.casino-box p {
    font-size: 14px;
    line-height: 20px;
    color: #fafafa;
    margin-bottom: 15px
}

.casino-box ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px
}

.casino-box li {
    font-weight: 600;
    margin-right: 42px;
    margin-bottom: 7px
}

.casino-game-main-sec .ads-clientele .clients-tabs {
    background: #0f0a44
}

.casino-game-main-sec .wpcf7-form-control {
    border: 2px solid #302874;
    background-color: transparent
}

.casino-game-main-sec #adslide-controls .prevbtn {
    color: #9314c4 !important
}

.casino-game-main-sec #adtesti-controls .previous {
    color: #775883 !important
}

.hubspot-form input {
    height: 50px !important;
    font-size: 16px;
    color: #ffff !important;
    background-color: #480003 !important;
    border: 2px solid #c3161b !important;
    border-radius: 10px !important;
    padding: 15px 13px !important
}

.hs-form fieldset {
    max-width: none !important
}

.hsform span {
    color: #fff;
    font-weight: 400
}

.hs-form span {
    color: #fff !important;
    font-weight: 400
}

.hbsform {
    color: #fff !important
}

.hbspt-form .hsbutton {
    background: #ffa918 !important;
    color: #fff;
    width: 200px !important;
    font-size: 19px;
    padding: 8px 13px;
    border-radius: 10px;
    border: none;
    line-height: 41px;
    padding-bottom: 20px !important;
    overflow: visible !important;
    margin: auto;
    display: block
}

.hsform iframe span {
    color: #fff !important
}

.meta-banner-head {
    background: url(/wp-content/uploads/2022/07/BannerPanel.png);
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    margin-top: 90px
}

.meta-banner-head-test {
    background: url(/wp-content/uploads/2022/09/metavers-banner-ribbon.png);
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    margin-top: 90px
}

.meta-banner-head h1 {
    color: #74727d;
    font-size: 33px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 17px
}

.meta-banner-head h2 {
    padding-top: 16px;
    position: relative;
    font-size: 20px;
    margin-bottom: -10px !important
}

.meta-banner-head-test h1,
.meta-banner-head-test h2 {
    color: #333
}

.meta-dev-section-test {
    background: url(/wp-content/uploads/2022/09/meta-bg.jpg);
    background-size: 100%
}

.meta-dev-section {
    background: url("/wp-content/uploads/2022/07/MetaverseBanner02.jpg");
    padding: 45px 0 5px;
    background-position: center;
    background-size: 100% 100%;
    color: #fff
}

.meta-dev-section-test {
    background: url(/wp-content/uploads/2022/09/meta-bg.jpg)
}

.meta-dev-section h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0
}

.meta-dev-section h2 span {
    color: #fce002;
    font-size: 55px;
    font-weight: 700
}

.meta-dev-section h6 {
    font-size: 20px;
    margin-bottom: 70px;
    margin-top: 5px
}

.meta-dev-col {
    background: url("/wp-content/uploads/2022/07/MetaverseBanner02_Sub03.png");
    text-align: center;
    padding: 32px 20px;
    width: 97%;
    background-size: 100% 100%
}

.meta-dev-section .dev-col-width {
    width: 84%
}

.meta-dev-col h3,
.meta-dev-col h5 {
    color: #3ce5f8;
    font-size: 20px
}

.meta-dev-col p {
    line-height: 21px
}

.meta-tech-section {
    background: url("/wp-content/uploads/2022/07/MetaverseBanner03.jpg");
    padding: 32px 20px 90px;
    background-position: center;
    background-size: cover
}

.meta-tech-section h2 {
    color: #fff;
    text-align: center;
    font-weight: 700
}

.meta-tech-section h2 span {
    color: #fdae0f
}

.meta-tech-section h5 {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-style: italic;
    margin-bottom: 35px
}

.meta-tec-col {
    text-align: center;
    background-color: #fff;
    border-radius: 2rem;
    padding: 13px 15px
}

.meta-tec-col h3,
.meta-tec-col h6 {
    color: #333;
    margin-bottom: 20px;
    font-size: 21px
}

.meta-tec-col ul {
    padding: 0;
    margin: 0
}

.meta-tec-col li {
    list-style: none;
    display: inline-block;
    width: 10%;
    text-align: center;
    margin: 2px 10px
}

.meta-tec-col li img {
    width: 100%
}

.meta-tec-col p {
    margin-top: 6px;
    color: #626262
}

.meta-tec-col-7 {
    max-width: 56% !important
}

.meta-tec-mg-right {
    margin-right: 20px
}

.meta-tec-mg-left {
    margin-left: 20px
}

.meta-app-dev {
    background: url("/wp-content/uploads/2022/07/BgTexture.png");
    padding: 50px 0 30px;
    background-position: center;
    background-size: 100% 100%;
    padding-left: 0 !important
}

.meta-heading-h h1,
.meta-heading-h2 {
    color: #373e44;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.meta-heading-h h1 {
    font-size: 2rem
}

.meta-heading-h h2 {
    font-size: 20px;
    text-align: center
}

.meta-heading-h2:after,
.meta-heading-h:after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(90deg, #0ff0ff 0, #ebacfd 100%)
}

.meta-app-dev h2 span,
.meta-heading-h span {
    color: #ffba1a
}

.meta-app-dev h6 {
    text-align: center;
    font-size: 23px;
    font-style: italic;
    color: #646673;
    margin-bottom: 50px
}

.meta-app-tabs {
    border-bottom: none;
    margin-top: 60px
}

.meta-app-tabs li {
    display: block;
    float: none;
    line-height: 20px;
    width: 80%
}

.meta-app-tabs a {
    display: block;
    color: #ffad2d;
    font-size: 22px;
    font-weight: 600;
    background: url("/wp-content/uploads/2022/07/Tab01.png");
    padding: 20px 30px 32px;
    margin-bottom: 20px;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    line-height: 24px
}

.meta-app-tabs .active {
    background: url("/wp-content/uploads/2022/07/Tab01_hvr.png");
    background-size: 100% 100%;
    color: #fff
}

.meta-app-tabs a:hover {
    text-decoration: none;
    background: url("/wp-content/uploads/2022/07/Tab01_hvr.png");
    background-size: 100% 100%;
    color: #fff
}

.meta-app-tab-details {
    margin-top: 45px;
    color: #fff;
    text-align: center
}

.meta-app-tab-details h3,
.meta-app-tab-details h5 {
    font-size: 27px;
    margin-bottom: 20px
}

.meta-app-tab-details p {
    font-size: 19px;
    line-height: 25px
}

.meta-app-tab-details .active {
    background: url("/wp-content/uploads/2022/07/Tab02.png");
    background-position: center;
    background-size: 100% 100%;
    padding: 0 80px 80px
}

.meta-app-tab-details img {
    width: 66%;
    position: relative;
    bottom: 3rem
}

.meta-app-dev .row-width {
    width: auto;
    padding: 0
}

.meta-app-dev .inner-col .vc_column-inner {
    padding: 0
}

.meta-serv-sec {
    padding: 50px 0 30px
}

.meta-serv-sec h2 span {
    color: #ffba1a
}

.meta-serv-sec h6 {
    text-align: center;
    font-size: 23px;
    font-style: italic;
    color: #646673;
    margin-bottom: 50px
}

.meta-serv-tabs {
    border-bottom: none;
    display: flex
}

.meta-flex {
    display: flex;
    flex-direction: column
}

.meta-fstart {
    align-items: flex-start
}

.meta-fend {
    align-items: flex-end
}

.meta-fcenter {
    align-items: center
}

.meta-serv-tabs h3 {
    font-size: 22px
}

.meta-serv-tabs a {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 30px
}

.meta-serv-tabs a:hover {
    text-decoration: none
}

.meta-serv-tabs li:nth-child(2) a {
    background: url("/wp-content/uploads/2022/07/SectionTab03.png");
    background-size: 100% 100%;
    padding: 100px 50px 115px;
    display: flex;
    justify-content: center
}

.meta-serv-tabs li:nth-child(2) .active {
    background: url("/wp-content/uploads/2022/07/SectionTab03_hvr.png");
    background-size: 100% 100%
}

.meta-serv-tabs li:nth-child(3) a {
    background: url("/wp-content/uploads/2022/07/SectionTab04.png");
    background-size: 100% 100%;
    padding: 20px 20px 38px;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center
}

.meta-serv-tabs li:nth-child(3) .active {
    background: url("/wp-content/uploads/2022/07/SectionTab04_hvr.png");
    background-size: 100% 100%
}

.meta-serv-tabs li:nth-child(5) a {
    background: url("/wp-content/uploads/2022/07/SectionTab02.png");
    background-size: 100% 100%;
    padding: 70px 50px 50px;
    margin-bottom: 40px
}

.meta-serv-tabs li:nth-child(5) .active {
    background: url("/wp-content/uploads/2022/07/SectionTab02_hvr.png");
    background-size: 100% 100%
}

.meta-serv-tabs li:nth-child(7) a {
    background: url("/wp-content/uploads/2022/07/SectionTab05.png");
    background-size: 100% 100%;
    padding: 70px 50px 50px;
    margin-bottom: 40px
}

.meta-serv-tabs li:nth-child(7) .active {
    background: url("/wp-content/uploads/2022/07/SectionTab05_hvr.png");
    background-size: 100% 100%
}

.meta-serv-tabs li:nth-child(8) a {
    background: url("/wp-content/uploads/2022/07/SectionTab01.png");
    background-size: 100% 100%;
    padding: 70px 50px 40px;
    display: flex;
    justify-content: center
}

.meta-serv-tabs li:nth-child(8) .active {
    background: url("/wp-content/uploads/2022/07/SectionTab01_hvr.png");
    background-size: 100% 100%
}

.meta-serv-tabs li:nth-child(10) a {
    background: url("/wp-content/uploads/2022/07/SectionTab06.png");
    background-size: 100% 100%;
    padding: 70px 40px 80px;
    display: flex;
    justify-content: center
}

.meta-serv-tabs li:nth-child(10) .active {
    background: url("/wp-content/uploads/2022/07/SectionTab06_hvr.png");
    background-size: 100% 100%
}

.meta-serv-tab-details {
    text-align: center
}

.meta-serv-tab-details h3,
.meta-serv-tab-details h5 {
    font-size: 28px;
    font-weight: 700;
    color: #49494c;
    margin-bottom: 15px
}

.meta-serv-tab-details p {
    font-size: 20px;
    color: #585a66;
    line-height: 26px
}

.meta-serv-sec-img {
    width: 70%;
    position: absolute;
    bottom: 1rem
}

.meta-serv-sec-img-large {
    width: 90%
}

.nft-portf-slides h3,
.nft-portf-slides h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 13px
}

.meta-game-dev h2 span {
    font-size: 45px;
    margin-bottom: 50px;
    display: block
}

.meta-game-app-dev .meta-app-tabs {
    margin-top: 140px
}

.meta-game-app-dev h3 {
    font-size: 15px
}

.meta-game-app-dev .meta-app-tab-details img {
    width: 60%;
    bottom: 0
}

.meta-stabs li:nth-child(2) a {
    padding: 50px 50px
}

.meta-stabs li:nth-child(4) a {
    background: url("/wp-content/uploads/2022/07/SectionTab06.png");
    background-size: 100% 100%;
    padding: 45px 10px 73px;
    margin-bottom: 45px;
    display: flex;
    justify-content: center
}

.meta-stabs li:nth-child(4) .active {
    background: url("/wp-content/uploads/2022/07/SectionTab06_hvr.png");
    background-size: 100% 100%;
    padding: 55px 32px 73px
}

.meta-stabs li:nth-child(6) a {
    background: url("/wp-content/uploads/2022/07/SectionTab06.png");
    background-size: 100% 100%;
    padding: 70px 40px 80px;
    display: flex;
    justify-content: center
}

.meta-stabs li:nth-child(6) .active {
    background: url("/wp-content/uploads/2022/07/SectionTab06_hvr.png");
    background-size: 100% 100%
}

.meta-stabs li:nth-child(9) a {
    background: url("/wp-content/uploads/2022/07/SectionTab06.png");
    background-size: 100% 100%;
    padding: 70px 40px 80px;
    display: flex;
    justify-content: center
}

.meta-stabs li:nth-child(9) .active {
    background: url("/wp-content/uploads/2022/07/SectionTab06_hvr.png");
    background-size: 100% 100%
}

.meta-stabs li:nth-child(7) a {
    padding: 70px 30px 50px
}

.meta-stabs .meta-serv-sec-img {
    bottom: -75px
}

.meta-stabs .meta-serv-tab-details {
    margin-top: 95px
}

.meta-stabs .meta-serv-tab-details h5 {
    margin-top: 20px
}

.meta-game-app-dev .vc_single_image-img {
    width: 200px
}

.ar-vr-key {
    background-image: url(/wp-content/uploads/2022/09/arvr-bg.png)
}

.hbackend-sec {
    background: url("/wp-content/uploads/2022/09/backend-intro.png");
    background-position: left top;
    background-size: 50%;
    background-repeat: no-repeat
}

.hbackend-sec h5 {
    text-align: left;
    font-weight: 700;
    font-size: 18px
}

.hbackend-sec .home-heading h2 {
    color: #424649;
    font-size: 24px;
    font-weight: 700
}

.hbackend-sec .home-heading span {
    color: #ffb725
}

.hbackend-tech {
    background: url("/wp-content/uploads/2022/09/backend-tech.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px
}

.hbackend-tech span {
    color: #fde090
}

.hbackend-tech .smimg {
    width: 110px;
    height: 110px
}

.hbackend-why {
    background: url("/wp-content/uploads/2022/07/Banner_FrontentDeveloper05.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 90px;
    color: #fff
}

.hbackend-why h2 {
    font-size: 20px;
    text-align: right;
    font-weight: 700;
    color: #fff !important
}

.hbackend-why span {
    color: #ffde06;
    font-size: 24px
}

.hbackend-why h4 {
    color: #fff !important
}

.hbackend-key {
    background: url("/wp-content/uploads/2022/09/backend-key.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 90px;
    color: #fff
}

.hbackend-key h2 {
    font-size: 24px !important;
    font-weight: 600
}

.hbackend-key h4 {
    color: #fff !important
}

.hbackend-key #game-dev-conslider {
    padding: 0
}

.hbackend-why #game-dev-consliders {
    margin-bottom: 0;
    padding-bottom: 10px
}

.hfront-banner-heading h1,
.hfront-banner-heading h2 {
    color: #484c4b
}

.hfront-end-sec {
    background: url("/wp-content/uploads/2022/09/frontend-intro.png");
    background-position: left bottom;
    background-size: 50%;
    background-repeat: no-repeat
}

.hfront-end-sec h5 {
    text-align: left;
    font-weight: 700;
    font-size: 18px
}

.hfront-end-sec .home-heading {
    margin-bottom: 100px
}

.hfront-end-sec .home-heading h2 {
    color: #424649;
    font-size: 24px;
    font-weight: 700
}

.hfront-end-sec .home-heading span {
    color: #ffb725
}

.hfront-end-tech {
    background: url("/wp-content/uploads/2022/09/frontend-tech.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px
}

.hfront-end-tech span {
    color: #fde090
}

.hfront-end-tech .smimg {
    width: 100%;
    height: auto
}

.hfront-end-key {
    background: url("/wp-content/uploads/2022/09/frontend-key.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 90px;
    color: #fff
}

.hfront-end-key h2 {
    font-size: 24px !important
}

.hfront-end-key h4 {
    color: #fff !important
}

.hfront-end-key #game-dev-conslider {
    padding: 0
}

.hfront-end-why {
    background: url("/wp-content/uploads/2022/09/frontend-choose.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 90px;
    color: #fff
}

.hfront-end-why h2 {
    font-size: 20px;
    text-align: right;
    font-weight: 700;
    color: #fff !important
}

.hfront-end-why span {
    color: #ffde06;
    font-size: 24px
}

.hfront-end-why h4 {
    color: #fff !important
}

.hfront-end-why #game-dev-consliders {
    margin-bottom: 0;
    padding-bottom: 10px
}

.huiux-sec {
    background-position: left;
    background-size: 60%;
    background-repeat: no-repeat;
    padding: 40px 0
}

.huiux-sec h5 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px
}

.huiux-sec .home-heading h2 {
    color: #424649;
    font-size: 24px;
    font-weight: 700
}

.huiux-sec .home-heading span {
    color: #ffb725
}

.huiux-key {
    background: url("/wp-content/uploads/2022/09/Image3.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 90px;
    color: #fff
}

.huiux-key h2 {
    font-size: 24px !important
}

.huiux-key h4 {
    color: #fff !important
}

.huiux-key #game-dev-consliders {
    padding: 25px 0;
    margin-top: 50px
}

.huiux-tech {
    background: url("/wp-content/uploads/2022/08/ui-ux-tech-banner.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px
}

.huiux-tech span {
    color: #fde090
}

.huiux-why {
    background: url("/wp-content/uploads/2022/07/Banner_UI-UX_Designer05.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 90px;
    color: #4d5154
}

.huiux-why h2 {
    font-size: 18px;
    text-align: right;
    font-weight: 700;
    color: #4d5154 !important
}

.huiux-why span {
    color: #ffde06;
    font-size: 22px
}

.huiux-why h4 {
    color: #4d5154 !important
}

.huiux-why #game-dev-conslider {
    padding-bottom: 0
}

.huiux-key #game-dev-consliders {
    margin-bottom: 0;
    padding-bottom: 10px
}

.hgame-dev-sec {
    background: url("/wp-content/uploads/2022/09/Dragon.jpg");
    background-position: left;
    background-size: 50% 100%;
    background-repeat: no-repeat
}

.hgame-dev-sec .vc_column-inner {
    padding-left: 0 !important
}

.hgame-dev-sec .left-img img {
    position: absolute;
    height: 400px;
    max-width: max-content;
    object-fit: cover;
    bottom: -17.4rem
}

.hgame-dev-sec h5 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px
}

.hgame-dev-sec .home-heading h2 {
    color: #424649;
    font-size: 24px;
    font-weight: 700
}

.hgame-dev-sec .home-heading span {
    color: #ffb725
}

.hgame-dev-key {
    background: url("/wp-content/uploads/2022/09/game-dev-key.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    padding-top: 30px;
    color: #fff
}

.hgame-dev-key h2 {
    font-size: 24px !important;
    font-weight: 600
}

.hgame-dev-key h4 {
    color: #fff !important
}

.hgame-dev-key #game-dev-consliders {
    padding: 25px 0;
    margin-top: 0
}

.hgame-dev-key #game-dev-consliders-ow {
    margin-bottom: 0
}

.hgame-dev-tech {
    background: url("/wp-content/uploads/2022/09/game-dev-tech.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px
}

.hgame-dev-tech span {
    color: #fde090
}

.hgame-dev-why {
    background: url("/wp-content/uploads/2022/09/game-dev-ch.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 90px;
    color: #fff
}

.hgame-dev-why h2 {
    font-size: 18px;
    text-align: right;
    font-weight: 700;
    color: #fff !important
}

.hgame-dev-why span {
    color: #ffde06;
    font-size: 22px
}

.hgame-dev-why h4 {
    color: #fff !important
}

.hgame-dev-key #game-dev-consliders {
    margin-bottom: 0;
    padding-bottom: 0
}

.hgame-dev-why #game-dev-conslider {
    margin-bottom: 0;
    padding-bottom: 0
}

.web3-why-sec {
    background-color: #f1ebe8
}

.web3-why-sec h3 {
    font-size: 20px;
    font-weight: 600
}

.vr-solutions-sec {
    background: url("/wp-content/uploads/2022/07/vr-Bg01.jpg");
    padding-left: 0 !important
}

.vr-solutions-sec .vc_row {
    width: auto;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.vr-solutions-sec .vc_column-inner {
    padding-left: 0 !important
}

.vr-solutions-sec h2 {
    color: #ffde08;
    font-size: 50px;
    font-weight: 700
}

.vr-solutions-sec p {
    color: #fff;
    font-size: 23px;
    line-height: 24px
}

.vr-game-tabs {
    border-bottom: none;
    margin-top: 60px
}

.vr-game-tabs li {
    display: block;
    float: none;
    line-height: 20px;
    width: 100%
}

.vr-game-tabs a {
    display: block;
    color: #3e3a51;
    font-size: 27px;
    font-weight: 600;
    background-color: #fff;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 25px 20px 30px;
    margin-bottom: 15px;
    width: 80%;
    text-align: center;
    line-height: 30px
}

.vr-game-tabs .active,
.vr-game-tabs a:hover {
    color: #fff;
    background-color: #ffbd00;
    text-decoration: none
}

.vr-game-tab-details {
    margin-top: 45px;
    color: #fff;
    text-align: center
}

.vr-game-tab-details img {
    width: 55%;
    position: absolute;
    right: 10rem;
    bottom: 23.4rem
}

.vr-game-tab-details h5 {
    color: #3e3a51;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 20px
}

.vr-game-tab-details p {
    color: #3e3a51;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px
}

.vr-game-tab-details .active {
    text-align: center;
    background: url("/wp-content/uploads/2022/07/Bg01_Sub.png");
    background-position: center;
    background-size: 100% 100%;
    padding: 220px 60px 100px 80px
}

.vr-why-sec {
    background: url("/wp-content/uploads/2022/07/Banner_VR_Developmet02.jpg");
    background-position: center;
    background-size: 100% 100%;
    padding: 50px 0;
    padding-bottom: 130px;
    margin-bottom: 40px
}

.vr-why-sec .vc_row-fluid {
    display: flex;
    flex-direction: row;
    height: 100%
}

.vr-why-sec .left-col-6 {
    height: auto
}

.vr-why-sec .vc_column-inner {
    height: 100%
}

.vr-why-sec .left-col-6 .wpb_wrapper {
    height: 100%
}

.vr-why-sec .vr-why-row-end {
    justify-content: flex-end;
    align-items: end;
    display: flex;
    height: 100%
}

.vr-why-row-end .wpb_wrapper {
    position: relative;
    bottom: 14rem;
    height: auto !important
}

.vr-why-sec h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.vr-why-sec span {
    color: #ffad02
}

.vr-why-sec h6 {
    color: #fef850;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 23px
}

.vr-why-sec h5 {
    color: #3ce5f8;
    text-align: center
}

.vr-why-sec p span {
    color: #fff;
    text-align: center
}

.vr-tech-sec h2 {
    color: #333;
    text-align: center;
    font-weight: 700;
    margin-bottom: 27px
}

.vr-tech-sec h2 span {
    color: #fdae0f
}

.vr-tech-sec h2:after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(90deg, #0ff0ff 0, #ebacfd 100%)
}

.vr-tec-row {
    background-color: #f2f2f2;
    margin-top: 25px;
    text-align: center;
    border-radius: 2rem;
    padding: 35px 15px
}

.vr-tec-row h6 {
    font-size: 28px;
    font-weight: 700;
    color: #464359;
    margin-bottom: 30px
}

.vr-mob-tabs {
    display: none !important
}

.vr-why-right-col {
    padding-top: 90px
}

.vr-tech-sec img {
    width: 100%
}

#console-testimonial-ow {
    text-align: center
}

#services-page-testimonial-ow .tns-nav {
    text-align: center
}

#nft-page-testimonial-ow .tns-nav {
    text-align: center
}

.unreal-game-why {
    padding-left: 0 !important;
    background: url('/wp-content/uploads/2022/08/ubg.jpg')
}

.unreal-game-why .vc_row-fluid {
    padding-left: 0;
    width: auto
}

.unreal-game-why .vc_column_container>.vc_column-inner {
    padding-left: 0
}

.unreal-game-why span {
    color: #ffb71d
}

.unreal-game-why h3,
.unreal-game-why h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 30px
}

.unreal-game-why p {
    line-height: 22px;
    font-size: 15px
}

.unreal-game-why h6 {
    text-align: center;
    margin-bottom: 30px
}

.unreal-game-why img {
    width: 100%
}

.unreal-game-why .wpb_content_element {
    margin-bottom: 0
}

.unreal-game-why-second {
    background-image: url(/wp-content/uploads/2022/08/Unreal_animation_banner.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 40px 0
}

.unreal-game-why-second .col-sm-5 {
    background: url(/wp-content/uploads/2022/08/Unreal_text_panel.png);
    background-position: center;
    background-size: 100% 100%;
    padding: 53px 15px 30px
}

.unreal-game-why-second h3,
.unreal-game-why-second h4 {
    color: #c368f3;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px
}

.unreal-game-why-second p {
    line-height: 20px;
    font-size: 15px;
    width: 71%
}

.unreal-game-why-second .h4-marg {
    margin-top: 60px
}

.unreal-game-why-third {
    padding-left: 0 !important;
    background-color: #e2e2e2;
    padding: 20px 0
}

.unreal-game-why-third .vc_row-fluid {
    padding-left: 0;
    width: auto
}

.unreal-game-why-third .vc_column_container>.vc_column-inner {
    padding-left: 0
}

.unreal-game-why-third h3,
.unreal-game-why-third h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 20px
}

.unreal-game-why-third p {
    line-height: 22px;
    font-size: 15px
}

.unreal-game-why-third img {
    width: 100%;
    margin-top: 20px
}

.unreal-game-why-third .wpb_content_element {
    margin-bottom: 0
}

.unreal-game-why-four {
    background: url(/wp-content/uploads/2022/08/pipeline_banner.png);
    padding: 100px 0;
    background-position: center
}

.unreal-game-why-four .four-left,
.unreal-game-why-four .four-right {
    background: url(/wp-content/uploads/2022/08/unreal_text_bg.png);
    background-position: center;
    background-size: 100% 100%;
    padding: 25px 30px;
    text-align: center
}

.unreal-game-why-four .four-left {
    background: url(/wp-content/uploads/2022/08/white-bg1.png);
    background-position: center;
    background-size: 100% 100%
}

.unreal-game-why-four h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px
}

.unreal-game-why-four p {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 0
}

.unreal-game-why-four .wpb_content_element {
    margin-bottom: 0
}

.game-sma-box-unreal {
    background: linear-gradient(235deg, #c2332f 0, #ebb127 60%)
}

.game-sma-box-unreal:before {
    background-image: url(/wp-content/uploads/2022/04/wave.webp);
    width: 100%;
    height: 100%;
    background-position: top center;
    border-radius: 20px
}

.html-banner-head h1 {
    background: url('/wp-content/uploads/2022/09/html-btext-bg.png');
    background-size: cover;
    padding: 10px;
    margin-bottom: 0
}

.html-banner-head h2 {
    background: url('/wp-content/uploads/2022/09/html-btext-bg1.png');
    background-size: cover;
    padding: 19px 80px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    bottom: 5px;
    width: 92%
}

.htmlbanner-left0 {
    left: 0 !important;
    right: auto;
    padding-left: 0
}

.htmlbanner-left0 .services-banner-headings {
    padding-left: 0
}

.htmlbanner-left0 .vc_column-inner {
    padding-left: 0 !important
}

.htmlbanner-left0 .services-quote-btn1 button {
    box-shadow: rgb(0 0 0 / 24%) 0 10px 10px
}

.html-services {
    background: url('/wp-content/uploads/2022/09/html-bg.png');
    padding: 40px 0
}

.html-services h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 150px
}

.html-services span {
    color: #f8f23a
}

.hserv1 {
    background: url(/wp-content/uploads/2022/09/B1.png);
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding: 20px 10px
}

.hserv2 {
    background: url(/wp-content/uploads/2022/09/B4.png);
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding: 20px 10px
}

.hserv3 {
    background: url(/wp-content/uploads/2022/10/P3.png);
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding: 20px 10px
}

.hserv4 {
    background: url(/wp-content/uploads/2022/09/B2.png);
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding: 20px 10px
}

.hserv5 {
    background: url(/wp-content/uploads/2022/10/P5.png);
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding: 20px 10px
}

.hserv6 {
    background: url(/wp-content/uploads/2022/09/B6.png);
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding: 20px 10px
}

.hserv7 {
    background: url(/wp-content/uploads/2022/09/B5.png);
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding: 20px 10px
}

.hserv8 {
    background: url(/wp-content/uploads/2022/10/P9.png);
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding: 20px 10px
}

.hserv12 img {
    bottom: 1rem !important;
    width: 40% !important
}

.hserv12 h5 {
    bottom: 0 !important
}

.flex-align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.html-services img {
    width: 30%;
    position: relative;
    bottom: 3rem;
    left: 1rem
}

.html-services h5 {
    position: relative;
    text-align: center;
    bottom: 2rem;
    left: 2rem;
    font-weight: 700;
    font-size: 17px
}

.hserv2 img,
.hserv3 img,
.hserv4 img,
.hserv5 img {
    bottom: 3rem
}

.hserv6 img {
    bottom: 3rem;
    left: 0
}

.hserv3 h5,
.hserv4 h5,
.hserv4 img,
.hserv5 h5,
.hserv6 h5 {
    left: 0
}

.html-ch {
    background-color: #ebeff2;
    padding: 50px 0 0 !important
}

.html-ch .vc_row-fluid {
    width: auto;
    padding: 0
}

.html-ch .vc_column-inner {
    padding-right: 0
}

.html-ch h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px
}

.html-ch span {
    color: #feb81f
}

.html-ch img {
    width: 100%
}

.hch-right1,
.hch-right2 {
    background: url('/wp-content/uploads/2022/09/Panel2.png');
    background-size: 100% 100%;
    margin-bottom: 30px
}

.hch-right1 {
    width: 130%;
    float: right;
    margin-top: 40px
}

.hch-right2 {
    width: 129%;
    float: right
}

.hch-left1 h5,
.hch-left2 h5,
.hch-right1 h5,
.hch-right2 h5 {
    background: url('/wp-content/uploads/2022/09/Panel3.png');
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-left: 10px;
    width: 60%;
    font-weight: 700
}

.hch-right1 p,
.hch-right2 p {
    padding: 20px 20px 50px 80px
}

.hch-left1,
.hch-left2 {
    background: url('/wp-content/uploads/2022/09/panel4.png');
    background-size: 100% 100%;
    margin-bottom: 30px
}

.hch-left1 p,
.hch-left2 p {
    padding: 20px 80px 50px 20px
}

.hch-left1 h5,
.hch-left2 h5 {
    margin-left: 0
}

.flex-end {
    display: flex;
    justify-content: end
}

.html-ch button {
    background-color: #fe5a63;
    color: #fff;
    padding: 13px 25px;
    font-weight: 600;
    margin-top: 20px;
    border: none
}

.html-ch-lchar {
    position: relative;
    left: -11rem
}

.html-case {
    background: url(/wp-content/uploads/2022/09/Grey_Base.png);
    padding: 40px 0
}

.html-case h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.html-case span {
    color: #fcbe11
}

.html-case-list {
    background-color: #844be2;
    border-radius: 38px;
    border: 10px solid #b27eff;
    padding: 35px 40px !important;
    color: #fff;
    margin-bottom: 25px
}

.html-case-list h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700
}

.html-case-list p span {
    color: #fff !important
}

.html-case-list .wpb_content_element {
    margin-bottom: 0
}

.html-stack {
    padding: 50px 0 !important
}

.html-stack h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.html-stack span {
    color: #fcbe11
}

.html-stack h5 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.html-stack p span {
    color: #000
}

.html-stack-rimg img {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0
}

.html-stack-limg img {
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0
}

.top-trem img {
    top: 2rem
}

.top-trrem img {
    top: -2rem
}

.html-stack-list-left {
    background: url(/wp-content/uploads/2022/09/A1.png);
    background-size: 100% 100%;
    padding: 90px 70px 30px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px
}

.html-stack-list-right {
    background: url(/wp-content/uploads/2022/09/A2.png);
    background-size: 100% 100%;
    padding: 90px 70px 30px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px
}

.ribbon-parent {
    overflow: hidden;
    width: max-content;
    position: relative
}

.ribbon-parent h3 {
    position: relative;
    z-index: 2;
    font-size: 20px;
    padding: 10px 116px 17px 53px;
    font-weight: 700;
    color: #fff;
    margin-top: 7px;
    text-transform: uppercase
}

.ribbon {
    margin: 0;
    padding: 10px 3px !important;
    color: #000;
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 23px;
    width: 100%
}

.ribbon:after,
.ribbon:before {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -2px;
    width: 100%;
    height: 100%;
    border-right: 31px solid transparent;
    border-top: 45px solid #cacaca;
    border-left: 11px solid transparent
}

.new-banner-image img {
    height: auto !important
}

.new-banner-headings h1 {
    font-size: 68px;
    line-height: 100%;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    z-index: 2
}

.font54 h1 {
    font-size: 49px
}

.font58 h1 {
    font-size: 58px
}

.new-banner-headings h2 {
    font-size: 17px;
    font-weight: 500
}

.new-banner-headings .services-quote-btn1 button {
    background: linear-gradient(to bottom, rgba(255, 150, 83, .9), rgba(241, 60, 49, .9))
}

.new-banner-headings {
    top: 20%;
    z-index: 1
}

.unity3d-key {
    background-color: #000;
    color: #fff;
    padding: 0 0 15px !important
}

.unity3d-key h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    color: #fff
}

.unity3d-key span {
    color: #feb81f;
    font-size: 18px
}

.unity3d-key h3 {
    margin-top: 0
}

.unity3d-key p,
.unity3d-key2 p {
    font-size: 15px
}

.unity3d-key img {
    position: absolute;
    width: 100%;
    bottom: -4.5rem
}

.flex-column {
    display: flex;
    flex-direction: column
}

.margin-top-auto {
    margin-top: auto
}

.unity3d-key2 .vc_row-fluid {
    width: auto
}

.unity3d-key-padding {
    padding: 30px 0 10px
}

.unity3d-intro .lcol-img {
    position: relative;
    margin-top: -4rem
}

.unity3d-intro h2 {
    text-align: left
}

.unity3d-intro .home-heading::after {
    margin-left: 0
}

.unity3d-intro .hm-headings span {
    color: #feb81f
}

.unity3d-intro h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.unity3d-cta {
    background: url(/wp-content/uploads/2022/10/cta_background.webp);
    background-position: center;
    background-size: 100% 100%;
    padding: 40px 0
}

.unity3d-cta h2 {
    font-size: 26px;
    margin-bottom: 25px
}

.unity3d-cta .services-quote-btn button {
    background-color: #ffb21a !important;
    font-weight: 700;
    padding: 10px 35px !important
}

.unity3d-adv {
    background: url(/wp-content/uploads/2022/10/the_advantage_of_bg.png);
    background-position: center;
    background-size: contain;
    padding: 30px 0 !important
}

.unity3d-adv .vc_row-fluid {
    width: auto
}

.unity3d-adv h2 {
    color: #fff;
    font-weight: 700;
    font-size: 24px
}

.unity3d-adv span {
    font-size: 18px;
    color: #ffb820
}

.unity3d-adv h3 {
    font-size: 16px;
    font-weight: 700
}

.unity3d-adv p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0
}

.unity3d-adv .left-panel {
    padding: 10px 35px 10px 10px;
    margin-bottom: 20px
}

.unity3d-adv .right-panel {
    padding: 10px 10px 10px 27px;
    margin-bottom: 20px;
    text-align: right;
    float: right
}

.unity3d-adv .panel1 {
    background: url(/wp-content/uploads/2022/10/panel_1.png);
    background-size: 100% 100%;
    width: 95%
}

.unity3d-adv .panel2 {
    background: url(/wp-content/uploads/2022/10/panel_5.png);
    background-size: 100% 100%;
    width: 95%;
    height: 110px
}

.unity3d-adv .panel3 {
    background: url(/wp-content/uploads/2022/10/panel_2.png);
    background-size: 100% 100%;
    width: 90%;
    height: 129px
}

.unity3d-adv .panel4 {
    background: url(/wp-content/uploads/2022/10/panel_6.png);
    background-size: 100% 100%;
    width: 90%
}

.unity3d-adv .panel5 {
    background: url(/wp-content/uploads/2022/10/panel_3.png);
    background-size: 100% 100%;
    width: 90%
}

.unity3d-adv .panel6 {
    background: url(/wp-content/uploads/2022/10/panel_7.png);
    background-size: 100% 100%;
    width: 90%
}

.unity3d-adv .panel7 {
    background: url(/wp-content/uploads/2022/10/panel_4.png);
    background-size: 100% 100%;
    width: 90%
}

.unity3d-adv .panel8 {
    background: url(/wp-content/uploads/2022/10/panel_8.png);
    background-size: 100% 100%;
    width: 90%
}

.flex-col-end {
    display: flex;
    flex-direction: column;
    justify-content: end
}

.aug-platforms img {
    width: 150px;
    height: 150px
}

.flex-text-center {
    display: flex;
    justify-content: center;
    text-align: center
}

.portfolio-box {
    height: auto
}

.home-new-slider {
    padding: 0 !important;
    position: relative
}

.home-new-slider img {
    width: 100%;
    height: auto !important
}

.banner-mobile-img {
    display: none
}

.home-new-slider h1 {
    font-size: 60px !important;
    text-transform: uppercase !important;
    line-height: 100% !important;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.home-new-slider p {
    font-size: 17px !important;
    font-weight: 500;
    color: #fff;
    line-height: 25px
}

.home-new-slider .banner-box {
    padding: 20px 45px !important;
    position: absolute;
    text-align: left;
    left: 0;
    top: 50px !important
}

.home-new-slider .vc_column-inner {
    padding: 0 !important
}

.home-new-slider .slide-btn {
    background: linear-gradient(to bottom, rgba(255, 150, 83, .9), rgba(241, 60, 49, .9));
    padding: 15px 30px !important;
    border-radius: 25px !important;
    margin-top: 20px !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none
}

.zindex2 {
    z-index: 1 !important
}

.poker-game-banner p {
    color: #fff;
    line-height: 19px;
    margin-top: 20px
}

.poker-game-dev {
    padding: 30px 0
}

.bullet-line-bg {
    background: url(/wp-content/uploads/2022/09/bullet-line.png);
    background-repeat: no-repeat;
    background-size: auto 79%
}

.poker-game-dev h3,
.poker-game-dev-second h3 {
    padding-left: 25px
}

.poker-game-dev p,
.poker-game-dev-second p {
    padding-left: 25px
}

.poker-game-dev span,
.poker-game-tech span {
    font-size: 18px;
    color: #ffb820
}

.poker-game-dev-second {
    background: url(/wp-content/uploads/2022/09/chips_bg.png)
}

.poker-game-dev-second img {
    width: 100%
}

.poker-game-dev-second .bullet-line-bg {
    background-size: auto 76%;
    margin-top: 50px
}

.poker-game-tech {
    padding: 30px 0
}

.poker-game-tech h3 {
    font-size: 20px;
    font-weight: 700
}

.poker-game-tech p {
    font-size: 14px;
    line-height: 20px
}

.poker-game-tech-left-img {
    width: 70%;
    height: 4px;
    margin-right: 4px
}

.poker-game-tech-right-img {
    width: 20%
}

.pk-tech-left-large {
    width: 85%
}

.pk-tech-right-large {
    width: 11%
}

.testimonial .serv-testi-box {
    height: auto;
    border-radius: 14px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, .2);
    padding: 30px
}

.testimonial .serv-testi-box h4 {
    margin-bottom: 2px !important;
    text-align: right
}

.testimonial .serv-testi-box h6 {
    font-size: 14px;
    text-align: right
}

.testimonial img {
    width: 100%
}

.image-marb0 {
    margin-bottom: 0 !important
}

.about-us-banner-headings {
    top: 19%
}

.padding0 {
    padding: 0
}

.intro-h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 13px
}

.virtual-reality-intro {
    padding-left: 0 !important
}

.virtual-reality-intro img {
    width: 100%
}

.virtual-reality-intro .vc_row-fluid {
    width: auto;
    padding-left: 0
}

.virtual-reality-intro .hm-headings span {
    color: #ffb820
}

.vir-left-bg {
    background: url(/wp-content/uploads/2022/10/side_left_panel.png);
    color: #fff;
    background-position: center;
    padding: 70px 60px;
    background-size: 100% 100%
}

.vir-left-bg .mrt30 {
    margin-top: 30px
}

.vir-right-img {
    position: absolute;
    width: 84% !important
}

.vir-left-img {
    position: relative;
    bottom: -7.5rem;
    z-index: 2
}

.vir-platforms {
    background: url(/wp-content/uploads/2022/10/fly_shade_bg.png);
    background-position: bottom;
    background-size: 100% 100%;
    padding: 150px 0 0;
    color: #fff;
    margin-top: -100px
}

.vir-platforms .home-heading {
    font-size: 43px;
    line-height: 44px;
    text-align: left;
    color: #fff
}

.vir-platforms .home-heading::after {
    margin-left: unset
}

.vir-platforms p {
    text-align: center
}

.vir-reality-dev-box {
    background-color: #fdedd3;
    padding: 5px 15px 10px
}

.vir-reality-dev span {
    font-size: 18px;
    color: #ffb820
}

.vir-reality-dev img {
    width: 100%
}

.vir-reality-dev h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 13px
}

.vir-reality-dev p {
    margin-bottom: 0;
    font-size: 15px
}

.vir-reality-dev-mtop {
    margin-top: -2rem
}

.vir-list ul {
    padding-left: 0
}

.vir-list li {
    background-image: url(/wp-content/uploads/2022/10/point-icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    list-style: none;
    padding: 0 0 0 20px;
    margin-bottom: 8px
}

.otherh2 {
    text-align: left;
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 700
}

.borderline-bg {
    background: url(/wp-content/uploads/2022/10/border.jpg);
    background-size: 100% 100%
}

.borderline-bg p {
    padding: 26px 100px;
    line-height: 22px;
    font-size: 15px
}

.home-case-study-new .home-heading {
    font-size: 24px
}

.hcase-study-bg {
    background-color: #fae3d1;
    padding: 12px;
    height: 180px;
    border-radius: 10px;
    transition: all 1s ease
}

.hcase-study-bg:hover {
    background-color: #fff;
    transform: scale(1.19)
}

.hcase-study-bg img {
    width: 100%;
    height: auto
}

.hcase-study-bg h3 {
    font-size: 13px
}

.hcase-study-bg a:hover {
    text-decoration: none
}

.nft-full-bg {
    color: #fff;
    background-size: 100% 100%
}

.nft-headings {
    color: #fff
}

.nft-full-bg .home-heading {
    color: #fff
}

.nft-headings span {
    color: #ebb03b
}

.nft-why-box {
    background: linear-gradient(to left, rgba(255, 150, 83, .9), rgba(241, 60, 49, .9));
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 30px
}

.nft-whych-char {
    width: 500px
}

.nft-why-box-height {
    height: 156px
}

.nft-why-box-height2 {
    height: 137px
}

.nft-why-box h3 {
    font-size: 16px;
    font-weight: 700
}

.nft-why-box p {
    font-size: 14px;
    line-height: 20px;
    color: #fafafa;
    margin-bottom: 0
}

.nft-expertise-box {
    background: url(/wp-content/uploads/2022/10/nft-expertise-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 35px
}

.nft-expertise-box img {
    width: 100%
}

.nft-expertise-box h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 4px
}

.nft-expertise-box p {
    font-size: 13px;
    line-height: 18px
}

.nft-portfolios-sec .nft-portf-slides img {
    width: 86%;
    height: 357px;
    object-fit: cover;
    border-radius: 7px
}

.nft-game-list-bg {
    background: url(/wp-content/uploads/2022/10/tablet.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.nft-portfolios-sec .second-slide {
    height: 245px !important
}

.nft-portfolios-sec .third-slide {
    height: 364px !important
}

.nft-portfolios-sec .fourth-slide {
    height: 280px !important
}

.nft-portfolios-sec .fifth-slide {
    height: 310px !important
}

.nft-portfolios-sec ul {
    padding-left: 0
}

.nft-portfolios-sec li {
    background: url(/wp-content/uploads/2022/10/feature_point_icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    list-style: none;
    padding: 3px 0 3px 20px;
    background-position: left center
}

.nft-full-bg .nft-process-item {
    background: url(/wp-content/uploads/2022/10/process_panel.png);
    background-position: center;
    background-size: 100% 100%;
    padding: 9px 20px 10px
}

.nft-full-bg .nft-process-item h3 {
    color: #fff
}

.nft-full-bg .nft-process-char {
    position: absolute;
    right: -36px;
    bottom: -60px;
    z-index: 2;
    height: 800px
}

.nft-testimonials h4 {
    font-size: 15px;
    text-align: center;
    font-weight: 700
}

.nft-testimonials h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px
}

.nft-testimonials .serv-testi-box {
    background: rgba(33, 50, 57, .5);
    border: 1px solid #213239;
    text-align: right
}

.nft-testimonials .serv-testi-box h4,
.nft-testimonials .serv-testi-box h6 {
    color: #fff !important
}

.awards-sec #slide-controls button,
.nft-portfolios-sec #nftslide-controls button,
.nft-testimonials #slide-controls button,
.testimonial-slide #nftslide-controls button {
    color: #ec3b4d;
    font-weight: 700;
    border: none;
    background: 0 0
}

#adslide-controls,
#nftslide-controls,
#slide-controls {
    text-align: center
}

.awards-sec #slide-controls .previous,
.nft-portfolios-sec #nftslide-controls .prevbtn,
.nft-testimonials #slide-controls .previous,
.testimonial-slide .prevbtn {
    color: #8e9091 !important
}

.awards-sec #slide-controls .middle-arrow,
.nft-portfolios-sec #nftslide-controls .middle-arrow,
.nft-testimonials #slide-controls .middle-arrow,
.testimonial-slide #nftslide-controls .middle-arrow {
    position: relative;
    bottom: 5px;
    background-color: transparent
}

.testimonial-slide #nftslide-controls .middle-arrow {
    bottom: 2px
}

.awards-sec #slide-controls .middle-arrow img,
.nft-portfolios-sec #nftslide-controls .middle-arrow img,
.nft-testimonials #slide-controls .middle-arrow img,
.testimonial-slide .middle-arrow img {
    width: 13px
}

.testimonial-slide .middle-arrow {
    filter: grayscale(1) invert(.5)
}

.awards-sec #slide-controls .left-first-arrow,
.nft-portfolios-sec #nftslide-controls .left-first-arrow,
.nft-testimonials #slide-controls .left-first-arrow {
    font-size: 20px
}

.awards-sec #slide-controls .left-second-arrow,
.nft-portfolios-sec #nftslide-controls .left-second-arrow,
.nft-testimonials #slide-controls .left-second-arrow,
.testimonial-slide #nftslide-controls .left-second-arrow {
    font-size: 14px;
    margin-left: -3px;
    position: relative;
    bottom: 2px
}

.testimonial-slide #nftslide-controls .left-second-arrow {
    bottom: 1px
}

.awards-sec #slide-controls .mright,
.nft-portfolios-sec #nftslide-controls .mright,
.nft-testimonials #slide-controls .mright,
.testimonial-slide #nftslide-controls .mright {
    margin-right: -3px
}

.nft-clientele p {
    text-align: center
}

.nft-clientele .new-client-tabs-bg .active {
    background-color: #ff3d4e;
    color: #fff;
    border-radius: 45px !important
}

.nft-clientele .clients-tabs {
    background: rgba(32, 49, 56, .5);
    border-radius: 45px
}

.nft-clientele a {
    color: #fff
}

.nft-clientele .hclients-tab-details img {
    border: 1px solid #3d5c71;
    height: 175px !important;
    object-fit: contain
}

.position-relative {
    position: relative
}

.padding-right0 {
    padding-right: 0
}

.nft-expertise-char {
    width: 500px
}

.nft-list-services .list-left p {
    background: url(/wp-content/uploads/2022/10/nft-serv-left-bg.png);
    background-size: contain
}

.nft-list-services .list-right p {
    background: url(/wp-content/uploads/2022/10/nft-serv-right-bg.png);
    padding: 9px 10px
}

.nft-list-services .fleft p {
    height: 98px;
    display: flex;
    align-items: center
}

.nft-list-services h3 {
    color: #fcd056;
    font-size: 18px;
    text-transform: uppercase
}

.nft-list-services img {
    width: 100%
}

.nft-sec1 {
    background: url(/wp-content/uploads/2022/10/bg_2.jpg);
    background-size: 100% 100%;
    background-position: center
}

.nft-sec2 {
    background: url(/wp-content/uploads/2022/10/bg_3.jpg);
    background-size: 100% 100%;
    background-position: center
}

.nft-sec3 {
    background: url(/wp-content/uploads/2022/10/bg_4.jpg);
    background-size: 100% 100%;
    background-position: center
}

.nft-sec4 {
    background: url(/wp-content/uploads/2022/10/bg_5.jpg);
    background-size: 100% 100%;
    background-position: center
}

.nft-sec5 {
    background: url(/wp-content/uploads/2022/10/bg_6.jpg);
    background-size: 100% 100%;
    background-position: center
}

.nft-sec6 {
    background: url(/wp-content/uploads/2022/10/bg_7.jpg);
    background-size: 100% 100%;
    background-position: center
}

.nft-sec7 {
    background: url(/wp-content/uploads/2022/10/bg_8.jpg);
    background-size: 100% 100%;
    background-position: center
}

.nft-sec8 {
    background: url(/wp-content/uploads/2022/10/bg_9.jpg);
    background-size: 100% 100%;
    background-position: center
}

.top35 {
    top: 35%
}

.education-portfolios .nft-game-list-bg img {
    height: 340px
}

.education-portfolios .second-slide {
    height: 235px !important
}

.education-portfolios .third-slide {
    height: 315px !important
}

.education-portfolios .fourth-slide {
    height: 261px !important
}

.education-portfolios .middle-arrow {
    filter: grayscale(1) invert(.5) !important
}

.education-portfolios li {
    background: 0 0
}

.awards-sec .middle-arrow {
    filter: grayscale(1) invert(.5)
}

.awardstestimonial img {
    width: 100%;
    height: 80px;
    object-fit: cover
}

.awardstestimonial p {
    margin: 30px 0
}

.awardstestimonial {
    text-align: center
}

input[type=submit]:disabled {
    background: #ddd !important;
    cursor: not-allowed
}

#enquirynow {
    display: none
}

#enquirynow-new {
    display: none
}

#floating-btn {
    font-family: Rajdhani, sans-serif;
    position: fixed;
    z-index: 9;
    bottom: 30%;
    border: none;
    color: #ffff;
    right: -80px;
    background-color: #ffb700;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 25px 10px 25px;
    transform: rotate(-90deg);
    text-transform: uppercase
}

#floating-contactus {
    display: none;
    position: fixed;
    z-index: 9;
    right: 0;
    top: 40%;
    background-color: #fff;
    padding: 0
}

#floating-contactus .wpcf7-form-control {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 9px;
    color: #333;
    font-size: 12px
}

#floating-contactus .wpcf7-form {
    padding: 15px;
    box-shadow: none;
    background-color: #fff
}

#floating-contactus .wpcf7-form-control.wpcf7-submit {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 27px;
    color: #fff;
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20px
}

#floating-contactus p {
    margin-bottom: 10px
}

#closeButton {
    border: none;
    color: #ec0000;
    font-size: 17px;
    background-color: transparent;
    float: right;
    margin: 0 10px 10px 0
}

#floating-btn-new {
    font-family: Rajdhani, sans-serif;
    position: fixed;
    z-index: 2;
    display: none;
    bottom: 30%;
    border: none;
    color: #ffff;
    right: -80px;
    background-color: #ffb700;
    font-size: 17px;
    font-weight: 800;
    padding: 10px 25px 10px 25px;
    transform: rotate(-90deg);
    text-transform: uppercase
}

.floating-contact-new {
    display: flex;
    position: absolute;
    z-index: 9;
    left: 50%;
    width: 750px;
    margin-left: -375px;
    top: 50%;
    margin-top: -257px;
    height: 517px;
    background-color: #dbd8d8;
    padding: 0;
    border-radius: 50px 0 0 0
}

#closeButtonnew {
    border: none;
    color: #fefefe;
    font-size: 30px;
    background-color: #ffb301;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    position: relative;
    top: -50px;
    right: -54%;
    margin-top: 0
}

.floating-contact-sect1 {
    width: 25%;
    float: left;
    background-color: #fff;
    border-radius: 50px 0 0;
    text-align: center;
    padding: 17px 0
}

.floating-contact-sect2 {
    width: 5%;
    height: 100%;
    float: left;
    background-color: #43c6d6;
    font-family: Rajdhani
}

.floating-contact-sect3 {
    width: 70%;
    float: left;
    text-align: center;
    padding: 20px;
    font-family: Rajdhani
}

.floating-contact-sect2 p {
    transform: rotate(-90deg);
    width: 580px;
    position: relative;
    left: -16.9rem;
    top: 12.5rem;
    font-size: 17px;
    color: #fff;
    padding: 9px 16px;
    letter-spacing: 5px
}

.floating-contact-sect3 h2 {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px
}

h2.wed {
    margin-top: -60px
}

.floating-contact-sect3 p {
    font-size: 15px
}

img.brand-ImagesInContact-Form {
    width: 85%;
    padding: 20px 25px;
    max-height: 20%;
    margin-top: 10px
}

.z-index1 {
    z-index: 1
}

.floating-contact-new .wpcf7-form-control.wpcf7-submit {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 100px;
    color: #fff;
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 40PX;
    background-color: #ffb700;
    border: 0 !important
}

.floating-contact-new .wpcf7-form {
    padding: 15px;
    box-shadow: none;
    background-color: #4b2d2d00
}

.floating-contact-new .wpcf7-form-control {
    padding: 11px;
    font-size: 16px;
    border: 2px solid #cac4c4fc !important
}

#FloatingFormOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 73%);
    z-index: 2;
    overflow-y: auto
}

.floating-contact-new span.wpcf7-not-valid-tip {
    display: block
}

div.wpcf7-acceptance-missing {
    border: 0;
    position: relative;
    top: -10rem;
    color: red;
    font-weight: 600;
    line-height: 20px
}

.floating-contact-new div.wpcf7-validation-errors {
    border: 0;
    position: relative;
    top: -11rem;
    color: red;
    font-weight: 600;
    line-height: 14px
}

.floating-contact-new .wpcf7-not-valid {
    border: 1px solid #f43232 !important
}

.FloatingTopLayer {
    position: fixed;
    z-index: 9
}

.floating-contact-new .wpcf7-mail-sent-ok {
    display: none !important
}

#closeButtonnew i.fa.fa-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (min-width:2050px) and (max-width:2500px) {
    img.brand-ImagesInContact-Form {
        padding: 20px
    }
}

@media screen and (min-width:2501px) {
    img.brand-ImagesInContact-Form {
        padding: 20px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .floating-contact-new {
        left: 50%;
        width: 600px;
        margin-left: -300px;
        top: 20%;
        margin-top: 0;
        height: 450px
    }
    .floating-contact-sect1 {
        width: 25%;
        float: left;
        background-color: #fff;
        border-radius: 50px 0 0;
        text-align: center;
        padding: 17px 0;
        flex-direction: column;
        display: flex;
        justify-content: space-evenly
    }
    img.brand-ImagesInContact-Form {
        width: 130px;
        max-height: 20%;
        margin-top: 10px;
        margin-left: 10px;
        padding: 15px
    }
    .floating-contact-sect3 p {
        font-size: 13px
    }
    .floating-contact-sect3 h2 {
        font-size: 35px;
        line-height: 25px
    }
    .floating-contact-new .wpcf7-form-control {
        padding: 5px
    }
    .floating-contact-sect2 p {
        width: 450px;
        left: -13rem;
        top: 11.8rem;
        font-size: 14px;
        padding: 9px 16px;
        letter-spacing: 4px
    }
}

@media screen and (max-width:767px) {
    .accordion-single-item .accordion-single-title {
        padding-right: 30px
    }
    .accordion-single-title::after {
        right: 8px;
        top: 44%
    }
    .floating-contact-new {
        left: 50%;
        width: 500px;
        margin-left: -250px;
        top: 20%;
        margin-top: 0;
        height: 480px;
        border-radius: 0
    }
    .blog-view li,
    .blog-view p,
    .blog-view span {
        font-size: 16px !important
    }
    #floating-btn-new {
        display: none !important
    }
    .floating-contact-sect1 {
        display: none
    }
    .floating-contact-sect2 {
        display: none
    }
    .floating-contact-sect3 {
        width: 100%
    }
    .floating-contact-sect3 h2 {
        font-size: 27px;
        line-height: 21px
    }
    .floating-contact-new .wpcf7-form-control {
        padding: 8px
    }
    #closeButtonnew {
        right: -247px;
        margin-top: 0
    }
    .floating-contact-sect2 p {
        width: 580px;
        left: -16.7rem;
        top: 10.2rem;
        font-size: 15px
    }
    .floating-contact-new div.wpcf7-validation-errors,
    div.wpcf7-acceptance-missing {
        line-height: 15px
    }
}

@media screen and (max-width:575px) {
    .floating-contact-new {
        width: 350px;
        margin-left: -175px
    }
    #closeButtonnew {
        right: -175px
    }
    #mobile-navbar-top .menu-dropdown ul li>ul.third-level-sub li.active a {
        color: #fff !important
    }
    .site-logo img {
    margin: 26px auto;
    display: flex;
    float: none;
}
ul#nav {
    justify-content: center !important;
}
.nav {
    margin-top: 0 !important;
}
}

@media screen and (max-width:425px) {
    .gd h2.title, h2.title {
        font-size: 32px !important;
    }
    h2 span.text-orange, h2 span.text-white {
        font-size: 32px !important;
    }
    h2 span.text-orange, h2 span.text-white {
    font-size: 32px !important;
}
    .cta-bg p {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .head-box {
        margin-top: 70px;
    }
    .floating-contact-new {
        left: 50%;
        width: 320px;
        margin-left: -160px;
        top: 20%;
        margin-top: 0;
        height: 460px;
        border-radius: 0
    }
    .floating-contact-new .wpcf7-form {
        padding: 8px
    }
    #closeButtonnew {
        right: -157px;
        margin-top: 8px;
        border: none;
        color: #fefefe;
        font-size: 30px;
        background-color: #ffb301;
        width: 50px;
        border-radius: 50%;
        height: 50px;
        position: relative;
        top: -50px
    }
    .floating-contact-new .wpcf7-form-control.wpcf7-submit {
        font-weight: 700;
        padding: 15px 70px
    }
    .floating-contact-sect3 p {
        font-size: 15px
    }
}

span.yellow.font-large.contact {
    color: #ffb700;
    font-weight: 700;
    text-transform: uppercase
}

span.font-medium.contact {
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 700
}

.bottom-contact-form {
    background-color: #000000a1;
    border-radius: 0 50px 0 0;
    display: flex
}

.bottom-contact-heading-sec {
    text-align: center;
    z-index: 5;
    position: relative;
    font-family: Rajdhani, sans-serif
}

.bottom-contact-heading-sec .headings-h2 {
    font-size: 32px
}

.bottom-contact-form .wpcf7-form-control.wpcf7-submit {
    background-color: #ffb700;
    border: 0;
    padding: 8px 54px 8px 40px;
    width: auto;
    border-radius: 28px
}

.bottom-contact-form .font-medium {
    font-size: 44px !important;
    color: #fff
}

.bottom-contact-heading-sec p {
    color: #fff;
    margin-bottom: 46px
}

.bottom-contact-sec1 {
    width: 7%;
    float: left;
    background-color: #ffb700;
}

.bottom-contact-sec1 p {
    transform: rotate(-90deg);
    width: 580px;
    position: relative;
    left: -16.6rem;
    top: 13.8rem;
    font-size: 17px;
    color: #fff;
    padding: 9px 16px;
    letter-spacing: 10px
}

.bottom-contact-sec2 {
    width: 93%;
    float: left;
    background-color: #87878700;
    border-radius: 0 50px 0 0
}

.bottom-contact-sec2 .wpcf7-form-control {
    width: 100%;
    border-bottom: 1px solid #9f9999b3;
    padding: 10px 13px;
    color: #fff;
    background-color: #0000;
    font-size: 16px;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0px
}

.bottom-contact-sec2 .wpcf7-form-control::placeholder {
    color: #fff
}

.bottom-contact-sec2 .wpcf7-form {
    padding: 40px 50px 25px 25px;
    box-shadow: none;
    background-color: rgb(191 186 186 / 0%);
    width: 100%
}

.bottom-contact-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0;
    position: relative;
    top: 0;
    color: red;
    font-weight: 500;
    line-height: 20px
}

.bottom-contact-form .wpcf7-not-valid {
    border-bottom: 1px solid #f43232
}

section.vc_section.contact__form__sec_new {
    padding: 70px 0;
    background-size: 100% 100%;
    /*background-image: url(../images/ContactUs_Panel-1.webp);*/
    background-color:#191919;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    z-index: 1;
    position: relative
}

.bottom-contact-sec2 p {
    margin-bottom: 26px
}

.bottom-contact-sec2 textarea#yourMessage {
    font-style: italic
}

.bottom-contact-sec2 .wpcf7-text {
    width: 100% !important;
    text-align: left;
    justify-content: left;
    display: block
}

.bottom-contact-sec2 .wpcf7-mail-sent-ok {
    display: none !important
}

.bottom-contact-sec2 i.fa.fa-chevron-right {
    position: relative;
    left: -78px;
    font-size: 13px;
    margin-right: -2px
}

img.contact-form-leftimg {
    width: 125%;
    float: right;
    position: relative;
    left: 3rem;
    top: 4rem
}

img.contact-form-rightimg {
    width: 125%;
    float: left;
    left: -5.5rem;
    position: relative;
    top: 12rem
}

@media screen and (min-width:2501px) {
    section.vc_section.contact__form__sec_new {
        padding: 100px 0
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .yellow.font-large.contact {
        font-size: 55px
    }
    img.contact-form-leftimg {
        width: 150%;
        left: 3rem;
        top: 3rem
    }
    img.contact-form-rightimg {
        width: 187%;
        left: -4.5rem;
        top: 9rem
    }
}

@media screen and (min-width:991px) and (max-width:1024px) {
    .bottom-contact-sec1 p {
        left: -17.1rem;
        top: 12.8rem
    }
    .bottom-contact-sec2 p {
        margin-bottom: 10px
    }
    .yellow.font-large.contact {
        font-size: 50px
    }
    span.font-medium.contact {
        font-size: 40px !important
    }
    img.contact-form-leftimg {
        width: 115%;
        left: 4rem;
        top: 5rem
    }
    img.contact-form-rightimg {
        width: 125%;
        left: -3.5rem;
        top: 13rem
    }
}

@media screen and (min-width:768px) and (max-width:990px) {
    .bottom-contact-sec1 p {
        left: -17.1rem;
        top: 12.8rem
    }
    .bottom-contact-sec2 p {
        margin-bottom: 10px
    }
    .yellow.font-large.contact {
        font-size: 43px
    }
    span.font-medium.contact {
        font-size: 40px !important
    }
    img.contact-form-leftimg {
        width: 160%;
        left: 4rem;
        top: 5rem
    }
    img.contact-form-rightimg {
        width: 165%;
        left: -3.5rem;
        top: 13rem
    }
}

@media screen and (max-width:768px) {
    .bottom-contact-sec1 p {
        left: -16.8rem;
        top: 13.8rem
    }
    section.vc_section.contact__form__sec_new {
        background-image: url(/wp-content/uploads/2023/06/ContactUs_Panel_Mobile.webp);
        padding: 50px 15px
    }
    .col-3.form-section-bottom {
        display: none
    }
    .col-2.form-section-bottom {
        display: none
    }
    .col-7.form-section-bottom {
        max-width: 100%
    }
}

@media screen and (max-width:425px) {
    .bottom-contact-sec2 {
        width: 85%
    }
    .bottom-contact-sec1 {
        width: 15%
    }
    .bottom-contact-sec2 p {
        margin-bottom: 17px
    }
    .bottom-contact-form div.wpcf7-validation-errors,
    div.wpcf7-acceptance-missing {
        margin-top: 0
    }
    .bottom-contact-sec2 .wpcf7-form {
        padding: 40px 30px 25px 25px
    }
    .bottom-contact-sec2 i.fa.fa-chevron-right {
        left: 50px;
        top: -35px
    }
}

#whatsapp_chat_widget {
    display: block !important
}

.wa-chat-box-content-send-btn-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: #fff
}

.wa-chat-box-content-send-btn-icon {
    width: 16px;
    height: 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
    flex: 0 0 16px
}

.wa-chat-box-content-send-btn {
    text-decoration: none;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 12px;
    background-color: #4dc247 !important;
    overflow: hidden
}

.wa-chat-box-content-send-btn:hover {
    text-decoration: none
}

.wa-chat-box-send {
    background-color: #fff
}

.wa-chat-box-content-chat-brand {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgb(251 128 1)
}

.wa-chat-box-content-chat-welcome {
    font-size: 13px;
    line-height: 19px;
    margin-top: 4px;
    color: #111
}

.wa-chat-box-content-chat {
    background-color: #f8fdfd;
    display: inline-block;
    margin: 12px;
    padding: 10px;
    border-radius: 10px
}

.wa-chat-box-content {
    background: url('/wp-content/uploads/2022/12/whatsapp-chat-bg.png');
    background-size: cover
}

.wa-chat-close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 13px
}

.wa-chat-box-content-chat input {
    width: 100%;
    margin-bottom: 9px;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #34978f;
    background-color: #f8fdfd
}

.wa-chat-box-content-chat input:first-child {
    width: 48%;
    float: left;
    margin-right: 5px
}

.wa-chat-box-content-chat input:nth-child(2) {
    width: 50%
}

.wa-chat-box-content-chat input:nth-child(3) {
    margin-bottom: 0
}

.wa-chat-box-brand-text {
    margin-left: 20px
}

.wa-chat-box-brand-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.wa-chat-box-brand-subtitle {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px
}

.wa-chat-box-header {
    height: 55px;
    min-height: 55px;
    background-color: #0a5f54;
    color: #fff;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center
}

.wa-chat-box-brand {
    margin-left: 20px;
    height: 50px
}

.wa-chat-box {
    display: none;
    background-color: #fff;
    z-index: 16000160 !important;
    width: 300px;
    position: fixed !important;
    bottom: 8px !important;
    left: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4)
}

#wa-widget-send-button {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed !important;
    bottom: 10px !important;
    left: 10px;
    height: 60px;
    min-width: 60px;
    border-radius: 40px;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

#wa-widget-send-button i {
    font-size: 30px;
    margin-right: 0
}

span.messageUs-Text {
    display: none
}

#error_message {
    font-size: 13px;
    color: red;
    font-weight: 600
}

#more-faqs {
    display: none
}

.blog-casestudy-h5 {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    margin-top: 20px
}

#blogs-download-btn {
    background: linear-gradient(to bottom, rgba(255, 150, 83, .9), rgba(241, 60, 49, .9));
    color: #fff;
    border: none;
    padding: 12px 23px;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    width: max-content;
    font-size: 17px
}

.blogs-form {
    position: relative;
    width: 50%;
    box-shadow: none;
    margin: auto;
    background-color: #999ea0
}

.blog-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0
}

.blog-overlay:target {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 10
}

.blog-popupform {
    margin: 90px auto 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 35%;
    position: relative;
    transition: all 5s ease-in-out
}

.blog-popupform .close {
    position: absolute;
    top: 0;
    right: 14px;
    transition: all .2s;
    font-size: 37px;
    font-weight: 700;
    text-decoration: none;
    color: red;
    opacity: 1
}

.blog-popupform .close:hover {
    color: red
}

.blog-popupform .wpcf7-form {
    padding: 20px;
    box-shadow: none;
    background-color: #fff
}

.hm-headings .yellow-span {
    color: #feb81f
}

.fantacy-app-sec h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px
}

.fantacy-app-sec .fantacy-intro p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 30px
}

.gary-box {
    background-color: #eee;
    padding: 25px 30px;
    border-radius: 10px;
    margin-bottom: 30px
}

.gary-box p {
    margin-bottom: 16px
}

.fatacy-portfolios {
    background-color: #f4f4f4;
    padding: 20px 0
}

.fantacy-app-sec .clients-tabs {
    background-color: #8588ab;
    border-radius: 45px
}

.fantacy-app-sec .clients-tabs a {
    color: #fff;
    margin-left: 22px
}

.fantacy-app-sec .clients-tabs a:hover {
    color: #fff !important
}

.fantacy-app-sec .new-client-tabs-bg .active {
    background-color: #fe3d4e;
    border-radius: 45px !important
}

.fantacy-app-sec .hclients-tab-details img {
    border: 1px solid #455e72;
    width: 100%;
    height: 175px !important;
    object-fit: contain
}

.fatacy-portfolios .adsportfolios img {
    height: auto;
    width: 100%;
    padding: 0;
    object-fit: unset
}

.fantacy-app-sec #adtesti-controls .next {
    color: #fda001 !important
}

.fantacy-app-sec #adtesti-controls button {
    color: #bebebe
}

.fantacy-app-sec .middle-arrow {
    filter: grayscale(1) invert(.5)
}

.fantacy-app-sec h4 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px
}

.fatacy-portfolios h4 {
    font-weight: 700
}

.fatacy-portfolios li,
.fatacy-portfolios p {
    font-weight: 600
}

.fantacy-app-sec .leftimg {
    position: relative;
    left: -5rem
}

.fantacy-app-sec .rightimg {
    position: relative;
    right: -5rem
}

.fatacy-portfolios li {
    background: url(/wp-content/uploads/2022/10/point-icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    list-style: none;
    padding: 3px 0 3px 20px;
    background-position: left center
}

.fantacy-app-sec .home-heading,
.fantacy-app-sec .home-heading-h3,
.fantacy-app-sec .home-heading-h4,
.fatacy-portfolios .home-heading {
    font-size: 24px
}

.asset-production-portfolios-sec .hover,
.pre-production-portfolios-sec .hover,
.uiux-portf-sec .hover {
    height: auto
}

.animation-portf-sec video {
    width: 100%
}

.footer-newui {
    font-family: Rajdhani, sans-serif
}

.footer-newui .mar-top28 {
    margin-top: 28px
}

.footer-newui p {
    color: #fff;
    font-size: 16px
}

.footer-newui a {
    color: #ffb700 !important;
}

.footer-newui span {
    color: #f7bf2e !important;
    font-size: 17px
}

.footer-newui h6 {
    color: #f7bf2e;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px
}

.footer-newui .footerh6 {
    font-size: 18px !important
}

.footer-newui li a {
    color: #fff !important;
    font-size: 16px
}

.footer-newui .locations {
    background: url(/wp-content/uploads/2023/03/FooterImages_Boarder.png);
    background-size: 100% 100%;
    padding: 20px;
    margin-top: 22px;
    padding-top: 0;
    width: 100%
}

.footer-newui h5 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    bottom: 1rem;
    margin-bottom: 0
}

.footer-newui .fa {
    color: #3cd6ef
}

.footer-newui .footer-bottom {
    border: none;
    background-color: #06050a;
    text-align: center
}

.footer-newui .footer-bottom p {
    text-align: right;
    font-size: 14px
}

.footer-newui .footer-bottom .col-sm-9 {
    padding: 0 !important
}

.yellow-arrow {
    color: #ffe096;
    margin-right: -6px;
    margin-left: 5px
}

.contact__form___sec__bg {
    background: url(/wp-content/uploads/2023/03/ContactUS_Panel.png);
    padding: 35px 15px;
    font-family: Rajdhani, sans-serif;
    background-size: 100% 100%
}

.contact__form__sec .wpcf7-form {
    padding: 25px;
    box-shadow: none;
    background-color: transparent
}

.contact__form__sec .wpcf7-response-output {
    text-align: center
}

.contact__form__sec .wpcf7-form-control {
    width: 100%;
    border: none;
    padding: 10px 13px;
    color: #333;
    font-size: 14px;
    background-color: #eee;
    font-weight: 600
}

.contact__form__sec .form-button {
    background-color: transparent !important;
    border: 2px solid #e9a948 !important;
    border-radius: 50px;
    width: max-content !important;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    padding: 10px 34px !important;
    color: #e9a948 !important;
    font-size: 20px !important;
    font-family: Rajdhani, sans-serif
}

.contact__form__sec h6 {
    font-family: Rajdhani, sans-serif;
    text-align: left;
    color: #fff !important;
    text-align: center;
    padding: 11px 20px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 9px;
    transform: rotate(-90deg);
    position: relative;
    right: -6rem;
    top: 25rem;
    width: 300px;
    z-index: 2
}

.contact__form__sec .col-sm-6 {
    display: flex;
    flex-direction: row;
    margin-bottom: 17px
}

.contact__form__sec label {
    padding-right: 15px;
    width: auto;
    margin-top: 10px;
    font-weight: 500;
    color: #999
}

.contact__form__sec ::placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 500;
    font-style: italic
}

.form-button {
    background-color: transparent !important;
    border: 2px solid #e9a948 !important;
    border-radius: 50px;
    width: max-content !important;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    padding: 10px 34px !important;
    color: #e9a948 !important;
    font-size: 20px !important
}

.margin-bot20 {
    margin-bottom: 20px
}

.nav {
    display: flex;
    position: relative;
    margin-top: 20px
}

.nav a {
    display: block;
    text-decoration: none
}

.nav a:hover {
    background-color: transparent !important
}

.nav>li {
    position: relative
}

.nav>li>ul {
    background: rgba(37, 41, 44, .9);
    padding-left: 0;
    width: 100%;
    min-width: 250px;
    border-top: 3px solid #ff8104;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out
}

.nav>li>ul>li {
    border-bottom: none
}

.nav>li>ul>li>a {
    color: #fff !important;
    font-size: 15px;
    padding-left: 0
}

.nav>li>ul>li>a:hover {
    color: #ffb700 !important
}

.nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .3s ease-in-out
}

.nav>li:hover>ul.mega-dropdown {
    height: 400px !important
}

.nav>li>a:hover {
    background-color: rgba(0, 0, 0, .05)
}

.nav .big-nav {
    position: static
}

.nav .big-nav>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(37, 41, 44, .9)
}

.menus .nav img {
    width: 22px;
    margin-right: 10px
}

.nav .big-nav>ul>li {
    width: 34%;
    border: none
}

.nav .big-nav>ul>li>a {
    padding: 15px 10px;
    display: block;
    color: #fff !important
}

.nav .big-nav li a:hover {
    background: rgba(0, 0, 0, .5) !important;
    color: #ffb700 !important
}

.nav .big-nav ul {
    padding-left: 0
}

.nav .big-nav>ul>li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 27%;
    width: 75%;
    padding-left: 0
}

.nav .big-nav>ul>li.show>ul {
    display: block
}

.nav .big-nav>ul>li>ul>li {
    display: block;
    width: 100%;
    float: left
}

.nav .big-nav>ul>li>ul>li.col3 {
    width: 50%;
    padding: 0 10px;
    padding-top: 30px;
    padding-left: 70px
}

.nav .big-nav>ul>li>ul>li>a {
    font-weight: 700;
    border-bottom: 1px solid #333
}

.nav .big-nav>ul>li>ul>li a {
    font-weight: 500 !important
}

.nav .big-nav .col3 li {
    padding: 4px 0 !important
}

.nav .big-nav>ul>li>ul>li a {
    text-transform: capitalize
}

.nav .big-nav>ul>li>ul>li a:hover {
    background-color: transparent !important
}

.menu-bottom-section {
    background: #000;
    color: #ffb700;
    padding: 20px;
    display: flex;
    justify-content: end;
    align-items: end;
    font-family: Rajdhani, sans-serif;
    bottom: -30px;
    position: relative
}

.menu-bottom-section h6 {
    margin-right: 20px
}

.menu-bottom-section a {
    color: #ffb700;
    border: 1px solid #ffb700;
    background-color: transparent;
    padding: 6px 4px;
    text-transform: uppercase;
    font-size: 16px
}

@media only screen and (min-width:2560px) and (max-width:2570px) {
    .services-headings-row {
        top: 10%
    }
    .huiux-sec {
        background-size: 30%
    }
    .hbackend-sec {
        background-size: contain
    }
}

@media(min-width:1400px) {
    .mobile-game-dev-why-ch {
        background-size: contain
    }
    .mbfirst {
        padding: 50px 0 35px
    }
    .mbsecond {
        padding-bottom: 45px;
        padding-top: 30px
    }
}

@media(min-width:1975px) {
    .game-dev-why-chooses {
        background-size: contain
    }
    .mobile-game-dev-why-ch {
        background-size: contain
    }
}

@media(min-width:1980px) {
    .game-dev-why-chooses {
        background-size: contain
    }
    .mobile-game-dev-why-ch {
        background-size: contain
    }
    .mbfirst {
        padding: 45px 0 35px
    }
    .mbsecond {
        padding-bottom: 30px;
        padding-top: 30px
    }
    .mbthird {
        padding-bottom: 0;
        padding-top: 30px
    }
    .game-dev-why-chooses .dfirst {
        padding: 35px 0 18px
    }
    .game-dev-why-chooses .dsecond {
        padding-top: 35px
    }
    .orange-bg {
        background-size: 100% 100%
    }
    .mobile-game-dev-why-ch {
        background-size: contain
    }
    .case-study-banner {
        top: 24%;
        left: 0 !important;
        right: 0 !important
    }
    .case-study-banner-char1 {
        top: 1rem;
        right: 0
    }
    .vir-right-img {
        width: 44% !important
    }
    .unity3d-adv .panel2,
    .unity3d-adv .panel3 {
        height: 90px
    }
}

@media(min-width:2020px) {
    .game-dev-why-chooses {
        background-size: contain
    }
    .mobile-game-dev-why-ch {
        background-size: contain
    }
}

@media(max-width:1237px) {
    .vc_row {
        width: auto
    }
    .services-headings-row {
        top: 20%
    }
    .new-sheading-row {
        top: 20%
    }
    .new-sheading-row .vc_col-sm-6 {
        width: 50%
    }
    .sr-unity-box-height1 {
        height: auto
    }
    .sr-unity-box {
        height: auto
    }
    .swall-mar {
        margin-top: 10px !important
    }
}

@media(max-width:1206px) {
    .services-headings-row {
        top: 10%
    }
}

@media(max-width:1199px) {
    .new-sheading-row .vc_col-sm-6 {
        width: 50%
    }
    .services-banner-image-pc img {
        height: auto !important
    }
}

@media(max-width:1023px) {
    .hc-nav-trigger.hc-nav-1 {
        display: none
    }
}

@media(max-width:1024px) {
    .vc_row {
        width: 100% !important
    }
    .vc_row {
        width: auto
    }
    .tp-caption h1 {
        font-size: 30px !important;
        line-height: 33px !important;
        margin-bottom: 20px
    }
    .tp-caption h2 {
        font-size: 30px !important;
        line-height: 33px !important;
        margin-bottom: 20px
    }
    .body-heading-section .wpb_wrapper {
        width: 77% !important
    }
    .hover {
        width: 47% !important;
        height: auto
    }
    .porfolio-heads {
        font-size: 20px
    }
    .cbox-height2 {
        height: 385px
    }
    .content-box {
        padding: 30px 16px
    }
    .content-box h2 {
        font-size: 16px
    }
    .services-headings-row {
        top: 10%
    }
    .services-banner-headings {
        margin-top: 60px !important
    }
    .mrleft15 {
        margin-left: 4px
    }
    .transp-bg .service-headings2 {
        font-size: 13px !important;
        line-height: 23px
    }
    .srbox-height4 {
        height: 380px
    }
    .sr-gray-box-height1 {
        height: 350px
    }
    .srbox-height6 {
        height: 630px
    }
    .srbox-height-android {
        height: 500px
    }
    .service-gray-box {
        height: 225px
    }
    .sr-gray-box-height2 {
        height: 440px
    }
    .utpointbox-height {
        height: 370px
    }
    .sr-gray-box-height1 {
        height: 350px !important
    }
    .new-sheading-row h1 {
        font-size: 27px;
        line-height: 32px
    }
    .sr-html5box-height {
        height: 360px
    }
    .services-banner-image-pc img {
        height: auto !important
    }
    .game-porting-se-box {
        height: 280px
    }
    .new-sheading-row .vc_col-sm-6 {
        width: 50%
    }
    .services-banner-headings {
        margin-top: 0 !important
    }
    .casino-game-ser-box {
        height: 330px !important
    }
    .video-bg {
        background-size: 92% 100%
    }
    .ads-section .head-section {
        padding-top: 160px;
        padding-bottom: 160px;
        background-size: cover
    }
    .ads-section h1 {
        font-size: 50px
    }
    .sr-unity-box {
        height: auto !important
    }
    .sr-unity-box-height1 {
        height: auto !important
    }
    .art-design-intro-section .h2-headings {
        font-size: 19px;
        line-height: 25px
    }
    .art-design-intro-section span,
    .art-design-why span {
        font-size: 24px
    }
    .art-img-right img {
        right: -1rem
    }
    .art-img-left img {
        left: -1rem
    }
    .art-design-intro-section p {
        font-size: 15px
    }
    .art-design-serv-section h4 {
        font-weight: 600
    }
    .art-design-serv-section .services-quote-btn button {
        font-size: 17px !important;
        padding: 17px 40px !important;
        margin-top: 35px
    }
    .art-design-intro-section {
        padding: 50px 0 25px 0 !important
    }
    .art-design-key-roles .h2-headings {
        font-size: 25px
    }
    .art-design-key-roles span {
        font-size: 30px
    }
    #art-design-keyroles-slider p {
        font-size: 15px
    }
    #art-design-keyroles-slider h4 {
        font-size: 18px;
        font-weight: 600
    }
    .bg-item2 {
        height: 340px;
        padding: 90px 80px 20px 56px
    }
    .art-design-key-roles {
        padding-bottom: 0
    }
    .art-design-we {
        padding: 20px 0 !important
    }
    .rq-btn button {
        padding: 15px 35px !important
    }
    .mb-game-dev-servic-section .rght-img {
        width: 110%;
        right: 0;
        bottom: 12rem
    }
    .mb-game-dev-servic-section .lft-img {
        left: -2rem
    }
    .mb-game-dev-servic-section .rw-padding {
        padding-top: 30px
    }
    .mbgame-dev-whyc-img {
        left: -2rem;
        bottom: -8rem
    }
    .mb-game-dev-servic-section h3 {
        font-size: 18px
    }
    .game-sma-box h4 {
        font-size: 30px;
        font-weight: 600
    }
    .clients-tabs a {
        min-width: 180px;
        margin-left: 0
    }
    .ludo-portfolios-sec .hover {
        height: 300px
    }
    .ludo-services-sec {
        padding: 50px 0;
        height: auto
    }
    .ludo-services-list {
        height: 120px
    }
    .ludo-services-list p {
        font-size: 16px
    }
    .ludo-why-us .leftimg {
        left: -2rem
    }
    .ludo-why-us .rightimg {
        width: 97%;
        right: -2rem;
        bottom: 1rem
    }
    .ludo-why-us h5 {
        font-size: 17px;
        font-weight: 700
    }
    .hire-gd-sec .lft-img {
        left: 0
    }
    .artimg-left img {
        top: 37px
    }
    .art-img-left img {
        top: 0
    }
    .art-img-right img {
        right: 0
    }
    .art-design-serv-section .services-quote-btn button {
        font-size: 16px !important;
        padding: 10px 28px !important
    }
    .art-design-serv-section .services-quote-btn {
        top: 25rem
    }
    .twartists-why-choose {
        background-size: 100% 100%
    }
    .meta-app-tabs a {
        font-size: 21px
    }
    .meta-app-tab-details h3,
    .meta-app-tab-details h5 {
        font-size: 23px;
        font-weight: 600
    }
    .meta-app-tab-details p {
        font-size: 18px
    }
    .meta-app-tab-details .active {
        padding: 0 67px 80px
    }
    .meta-app-tab-details img {
        bottom: 2rem
    }
    .meta-serv-sec-img {
        bottom: 2rem
    }
    .meta-serv-tabs a {
        font-size: 20px
    }
    .meta-serv-tabs li:nth-child(5) a {
        padding: 70px 23px 50px
    }
    .meta-serv-tabs li:nth-child(7) a {
        padding: 70px 20px 50px
    }
    .meta-serv-tabs li:nth-child(8) a {
        padding: 70px 30px 40px
    }
    .meta-serv-tabs li:nth-child(10) a {
        padding: 70px 20px 80px
    }
    .meta-serv-tab-details p {
        font-size: 19px
    }
    .meta-tec-col li img {
        width: 100%
    }
    .meta-tec-col li {
        width: 8%
    }
    .meta-tec-col img {
        width: 100%
    }
    .meta-tec-col p {
        font-size: 13px
    }
    .card-services-sec {
        height: 630px
    }
    .card-services-list {
        height: 130px;
        padding: 0 15px
    }
    .card-services-list p {
        font-size: 18px
    }
    .card-why-us .rightimg {
        right: 0
    }
    .card-why-us .leftimg {
        left: 0
    }
    .hgame-dev-sec .left-img img {
        height: 426px;
        bottom: -20.5rem
    }
    .huiux-why {
        background-size: contain;
        background-position: bottom;
        padding-bottom: 35px;
        padding-top: 30px
    }
    .vr-game-tab-details img {
        right: 8rem;
        bottom: 29rem
    }
    .vr-solutions-sec p {
        line-height: 30px
    }
    .vr-why-sec {
        padding-bottom: 167px
    }
    .text-shape-left {
        width: 48px;
        height: 300px
    }
    .game-dev-end-serv span {
        font-size: 23px
    }
    .text-shape {
        height: 75px
    }
    .con-item1 {
        width: 95%
    }
    .con-item2 {
        width: 107%;
        padding: 8px 7px 8px 80px
    }
    .con-item3 {
        width: 118%;
        padding: 8px 7px 8px 80px
    }
    .con-item4 {
        width: 128%
    }
    .con-item5 {
        width: 138%
    }
    .con-item6 {
        width: 149%
    }
    .game-dev-why-choose h3,
    .game-dev-why-choose h4 {
        font-size: 14px;
        font-weight: 700
    }
    .nft-game-process .third-process p {
        margin-bottom: 35px;
        margin-top: 45px
    }
    .nft-game-process .char-img {
        right: -29px;
        bottom: -83px;
        height: 750px
    }
    .nft-game-slist h3,
    .nft-game-slist h4 {
        font-size: 17px
    }
    .list-right p:nth-of-type(2) {
        padding: 9px 10px
    }
    .unreal-game-why-second p {
        font-size: 14px
    }
    .unreal-game-why-second h3,
    .unreal-game-why-second h4 {
        font-size: 14px
    }
    .animation-char img {
        bottom: 2rem
    }
    .html-services h5 {
        font-size: 18px
    }
    .html-ch-lchar {
        left: -8.5rem
    }
    .html-case h2 {
        font-size: 25px
    }
    .html-stack h2 {
        font-size: 25px
    }
    .html-stack {
        padding: 50px 0 0 !important
    }
    .html-ch h2 {
        font-size: 25px
    }
    .html-services h2 {
        margin-bottom: 100px;
        font-size: 26px
    }
    .new-banner-headings h1 {
        font-size: 39px;
        line-height: 100%
    }
    .art-design-why-ch h6 {
        padding: 12px 15px
    }
    .art-portfolio-section-nw h5 {
        font-size: 14px
    }
    .new-filter {
        padding-left: 0
    }
    .art-design-why-ch img {
        height: 570px;
        top: -2.5rem;
        left: 1rem
    }
    .home-new-slider h1 {
        font-size: 50px !important
    }
    .game-dev-why-chooses {
        background-size: 100% 100%
    }
    .mbfirst {
        padding: 80px 0 14px
    }
    .mbsecond {
        padding-bottom: 10px;
        padding-top: 0
    }
    .mbthird {
        padding-bottom: 30px;
        padding-top: 0
    }
    .mobile-game-dev-why-ch {
        background-size: 100%
    }
    .mobile-game-dev-why-ch p {
        font-size: 13px
    }
    .about-us-banner-headings {
        top: 8.5%
    }
    .about-us-banner-headings .services-banner-headings h1 {
        font-size: 31px !important
    }
    .bullet-line-bg {
        background-size: auto 73%
    }
    .poker-game-dev-second .bullet-line-bg {
        background-size: auto 75%
    }
    .poker-game-tech h3 {
        font-size: 17px
    }
    .poker-game-dev .mrt30,
    .poker-game-dev-second .mrt30 {
        margin-top: 15px
    }
    .cbox-height3 {
        height: 356px
    }
    .vir-platforms {
        padding: 115px 0 0
    }
    .vir-platforms .home-heading {
        font-size: 38px;
        line-height: 41px
    }
    .unity3d-adv p {
        font-size: 14px;
        line-height: 19px
    }
    .unity3d-adv h3 {
        font-size: 15px
    }
    .unity3d-adv {
        background-size: 100% 100%;
        padding: 0 0 !important
    }
    .contact__form__sec h6 {
        right: -2.8rem
    }
}

@media(max-width:989px) {
    header .toggle {
        top: -65px !important
    }
    .new-service-bheadings {
        margin-top: 30px !important
    }
    .new-sheading-row h1 {
        font-size: 21px;
        margin-bottom: 11px
    }
    .new-service-bheadings h2 {
        font-size: 18px
    }
    .new-sheading-row .services-quote-btn button {
        padding: 10px 27px !important
    }
    .new-sheading-row .vc_col-sm-6 {
        width: 50%
    }
    .srbox-height-android {
        height: 540px
    }
    .service-gray-box {
        height: auto
    }
}

@media(max-width:834px) {
    .vc_row {
        width: auto !important
    }
    header .toggle {
        margin-right: 20px;
        margin-top: -34px !important;
        top: 0 !important
    }
    .tp-caption h1 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin-bottom: 15px
    }
    .tp-caption h2 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin-bottom: 15px
    }
    .tp-caption a {
        padding: 13px 35px;
        margin-top: 15px;
        font-size: 14px
    }
    .services-headings-row {
        top: 6%
    }
    .body-heading-section .home-slogan {
        font-size: 18px
    }
    .body-heading-section .wpb_wrapper {
        width: auto !important
    }
    .home-heading {
        font-size: 15px;
        line-height: 22px
    }
    .hover {
        width: 47% !important;
        height: auto
    }
    .footerh5 {
        font-size: 16px !important
    }
    .services-headings-row h1 {
        font-size: 30px
    }
    .services-banner-headings {
        margin-bottom: 0 !important
    }
    .services-quote-btn a {
        font-size: 15px;
        padding: 10px 38px !important
    }
    .transp-bg .service-headings2 {
        font-size: 12px !important;
        line-height: 20px
    }
    .char-img img {
        height: 450px !important
    }
    .cbox-height2 {
        height: 475px
    }
    .srbox-height4 {
        height: 465px
    }
    .sr-gray-box-height1 {
        height: 420px
    }
    .srbox-height6 {
        height: 900px
    }
    .srbox-height-android {
        height: 653px
    }
    .service-gray-box {
        height: 280px
    }
    .services-headings-row h1 {
        font-size: 15px;
        clear: both
    }
    .new-service-bheadings h2 {
        font-size: 16px;
        line-height: 21px;
        clear: both
    }
    .new-sheading-row .services-quote-btn a {
        padding: 9px 19px !important;
        margin-top: 14px !important;
        font-size: 13px !important
    }
    .new-sheading-row .services-quote-btn button {
        padding: 7px 22px !important;
        font-size: 13px
    }
    .new-sheading-row h1 {
        line-height: 25px
    }
    .new-sheading-row1 {
        top: auto !important
    }
    .career-desc li {
        font-size: 16px;
        padding-left: 15px;
        background-size: 10px !important;
        background: url(/wp-content/uploads/2021/08/circle-black.png) no-repeat left 8px;
        float: none;
        width: auto
    }
    .career-details-box .exp-details li {
        font-size: 16px
    }
    .career-applynow-btn a {
        padding: 6px 15px !important
    }
    .sr-gray-box-height2 {
        height: 580px
    }
    .utpointbox-height {
        height: 440px
    }
    .career-details-box {
        padding: 10px 5px
    }
    .sr-gray-box-height1 {
        height: 420px !important
    }
    .sr-html5box-height {
        height: 400px
    }
    .vc_row {
        width: 100% !important
    }
    .new-sheading-row .vc_col-sm-6 {
        width: 50%
    }
    .game-porting-se-box {
        height: 380px !important
    }
    .casino-game-ser-box {
        height: 420px !important
    }
    .mobile-slider .bg-black {
        padding: 19px 25px !important
    }
    .mobile-slider h1 {
        font-size: 25px !important;
        line-height: 25px !important;
        margin-bottom: 10px
    }
    .mobile-slider h2 {
        font-size: 25px !important;
        line-height: 25px !important;
        margin-bottom: 2px
    }
    .mobile-slider p {
        font-size: 19px !important;
        margin-bottom: 0
    }
    .slide-btns {
        margin-left: 146px;
        bottom: 25px
    }
    .mobile-slider a {
        padding: 10px 30px;
        margin-top: 28px;
        font-size: 15px
    }
    .home-sintro .wpb_wrapper {
        width: auto !important
    }
    .nft-portf-slides h3,
    .nft-portf-slides h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px
    }
    .bg-item1,
    .bg-item2,
    .bg-item3,
    .bg-item4 {
        background-image: none;
        height: 300px;
        padding: 20px;
        background-color: #fff;
        border-radius: 30px
    }
    .art-design-tech .col-sm-2 {
        padding: 5px
    }
    .art-design-tech .col-sm-2 img {
        width: 100%
    }
    .mt200 {
        margin-top: 110px
    }
    .service-tabs img {
        width: 100%;
        height: auto !important
    }
    .hService-tab-details img {
        width: 100%;
        height: auto !important
    }
    .new-service-bheadings h1 {
        font-size: 22px;
        font-weight: 700
    }
    .new-service-bheadings h2 {
        font-size: 16px
    }
    .yellow-req-quote-btn button {
        padding: 7px 22px !important;
        font-size: 13px
    }
    .clients-tabs a {
        min-width: 120px
    }
    .home-testimon-box {
        height: 295px
    }
    .ads-section h2 {
        font-size: 21px
    }
    .game-sma-box h4 {
        font-size: 25px
    }
    .clients-tabs a {
        min-width: 115px
    }
    .home-case-studies h3,
    .home-case-studies h5 {
        font-size: 13px !important
    }
    .game-sma-box .vc_column-inner {
        padding-left: 0 !important
    }
    .game-sma-box .smimg {
        width: 70px;
        height: 70px
    }
    .ludo-services-sec {
        padding: 50px 0
    }
    .ludo-services-list {
        height: 90px;
        padding: 0 20px
    }
    .ludo-services-sec h2 {
        margin-bottom: 35px
    }
    .ludo-why-us h2 {
        font-size: 20px
    }
    .ludo-portfolios-sec .hover {
        height: 243px
    }
    .ludo-portfolios-sec .hover {
        height: 243px
    }
    .meta-dev-section h2 {
        font-size: 30px
    }
    .meta-dev-section h2 span {
        font-weight: 700;
        font-size: 40px
    }
    .meta-dev-section h6 {
        font-size: 18px
    }
    .meta-heading-h2 {
        font-size: 27px
    }
    .meta-app-dev h6 {
        font-size: 21px
    }
    .meta-app-tabs a {
        font-size: 16px;
        padding: 27px 26px 35px
    }
    .meta-serv-sec h6 {
        font-size: 21px
    }
    .meta-serv-tabs a {
        font-size: 18px
    }
    .meta-serv-tab-details h5 {
        font-size: 25px
    }
    .meta-tech-section h2 {
        font-size: 27px
    }
    .meta-tech-section h5 {
        font-size: 21px
    }
    .meta-tec-col-7 {
        max-width: 55% !important
    }
    .meta-tec-col li {
        width: 9%;
        margin: 1px 7px
    }
    .meta-tec-col li img {
        width: 100%
    }
    .meta-tec-col p {
        font-size: 11px;
        margin-bottom: 0
    }
    .meta-tec-col img {
        width: 100%
    }
    .card-services-sec {
        padding: 25px 0 9px;
        height: auto;
        background-size: cover
    }
    .card-services-list {
        height: 98px
    }
    .card-services-list p {
        font-size: 16px
    }
    .card-why-us .leftimg {
        bottom: 0
    }
    .hm-headings h2 {
        font-size: 25px
    }
    .nft-game-slist h4 {
        font-size: 18px
    }
    .list-left p {
        font-size: 13px;
        line-height: 16px
    }
    .list-right p {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 35px
    }
    .list-right p:nth-of-type(2) {
        padding: 21px 10px;
        margin-top: 25px
    }
    .nft-game-slist h3,
    .nft-game-slist h4 {
        font-size: 14px
    }
    .nft-process-item h3,
    .nft-process-item h4 {
        font-size: 13px
    }
    .nft-process-item {
        padding: 15px 9px 5px
    }
    .nft-game-process .char-img {
        bottom: -62px;
        height: 660px
    }
    .con-item1 {
        width: 85%
    }
    .text-shape {
        height: 140px;
        width: 84px
    }
    .con-item2 {
        width: 103%;
        padding: 8px 7px 8px 50px
    }
    .con-item3 {
        width: 123%;
        padding: 8px 7px 8px 57px
    }
    .con-item4 {
        width: 142%;
        padding: 20px 7px 0 54px
    }
    .con-item5 {
        width: 160%;
        padding: 20px 7px 8px 53px
    }
    .con-item6 {
        width: 162%;
        padding: 20px 7px 10px 57px
    }
    .text-shape-left {
        width: 25px
    }
    .unreal-game-why h3,
    .unreal-game-why h4 {
        font-size: 16px;
        margin-top: 20px
    }
    .unreal-game-why p {
        font-size: 14px
    }
    .unreal-game-why-second h3,
    .unreal-game-why-second h4 {
        width: 67%
    }
    .unreal-game-why-second .h4-marg {
        margin-top: 80px
    }
    .unreal-game-why-four h4 {
        font-size: 16px
    }
    .unreal-game-why-third h3,
    .unreal-game-why-third h4 {
        font-size: 16px
    }
    .unreal-game-why-four p {
        line-height: 20px;
        font-size: 14px
    }
    .game-sma-box-unreal h6 {
        font-size: 14px
    }
    .animation-char {
        height: 350px
    }
    .html-banner-head h1 {
        font-size: 20px !important;
        margin-bottom: 0 !important
    }
    .html-banner-head h2 {
        padding: 10px 80px 20px;
        bottom: 2px
    }
    .html-services h5 {
        left: 0;
        font-size: 16px
    }
    .html-services {
        padding: 40px 0 0
    }
    .hch-right1 p,
    .hch-right2 p {
        padding: 5px 20px 20px 60px;
        font-size: 14px
    }
    .ribbon-parent h3 {
        font-size: 16px;
        padding: 10px 50px 17px 33px
    }
    .hch-left1 h5,
    .hch-left2 h5 {
        font-size: 16px
    }
    .html-case-list h5 {
        font-size: 19px
    }
    .html-stack-list-left,
    .html-stack-list-right {
        padding: 65px 30px 19px;
        margin-left: 10px;
        margin-right: 10px
    }
    .html-stack-rimg img {
        top: 1rem
    }
    .top-trrem img {
        top: 0
    }
    .top-trem img {
        top: 3rem
    }
    .hch-left2 h5 {
        width: 76%
    }
    .hch-left1 p,
    .hch-left2 p {
        font-size: 14px;
        padding: 20px 30px 30px 20px
    }
    .new-banner-headings h1 {
        font-size: 37px;
        line-height: 100%
    }
    .art-portfolio-section-nw h5 {
        font-size: 11px
    }
    .art-design-why-ch h6:nth-child(2) {
        width: 92%;
        background-repeat: no-repeat;
        padding-left: 6px
    }
    .art-design-why-ch h6 {
        font-size: 14px
    }
    .home-new-slider h1 {
        font-size: 40px !important
    }
    .home-new-slider .banner-box {
        padding: 0 45px !important;
        top: 30px !important
    }
    .home-new-slider p {
        font-size: 16px !important;
        line-height: 21px
    }
    .home-new-slider .slide-btn {
        padding: 9px 19px !important;
        margin-top: 14px !important;
        font-size: 13px
    }
    .poker-game-banner p {
        line-height: 16px;
        margin-top: 15px;
        font-size: 13px
    }
    .poker-game-dev-second .bullet-line-bg {
        background-size: auto 71%
    }
    .poker-game-tech h3 {
        font-size: 15px
    }
    .poker-game-tech {
        padding-bottom: 0
    }
    .unity3d-intro h3 {
        font-size: 17px
    }
    .unity3d-key h2 {
        font-size: 20px
    }
    .intro-h3,
    .unity3d-adv span,
    .unity3d-key span {
        font-size: 16px
    }
    .unity3d-adv h2,
    .unity3d-cta h2,
    .unity3d-intro h2 {
        font-size: 20px
    }
    .unity3d-cta {
        padding: 20px 0
    }
    .unity3d-adv p {
        font-size: 13px;
        line-height: 17px
    }
    .unity3d-adv h3 {
        font-size: 13px
    }
    .contact__form__sec h6 {
        right: -.4rem
    }
}

@media(max-width:821px) {
    .contact__form__sec h6 {
        font-size: 24px;
        right: -.1rem
    }
}

@media(max-width:811px) {
    .contact__form__sec h6 {
        right: -.1rem
    }
}

@media(max-width:1024px) {
    .hamburger {
        display: block !important;
        top: 16px !important
    }
    .primary-nav {
        display: block
    }
    .mob-logo {
        display: block;
        width: 150px;
        padding: 5px 15px;
        height: auto !important
    }
    #main-nav {
        display: block
    }
    .fixed-top {
        height: 10vh
    }
    .primary-nav {
        display: block
    }
    .menu {
        position: relative
    }
    .menu ul {
        margin: 0;
        padding: 0 0 15px;
        list-style: none;
        width: 100%;
        height: 100%
    }
    .open-panel {
        border: none;
        background-color: rgba(37, 41, 44, .5);
        padding: 0
    }
    .hamburger {
        background: 0 0;
        position: absolute;
        display: block;
        text-align: center;
        width: 50px;
        height: 50px;
        right: 0;
        left: auto;
        top: 9px;
        z-index: 4;
        cursor: pointer
    }
    button.hamburger.open-panel.nav-toggle i {
        color: #e4e4e4;
        font-size: 24px;
        margin-top: 10px
    }
    .openNav button.hamburger.open-panel.nav-toggle i {
        display: none
    }
    .openNav .hamburger:before {
        content: "\2715";
        display: block;
        color: #fff;
        line-height: 32px;
        font-size: 20px;
        background-color: #feb600;
        border-radius: 50%;
        height: 30px;
        width: 30px
    }
    .hamburger:focus {
        outline: 0
    }
    .primary-nav .menu li {
        position: relative
    }
    .mob-logo {
        margin: 0 !important
    }
    .menu a {
        display: inline-block;
        padding: 1em;
        font-size: 19px;
        color: #fff;
        line-height: inherit;
        max-width: 100%;
        padding: 12px 10px 12px 15px;
        text-transform: uppercase;
        font-weight: 600
    }
    li.mn_mu {
        border-bottom: .5px solid rgba(255, 255, 255, .5);
        padding: 10px 0
    }
    .mn_mu li a {
        font-size: 18px
    }
    .menu label {
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        color: #fff
    }
    .menu label:hover {
        cursor: pointer
    }
    .menu input[type=checkbox] {
        display: none
    }
    input#menu[type=checkbox] {
        display: none
    }
    .sub-menu-dropdown {
        display: none
    }
    .openNav body {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6)
    }
    .openNav .mobile-slider {
        filter: brightness(50%) grayscale(50%)
    }
    .openNav .body-heading-section {
        background-color: unset
    }
    .openNav body img {
        filter: brightness(50%) grayscale(50%)
    }
    .downarrow {
        background: 0 0;
        position: absolute;
        right: 21px;
        top: 12px;
        color: #fff;
        width: 24px;
        height: 24px;
        text-align: center;
        display: block
    }
    .header-transparent .mob-logo {
        z-index: 5 !important;
        position: relative
    }
    .header-transparent {
        z-index: 4 !important
    }
    .menu {
        position: fixed;
        display: block;
        left: auto;
        right: -260px;
        top: 0;
        transition: .5s;
        z-index: 3;
        height: 100%
    }
    label.toggle.lbl-txt.rotate span.downarrow {
        transform: rotate(90deg)
    }
    .menu-dropdown {
        top: 0;
        overflow-y: auto
    }
    .overflow-container {
        position: relative;
        overflow-y: auto;
        z-index: -1;
        display: block;
        width: 260px;
        height: 100%;
        padding-top: 65px;
        background-color: rgba(37, 41, 44, .9)
    }
    .sub-menu-dropdown {
        background-color: #333
    }
    ul.third-level-sub {
        height: auto !important;
        overflow-y: scroll
    }
    .openNav .menu .overflow-container {
        width: 100%
    }
    .openNav .menu {
        background-color: rgba(0, 0, 0, .5);
        transform: translateX(0);
        right: 0;
        width: 100%
    }
    .menu-dropdown ul li a {
        color: #e4b954;
        text-transform: capitalize;
        font-weight: 500
    }
    .menu-dropdown ul li .downarrow {
        color: #e4b954;
        transition: .5s
    }
    .toggle,
    [id^=drop] {
        display: none
    }
    nav label {
        font-size: 14px
    }
    nav ul li {
        margin: 0;
        display: block;
        width: 100%;
        float: left
    }
    nav a:hover {
        text-decoration: none
    }
    nav ul ul {
        display: none;
        position: absolute;
        top: 60px
    }
    nav ul ul ul li {
        position: relative
    }
    .toggle,
    .toggle+a {
        display: block
    }
    [id^=drop]:checked+ul {
        display: block
    }
    nav ul ul ul a {
        padding: 0 80px
    }
    nav ul ul {
        float: none;
        position: static
    }
    nav ul li:hover>ul,
    nav ul ul li:hover>ul {
        display: none
    }
    nav ul ul li {
        display: block;
        width: 100%;
        background-color: #000 !important;
        border-color: transparent !important
    }
    nav ul ul ul li {
        position: static
    }
    .third-level-sub li {
        background-color: rgba(37, 41, 44, .5) !important
    }
    #show-more-menu {
        display: none
    }
    #show-more-menu-2 {
        display: none
    }
    #view-more-menu {
        color: #fff
    }
    #view-more-menu:hover {
        cursor: pointer
    }
    #view-more-menu::after {
        font-family: FontAwesome;
        content: '\f105';
        padding-left: 10px;
        position: relative
    }
    #view-more-menu-2 {
        color: #fff
    }
    #view-more-menu-2:hover {
        cursor: pointer
    }
    #view-more-menu-2::after {
        font-family: FontAwesome;
        content: '\f105';
        padding-left: 10px;
        position: relative
    }
}

@media(max-width:1200px) and (min-width:1025px) {
    .menus li {
        padding: 10px 12px 10px !important
    }
}

@media(max-width:768px) {
    header .toggle {
        margin-top: 13px !important;
        top: 0 !important
    }
    .vc_row {
        width: auto !important
    }
    .vc_column_container>.vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .navbar .navbar-toggler-icon {
        top: 7px
    }
    .navbar-toggler {
        padding: 0;
        font-size: unset;
        line-height: 0;
        background-color: transparent;
        border: none;
        border-radius: 0
    }
    .menus li {
        padding: 6px 10px 5px 10px
    }
    .menus a {
        font-size: 13px
    }
    .menus-test a:hover {
        color: #f48024 !important
    }
    .dropdown-menu a {
        padding: 4px 10px 2px 10px
    }
    .tp-caption h1 {
        font-size: 14px !important;
        text-transform: uppercase !important;
        line-height: 18px !important;
        margin-bottom: 10px
    }
    .tp-caption h2 {
        font-size: 14px !important;
        line-height: 18px !important;
        margin-bottom: 10px
    }
    .tp-caption h3 {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 15px
    }
    .tp-caption p {
        font-size: 15px !important
    }
    .bg-black {
        padding: 15px 30px !important
    }
    .tp-caption a {
        padding: 11px 30px;
        margin-top: 10px;
        font-size: 13px
    }
    .body-heading-section {
        padding: 7px 3px;
        padding-top: 9px
    }
    .body-heading-section .home-slogan {
        font-size: 14px;
        line-height: 22px
    }
    .body-heading-section h1 {
        font-size: 16px;
        line-height: 23px
    }
    .service-tabs li {
        padding-left: 20px;
        padding-right: 20px
    }
    .service-tabs a {
        font-size: 12px;
        line-height: 18px;
        display: block
    }
    .hService-tab-details a {
        font-size: 13px;
        line-height: 18px
    }
    .clients-tabs a {
        font-size: 13px;
        padding: 10px 15px 11px;
        min-width: 88px;
        max-width: 100%;
        margin-left: 13px
    }
    .home-testimonials {
        margin-top: 0
    }
    .testimon-box h4 {
        font-size: 16px
    }
    .home-testimonials p {
        font-size: 14px
    }
    .viewmore {
        padding: 9px 30px
    }
    .home-achievements {
        padding: 20px 10px
    }
    .hblog-box img {
        width: 115px
    }
    .blog-right {
        padding: 11px 15px 9px 10px
    }
    .hblog-box span {
        padding: 7px 12px
    }
    .hblog-box p {
        font-size: 14px
    }
    .home-why-choose h3 {
        font-size: 14px;
        line-height: 22px
    }
    .home-case-studies h3,
    .home-case-studies h5 {
        font-size: 13px
    }
    .hover {
        height: 250px
    }
    .footer h5 {
        font-size: 15px
    }
    .footer-menu a {
        line-height: 27px;
        font-size: 14px
    }
    .footer-menu li {
        font-size: 14px
    }
    .locations p {
        font-size: 13px
    }
    .footer-bottom p {
        font-size: 12px
    }
    .footer-social a {
        font-size: 14px
    }
    #contactform input,
    textarea {
        font-size: 13px;
        padding: 4px 19px
    }
    .services-headings-row {
        top: 12%
    }
    .services-banner-headings {
        padding: 0 10px;
        margin-bottom: 5px
    }
    .services-headings-row h2 {
        font-size: 11px
    }
    .services-headings-row h1 {
        font-size: 11px
    }
    .services-banner-headings h5 {
        font-size: 11px
    }
    .services-headings-row-new {
        position: absolute !important;
        top: 15% !important;
        left: 10px
    }
    .services-banner-headings-new {
        margin-top: 0 !important
    }
    .services-headings-row-new h1 {
        font-size: 11px !important;
        line-height: 9px !important
    }
    .services-banner-headings-new h2 {
        font-size: 11px !important
    }
    .services-quote-btn button {
        font-size: 10px !important;
        padding: 5px 19px !important
    }
    .services-quote-btn a {
        font-size: 10px !important;
        padding: 5px 19px !important
    }
    .services-points li {
        font-size: 15px
    }
    .services-banner-headings ul {
        padding-top: 0
    }
    .services-banner-headings li {
        font-size: 11px
    }
    .service-headings {
        margin: 6px 0;
        font-size: 15px;
        line-height: 23px
    }
    .image-marb0 {
        margin-bottom: 0 !important
    }
    .counter-number {
        font-size: 35px
    }
    .font17 {
        font-size: 20px !important
    }
    .counter-text {
        font-size: 15px
    }
    .counter-box .wpb_wrapper {
        margin-bottom: 20px
    }
    .services-gray-section ul {
        padding-left: 10px
    }
    .services-green-section .vc_single_image-img {
        width: 150px;
        height: auto
    }
    .section-title {
        font-size: 15px;
        line-height: 22px
    }
    .services-gray-section h5 {
        margin-bottom: 6px;
        font-size: 15px
    }
    .serv-italic-head {
        font-size: 15px !important;
        line-height: 21px
    }
    .case-study-head h2 {
        font-size: 11px;
        margin-top: 16px;
        padding: 10px 9px
    }
    .contactus-address-box p {
        font-size: 15px;
        margin-bottom: 6px
    }
    .contactus-address-box h6 {
        font-size: 14px;
        line-height: 25px
    }
    .contactus-address-box h5 {
        margin-bottom: 2px;
        margin-top: 5px;
        font-size: 15px !important
    }
    .sr-italic-text h5 {
        font-size: 15px;
        line-height: 20px
    }
    .teams-inner h5 {
        font-size: 20px;
        line-height: 28px
    }
    .tm-icons .vc_icon_element-inner {
        width: 3em;
        height: 4em;
        font-size: 10px
    }
    .about-indus .vc_single_image-img {
        width: 150px
    }
    #achievements .caption {
        font-size: 13px;
        line-height: 16px
    }
    #new-achievements .caption {
        font-size: 13px;
        line-height: 16px
    }
    #new_achievements .caption {
        font-size: 13px;
        line-height: 16px
    }
    .bdp_blog_template {
        float: none;
        width: auto;
        margin-right: 0
    }
    .bdp_blog_template.classical {
        height: auto
    }
    .bdp_blog_template .bd-blog-header h2,
    .bdp_blog_template .bd-blog-header h2 a,
    .bdp_blog_template .bd_ad_container h4,
    .bdp_blog_template .blog_header h2,
    .bdp_blog_template .blog_header h2 a,
    .blog_template .bd_ad_container h4 {
        font-size: 17px
    }
    .bd-blog-header h2 {
        line-height: 23px !important
    }
    .serv-banner-img img {
        height: 150px
    }
    .services-banner-headings {
        margin-top: -70px;
        margin-bottom: 3px !important
    }
    #scroll {
        width: 25px;
        height: 25px
    }
    #scroll span {
        margin-left: -5px;
        margin-top: -8px;
        border: 5px solid transparent;
        border-bottom-color: #fff
    }
    .footer-social {
        float: none !important;
        padding: 12px 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .footer-bottom {
        margin-top: 0 !important
    }
    .services-banner-headings-margin {
        margin-top: -169px
    }
    .service-headings2 {
        line-height: 24px
    }
    .contact-banners img {
        height: auto !important
    }
    .contact-banner-headings {
        margin-top: -125px
    }
    .blog-view h1 {
        font-size: 19px;
        margin-bottom: 16px;
        margin-top: 16px
    }
    .blog-view h2 {
        font-size: 17px;
        margin-bottom: 14px
    }
    .home-testimon-box {
        height: auto
    }
    .hover {
        width: auto !important;
        height: auto
    }
    .infog-head {
        font-size: 26px
    }
    .cbox-height2 {
        height: 450px
    }
    .mrleft15 {
        margin-left: 4px
    }
    .transp-bg h5 {
        font-size: 12px !important
    }
    .transp-bg .service-headings2 {
        font-size: 12px !important;
        line-height: 20px
    }
    .services-banner-headings {
        margin-top: -125px
    }
    .srbox-height4 {
        height: 450px
    }
    .sr-gray-box-height1 {
        height: 395px
    }
    .srbox-height6 {
        height: 820px
    }
    .srbox-height-android {
        height: 575px
    }
    .services-banner-headings {
        margin-top: -220px
    }
    .services-headings-row h1 {
        font-size: 18px;
        margin-bottom: 17px
    }
    .services-headings-row h2 {
        font-size: 16px
    }
    .new-sheading-row .services-quote-btn button {
        padding: 9px 19px !important;
        margin-top: 25px !important;
        font-size: 12px !important
    }
    .new-smargin-top {
        margin-top: 35px
    }
    .service-gray-box {
        height: 275px
    }
    .careers-section h5 {
        padding: 20px 25px !important;
        font-size: 18px !important
    }
    .career-desc li {
        font-size: 15px
    }
    .career-details-box .exp-details li {
        font-size: 15px
    }
    .sr-gray-box-height2 {
        height: 490px
    }
    .utpointbox-height {
        height: 365px
    }
    .un-point-img img {
        width: 93%
    }
    .career-applynow-btn a {
        font-size: 15px !important;
        padding: 6px 15px !important
    }
    .sr-html5box-height {
        height: 380px
    }
    .new-service-bheadings {
        margin-top: 0 !important
    }
    .game-porting-se-box {
        height: 335px !important
    }
    .casino-game-ser-box {
        height: 380px !important
    }
    .min-height-auto {
        min-height: 208px !important
    }
    .newservice-section-headings-rows {
        top: 9% !important;
        width: 80% !important;
        right: 0 !important
    }
    .newservice-section-bheadings-rows h2 {
        font-size: 15px !important;
        line-height: 21px;
        clear: both;
        margin-bottom: 0 !important
    }
    .ads-header {
        display: block !important
    }
    .why_title h4 {
        margin-bottom: 20px;
        padding-top: 10px
    }
    .section_choose .info-blocks {
        height: 130px
    }
    .art-design-tech .col-sm-2 {
        padding: 5px
    }
    .art-design-tech img {
        width: 100%
    }
    .art-design-serv-section h4 {
        font-size: 18px;
        font-weight: 700
    }
    .art-design-serv-section .services-quote-btn button {
        font-size: 16px !important;
        padding: 13px 30px !important
    }
    .mbgame-dev-whyc-img {
        bottom: 0
    }
    .mrbt0 {
        margin-bottom: 0 !important
    }
    .mgdev-padding60 {
        padding-top: 0
    }
    .home-testimon-box {
        height: 290px !important
    }
    .ludo-portfolios-sec .hover {
        height: auto
    }
    .ludo-why-us h5 {
        font-size: 16px
    }
    .ludo-why-us .leftimg {
        left: -1rem;
        bottom: 0
    }
    .ludo-why-us .rightimg {
        right: 0;
        bottom: 3rem
    }
    .ludo-why-us h2 {
        font-size: 19px
    }
    .hgame-dev-sec {
        background-size: 70% 80%
    }
    .meta-banner-head h1 {
        margin-bottom: 0;
        padding-top: 25px
    }
    .meta-banner-head {
        margin-bottom: 25px !important
    }
    .meta-app-tabs li {
        width: 100%
    }
    .meta-app-tabs a {
        font-size: 18px;
        padding: 16px 26px 31px;
        margin-bottom: 10px
    }
    .card-services-list {
        height: 107px
    }
    .card-services-list p {
        font-size: 15px
    }
    .new-sheading-row .vc_col-sm-6 {
        width: 100%
    }
    .hm-headings h2 {
        font-size: 22px
    }
    .card-why-us h5 {
        font-size: 16px
    }
    .hgame-dev-sec .left-img img {
        height: 360px
    }
    .vr-game-tabs a {
        font-size: 23px;
        padding: 21px 10px 20px
    }
    .vr-game-tab-details .active {
        padding: 130px 40px 100px 45px
    }
    .vr-game-tab-details img {
        right: 5rem;
        bottom: 29rem
    }
    .vr-why-sec {
        padding-bottom: 216px
    }
    .list-right p:nth-of-type(2) {
        padding: 30px 10px;
        margin-top: 37px
    }
    .game-dev-why-choose h4 {
        font-size: 13px
    }
    .con-item1 {
        padding: 8px 0 8px 84px
    }
    .text-shape {
        height: 160px
    }
    .con-item2 {
        padding: 8px 7px 8px 63px
    }
    .con-item3 {
        padding: 8px 7px 8px 65px
    }
    .con-item5 {
        width: 159%;
        padding: 20px 7px 8px 68px
    }
    .con-item6 {
        width: 158%;
        padding: 20px 7px 10px 70px
    }
    .art-design-heads h2,
    .art-design-heads span {
        font-size: 22px !important
    }
    .art-design-heads h2,
    .art-design-heads h2 span,
    .art-design-heads h3,
    .art-design-heads h3 span {
        font-size: 18px
    }
    .art-design-serv-lists li,
    .art-design-serv-lists p {
        font-size: 14px;
        line-height: 20px
    }
    .art-design-serv-list ul {
        padding-top: 20px;
        padding-left: 0
    }
    .art-design-serv-list h3,
    .art-design-serv-list h5 {
        font-size: 20px
    }
    .art-design-why-ch h6:first-child,
    .art-design-why-ch h6:first-child {
        width: 91%
    }
    .art-design-why-ch h6:nth-child(2) {
        width: 97%
    }
    .art-design-why-ch h6:nth-child(3) {
        width: 103%
    }
    .art-design-why-ch h6:nth-child(4) {
        width: 107%
    }
    .art-design-why-ch h6:nth-child(5) {
        width: 112%
    }
    .art-design-why-ch h6:nth-child(6) {
        width: 116%
    }
    .about-us-banner-headings {
        top: 8%
    }
    .poker-game-dev-second .bullet-line-bg {
        background-size: auto 75%
    }
    .contact__form__sec h6 {
        right: 0
    }
}

@media(max-width:720px) {
    .hamburger {
        display: block !important;
        top: 14px !important
    }
    .mob-no-display {
        display: none
    }
    .mob-padding0 {
        padding: 0 !important
    }
    .home-sliders {
        display: none
    }
    .mobile-slider {
        display: block
    }
    .mobile-slider .bg-black {
        position: absolute;
        z-index: 1;
        top: 27px !important;
        left: 18px
    }
    .mobile-slider h3 {
        font-size: 40px !important;
        text-transform: uppercase !important;
        line-height: 48px !important;
        margin-bottom: 25px
    }
    .mobile-slider h1 {
        font-size: 14px !important;
        text-transform: uppercase !important;
        line-height: 18px !important;
        margin-bottom: 5px;
        color: #fff
    }
    .mobile-slider h2 {
        font-size: 14px !important;
        line-height: 18px !important;
        margin-bottom: 5px;
        color: #fff;
        text-transform: uppercase !important
    }
    .mobile-slider p {
        font-size: 10px !important;
        text-transform: capitalize !important;
        font-weight: 500;
        color: #fff;
        margin-bottom: 5px
    }
    .mobile-slider a {
        padding: 4px 11px;
        margin-top: 0;
        font-size: 10px;
        color: #fff;
        display: inline-block;
        font-weight: 600;
        border-radius: 30px;
        margin-right: 7px
    }
    .mobile-slider a:hover {
        color: #ec0000 !important
    }
    .slide-btn2 {
        left: 115px !important
    }
    .slide-btns {
        bottom: 6px;
        margin-left: 30px
    }
    .mobile-slider img {
        max-width: 100%;
        height: auto
    }
    .pc-no-display {
        display: block !important
    }
    .sr-unity-box-height1 {
        height: auto
    }
    .sr-unity-box-height2 {
        height: auto
    }
    .gray-box-height {
        height: 165px
    }
    .sboxheight {
        height: auto
    }
    .hService-tab-details img {
        width: 100% !important;
        height: auto !important
    }
    .swall-mar {
        margin-top: -38px !important;
        margin-bottom: 10px !important
    }
    .contact__form__sec h6 {
        right: 6.2rem
    }
}

@media(max-width:937px) {
    .sr-gray-box-height2 {
        height: auto
    }
    .utpointbox-height {
        height: auto
    }
    .heightauto {
        height: auto
    }
}

@media(max-width:767px) {
    .new-sheading-row .vc_col-sm-6 {
        width: 70%
    }
    .sr-gray-box-height2 {
        height: auto
    }
}

@media(max-width:600px) {
    .services-banner-headings {
        margin-top: 10px !important
    }
    .eight-wall-mar {
        margin-top: 35px !important;
        padding: 0 20px
    }
    .services-headings-row h1 {
        margin-bottom: 9px
    }
    .new-sheading-row .services-quote-btn button {
        padding: 7px 19px !important;
        margin-top: 14px !important
    }
    .sr-unity-box {
        height: auto !important
    }
    .heightauto {
        height: auto !important
    }
}

@media(max-width:500px) {
    .services-banner-image-pc {
        display: none
    }
    .services-banner-image-mobile-row {
        display: block
    }
    .new-service-bheadings {
        margin-top: 260px !important
    }
    .new-sheading-row .vc_col-sm-6 {
        width: 100%
    }
}

@media(max-width:450px) {
    .new-service-bheadings {
        margin-top: 230px !important
    }
    #mob-case-study {
        display: block
    }
    .textalign-left p {
        text-align: left !important
    }
    .meta-mob-tabs h5 {
        color: #fff;
        background-color: #ffad2d;
        padding: 13px 15px;
        font-size: 16px
    }
    .meta-mob-tabs h5:after {
        content: '\f067';
        font-family: FontAwesome;
        font-weight: 400;
        font-size: 13px;
        margin: 0 0 0 10px;
        float: right
    }
    .meta-mob-tabs .set h5.active {
        background-color: #ffad2d;
        color: #fff
    }
    .meta-mob-tabs .content {
        background-color: #ff8a00
    }
    .meta-mob-tabs .content p {
        color: #fff
    }
    .meta-mob-tabs-purple h3,
    .meta-mob-tabs-purple h5 {
        background-color: #be6ddf;
        color: #fff
    }
    .meta-mob-tabs-purple .content {
        background-color: #be6ddf
    }
    .meta-mob-tabs-purple .set h3.active,
    .meta-mob-tabs-purple .set h5.active {
        background-color: #be6ddf
    }
    #enquirynow {
        font-size: 18px;
        color: #fff;
        position: fixed;
        right: 0;
        bottom: 0;
        cursor: pointer;
        width: 100%;
        background-color: #ffab00;
        text-align: center;
        font-weight: 600;
        padding: 10px;
        border: none;
        display: none
    }
    #enquirynow-new {
        font-size: 18px;
        color: #fff;
        position: fixed;
        right: 0;
        bottom: 0;
        cursor: pointer;
        width: 100%;
        background-color: #ffab00;
        text-align: center;
        font-weight: 800;
        padding: 10px;
        border: none;
        display: none;
        z-index: 99
    }
    .enquirynow-mobile-button-half {
        position: fixed;
        left: 0;
        width: 50% !important
    }
    #whatsapp-btn {
        position: fixed;
        right: 0;
        bottom: 0;
        padding: 10px;
        background-color: #25d366;
        color: #fff;
        width: 50%;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        display: block !important
    }
    #whatsapp-btn:hover {
        text-decoration: none
    }
}

@media(max-width:430px) {
    .services-headings-row {
        top: 6%;
        padding: 0
    }
    .services-headings-row h1 {
        margin-bottom: 0;
        line-height: 24px
    }
    .services-headings-row h2 {
        font-size: 15px
    }
    .videobg iframe {
        width: auto
    }
    .video-bg iframe {
        width: 237px
    }
    .head-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .new-service-bheadings {
        margin-top: 170px !important
    }
    .new-sheading-row {
        left: 0
    }
    .head-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
    .ads-section .sub-head {
        font-size: 23px !important;
        line-height: 35px
    }
    .ads-section .heading {
        font-size: 28px !important
    }
    .html5-img {
        display: block
    }
    .html5-imgpc {
        display: none
    }
    .sketchfab-embed-wrapper iframe {
        width: 100%;
        height: auto
    }
    .ads-section #ads-ourworks .twod-img {
        height: 150px !important
    }
    .ads-section h1 {
        font-size: 19px;
        text-align: left
    }
    .ads-section h2 {
        font-size: 16px;
        margin-top: 25px;
        text-align: left;
        font-weight: 700
    }
    .ad-mhead {
        display: block !important
    }
    .ad-phead {
        display: none !important
    }
    .new-service-bheadings {
        margin-top: 170px !important
    }
    .mobile-portfolio-cateory {
        display: block
    }
    .pc-portfolio-cateory {
        display: none
    }
    .services-tech-points h5 {
        font-size: 15px
    }
    .game-dev-conslider-sec img {
        margin-top: 30px
    }
    .game-dev-banner-padding {
        padding-top: 10px
    }
    .hm-headings h2 {
        text-align: center !important
    }
    .game-dev-firstsec h2 {
        font-size: 30px
    }
    .game-dev-firstsec img {
        width: 100%;
        height: 300px;
        object-fit: contain;
        margin-bottom: 30px
    }
    .gm-whyc-img {
        width: 100%;
        position: unset
    }
    .mb-no-display {
        display: none !important
    }
    .mb-marg-top {
        margin-top: 30px
    }
    .mb-marg-top1 {
        margin-top: 70px
    }
    .art-portfolio-section-nw li {
        width: 100%
    }
    .section_choose .info-blocks {
        width: auto !important;
        height: 175px !important
    }
    .info-blocks .why_title {
        padding: 20px !important
    }
    .section_choose .info-blocks .why_title h3,
    .section_choose .info-blocks .why_title h4 {
        font-size: 20px !important;
        padding-top: 0
    }
    .main-content .owl-theme .custom-nav {
        display: none !important
    }
    .other-contact-head {
        font-size: 19px;
        margin-bottom: 0
    }
    .art-design-intro-section .h2-headings {
        font-size: 15px
    }
    .art-design-intro-section span {
        font-size: 22px
    }
    .art-design-intro-section {
        padding: 35px !important
    }
    .art-design-intro-section p {
        font-size: 15px
    }
    .art-img-right img {
        display: none
    }
    .art-img-left img {
        display: none
    }
    .art-design-serv-section h4 {
        font-size: 17px;
        font-weight: 600
    }
    .mt200 {
        margin-top: 20px
    }
    .art-design-key-roles .h2-headings {
        font-size: 20px
    }
    .art-design-key-roles span {
        font-size: 22px
    }
    .bg-item1,
    .bg-item2,
    .bg-item3,
    .bg-item4 {
        background-image: none;
        height: auto;
        padding: 20px;
        background-color: #fff
    }
    .bg-item1 h3,
    .bg-item1 h4,
    .bg-item2 h3,
    .bg-item2 h4,
    .bg-item3 h3,
    .bg-item3 h4,
    .bg-item4 h3,
    .bg-item4 h4 {
        font-size: 20px;
        font-weight: 600
    }
    .art-design-key-roles {
        padding-bottom: 10px
    }
    .mb-martop40 {
        margin-top: 40px !important
    }
    .padd-top-mb {
        padding-top: 30px
    }
    .ludo-portfolios-sec .hover {
        height: auto
    }
    .ludo-services-sec h2 {
        font-size: 17px;
        margin-bottom: 30px
    }
    .ludo-services-list p {
        font-size: 14px
    }
    .ludo-services-sec {
        padding: 40px 0;
        background-position: right;
        background-size: cover;
        height: auto
    }
    .ludo-services-sec .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 48%;
        float: left;
        margin-right: 5px
    }
    .ludo-services-list {
        background-size: 100%;
        height: 90px;
        margin-bottom: 10px !important
    }
    .hm-headings h2 {
        font-size: 19px
    }
    .marg-bt0 {
        margin-bottom: 0 !important
    }
    .home-testimon-box {
        height: auto !important
    }
    .hire-gm-design-key #game-dev-conslider {
        margin-top: 0;
        padding-top: 0
    }
    .twartists-why-choose h2 {
        text-align: left
    }
    .twartists-key {
        background-position: left
    }
    .hire-gm-design-why .new-smargin-top {
        margin-top: 0
    }
    .hire-gm-design-why #game-dev-consliders {
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .new-bheadings-mar {
        margin-top: 19rem !important
    }
    .threed-artist-why-choose h2 {
        text-align: left
    }
    .game-sma-box-3d::before {
        background-size: cover
    }
    .hire-gd-sec .new-smargin-top {
        margin-top: 0
    }
    .art-design-serv-section h2 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 20px
    }
    .meta-dev-section {
        background-size: cover
    }
    .meta-dev-section h2 {
        font-size: 25px
    }
    .meta-dev-section h2 span {
        font-size: 30px
    }
    .meta-dev-section h6 {
        font-size: 16px
    }
    .meta-dev-col p {
        font-size: 14px
    }
    .meta-heading-h2 {
        font-size: 24px
    }
    .meta-app-dev h6 {
        font-size: 17px;
        margin-bottom: 20px
    }
    .meta-app-tabs li {
        width: 100%
    }
    .meta-app-tabs a {
        font-size: 18px;
        padding: 17px 18px 30px
    }
    .meta-app-tab-details h3,
    .meta-app-tab-details h5 {
        font-size: 24px
    }
    .meta-app-tab-details p {
        font-size: 17px
    }
    .meta-serv-sec h6 {
        font-size: 18px;
        margin-bottom: 40px
    }
    .meta-serv-tab-details h5 {
        font-size: 22px
    }
    .meta-serv-tab-details p {
        font-size: 18px;
        line-height: 24px
    }
    .meta-tech-section h2 {
        font-size: 24px
    }
    .meta-tech-section h5 {
        font-size: 18px
    }
    .meta-serv-sec-img {
        display: none
    }
    .meta-serv-tabs li:nth-child(3) a {
        height: 140px
    }
    .meta-serv-tabs li:nth-child(5) a {
        margin-bottom: 0;
        padding: 70px 40px 50px
    }
    .meta-serv-tabs li:nth-child(7) a {
        margin-bottom: 0
    }
    .meta-serv-tabs a {
        font-size: 19px
    }
    .meta-app-tab-details img {
        bottom: 0
    }
    .meta-app-tab-details .active {
        padding: 0 47px 70px
    }
    .meta-app-dev {
        padding: 50px 0 14px;
        background-size: cover
    }
    .meta-banner-head h1 {
        font-size: 15px;
        padding-top: 21px
    }
    .meta-banner-head h2 {
        font-size: 10px
    }
    .meta-banner-head .services-quote-btn {
        margin-top: 25px
    }
    .meta-tec-col-7 {
        max-width: 100% !important;
        margin-bottom: 20px
    }
    .meta-tec-mg-right {
        margin-right: 0
    }
    .meta-tec-col li {
        width: 20%
    }
    .meta-tec-col p {
        font-size: 17px
    }
    .meta-tec-mg-left {
        margin-left: 0;
        margin-top: 30px
    }
    .meta-tech-section {
        padding: 32px 20px 30px
    }
    .hbackend-sec {
        background: 0 0
    }
    .hbackend-sec .home-heading h2 {
        font-size: 18px
    }
    .hbackend-sec h5 {
        font-size: 16px
    }
    .hbackend-key h2 {
        font-size: 19px !important
    }
    .hbackend-tech h4 {
        font-size: 26px
    }
    .hbackend-why span {
        font-size: 20px
    }
    .hbackend-why h2 {
        font-size: 18px;
        text-align: left
    }
    .hbackend-why #game-dev-consliders {
        padding: 25px 0
    }
    .hfront-end-sec {
        background: 0 0
    }
    .hfront-end-sec .home-heading h2 {
        font-size: 20px
    }
    .hfront-end-sec .home-heading {
        margin-bottom: 30px
    }
    .hfront-end-sec h5 {
        font-size: 16px
    }
    .hfront-end-key {
        padding-bottom: 20px;
        padding-top: 30px
    }
    .hfront-end-key h2 {
        font-size: 20px !important
    }
    .hfront-end-tech h4 {
        font-size: 22px !important
    }
    .hfront-end-why h2 {
        font-size: 19px;
        text-align: left
    }
    .hfront-end-why span {
        font-size: 21px
    }
    .hfront-end-why {
        padding-bottom: 20px;
        padding-top: 40px
    }
    .huiux-sec .home-heading h2 {
        font-size: 20px
    }
    .huiux-key h2 {
        font-size: 21px !important
    }
    .huiux-key {
        padding-bottom: 20px;
        padding-top: 20px
    }
    .huiux-key #game-dev-consliders {
        margin-top: 20px
    }
    .huiux-tech h4 {
        font-size: 23px !important
    }
    .huiux-why {
        padding-bottom: 30px;
        padding-top: 40px
    }
    .huiux-why h2 {
        font-size: 17px;
        text-align: left
    }
    .huiux-why span {
        font-size: 19px
    }
    .huiux-why #game-dev-conslider {
        margin-top: 20px
    }
    .hgame-dev-sec {
        background: 0 0
    }
    .hgame-dev-key {
        padding-bottom: 20px;
        padding-top: 20px
    }
    .hgame-dev-why {
        padding-bottom: 15px;
        padding-top: 35px
    }
    .hgame-dev-why h2 {
        text-align: left
    }
    .card-services-sec {
        padding: 25px 0 9px;
        height: auto;
        background-size: auto;
        background-position: initial
    }
    .card-services-list {
        height: auto;
        background-size: auto;
        padding: 20px 18px;
        border-radius: 10px
    }
    .card-services-list p {
        font-size: 19px
    }
    .banner-head-color h1 {
        font-size: 22px !important;
        margin-bottom: 17px;
        color: #fff
    }
    .banner-head-color h2 {
        font-size: 20px !important;
        color: #fff !important;
        margin-top: 10px;
        font-weight: 700
    }
    .banner-head-color .new-bheadings-mar {
        margin-top: 6rem !important
    }
    .vr-mob-tabs {
        display: block !important
    }
    .vr-mob-tabs h5 {
        background-color: #ffbd00;
        color: #fff;
        padding: 10px 11px
    }
    .vr-mob-tabs h5:after {
        content: '\f067';
        font-family: FontAwesome;
        font-weight: 400;
        font-size: 13px;
        margin: 0 0 0 10px;
        float: right
    }
    .vr-mob-tabs .set h5.active {
        background-color: #ffbd00;
        color: #fff
    }
    .vr-mob-tabs .content {
        background-color: #ffbd00
    }
    .vr-mob-tabs .content p {
        font-size: 17px
    }
    .vr-solutions-sec .vc_row {
        width: unset;
        padding-left: 15px;
        display: block
    }
    .vr-solutions-sec .mb-no-display {
        display: none
    }
    .vr-solutions-sec h2 {
        font-size: 40px
    }
    .vr-solutions-sec p {
        font-size: 18px;
        line-height: 22px
    }
    .vr-why-sec .vc_row-fluid {
        display: block;
        flex-direction: column;
        height: unset
    }
    .vr-why-row-end .wpb_wrapper {
        position: unset;
        bottom: 0;
        height: auto !important
    }
    .vr-why-sec {
        background-size: cover;
        padding-bottom: 80px;
        margin-bottom: 30px
    }
    .vr-why-sec h2 {
        font-size: 35px
    }
    .vr-tech-sec h2 {
        font-size: 30px
    }
    .vr-tec-row h6 {
        font-size: 25px
    }
    .vr-tec-row h5 {
        font-size: 18px
    }
    .vr-why-right-col {
        padding-top: 0
    }
    .huiux-sec {
        background: 0 0
    }
    .nft-game-slist {
        background-position: unset;
        background-size: unset
    }
    .list-left p,
    .list-right p {
        background-size: cover;
        font-size: 14px
    }
    .nft-game-slist h3,
    .nft-game-slist h4 {
        font-weight: 700
    }
    .nft-game-process .char-img {
        display: none
    }
    .nft-process-item {
        padding: 7px 9px 5px
    }
    .nft-game-process .third-process p {
        margin-bottom: 15px;
        margin-top: 27px
    }
    .con-item1,
    .con-item2,
    .con-item3,
    .con-item4,
    .con-item5,
    .con-item6 {
        width: 100%;
        padding: 17px;
        float: none;
        margin-bottom: 20px;
        background: rgba(39, 65, 110, .6)
    }
    .text-shape {
        display: none
    }
    .game-dev-end-serv h3,
    .game-dev-end-serv-right p {
        left: unset
    }
    .game-dev-why-choose {
        background-image: unset
    }
    .dfirst {
        padding: 20px 0 15px
    }
    .dsecond {
        padding-bottom: 15px
    }
    .unreal-game-why .vc_row-fluid {
        padding-left: 15px;
        width: unset
    }
    .unreal-game-why h3,
    .unreal-game-why h4 {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .unreal-game-why-second {
        background-position: left
    }
    .unreal-game-why-third .vc_row-fluid {
        padding-left: 15px;
        width: unset
    }
    .unreal-game-why-third h3,
    .unreal-game-why-third h4 {
        margin-top: 15px
    }
    .unreal-game-why-four {
        padding: 70px 0
    }
    .unreal-game-why-four .four-left {
        margin-bottom: 25px
    }
    .art-design-serv-section .vc_row-fluid {
        width: unset;
        padding-left: 15px
    }
    .art-design-serv-list ul {
        padding-left: 20px;
        margin-bottom: 0;
        padding-top: 0
    }
    .art-design-serv-list li {
        margin: 10px 0 10px
    }
    .art-design-serv-list a {
        padding-top: 30px
    }
    .art-design-serv-lists li,
    .art-design-serv-lists p {
        font-size: 15px
    }
    .art-design-tech .h2-headings,
    .art-design-tech span {
        font-size: 21px
    }
    .art-design-why-ch h2 {
        font-size: 24px
    }
    .art-design-why-ch h4,
    .art-design-why-ch h6 {
        width: 100% !important;
        background: #1f91ac;
        background-image: none
    }
    .art-design-why-ch {
        padding: 30px 0 30px
    }
    .html-banner-head h1 {
        font-size: 13px !important;
        letter-spacing: 0;
        padding: 4px 0
    }
    .html-banner-head h2 {
        padding: 10px 51px 30px;
        font-size: 12px !important;
        line-height: 14px !important
    }
    .html-services h2 {
        font-size: 21px
    }
    .hserv12 img {
        width: 30% !important
    }
    .html-serv-h5 {
        left: 1rem !important
    }
    .html-ch .vc_row-fluid {
        padding: 15px
    }
    .ribbon-parent {
        width: unset
    }
    .ribbon-parent h3 {
        font-size: 14px;
        padding: 10px 4px 17px 12px
    }
    .ribbon::after,
    .ribbon::before {
        border-right: 0px solid transparent
    }
    .html-ch h2 {
        font-size: 21px
    }
    .hch-right1,
    .hch-right2 {
        width: auto;
        float: none
    }
    .hch-right1 p,
    .hch-right2 p {
        padding: 5px 20px 20px 42px
    }
    .hch-left1 h5,
    .hch-left2 h5,
    .hch-right1 h5,
    .hch-right2 h5 {
        width: auto
    }
    .html-ch button {
        padding: 8px 18px;
        font-size: 13px;
        margin-bottom: 0
    }
    .hch-right1 {
        margin-top: 0
    }
    .flex-end {
        justify-content: center
    }
    .html-case h2 {
        font-size: 21px
    }
    .html-case-list h5 {
        font-size: 17px
    }
    .html-case-list {
        padding: 20px 20px !important
    }
    .html-case-list p span {
        font-size: 15px
    }
    .html-stack h2 {
        font-size: 21px
    }
    .html-stack h5 {
        font-size: 20px
    }
    .html-stack p {
        font-size: 15px
    }
    .html-services img {
        width: 100px;
        height: auto
    }
    .new-banner-headings h1 {
        font-size: 30px;
        line-height: 100% !important;
        margin-bottom: 15px !important
    }
    .new-banner-headings .new-service-bheadings {
        margin-top: 75px !important
    }
    .new-banner-headings .services-quote-btn button {
        margin-left: 10px
    }
    .art-design-intro-section .vc_row-fluid {
        padding-right: 15px
    }
    .services-banner-image-mobile-row .wpb_content_element {
        margin-bottom: 0 !important
    }
    .art-portfolio-section-nw .hover {
        width: 100% !important
    }
    .portfolio-box img {
        height: auto !important
    }
    .new-filter {
        padding-left: 0
    }
    .art-portfolio-section-nw h5 {
        font-size: 15px
    }
    .art-deisgn-top-mar {
        margin-top: 0
    }
    .banner-mobile-img {
        display: block
    }
    .banner-pc-img {
        display: none
    }
    .home-new-slider .banner-box {
        padding: 0 20px !important;
        top: 35% !important;
        text-align: center
    }
    .home-new-slider h1 {
        font-size: 25px !important
    }
    .home-new-slider p {
        font-size: 15px !important;
        line-height: 20px;
        font-weight: 600
    }
    .banner-box {
        height: 100%
    }
    .home-new-slider .row {
        height: 100%
    }
    .banner-box .vc_column_container {
        height: 100%
    }
    .slide-btn {
        position: unset
    }
    .game-dev-why-choose h3,
    .game-dev-why-choose h4 {
        font-size: 15px
    }
    .mb-game-dev-servic-section-bg {
        background-position: right;
        background-size: auto
    }
    .mobile-game-dev-why-ch {
        background-image: none
    }
    .mbfirst {
        padding: 10px 0 10px
    }
    .mbsecond {
        padding-bottom: 0
    }
    .mobile-game-dev-why-ch h3 {
        font-size: 15px
    }
    .game-dev-why-chooses .dfirst {
        padding: 20px 0 10px
    }
    .game-dev-why-chooses .dsecond {
        padding-top: 0;
        padding-bottom: 0
    }
    .new-game-dev-serv-sec {
        background: 0 0;
        padding: 0 0 !important
    }
    .game-dev-firstsec h3 {
        font-size: 17px;
        font-weight: 600
    }
    .testimonial img {
        width: 50%;
        height: 50px;
        float: none
    }
    .services-banner-image-mobile-row {
        padding: 0 !important
    }
    .offset-1 {
        margin-left: 0
    }
    #services-page-testimonial .testimonial .tns-item {
        padding-right: 0
    }
    .banner-top0 {
        top: 0
    }
    .about-us-banner-headings .services-banner-headings {
        margin-top: 40px !important;
        padding: 15px 10px
    }
    .about-us-banner-headings .services-banner-headings h1 {
        font-size: 19px !important
    }
    .poker-game-tech-right-img {
        width: 11%
    }
    .poker-game-tech-left-img {
        width: 84%
    }
    .poker-game-dev-second {
        background-size: cover
    }
    .poker-game-dev-second img {
        position: relative;
        bottom: 2rem
    }
    .poker-game-dev-second .bullet-line-bg {
        margin-top: 0
    }
    .hcase-study-bg {
        margin-bottom: 20px
    }
    .hcase-study-bg:hover .casestudy-arrow {
        display: none
    }
    .borderline-bg p {
        padding: 20px 39px;
        line-height: 21px;
        font-size: 14px
    }
    .virtual-reality-intro {
        padding-left: 15px !important;
        padding-top: 20px
    }
    .virtual-reality-intro .vc_row-fluid {
        padding-left: 15px
    }
    .vir-left-bg {
        padding: 48px 25px
    }
    .vir-right-img {
        position: unset;
        width: 100% !important
    }
    .vir-left-img {
        bottom: 0
    }
    .vir-platforms .home-heading {
        font-size: 26px
    }
    .vir-platforms {
        padding: 153px 0 0
    }
    .vir-reality-dev-mtop {
        margin-top: 0
    }
    .vir-reality-dev-box {
        margin-bottom: 20px
    }
    .otherh2 {
        font-size: 21px
    }
    .home-new-slider img {
        width: 100%;
        height: 400px !important
    }
    .unity3d-intro h2 {
        text-align: left !important
    }
    .unity3d-intro h3 {
        font-size: 15px
    }
    .unity3d-key img {
        position: unset
    }
    .unity3d-adv p {
        font-size: 14px;
        line-height: 19px
    }
    .unity3d-adv h3 {
        font-size: 15px
    }
    .unity3d-adv .panel2,
    .unity3d-adv .panel3 {
        height: auto
    }
    .unity3d-adv {
        background: url(/wp-content/uploads/2022/10/unity3d-mobile-bg.webp)
    }
    .nft-why-box-height,
    .nft-why-box-height2 {
        height: auto
    }
    .nft-expertise-box {
        background: 0 0;
        text-align: center
    }
    .nft-expertise-box img {
        width: 40%
    }
    .nft-expertise-box .row {
        background-color: #1a3c4b;
        margin-bottom: 20px
    }
    .nft-full-bg .nft-process-item {
        margin-bottom: 25px
    }
    .nft-game-list-bg {
        margin-bottom: 40px
    }
    .nft-portfolios-sec .nft-portf-slides img,
    .nft-portfolios-sec .third-slide {
        height: auto !important
    }
    .nft-testimonials img {
        width: 50%;
        margin: 0 auto
    }
    .nft-list-services .list-left p {
        background-size: 100% 100%
    }
    .nft-list-services .list-right p:nth-of-type(2) {
        padding: 0;
        margin-top: 0
    }
    .new-banner-headings .margtop40 {
        margin-top: 40% !important
    }
    .nft-sec1 {
        background: url(/wp-content/uploads/2022/10/nft-mobile-bg.jpg)
    }
    .nft-list-services .fleft p {
        height: auto
    }
    .nft-list-services h3 {
        font-size: 13px;
        font-weight: 600
    }
    .ludo-game-intro-sec {
        margin-top: 50px
    }
    .ludo-game-headings,
    .ludo-game-intro-sec h2 {
        font-size: 19px !important
    }
    .ludo-left-coin {
        width: 80px;
        bottom: 3rem;
        float: left;
        right: 0
    }
    .ludo-right-coin {
        width: 84px;
        top: -11rem;
        right: 0;
        float: left
    }
    .ludo-game-box {
        height: auto
    }
    .ludo-game-features-box {
        background-repeat: repeat
    }
    .ludo-game-features-box .col-sm-10 {
        padding-left: 30px
    }
    .ludo-game-services-list img {
        width: 100%;
        position: unset;
        height: auto
    }
    .ludo-game-services-list {
        margin-bottom: 10px;
        margin-top: 0
    }
    .ludo-mar-top {
        margin-top: 170px
    }
    .ludo-game-banner-header .margtop40 {
        margin-top: 65% !important
    }
    .ludo-game-services-list li {
        font-size: 15px
    }
    .ludo-game-services-list ul {
        padding-left: 0
    }
    .hcase-study-bg {
        height: auto
    }
    .card-game-main-sec .ludo-game-features-box {
        background-repeat: repeat
    }
    .adstestimonials img {
        width: 50% !important;
        margin-top: 15px;
        display: block;
        margin-left: auto
    }
    .adstestimonials h4 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 21px
    }
    .ads-clientele .hclients-tab-details img {
        width: 100% !important
    }
    .card-game-portfolios .prevbtn {
        position: unset
    }
    .card-game-portfolios .nextbtn {
        position: unset
    }
    .card-game-portfolios .middle-arrow {
        display: inline-flex
    }
    .card-game-intro {
        top: 5rem
    }
    .casino-game-main-sec .ludo-game-box {
        height: auto
    }
    .casino-game-main-sec .card-game-intro {
        top: 3rem
    }
    .adsportfolios h4 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 0
    }
    .mb-flex-center {
        display: flex !important;
        flex-direction: column;
        justify-content: center
    }
    .ludo-game-features-box .col-sm-2 {
        width: 16%
    }
    .ludo-game-features-box .col-sm-10 {
        width: 83%
    }
    .ludo-game-features-box img {
        padding-left: 15px;
        padding-right: 15px
    }
    .ludo-game-fea-img {
        margin-top: 0;
        margin-bottom: 1rem
    }
    .card-game-portfolio-list li {
        margin-bottom: 5px
    }
    .new-banner-headings .margtop75 {
        margin-top: 75% !important
    }
    .new-banner-headings .margtop57 {
        margin-top: 57% !important
    }
    .baloot-game-main-sec .clients-tabs,
    .card-game-main-sec .clients-tabs,
    .ludo-clientele .clients-tabs {
        border-radius: 70px;
        display: flex;
        justify-content: center;
        padding-top: 15px
    }
    .baloot-game-main-sec .clients-tabs a,
    .card-game-main-sec .clients-tabs a,
    .ludo-clientele .clients-tabs a {
        margin-bottom: 10px
    }
    .ludo-game-main-sec {
        background: url(/wp-content/uploads/2022/12/ludo-mobile-bg.png);
        overflow: unset !important;
        padding-top: 180px
    }
    .vc_section[data-vc-full-width] {
        overflow: unset !important
    }
    .ludo-game-main-sec .adsportfolios img {
        height: auto;
        width: 100%;
        object-fit: unset !important;
        margin-top: 15px
    }
    .card-game-main-sec .ludo-game-box {
        height: auto
    }
    .adsportfolios img {
        height: auto;
        width: 100%
    }
    .ads-marg20 {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .card-game-main-sec {
        background: url(/wp-content/uploads/2022/12/card-mobile-bg.png);
        padding-top: 100px
    }
    .baloot-game-intro {
        position: unset;
        margin-top: 170px
    }
    .baloot-game-intro p {
        font-size: 18px;
        line-height: 23px
    }
    .baloot-game-main-sec .ludo-mar-top {
        margin-top: 0
    }
    .baloot-game-main-sec .ludo-game-fea-img {
        width: 85%;
        height: auto
    }
    .baloot-game-heading {
        font-size: 21px !important;
        font-weight: 600;
        line-height: 33px
    }
    .baloot-game-main-sec .heading-border-img {
        width: 40%;
        margin-bottom: 0
    }
    .baloot-mar-left {
        margin-left: 0
    }
    .baloot-mar-top {
        margin-top: 0
    }
    .baloot-game-box {
        margin-bottom: 30px
    }
    .baloot-left-img {
        width: 100%;
        position: unset;
        height: auto
    }
    .baloot-game-banner-header h1 {
        font-size: 33px !important
    }
    .casino-game-main-sec {
        background: url(/wp-content/uploads/2022/12/casino-mobile-bg.png);
        padding-top: 100px;
        background-size: 100% 100%;
        background-position: top
    }
    .margtop75 h1 {
        margin-bottom: 0 !important
    }
    .baloot-arabic .baloot-game-intro {
        position: unset;
        margin-top: 70px
    }
    .baloot-arabic .ludo-game-features-box .col-sm-10 {
        padding-right: 35px
    }
    .baloot-arabic .baloottestimonial h5 {
        text-align: right;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 3px
    }
    .baloot-arabic .baloottestimonial h6 {
        text-align: right
    }
    .baloot-arabic .baloottestimonial img {
        width: 50% !important;
        margin-top: 15px;
        display: block;
        margin-left: auto
    }
    .switchbox {
        top: 2.5rem;
        padding: 6px 6px
    }
    .switchbox label {
        width: 120px;
        height: 15px
    }
    .switchbox label span.off,
    .switchbox label span.on {
        font-size: 13px;
        height: 13px;
        padding: 4px 1px
    }
    .switchbox input+label::before {
        top: 0
    }
    .ads-marg-top45 {
        margin-top: 45px
    }
    .services-banner-section {
        position: relative
    }
    .banner-row-services {
        bottom: 0 !important;
        top: auto;
        width: 100% !important
    }
    .banner-row-services .new-service-bheadings,
    .banner-row-services .services-quote-btn1 {
        text-align: center !important
    }
    .banner-row-services h1 {
        text-align: center !important
    }
    .banner-row-services h2 {
        font-size: 14px !important;
        line-height: 19px;
        text-align: center !important
    }
    .mb-top-marg30 {
        margin-top: 30px
    }
    .hover {
        height: auto;
        width: 100% !important
    }
    .art-design-tech img {
        width: 100%;
        height: auto
    }
    .cbox-height3 {
        height: auto
    }
    #wa-widget-send-button {
        bottom: 0 !important;
        height: auto;
        min-width: 50px;
        border-radius: 0;
        box-shadow: none;
        right: 0;
        left: auto;
        padding: 10px;
        width: 50%;
        display: none;
        text-align: center;
        font-size: 18px;
        font-weight: 800
    }
    span.messageUs-Text {
        display: inline
    }
    .wa-chat-box {
        bottom: 0 !important;
        right: 0;
        left: auto
    }
    #wa-widget-send-button i {
        font-size: 20px;
        margin-right: 5px
    }
    .game-sma-box h3 {
        font-size: 14px
    }
    .contact__form__sec .wpcf7-form {
        padding: 0
    }
    .contact__form__sec h6 {
        font-size: 20px;
        right: 9rem;
        top: 32rem
    }
    .contact__form__sec .vc_column_container {
        padding-left: 15px;
        padding-right: 15px
    }
    .contact__form__sec .offset-2 {
        margin-left: 6%
    }
}

@media(max-width:414px) {
    .services-banner-headings {
        margin-top: -85px
    }
    .services-headings-row h1 {
        line-height: 23px
    }
    .char-img img {
        display: none
    }
    .transp-bg .service-headings2 {
        font-size: 14px !important
    }
    .srbox-height4 {
        height: 320px
    }
    .custom-services img {
        width: 100%
    }
    .sr-gray-box-height1 {
        height: auto
    }
    .srbox-height6 {
        height: auto
    }
    .srbox-height-android {
        height: auto
    }
    .gd-services h2 {
        font-size: 20px;
        display: none
    }
    .gd-services span {
        font-size: 30px
    }
    .custom-services-list {
        padding-left: 0
    }
    .custom-services-list li {
        width: 31%
    }
    .custom-services-list a {
        font-size: 13px
    }
    .chart-img {
        display: none
    }
    .ads-section h1 {
        font-size: 30px
    }
    .ads-section h2 {
        font-size: 20px
    }
    .ads-section .sub-head {
        font-size: 17px !important;
        line-height: 30px
    }
    .ad-box p {
        font-size: 16px
    }
    .ads-section .heading {
        font-size: 21px !important
    }
    .ads-section .head {
        font-size: 18px !important
    }
    .bn-img {
        margin-top: 0
    }
    .ads-section .sketchfab-embed-wrapper iframe {
        width: 100%;
        height: auto
    }
    .ads-section .th4 {
        font-size: 15px;
        line-height: 25px
    }
    .ads-section .contactus label {
        text-align: left;
        font-size: 15px
    }
    #ads-testimonial {
        padding-top: 0
    }
    .ads-section .mrgs-top {
        margin-top: 30px
    }
    .ads-section .contactbtn {
        padding: 4px 19px;
        font-size: 13px;
        position: unset
    }
    .ads-section .counter-number {
        font-size: 20px
    }
    .ads-section .counter-box {
        margin-top: 16px;
        margin-bottom: 18px !important
    }
    .ads-header {
        display: block !important;
        position: static
    }
    .html5-img {
        display: block
    }
    .html5-imgpc {
        display: none
    }
    .m25px {
        margin-top: 35px
    }
    .services-banner-image-pc {
        display: none
    }
    .services-banner-image-mobile-row {
        display: block
    }
    .new-service-bheadings h1 {
        font-size: 15px;
        text-align: center !important;
        font-weight: 700;
        margin-bottom: 17px
    }
    .new-service-bheadings h2 {
        font-size: 14px;
        text-align: center !important
    }
    .new-service-bheadings {
        margin-top: -153px
    }
    .new-sheading-row .services-quote-btn button {
        padding: 10px 20px !important;
        margin-top: 20px !important
    }
    .heightauto {
        height: auto !important
    }
    .new-smargin-top {
        margin-top: 35px
    }
    .careers-section h5 {
        padding: 16px 10px !important;
        font-size: 16px !important
    }
    .career-desc li {
        float: none;
        width: auto;
        font-size: 16px;
        background-size: 10px;
        background: url(/wp-content/uploads/2021/08/circle-black.png) no-repeat left 6px
    }
    .career-details-box .exp-details li {
        width: auto;
        float: none;
        font-size: 15px;
        margin-bottom: 10px
    }
    .career-applynow-btn a {
        font-size: 15px !important;
        padding: 6px 14px !important
    }
    .utpointbox-height {
        height: auto
    }
    .services-heads-blue h1 {
        color: #fff
    }
    .services-heads-blue h2 {
        color: #fff
    }
    .game-porting-se-box {
        height: auto !important
    }
    .services-faq-section h5 {
        font-size: 16px;
        line-height: 21px
    }
    .game-porting-se-box1 {
        height: auto !important;
        min-height: auto !important
    }
    .videobg iframe {
        width: auto
    }
    .video-bg {
        background-size: 121% 100%
    }
    .video-bg iframe {
        width: auto
    }
    .dst-img {
        height: auto
    }
    .pc-portfolio-cateory {
        display: none
    }
    .mobile-portfolio-cateory {
        display: block
    }
    .otherpage-awards img {
        width: auto;
        height: auto !important
    }
    .serv-testi-box {
        height: auto
    }
    .head-section {
        background-position: center;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .ads-section #ads-ourworks .twod-img {
        height: 150px !important
    }
    .ads-section h2 {
        font-size: 16px;
        text-align: left;
        font-weight: 600
    }
    .ads-section h1 {
        font-size: 15px !important;
        text-align: left
    }
    .ads-section .ad-phead {
        display: none
    }
    .ads-section .ad-mhead {
        display: block
    }
    .mb-martop40 {
        margin-top: 40px !important
    }
    .new-banner-headings h1 {
        font-size: 23px
    }
    .new-banner-headings h2 {
        font-size: 15px;
        font-weight: 600
    }
    .banner-top0 {
        top: 0
    }
    .baloot-game-banner-header h2 {
        font-size: 18px !important;
        font-weight: 500 !important
    }
    .nft-whych-char {
        width: 100%
    }
    .contact__form__sech6 {
        top: 22rem
    }
}

@media(max-width:430px) {
    .new-service-bheadings {
        margin-top: 170px !important
    }
    .serv-testi-box {
        height: auto
    }
    .mobile-slider .bg-black {
        padding: 10px 10px !important
    }
    .mb-martop40 {
        margin-top: 40px !important
    }
    .mb-game-dev-servic-section h3 {
        font-size: 16px
    }
    .mb-game-dev-servic-section .rw-padding {
        padding-top: 0
    }
    .game-sma-box h6 {
        font-weight: 600 !important
    }
    .mgdev-padding60 {
        padding-top: 10px
    }
    .mrbt0 {
        margin-bottom: 0 !important
    }
    .new-bheadings-mar {
        margin-top: 15rem !important
    }
    .fantacy-app-sec .leftimg {
        left: 0
    }
    .fantacy-app-sec .rightimg {
        right: 0
    }
    .nft-whych-char {
        width: 100%
    }
}

@media(max-width:428px) {
    .mobile-slider .bg-black {
        padding: 0 10px !important
    }
    .game-sma-box h6 {
        font-size: 14px
    }
    .game-sma-box h4 {
        font-size: 27px;
        margin-bottom: 25px;
        margin-top: 20px
    }
    .service-lists li::before {
        width: 18px;
        line-height: 12px;
        top: -3px !important;
        position: relative;
        font-size: 6px
    }
    .service-lists li {
        margin-bottom: 16px;
        line-height: 23px
    }
    .service-lists ul {
        padding-left: 10px
    }
    .setop {
        top: 5% !important
    }
    .page-numbers li {
        width: auto;
        float: none
    }
    .hover {
        margin-right: 0 !important
    }
    .hover .vc_figure {
        width: 100% !important
    }
    .hover .vc_single_image-wrapper {
        width: 100%
    }
    .ehover10 img {
        width: 100%
    }
    .art-3d-img-left {
        width: 100%;
        position: unset;
        margin-bottom: 25px
    }
    .art-design-serv-2d li,
    .art-design-serv-3d li,
    .art-design-serv-animation li,
    .art-design-serv-uiux li {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 0 !important
    }
    .art-design-serv-3d {
        padding-bottom: 24px
    }
    .art-design-serv-2d a,
    .art-design-serv-3d a,
    .art-design-serv-animation a,
    .art-design-serv-uiux a {
        margin-top: 0;
        padding-top: 10px !important
    }
    .art-design-serv-2d p,
    .art-design-serv-3d p,
    .art-design-serv-animation p,
    .art-design-serv-uiux p {
        color: #606060;
        font-size: 16px;
        margin-bottom: 0
    }
    .art-design-serv-2d li::before,
    .art-design-serv-3d li::before,
    .art-design-serv-animation li::before,
    .art-design-serv-uiux li::before {
        margin-top: 5px;
        position: relative;
        top: 2px
    }
    .art-design-serv-2d li,
    .art-design-serv-3d li,
    .art-design-serv-animation li,
    .art-design-serv-uiux li {
        font-size: 15px;
        line-height: 5px
    }
    .art-design-tech-rightimg {
        width: 100%;
        position: unset;
        margin-top: 25px
    }
    .art-design-why-sec img {
        height: auto;
        width: 100%;
        position: unset
    }
    .padding0 {
        padding: 0 !important
    }
    .art-design-serv-uiux img {
        margin-bottom: 30px
    }
    .animation-char {
        margin-top: 40px
    }
    .footer-newui .locations {
        padding: 5px;
        margin: 1px;
        background-size: 100% 100%
    }
    .footer-newui .locations h5 {
        bottom: .9rem;
        font-size: 20px
    }
    .footer-newui .mob-footer .footer-menu a {
        color: #fff !important
    }
    .footer-newui .footer-bottom {
        text-align: center;
        margin-bottom: 0px;
        margin-top: 10px
    }
    .footer-newui .footer-bottom p {
        text-align: center !important;
        font-size: 14px
    }
    .footer-newui .footer-social {
        margin-top: 20px;
        float: none;
        display: flex;
        justify-content: center
    }
    #mobile-btns {
        z-index: 3;
        position: relative
    }
    .fixed-top {
        height: 17vw
    }
    .mob-logo {
        width: 40%
    }
}

@media(max-width:415px) {
    .new-service-bheadings {
        margin-top: 160px !important
    }
    .new-banner-headings .vc_btn3-container {
        text-align: center;
        display: block
    }
    .ludo-game-banner-header .vc_btn3-container {
        text-align: left !important
    }
    .margtop75 .vc_btn3-inline {
        text-align: left !important
    }
}

@media(max-width:400px) {
    .new-service-bheadings {
        margin-top: 170px !important
    }
    .new-banner-headings .vc_btn3-container {
        text-align: center;
        display: block
    }
    .about-us-banner-headings .services-banner-headings {
        margin-top: 30px !important;
        padding: 7px 0
    }
    .ludo-game-banner-header .vc_btn3-container {
        text-align: left !important;
    }
    .margtop75 .vc_btn3-inline {
        text-align: left !important;
    }
    .margtop75 {
        margin-top: 95% !important;
    }
}

@media(max-width:391px) {
    .contact__form__sec h6 {
        font-size: 17px;
        right: 8.7rem;
    }
    
}

@media(max-width:376px) {
        .main-banner h1 {
        font-size: 26px !important;
    }
        .pbox {
        padding-top: 5px !important;
    }
        .pbox {
        padding-top: 5px;
    }
    .col-xs-6 {
        width: 50% !important;
        float: left
    }
    .col-xs-4 {
        width: 33.33333333%;
        float: left
    }
    .services-section-bg {
        background-image: url(/wp-content/uploads/2021/07/gamedevelopment-services-bg-mobile.jpg)
    }
    .mob-no-display {
        display: none
    }
    .pc-no-display {
        display: block
    }
    .services-headings-row-new {
        position: absolute !important;
        top: 17% !important;
        left: 10px
    }
    .textalign-left p {
        text-align: left !important
    }
    .heightauto {
        height: auto !important
    }
    .srbox-height4 {
        height: auto
    }
    .new-sheading-row .services-quote-btn button {
        padding: 6px 15px !important
    }
    .custom-services a {
        font-size: 13px
    }
    .service-gray-box {
        height: auto
    }
    .service-desc-box {
        min-height: auto
    }
    .gray-box-height2 {
        height: auto !important
    }
    .pdleft {
        padding-left: 20px
    }
    .new-service-bheadings {
        margin-top: 100px !important
    }
    .head-section {
        background-position: center;
        background-size: cover;
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }
    .ads-section #ads-ourworks .twod-img {
        height: 150px !important
    }
    .ads-section h2 {
        font-size: 16px;
        text-align: left;
        font-weight: 600
    }
    .ads-section h1 {
        font-size: 15px !important;
        text-align: left
    }
    .section_choose .info-blocks {
        width: auto !important;
        height: 180px !important
    }
    .section_choose .info-blocks .why_title h3,
    .section_choose .info-blocks .why_title h4 {
        font-size: 18px !important
    }
    #nft-dev-list-slide h4 {
        font-size: 16px
    }
    .mb-martop40 {
        margin-top: 40px !important
    }
    .game-sma-box h4 {
        font-size: 22px
    }
    .new-bheadings-mar {
        margin-top: 15rem !important
    }
    .casino-game-ser-box,
    .sr-gray-box-height1 {
        height: auto !important
    }
    .setop {
        top: 5% !important
    }
    .ribbon-parent {
        width: 100%
    }
    .ribbon::after,
    .ribbon::before {
        border-top: 60px solid #cacaca
    }
    .new-banner-headings .vc_btn3-container {
        text-align: center;
        display: block !important
    }
    .home-new-slider h1 {
        font-size: 30px !important
    }
    .home-new-slider .banner-box {
        top: 40px !important
    }
    .about-us-banner-headings .services-banner-headings {
        margin-top: 10px !important;
        padding: 7px 0
    }
    .bullet-line-bg {
        background-size: auto 72%
    }
    .slide-btn {
        bottom: 58px !important
    }
    .contact__form__sec h6 {
        font-size: 17px;
        right: 9rem
    }
}

@media(max-width:360px) {
    .contact__form__sec h6 {
        font-size: 17px;
        right: 9rem
    }
        .head-box {
        margin-top: 0;
    }
        .head-box {
        margin-top: 0;
    }
}

@media (min-width:300px) and (max-width:640px) {
    .col-xs-4 {
        width: 33%
    }
    .col-xs-3 {
        width: 25%
    }
    .col-xs-6 {
        width: 50%
    }
    .mob-no-display {
        display: none
    }
    .navbar .navbar-toggler-icon {
        top: -42px
    }
    header .toggle {
        margin-top: 25px !important
    }
    .body-heading-section h1 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0
    }
    .home-serviceTab-details {
        padding: 10px
    }
    .tp-caption h3 {
        font-size: 10px !important;
        line-height: 14px !important;
        margin-bottom: 6px
    }
    .tp-caption p {
        font-size: 10px !important
    }
    .bg-black {
        padding: 2px 3px !important;
        margin-top: -20px
    }
    .tp-caption a {
        padding: 7px 9px;
        margin-top: 10px;
        font-size: 10px
    }
    .home-heading {
        margin: 10px 0;
        font-size: 15px;
        line-height: 24px
    }
    .home-services {
        padding: 15px 10px
    }
    .home-heading-h6 {
        font-size: 13px
    }
    .home-services p {
        font-size: 13px
    }
    .service-tabs li {
        width: 45%;
        padding-left: 20px;
        padding-right: 20px
    }
    .service-tabs a {
        font-size: 13px;
        line-height: 17px;
        display: block
    }
    .hService-tab-details a {
        font-size: 11px;
        line-height: 15px
    }
    .home-clients p {
        font-size: 16px
    }
    .clients-tabs a {
        font-size: 12px;
        padding: 4px 8px 7px;
        min-width: 83px;
        margin-left: 8px;
        margin-bottom: 11px
    }
    .home-testimonials {
        padding: 25px 0;
        margin-top: 0
    }
    .home-testimonials p {
        font-size: 14px
    }
    .testimon-box h4 {
        font-size: 15px
    }
    .testimon-box h6 {
        font-size: 13px
    }
    .viewmore {
        padding: 7px 29px;
        font-size: 13px
    }
    .home-achievements {
        padding: 30px 0;
        margin-top: 0
    }
    .home-blogs {
        padding: 20px 0;
        margin-top: 0
    }
    .blog-right {
        padding: 11px 15px 9px 12px
    }
    .hblog-box img {
        width: 100px
    }
    .hblog-box h5 {
        font-size: 14px
    }
    .hblog-box p {
        line-height: 20px;
        font-size: 14px
    }
    .hblog-box span {
        font-size: 13px;
        padding: 7px 13px
    }
    .home-why-choose p {
        font-size: 14px
    }
    .home-why-choose h3 {
        font-size: 15px
    }
    .home-case-studies h3,
    .home-case-studies h5 {
        font-size: 14px;
        margin-bottom: 15px
    }
    .hover {
        width: 100%;
        height: auto
    }
    .ehover10 h4 {
        font-size: 12px
    }
    .ehover10 h6 {
        font-size: 14px
    }
    .home-contactus {
        padding: 30px 0
    }
    .home-contactus p {
        font-size: 14px
    }
    .footer h5 {
        font-size: 15px;
        margin-bottom: 13px
    }
    .footer-menu a {
        line-height: 26px;
        font-size: 13px
    }
    .footer-news li {
        font-size: 13px
    }
    .locations p {
        font-size: 14px !important
    }
    .footer-bottom p {
        font-size: 11px;
        line-height: 21px
    }
    .footer-social a {
        font-size: 12px
    }
    #achievements .item {
        margin-left: 10px;
        margin-right: 10px;
        height: 220px
    }
    #achievements img {
        width: 100% !important;
        height: auto !important
    }
    #new-achievements .item {
        margin-left: 10px;
        margin-right: 10px;
        height: 220px
    }
    #new-achievements img {
        width: 100% !important;
        height: auto !important
    }
    #new_achievements img {
        width: 100% !important;
        height: auto !important
    }
    #new_achievements .item {
        margin-left: 10px;
        margin-right: 10px;
        height: 220px
    }
    .img-height400 {
        height: auto
    }
    .slogan-mobile {
        display: block
    }
    .slogan-other {
        display: none
    }
    .content-box {
        height: auto
    }
    #homemob-testimonial .owl-controls {
        text-align: center
    }
}

@media(max-width:320px) {
    .bg-black {
        margin-left: 0 !important
    }
}

@media(max-width:390px) {
    .mb-martop40 {
        margin-top: 17px !important
    }
    .art-design-tech h6 {
        font-size: 15px;
        text-align: center;
        margin-top: 10px;
        font-weight: 600
    }
    .art-design-key-roles .h2-headings {
        font-size: 17px
    }
    .new-bheadings-mar {
        margin-top: 13rem !important
    }
    .card-services-list p {
        font-size: 20px
    }
    .ludo-game-banner-header h2 b {
        font-weight: 600
    }
    .ludo-game-intro-sec p {
        font-size: 16px
    }
    .ludo-game-banner-header .services-quote-btn1,
    .ludo-game-banner-header h1,
    .ludo-game-banner-header h2 {
        text-align: left !important
    }
    .ludo-game-banner-header .vc_btn3-container {
        text-align: left !important
    }
    .margtop75 {
        margin-top: 95% !important
    }
    .wpb_text_column.wpb_content_element.services-banner-headings.new-service-bheadings.margtop75.ludo-game-banner-header {
        margin-top: 89% !important
    }
    .ludo-game-intro-sec {
        margin-top: 5px
    }
    .card-game-main-sec {
        padding-top: 60px
    }
    .baloot-game-banner-header h1 {
        font-size: 28px !important
    }
    .baloot-game-banner-header h2 {
        font-size: 28px !important;
        margin-top: 20px;
        font-weight: 600;
        font-size: 16px !important
    }
    .baloot-arabic .baloot-game-intro {
        margin-top: 95px
    }
}

@media(max-width:374px) {
    .new-service-bheadings {
        margin-top: 130px !important
    }
    .new-bheadings-mar {
        margin-top: 14rem !important
    }
    .ludo-services-list p {
        font-size: 12px
    }
    .ludo-services-list {
        height: 82px
    }
    .mb-martop40 {
        margin-top: 17px !important
    }
    .art-design-serv-section h1 {
        font-size: 20px;
        font-weight: 600
    }
    .art-design-intro-section {
        padding: 25px 0 !important
    }
}

@media(max-width:360px) {
    .art-design-why ul {
        padding-left: 10px
    }
    .footer-newui .locations a {
        font-size: 13px !important
    }
}

@media(max-width:350px) {
    .new-service-bheadings {
        margin-top: 70px !important
    }
    .footer-newui .locations a {
        font-size: 13px
    }
}

@media(max-width:320px) {
    header .toggle {
        margin-top: 10px !important
    }
    .new-service-bheadings {
        margin-top: 25px !important
    }
    .new-service-bheadings h1 {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 16px
    }
    .new-service-bheadings h2 {
        font-size: 13px;
        line-height: 15px
    }
    .bg-black {
        margin-left: 0 !important
    }
    .art-design-key-roles .h2-headings {
        font-size: 14px
    }
}

@media(max-width:300px) {
    .new-service-bheadings {
        margin-top: 70px !important
    }
}

@media(max-width:289px) {
    .new-service-bheadings {
        margin-top: 18px !important
    }
}

@media(max-width:215px) {
    .new-service-bheadings {
        margin-top: -33px !important
    }
    .new-service-bheadings h1 {
        font-size: 13px;
        margin-bottom: 0
    }
    .new-sheading-row .services-quote-btn button {
        padding: 4px 15px !important;
        font-size: 9px !important;
        margin-top: 0 !important
    }
}

@media only screen and (max-width:600px) {
    .latest__portfolios .hoverbox {
        width: 100% !important
    }
    .hover,
    .hoverbox {
        width: 100% !important
    }
}

.fixed-top {
    position: fixed !important;
    background: #000000c7;
    z-index: 9
}

@media(min-width:768px) and (max-width:1024px) {
    .brands_slider .slick-slide img,
    .brands_slider img {
        width: 130px !important;
        object-fit: contain;
        height: 100px !important
    }
}

@media(min-width:1025px) {
    .brands_slider .slick-slide img,
    .brands_slider img {
        width: 175px !important;
        object-fit: contain;
        height: 100px !important
    }
}

@media(max-width:767px) {
    .brands_slider .slick-slide img {
        display: block;
        width: 150px !important;
        height: 75px !important;
        object-fit: contain
    }
    #enquirynow-new {
        font-size: 18px;
        color: #fff;
        position: fixed;
        right: 0;
        bottom: 0;
        cursor: pointer;
        width: 100%;
        background-color: #ffab00;
        text-align: center;
        font-weight: 800;
        padding: 10px;
        border: none;
        display: none;
        z-index: 99
    }
}

@media(max-width:500px) {
    .brands_slider.slick-initialized .slick-slide {
        display: block;
        width: 150px !important
    }
}

@media(min-width:501px) and (max-width:767px) {
    .brands_slider.slick-initialized .slick-slide {
        display: block;
        width: 200px !important
    }
}

@media(min-width:1100px) {
    .brands_slider.slick-initialized .slick-slide {
        display: block;
        width: 250px !important
    }
}

.ehover10.hover {
    max-width: 47% !important;
    height: auto;
    margin: 10px !important;
    padding: 0 !important;
    border: 5px solid #000;
    transition: .5s
}

.ehover10.hover:hover {
    transform: scale(1.05)
}

.ehover10:hover img {
    transform: translate(0)
}

.ehover10 .overlay {
    transition: .5s ease !important;
    background: rgba(0, 0, 0, .8);
    top: auto !important
}

.ehover10:hover .overlay {
    transform: translateY(-175px)
}

.ehover10 h2,
.ehover10 h3,
.ehover10 h4,
.ehover10 h5,
.ehover10 h6,
.ehover10 p {
    text-align: center !important;
    color: #fff !important;
    display: grid;
    align-items: center;
    justify-content: center;
    font-family: Rajdhani, sans-serif
}

.ehover10 .vc_custom_heading {
    font-size: 20px !important
}

@media(max-width:767px) {
    .ehover10:hover .overlay {
        transform: translateY(-85px)
    }
    .footer-newui .footer-bottom p {
        text-align: center !important
    }
    .ehover10 img,
    .ehover10.hover {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important
    }
    .ehover10 .vc_custom_heading {
        font-size: 18px !important
    }
    .ehover10.hover {
        max-width: 100% !important;
        margin: 10px 0 !important
    }
    .fixed-top {
        height: 10vh !important
    }
    .mob-logo {
        width: 150px !important
    }
}

@media(min-width:768px) and (max-width:800px) {
    .ehover10:hover .overlay {
        transform: translateY(-65px)
    }
    .ehover10 img,
    .ehover10.hover {
        height: auto !important
    }
}

@media(min-width:801px) and (max-width:1024px) {
    .ehover10:hover .overlay {
        transform: translateY(-100px)
    }
}

@media(min-width:1025px) and (max-width:1200px) {
    .ehover10 img,
    .ehover10.hover {
        height: 325px !important
    }
}

@media(min-width:1201px) and (max-width:1500px) {
    .ehover10 img,
    .ehover10.hover {
        height: 405px !important
    }
    .ehover10 img {
        object-fit: cover !important;
        height: 405px !important;
        border: 0 !important
    }
}

.ehover10 .overlay h2,
.ehover10 .overlay h2 b,
.ehover10 .overlay h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important
}

@media(min-width:1150px) {
    .home-new-slider,
    .home-new-slider .vc_box_border_grey img {
        height: 100vh !important;
        object-fit: cover
    }
}

@media only screen and (max-width:2000px) and (min-width:1501px) {
    .ehover10 img,
    .ehover10.hover {
        height: 450px !important
    }
    .ehover10 img {
        object-fit: cover !important;
        height: 450px !important;
        border: 0 !important
    }
}

@media(min-width:2001px) {
    .ehover10 img,
    .ehover10.hover {
        height: 405px !important
    }
    .ehover10 img {
        object-fit: cover !important;
        height: 405px !important;
        border: 0 !important
    }
}

div#services-page-testimonial {
    display: flex;
    overflow: hidden
}

.testimonial-inline {
    display: inline-flex !important;
    overflow: hidden;
    width: 100% !important;
    min-width: 100% !important
}

.testimonial-inline .cl-box {
    width: fit-content !important;
    min-width: 48% !important
}

.cl-it-box {
    min-width: 50% !important
}

#services-page-testimonial .card {
    border: 0;
    margin: 10px;
    outline: 0;
    cursor: grab
}

#services-page-testimonial .slick-dots li button:before {
    color: #000 !important;
    font-size: 18px
}

#services-page-testimonial .card-body h3 {
    color: #000;
    align-item: left;
    font-weight: 600;
    margin: 40px 0 0 0
}

#services-page-testimonial .cust_card_btn_div {
    margin: 0 0 50px
}

#services-page-testimonial .cust_card_btn {
    color: #fff;
    Background: #991B1E;
    padding: 16px 40px;
    position: absolute;
    right: 0
}

#services-page-testimonial .card-body span {
    background: #991b1e;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    position: relative;
    float: right;
    margin-bottom: 50px
}

button.slick-arrow,
ul.slick-dots {
    display: none !important
}

button.nextbtn:focus,
button.prevbtn:focus {
    border: 0;
    outline: 0
}

.item.slick-slide {
    height: auto !important
}

.contact__form___sec__bg .wpcf7-not-valid:focus-visible+span.wpcf7-not-valid-tip,
.floating-contact-new .wpcf7-not-valid:focus-visible+span.wpcf7-not-valid-tip {
    display: none
}

.floating-contact-new .wpcf7-not-valid {
    border: 2px solid #cac4c4fc !important
}

.bottom-contact-form .wpcf7-not-valid {
    border-bottom: 1px solid #9f9999b3 !important
}

.contact__form__sec input.wpcf7-form-control {
    height: 60px;
    border: 1px solid #ccc
}

.contact__form__sec textarea.wpcf7-form-control {
    height: 90px;
    border: 1px solid #ccc
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: absolute;
    text-align: right;
    top: 23px;
    right: 0
}

.contact__form__sec span.wpcf7-not-valid-tip {
    top: 40px
}

.contact__form__sec span.your-message span.wpcf7-not-valid-tip {
    top: 13px !important
}

.floating-contact-new span.wpcf7-not-valid-tip {
    position: absolute;
    text-align: right;
    top: 10px;
    right: 10px
}

span.your-message span.wpcf7-not-valid-tip,
span.yourMessage span.wpcf7-not-valid-tip {
    top: -10px !important
}

@media(max-width:1300px) {
    .bottom-contact-sec2 span.wpcf7-not-valid-tip,
    .contact__form___sec__bg span.wpcf7-not-valid-tip {
        position: relative;
        text-align: right;
        font-size: 14px;
        top: 0;
        right: 0
    }
    .contact__form__sec span.your-message span.wpcf7-not-valid-tip {
        top: 0 !important
    }
    .contact__form___sec__bg span.wpcf7-not-valid-tip,
    .floating-contact-new span.wpcf7-not-valid-tip {
        font-size: 14px !important
    }
    .contact__form__sec textarea.wpcf7-form-control {
        height: 70px;
        border: 1px solid #ccc
    }
    .contact__form__sec input.wpcf7-form-control {
        height: 45px;
        border: 1px solid #ccc
    }
}

.client__testimonial__box h3 {
    color: #31b4db !important;
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 4px !important
}

.client__testimonial__box h4 {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    color: #31b4db !important;
    font-style: italic
}

.ehover10 .overlay h3 {
    text-transform: uppercase;
    font-weight: 300 !important
}

@media(max-width:430px) {
    .ehover10 .overlay h3 {
        font-size: .8rem !important
    }
    .ehover10 .overlay h2 {
        font-size: 18px !important
    }
    .ehover10 .overlay {
        height: 78px !important
    }
    .headings-h2 {
        font-size: 36px !important
    }
}

.headings-h2 {
    display: grid !important;
    font-size: 57px !important
}

.headings-h2 br {
    display: none
}

@media(min-width:1100px) {
    .row.blue-back-img,
    .row.green-back-img {
        position: relative
    }
    .row.green-back-img:before {
        content: '';
        background: linear-gradient(90deg, #70aa50, #086);
        position: absolute;
        width: 65%;
        height: 95%;
        right: 0;
        top: 0;
        border-top-right-radius: 100px;
        z-index: -1
    }
    .row.blue-back-img:before {
        content: '';
        background: linear-gradient(90deg, #5974c0, #11acf1);
        position: absolute;
        width: 62%;
        height: 79%;
        left: 15px;
        bottom: 36px;
        border-top-left-radius: 150px;
        z-index: -1
    }
}

@media screen and (max-width:991px) {
    .blue-back-right-img img,
    .green-back-left-img img {
        display: none
    }
    .row.green-back-img {
        margin-top: 0 !important
    }
}

.footer-newui p.foot-title {
    color: #f7bf2e;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px
}

.modal-body {padding: 20px !important;background: #000;color: #fff;border-radius: 30px;}
.wpcf7-form label {width: 100%;margin: 12px 0 0;}
.color-yellow{color:#fe9700;}
.modal-content {background-color: #ec0000 !important;border: none;border-radius: 10px;}
.close {font-size: 30px;line-height: 1;color: #fff !important; text-shadow: 0;}
.wpcf7-form-control.wpcf7-submit:hover{background-color: #fe9700;}
.bg-black-div{background: #000;color: #fff !important;margin-bottom: 40px;}
.bg-gry-div {background: #333;}