@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,700;1,800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #0b0c0d;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 32px;
}

small {
    color: #E87848;
}

.theme-color {
    color: #4869e8;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 32px;
}

.border-lg-end {
    border-right: 1px solid #e1e1e1;
}

.line-50 {
    line-height: 50px;
}

section {
    scroll-margin: 60px;
}
.section:nth-child(2n) {
    z-index: 99;
}

.fixed-top {
    z-index: 99999 !important;
}

.text-black {
    color: black;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-32 {
    font-size: 32px;
    line-height: 1.5;
}

.font-36 {
    font-size: 36px;
    line-height: 1.5;
}

.font-38 {
    font-size: 38px;
}

.font-46 {
    font-size: 46px;
}

.line-1-5 {
    line-height: 1.5;
}

.mt-10 {
    margin-top: 10%;
}

.mb-10 {
    margin-bottom: 10%;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pt {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.p-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.w-60 {
    width: 60%;
}

.navbar {
    padding: 26px 0px;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: rgb(255 255 255 / 10%);
}

.navbar-toggler {
    background-color: white;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0px 16px;
}

.navbar .phone-icon {
    font-size: 22px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    list-style: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    padding: 0px 16px;
}

.banner-logo {
    width: 100px;
    height: auto;
}

.darkHeader {
    background-color: #fff;
}

.darkHeader .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000;
}

.darkHeader .phone-icon {
    color: #000;
}

.darkHeader .phone-icon svg path {
    fill: #000;
}

.clearHeader .dark-logo {
    display: none;
}

.darkHeader .light-logo {
    display: none;
}

.darkHeader .dark-logo {
    display: block !important;
    width: 100px;
    height: auto;
}

.hero {
    background-color: #f3f3f3;
    min-height: 100vh;
    width: 100%;
}

.bg-red ul li::before, .bg-black ul li::before{
    content: "";
    background-image: url(../img/right-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -35px;
}

.bg-red {
    background-color: #F1F1F1;
}
.bg-black {
    background-color: #0b0c0d;
}

.hero #header_form .form-group label {
    color: rgb(255, 0, 0);
    padding-top: 5px;
    font-size: 12px;
}

#footer_form .form-group label {
    color: white;
    padding-top: 5px;
}

.footer-from #submitservbottom {
    border-radius: 3px;
    font-family: poppins, sans-serif;
    background: #4869e8;
    border: none;
    width: 100%;
    font-style: normal;
}

.bg-red .ld-form-box .ld-form-solution #world-form .form-group label {
    color: rgb(255, 0, 0);
    padding-top: 5px;
}

/* .hero h1 { font-size: 44px; } */
.ht-80 {
    width: 80px;
    height: 80px;
}

.ht-50 {
    height: 50px;
}

.ht-40 {
    height: 40px;
}

.hero #header_form .form-group .form-control {
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #aeb1b9;
    background: #ffffff;
    color: #6C757D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.hero #header_form .form-group .form-control-extraClass{
    padding: 8px 50px !important;
}

.hero #header_form #submitservtop {
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    background: #0b0c0d;
    border: none;
    width: 100%;
    font-style: normal;
}

.hero .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 0 !important;
}

.hero-rw {
    border-radius: 20px;
    background: #3C59C7;
    padding: 32px 50px;
}

ul {
    list-style: none;
}

.offer-box {
    border-radius: 4px;
    background-color: #f8f8f8;
    padding: 40px;
    height: 400px;
}

.game-genres {
    background-image: url(../img/game-genres-we-specialize.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 626px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.child {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.bt-0 {
    align-items: flex-end;
    padding: 20px;
}

.game-genres:hover .hover-show {
    display: block;
}

.game-nft {
    background-image: url(../img/nft-bg.webp);
}

.platformers {
    background-image: url(../img/platformers-img.webp);
}

.action-img {
    background-image: url(../img/action-img.webp);
}

.mmo-img {
    background-image: url(../img/mmo-img.webp);
}

.sport-img {
    background-image: url(../img/sports-img.webp);
}

.online-img {
    background-image: url(../img/online-img.webp);
}

.recognized-section img {
    width: 150px;
    height: auto;
}

.wagmi-bg {
    background-image: url(../img/wagmi-bg.jpg);
}

.tfl-bg {
    background-image: url(../img/tfl-bg.webp);
}

.dominos-bg {
    background-image: url(../img/dominos-bg.webp);
}

.wagmi-section .game-child {
    color: #FFB09F;
}

.wagmi-section .slick-arrow::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wagmi-section {
    background-color: #0b0c0d;
}

.section-red-color {
    font-weight: 700 !important;
    color: #2ed06e !important;
}

.wagmi-section .slick-prev::before {
    background-image: url(../img/new-images/left-arrow.webp);
}

.wagmi-section .slick-next::before {
    background-image: url(../img/new-images/right-arrow.webp);
}

.wagmi-section .slick-prev {
    left: -20px;
    z-index: 9;
}

.wagmi-section .slick-next {
    right: 20px;
}

.star-section .slick-arrow::before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.star-section .slick-prev::before {
    background-image: url(../img/arrow-left-line.svg);
}

.star-section .slick-next::before {
    background-image: url(../img/arrow-right-line.svg);
}

.theme-btn {
    height: 70px;
    padding: 0px 46px;
    background-color: #0b0c0d !important;
    border-color:#0b0c0d !important ;
    font-weight: 600;
}

.three-card .card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    height: 400px;
}

.three-card .card {
    padding: 2.2rem;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    box-shadow: none !important;
}

.three-card .card-title {
    color: #232323;
    font-size: 28px;
    font-weight: 600;
}

.three-card .card-img-top {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.blueBg {
    background-color: #0643d6 !important;
    box-shadow: 5px 24px 40px 0 rgba(42, 49, 59, .11);
    border-radius: 0;
}
.greeBg {
    background-color: #2ed06e !important;
    box-shadow: 5px 24px 40px 0 rgba(42, 49, 59, .11);
    border-radius: 0;
}
.blackBg {
    background-color: #0b0c0d !important;
    box-shadow: 5px 24px 40px 0 rgba(42, 49, 59, .11);
    border-radius: 0;
}


.work-bg img {
    width: 50px;
    height: auto;
}

.box-work {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 30px 20px 30px;
    box-shadow: 0 25px 70px rgba(0,0,0,.07);
}

.star-section {
    background-color: #F1F1F1;
}

.app-development-section {
    background-image: url(../img/section-01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.footer-from {
    background-image: url(../img/footer-from-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.message-icon {
    width: 26px;
    height: 18px;
}

.phone-bootom-icon {
    width: 26px;
    height: 24px
}

.w-40px {
    width: 40px;
    height: auto;
}

.h-40 {
    height: 40px;
}

.w-80 {
    width: 80px;
    height: auto;
}

.w-130 {
    width: 130px;
    height: auto;
}

.industry-section img {
    width: 150px;
    height: auto;
}

.footer-from form .form-control {
    padding: 8px 10px;
    border-radius: 3px;
    border: 2px solid #AEB1B9;
    background: #F1EEEE;
    color: #6C757D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.footer-from form .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 0 !important;
}

.footer-from form #submitservtop {
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    background: #4869E8;
    border: none;
    width: 100%;
    font-style: normal;
}

.footer-top.location-li {
    padding: 0 25px;
}

.footer-top .location-wrap img {
    height: 95px !important;
    margin-bottom: 20px !important;
}

.footer-top h6 {
    font-size: 20px !important;
}

.footer-top .footer-middle p.longdesc {
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.footer-top .location-li .btn-text-only {
    font-size: 14px !important;
}

.footer-top .view_location {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.footer .copy-rights {
    font-size: .8em !important;
}

footer .copy-rights a {
    font-size: .9em;
}

.icon-widths-f {
    margin: 0 auto;
}

.icon-widths-f img {
    width: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.footer-bottom .copy-rights a {
    color: #333;
}

.bg-red .ser-box .ser-icon img {
    width: 30px;
    height: auto;
    padding: 0;
}

.game-genres:hover .hover-show {
    display: block;
    padding-bottom: 80px;
}

/* .game-genres.game-genres-we-specialize:hover .hover-show.mob-show { bottom: 15px; } */
.game-genres:hover .hover-show {
    display: block;
}

.child:hover .hover-show {
    display: block;
}

#date {
    height: auto;
    display: block;
    background: #ededed;
    padding: 10px 40px;
    padding-top: 20px;
}

/* .ld-form-solution { background-color: #fff; padding: 15px 30px; padding-bottom: 20px; } */
.inline-form-carousel form .form-group input {
    height: auto;
    background-color: #fff;
    border: 1px solid #aeb1b9;
    padding: 10px 10px;
    width: 100%;
    font-size: 15px;
    border-radius: 3px;
}

.form-control:focus {
    box-shadow: none;
}

.bg-red .inline-form-carousel form .form-group input {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc9;
    color: #000;
    font-size: 16px;
    padding: 12px 0;
}

.bg-red .inline-form-carousel form .form-group input {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc9;
    color: #000;
    font-size: 16px;
    padding: 12px 0
}

.ld-form-solution input:focus {
    border-bottom: 1px solid #000 !important
}

.bg-red .inline-form-carousel form .form-group input::placeholder {
    color: #b2bdc7;
    opacity: 1
}

.bg-red textarea.form-control::placeholder {
    color: #b2bdc7
}

.bg-red textarea.form-control {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ccc9 !important;
    color: #000;
    padding: 12px 0;
    font-size: 16px;
}

.bg-red textarea.form-control:focus {
    border-bottom: 1px solid #000 !important
}

.bg-red .form-control:focus {
    box-shadow: none
}

.date-box {
    background: #fff;
    height: 80px;
    width: 90px;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    text-align: center;
}

.date-box .name {
    color: #e7243b;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    margin-bottom: 4px;
}

.date-box .date-num {
    display: block;
    color: #000;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    position: relative;
}

#date .owl-nav .owl-next,
#date .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#date .owl-nav .owl-next,
#date .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fa-caret-left:before,
.fa-caret-right:before {
    color: #9a9a9a;
    font-size: 30px;
}

#date .owl-prev {
    left: -1px;
}

#date .owl-next {
    right: -1px;
}

.control-label {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}

.ld-form-solution .inline-form-carousel form .form-action button {
    height: 45px;
    background-color: #2ed06e !important;
    font-size: 16px !important;
    width: 100%;
    border: none;
    color: #0b0c0d;
}

.inline-form-carousel form .form-group input {
    height: auto;
    background-color: #fff;
    border: 1px solid #aeb1b9;
    padding: 10px 10px;
    width: 100%;
    font-size: 15px;
    border-radius: 3px;
}

.owl-prev::before {
    background-image: url(../img/arrow-left-s-fill.svg);
}

.owl-next::before {
    background-image: url(../img/arrow-right-s-fill.svg);
}

#date .owl-nav .owl-prev::before {
    content: "";
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

#date .owl-nav .owl-next::before {
    content: "";
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

#date .owl-nav .owl-next span {
    display: none;
}

#date .owl-nav .owl-prev span {
    display: none;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent !important;
}

.owl-carousel .owl-stage {
    display: flex;
    justify-content: space-around;
}

.dominos img {
    width: 80%;
    margin: auto;
}

.wagmi-img {
    position: relative;
}

.star-section .slick-prev {
    left: -100px;
}

.star-section .slick-next {
    right: -100px;
}

.pt-80 {
    padding-top: 80px;
}

.mt-50 {
    margin-top: 50px;
}

.position-btm-0 {
    bottom: 70px;
}
.position-btm-1 {
    bottom: 40px;
}

.mb-340 {
    margin-bottom: 300px;
}

.mb-50 {
    margin-bottom: 50px;
}

.w-40 {
    width: 40% !important;
}

.counter .number {
    position: relative;
    letter-spacing: 2px;
}

.counter .number span {
    font-size: 42px !important;
}

.counter .number span {
    font-weight: 600;
    letter-spacing: 0;
    margin-right: 5px;
}

.box-section .ser-box {
    padding: 30px 50px;
    /* background-color: #f1f1f1; */
    min-height: 360px;
    height: 100%;
    border-radius: 20px;
    border: 3px solid #000;
}

.ser-box .ser-content h3 {
    color: #232323;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.slider-2 .center-slider a {
    color: #ffffffb0;
    font-size: 12px;
    font-weight: 600;
}

.our-services .ser-box .ser-icon img {
    height: 80px;
}

.slider-2 .center-slider a:hover {
    text-decoration: underline;
    color: #fff;
}

.new-footer-form{
    background-color: #0b0c0d;
}

.new-footer-form .title.h2 {
    font-size: 46px !important;
    font-weight: 600;
}

.new-footer-form #footer_form input.form-control {
    border-radius: 3px;
    border: solid 1px #aeb1b9;
    background-color: #fff;
    padding: 24px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.new-footer-form .form-control {
    height: 43px;
}

.new-footer-form textarea {
    height: auto !important;
    font-size: 14px;
}

.new-footer-form #footer_form .btn-primary {
    width: 100%;
    background: #2ed06e !important;
    color: #0b0c0d;
}

.new-footer-form #footer_form .btn-primary {
    height: 49px;
    width: 100%;
    border-radius: 3px !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 10px;
}

.footer-top .footer-email a {
    padding-left: 10px;
    transition: .3s;
    font-weight: 500;
    font-size: 24px !important;
    color: #2c2e30;
}

.footer-top .footer-email a:hover {
    color: #0056b3;
}

.w-140 {
    width: 80px;
    height: auto;
}



.form_div {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-40%);
    width: 300px;
    height: auto;
    padding: 10px 20px 2px !important;
    background: #fff;
    box-sizing: border-box;
    transition: .5s;
    box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .08);
    border: 1px solid #c2d1db;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 9;
}
.form_div_sc {
    z-index: 99;
    position: fixed;
    right: -300px;
}
.toggle {
    height: 171px;
    width: 48px;
    cursor: pointer;
    background: #2ed06e;
    left: -48px;
    top: 50%;
    line-height: 68px;
    transform: translateY(-50%);
    transition: .2s ease-in-out;
}

.toggle, .toggle.active:before {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
}

.toggle.active:before {
    content: '\f00d';
    font: 900 18px/1 FontAwesome;
    color: #0b0c0d;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2ed06e;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.date-box, .icon-widths-f, .icon-widths-f li, .toggle, footer .location-li {
    text-align: center;
}

.toggle span {
    color: #0b0c0d;
    display: block;
    transform: rotate(-90deg);
    width: 150px;
    height: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    z-index: 1;
    font-weight: 600;
}

.form_div_sc h3 {
    font-size: 22px !important;
    font-weight: 600;
}

.form_div h3 {
    margin-bottom: 20px !important;
    margin-top: 10px;
}

.form_div.active {
    right: -3px;
}

.toggle.active {
    height: 50px;
}

.toggle.active span {
    display: none;
}

.form_div_sc h3 {
    font-size: 22px !important;
}

.form_div h3 {
    margin-bottom: 20px !important;
    margin-top: 10px;
}

.sticky-form form .form-group input {
    border: 1px solid #aeb1b9;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
}

.sticky-form form .form-group textarea {
    width: 100%;
    border-radius: 3px;
    resize: none;
    background-color: #fff;
    border: 1px solid #aeb1b9;
}

.side-form button {
    height: 45px;
    background-color: #0b0c0d !important;
    font-size: 16px!important;
    width: 100%;
    border: none;
    font-weight: 700;
}

.z-top {
    z-index: 9999 !important;
    position: relative;
}

.custom-container{
    max-width: 1020px !important;
}


@media (max-width: 575px) {
    .font-20 {
        font-size: 16px;
    }

    .hero .form-check-input {
        width: 12px;
        height: 12px;
    }
}

@media(max-width: 767px) {
    .p-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .pt-50 {
        padding-top: 30px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .mt-30 {
        margin: 20px;
    }

    .child .hover-show {
        display: block;
    }

    .wagmi-img {
        top: 20px;
    }

    .game-genres .hover-show {
        display: block;
    }

    .mob-show {
        margin-bottom: 80px;
    }

    .pb-80 {
        padding-bottom: 50px;
    }

    .pt-80 {
        padding-top: 50px;
    }

    h1.h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    h1,
    .h1 {
        font-size: 28px;
    }

    .h2,
    .h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .hero-rw {
        padding: 32px 30px;
    }

    .three-card .card {
        height: auto;
    }

    .hero .font-16 {
        font-size: 14px;
    }

    .font-18 {
        font-size: 16px;
    }

    .font-46 {
        font-size: 36px;
    }

    .font-36 {
        font-size: 24px;
    }

    .font-38 {
        font-size: 28px;
    }

    .border-lg-end {
        border-bottom: 1px solid #e1e1e1;
        border-right: none;
    }

    .theme-btn {
        height: 54px;
        padding: 0px 24px;
    }

    .new-footer-form .title.h2 {
        font-size: 32px !important;
    }

    .box-section .ser-box {
        height: auto;
    }

    .industry-section img {
        width: 80px;
    }

    .mob .font-16 {
        font-size: 12px;
    }

    .bg-red ul li::before,
    .bg-black ul li::before  {
        display: none;
    }

    .bg-red ul {
        padding: 0px;
    }

    .bg-red .ser-box .ser-icon img {
        display: none;
    }

    .navbar-collapse {
        background-color: white;
        margin-top: 14px;
        padding-bottom: 10px;
    }

    .navbar-nav {
        padding-top: 10px;
    }

    .navbar .phone-icon {
        color: #000;
    }

    .clearHeader .phone-icon svg path {
        fill: #000;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #000;
    }

    .offer-box {
        height: auto;
        padding: 24px;
    }

    .mb-340 {
        margin-bottom: 20px;
    }

    .technologies-img {
        width: 125px;
        height: auto;
    }

    .w-140 {
        width: 60px;
    }

    
    .pt {
        padding-top: 50px;
    }

    .form_div{
        display: none;
    }

    .recognized-section img{
        width: 100px;
    padding: 10px;
    }

    .mobile-140{
        padding-top: 140px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 780px) {
    .hero-rw .border-lg-end {
        margin-bottom: 30px;
    }

    .border-md-none {
        border: none;
    }

    .font-46 {
        font-size: 38px;
    }

    h2,
    .h2 {
        line-height: 1.5;
    }
}

.header-slider .slick-slide {
    transition: opacity 100ms ease 0s !important;
}
.copy-rights a:hover {
    color: #4869e8;
}


@media (max-width: 992px){
	.position-absolute {
		position: initial !important;
	}
	.w-md-100{
		width: 100% !important;
	}
}

.iti.iti--allow-dropdown{
    width: 100%;
}


.tmsg_wrapper .tmsg_side_button {
    color: #000 !important;
    background-color: #2ed06e !important;
}