@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;800;900&display=swap);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth
}

.our-about .head_txt {
    text-align: center;
    margin: 0 0 7rem 0
}

.modal-content {
    border-radius: 12px
}

.head_ft {
    text-align: center
}

.head_ft img {
    width: 292px;
    margin: 0 auto;
    display: block
}

.head_ft a {
    display: block;
    margin: 28px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.head_ft a i {
    padding: 0 14px
}

.head_ft p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px
}

.company-top .list .item:hover {
    background: #333;
    transform: translateY(-20px)
}

.heading.image-txt h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 31px;
    color: #333
}

section.calltoaction-section.dark-mode {
    text-align: left;
    background: url(../images/our-about-bg.png) no-repeat #fff;
    background-position: 100% 100%;
    position: relative;
    margin: 4rem 0
}

.boxes_area {
    margin: 40px 0 0 0
}

.section8.text-center {
    margin: 5rem 0 5rem;
    background: linear-gradient(45deg, white, #dbdbdb75);
    padding: 4rem 0
}

.cripto-banner-text.cr-headline.pera-content {
    padding: 1rem 0 1rem
}

.cr-banner-btn {
    display: flex
}

body {
    overflow-x: hidden;
    background: #fff0
}

main {
    overflow-x: hidden
}

a {
    text-decoration: none
}

figure {
    margin: 0;
    padding: 0
}

.btn:focus {
    outline: none
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

.our-about .head_txt h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 43px;
    color: #333
}

.our-about .head_txt h3 span {
    display: block
}

.heading.image-txt h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #333
}

a,
button {
    display: inline-block
}

button:focus {
    outline: none;
    box-shadow: none
}

.btn:focus {
    outline: none;
    box-shadow: none
}

.form-control:focus {
    outline: none;
    box-shadow: none
}

#button_top.show {
    visibility: visible;
    right: 51px
}

#button_top i {
    line-height: 47px;
    color: #fff;
    font-size: 16px
}

#button_top {
    background: #8B0807;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 82px;
    position: fixed;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 1;
    visibility: hidden;
    z-index: 1016;
    bottom: 81px;
    right: -70px;
    cursor: pointer;
    animation: 2s beat linear infinite;
    transition: all 0.4s ease-in-out
}

header {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: max-content;
    padding: 1vh 0;
    transition: all 0.5s ease
}

header.sticky .logo img {
    width: 200px
}

header#myHeader {
    transition: all 0.5s ease;
    background: #fff0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000
}

header#myHeader.sticky-on {
    background: #000 !important
}

#myHeader a.logo {
    width: 20%
}

#myHeader a.logo img {
    width: 217px
}

#myHeader .lp-navbar-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.top_head {
    display: flex;
    justify-content: end;
    margin: 0 0 21px 0
}

.call_btns a {
    margin: 0 0 0 12px !important;
    color: #fff !important;
    text-transform: inherit !important;
    background: #8B0807;
    padding: 12px 18px !important;
    border-radius: 41px;
    font-size: 15px !important;
    transition: all 0.3s ease-in;
    border: 1px solid #8B0807;
    font-weight: 500;
    letter-spacing: 0;
    transition: all .3s ease-in-out
}

.call_btns a:hover {
    background: #BE0B31;
    text-decoration: none;
    border: 1px solid #BE0B31
}

.call_btns a i {
    padding: 0 7px 0 0
}

.section-1 {
    padding: 171px 0 111px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-family: 'Poppins'
}

.section-1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #000000, #0000008f);
    width: 100%;
    opacity: .7;
    z-index: 1
}

.section-1 .z-imbose {
    position: relative;
    z-index: 1
}

.section-1 .container .left {
    width: 45%;
    float: left;
    color: #000;
    padding: 0 20px 0 0;
    text-align: left;
    margin: 0
}

.section-1 .container h1 {
    font-size: 45px;
    font-weight: 800;
    line-height: 56px;
    margin: 0 0 35px 0;
    color: #fff;
    text-transform: capitalize
}

.section-1 .container h1 span {
    color: #fff;
    display: block
}

.section-1 .container h1:after {
    content: "";
    width: 75px;
    height: 5px;
    background: #BE0B31;
    position: relative;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0;
    display: block
}

.section-1 .container p {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
    margin: 0 0 25px 0;
    font-family: 'Poppins'
}

.section-1 .container p span {
    color: #8B0807;
    font-weight: 600
}

.hero-pricing {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
    font-style: italic
}

.hero-pricing .hp-cost {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(87%) sepia(72%) saturate(7125%) hue-rotate(22deg) brightness(85%) contrast(81%);
    padding-left: 60px;
    color: #8B0807;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    margin-left: 10px
}

.section-1 .dFlex {
    display: flex;
    align-items: center
}

.hero-phone {
    margin-left: 20px
}

.req-btn {
    background: #8B0807;
    height: 50px;
    width: 175px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #8B0807;
    transition: all 0.2s ease-in-out
}

.req-btn:hover {
    background: #BE0B31;
    border: 2px solid #BE0B31;
    color: #fff
}

.req-btn:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #BE0B31;
    color: #fff;
    background: #BE0B31
}

.section-1 .container .hero-phone a {
    pointer-events: inherit;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #fff
}

.hero-phone a::before {
    content: '';
    background-image: url(../images/big-phone-icon.webp);
    height: 36px;
    width: 25px;
    position: absolute;
    left: -30px;
    background-size: contain;
    top: 0;
    filter: brightness(0) saturate(100%) invert(87%) sepia(72%) saturate(7125%) hue-rotate(22deg) brightness(85%) contrast(81%);
    background-repeat: no-repeat
}

.section-1 .container .hero-livechat {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    padding: 15px 0 15px 0
}

.section-1 .container .hero-livechat a {
    color: #1afc93;
    text-decoration: underline
}

.section-1 .container ul#awards_block {
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

.section-1 .container ul#awards_block li {
    width: 15%;
    text-align: center;
    vertical-align: middle;
    margin-right: 2%
}

.section-1 .container ul#awards_block li a .thumb-icon {
    width: 100%;
    display: block;
    margin: 0
}

.section-1 .pointer ul {
    margin: 0 0 10px 0
}

.section-1 .pointer ul li {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
    color: #fff
}

.section-1 .pointer ul li::before {
    content: '\f1ce';
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    color: #0bff8e;
    font-size: 14px
}

.banner_form_sec {
    margin: 0;
    background: radial-gradient(#000000, #8B0807);
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #ffffff36;
    box-shadow: 0 0 41px #780706
}

.banner_form_sec::after {
    content: '';
    position: absolute;
    top: -118px;
    right: -84px;
    background: url(../images/special-offer.png);
    width: 190px;
    height: 183px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%
}

.banner_form_sec h3 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 10px
}

.section-1 .banner_form_sec p {
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    line-height: 25px
}

.banner_form_sec input {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #ccc;
    background: #fff
}

.banner_form_sec textarea {
    width: 100%;
    height: 90px;
    padding: 15px 20px;
    font-size: 14px;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
    resize: none
}

input.formBtn {
    background: #fff;
    height: 45px;
    width: 100%;
    font-weight: 500;
    color: #680605;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all 0.2s ease-in-out;
    font-family: 'Poppins';
    font-weight: 600
}

input.formBtn:hover {
    background: #fff;
    color: #8B0807
}

section.digital-company-wrap {
    padding: 34px 0
}

.digital-company-wrap .digital-company-head {
    margin: 0 0 30px;
    text-align: center
}

.digital-company-head .heading-two {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    margin: 0 0 20px
}

.digital-company-head .heading-two span {
    color: #BB1717
}

.digital-company-head p {
    color: #000
}

.digital-company-inner .digital-company-items {
    display: flex;
    align-items: center;
    justify-content: center
}

.digital-company-items .digital-company-box {
    background: #F5F5F5;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 10px;
    border-radius: 10px;
    transition: all .3s ease-in-out
}

.digital-company-box img {
    width: 50px;
    height: 50px;
    object-fit: contain
}

.services-section {
    position: relative;
    padding: 60px 0 60px;
    visibility: visible;
    animation-name: fadeInUp;
    background: #000;
    overflow-x: hidden;
    overflow-y: hidden
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.blue-dark {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -.04em;
    color: #fff;
    margin-bottom: 30px
}

span.purple {
    color: #8B0807
}

.services-section p {
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0;
    text-align: center
}

.services-section .inner-container {
    position: relative;
    border: 1px solid #fff0;
    border-bottom: 0
}

.services-section .inner-container .service-block {
    border-right: 1px solid #fff0;
    border-bottom: 1px solid #fff0
}

.b-tab {
    background-color: #8B0807;
    border-radius: 14px !important;
    padding: 0 0;
    white-space: pre-line;
    width: 100%;
    height: 100%;
    font-size: 14px;
    border: 2px solid #8B0807 !important;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: all .5s ease
}

.b-tab img.ic-siz {
    filter: invert(1);
    margin: 0 0 5px 0;
    object-fit: contain
}

.b-tab.active {
    background: #8B0807 !important;
    -moz-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

.b-tab:hover {
    background: #8B0807;
    color: #fff !important;
    border: 2px solid #8B0807 !important;
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

.b-tab.active p.lh-11 {
    color: #fff !important
}

.b-tab:hover p.lh-11 {
    color: #fff !important
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #fff0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs {
    border-bottom: none
}

.title h3 span.blue-dark {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -.04em;
    color: #fff
}

.title p {
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0;
    text-align: left
}

.capt {
    text-transform: capitalize
}

.btn-style-two {
    color: #fff !important
}

.btn-style-two {
    background: #8B0807;
    height: 45px;
    width: 150px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #8B0807;
    transition: all 0.2s ease-in-out
}

.theme-btn:hover {
    background: #BE0B31;
    border: 2px solid #BE0B31;
    color: #fff
}

.new-section-developers {
    width: 100%;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.new-section-developers:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/static/media/Texture.1be9383f.png);
    mix-blend-mode: overlay
}

.new-section-developers .common-inn {
    position: relative;
    z-index: 1
}

.new-section-developers .stick-developers-area {
    margin-top: 30px;
    position: sticky;
    top: 90px
}

.new-section-developers .developers-title {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -.04em;
    color: #212529;
    margin-top: 30px
}

.new-section-developers .developers-title .form-text {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    display: block;
    color: #8B0807;
    margin-top: .25rem
}

.new-section-developers .developers-title span {
    display: block;
    background: linear-gradient(194deg, rgb(2 223 191) 0%, rgb(15 189 164) 60%, rgb(9 158 137) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    display: inline;
    position: relative
}

.new-section-developers .developers-title span:after {
    position: absolute;
    left: 0;
    bottom: -18px;
    margin: auto;
    width: 102px;
    height: 5px;
    background: linear-gradient(194deg, rgb(2 223 191) 0%, rgb(15 189 164) 60%, rgb(9 158 137) 100%);
    content: "";
    border-radius: 12px
}

.new-section-developers .stick-developers-area button.req-btn {
    margin: 40px 0 0 0
}

.new-section-developers .developers-right-bg {
    width: 100%;
    background: #B21616;
    border-radius: 30px;
    padding: 29px 29px 25px;
    position: relative;
    margin-top: 30px
}

.new-section-developers .developers-right-bg:after {
    content: "";
    position: absolute;
    border-left: 1px solid #fff;
    left: 52px;
    top: 76px;
    height: 100%;
    z-index: 1
}

.new-section-developers .developers-right-bg .media {
    display: flex;
    align-items: flex-start
}

.new-section-developers .developers-right-bg .number-one {
    background: linear-gradient(86deg, rgb(178 22 22) 0%, rgb(78 0 0) 100%);
    border: 1px solid #8B0807;
    border-radius: 100%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-right: 25px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    z-index: 2
}

.new-section-developers .developers-right-bg .media-icon-main {
    margin-top: 9px
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.new-section-developers .developers-right-bg h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #fff
}

.new-section-developers .developers-right-bg p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 20px
}

section.calender-sec {
    background: #000;
    overflow-x: hidden;
    padding: 100px 0
}

.Es8downQlxiASDyltHtn {
    overflow-y: hidden !important
}

.calender-main-content .calender-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -.04em;
    color: #fff
}

.calender-main-content .calender-content h2 span {
    color: #8B0807;
    font-size: 40px
}

.calender-main-content .calender-content p {
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0;
    text-align: left
}

.calender-main-content .calender-content span {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -.04em;
    color: #8B0807;
    margin: 0 0 20px 0;
    display: block
}

.calender-main-content .calender-content ul {
    padding: 0 0 0 20px
}

.calender-main-content .calender-content ul li {
    list-style: disc;
    margin: 0 0 10px 0
}

.calender-main-content .calender-content ul li::marker {
    color: #8B0807;
    font-size: 20px
}

.calender-main-content .calender-content ul li p {
    margin: 0;
    font-size: 16px;
    line-height: 24px
}

section.why-choose-sec {
    background: #F7F8FA;
    padding: 80px 0;
    overflow-x: hidden
}

.why-choose-sec .why-choose-head {
    margin: 0 0 80px 0;
    text-align: center
}

.why-choose-sec .why-choose-head h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 20px 0;
    color: #000
}

.why-choose-sec .why-choose-head img {
    width: 40%
}

.why-choose-sec .why-choose-img {
    text-align: center
}

.why-choose-sec .why-choose-img img {
    width: 80%
}

.why-choose-sec .why-choose-content ul.why-choose-list {
    margin: 0 0 40px 0
}

.why-choose-sec .why-choose-content ul.why-choose-list li {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0
}

.why-choose-sec .why-choose-content ul.why-choose-list li i {
    color: #000;
    margin: 0 10px 0 0;
    font-size: 20px
}

.why-choose-sec .why-choose-content ul.why-choose-list li p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #8B0807;
    font-weight: 600;
    margin: 0
}

.why-choose-sec .why-choose-content a.learn-more-btn {
    background: #8B0807;
    height: 50px;
    line-height: 50px;
    width: 150px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #8B0807;
    transition: all 0.2s ease-in-out
}

.why-choose-sec .why-choose-content a.learn-more-btn:hover {
    background: #BE0B31;
    border: 2px solid #BE0B31;
    color: #fff
}

.wrapper_portfolios {
    margin: 0 auto;
    background: #000;
    padding: 2rem 0;
    position: relative;
    z-index: 999
}

.wrapper_portfolios .cards {
    background-repeat: no-repeat;
    background-size: cover;
    top: 30px;
    position: sticky;
    box-shadow: 5px 5px 5px rgb(0 0 0 / .1);
    color: #333;
    padding: 40px;
    border-radius: 0;
    margin-bottom: 20px;
    width: 1200px;
    padding: 51px 80px;
    margin: 0 auto
}

.wrapper_portfolios .cards h2 {
    padding: 0;
    font-size: 64px;
    font-weight: 600;
    color: #fffffff7;
    font-family: 'Poppins', sans-serif
}

.wrapper_portfolios .cards h2 span {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 13px 0
}

.wrapper_portfolios .cards p {
    margin: 18px 0;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins';
    color: #fff
}

.wrapper_portfolios .cards a.read-more-btn {
    font-family: 'Poppins', sans-serif;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    width: 250px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease-in
}

.wrapper_portfolios .cards a.read-more-btn i {
    position: absolute;
    right: 5px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px
}

.wrapper_portfolios .cards a.read-more-btn:hover {
    background: #8B0807
}

.wrapper_portfolios .cards:nth-child(1n) {
    top: 20px;
    background-image: url(../images/track-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%
}

.wrapper_portfolios .cards:nth-child(2n) {
    top: 40px;
    background-image: url(../images/healthcare-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%
}

.wrapper_portfolios .cards:nth-child(3n) {
    top: 60px;
    background-image: url(../images/grubhub-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%
}

.wrapper_portfolios .cards:nth-child(4n) {
    background: #111;
    top: 80px
}

.wrapper_portfolios .img_area {
    position: relative
}

.wrapper_portfolios .img_area img {
    width: 75%;
    margin: 0 auto;
    display: block;
    border-radius: 9px
}

.wrapper_portfolios .cards .badge {
    position: absolute;
    left: -47px;
    color: #fff;
    font-size: 22px;
    font-family: sans-serif;
    border: 2px solid #fff;
    opacity: .6;
    bottom: -38px;
    display: none
}

.wrapper_portfolios .hed_txt h2 {
    text-align: center;
    padding: 0;
    font-size: 43px;
    font-weight: 600;
    color: #fff;
    margin: 44px 0 48px 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 52px
}

.hire-app-awards {
    padding: 60px 0;
    background: #8B0807;
    overflow: hidden;
    position: relative;
    overflow-x: hidden
}

.hire-app-awards .common-inn {
    position: relative;
    z-index: 1
}

.hire-app-awards .ppc-new-60 {
    text-align: center;
    padding: 0;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 52px
}

.section-common-subheadings p {
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0;
    text-align: center
}

.hire-app-awards .mtexture-inn {
    padding: 40px 0;
    transition: all.3s ease-in-out;
    border-radius: 20px
}

.hire-app-awards .mtexture-inn:hover {
    background: #BE0B31
}

.hire-app-awards .mtexture-inn {
    margin-top: 30px
}

.hire-app-awards .mtexture-inn img {
    width: auto
}

section.testi-main-wrap {
    padding: 50px 0 100px
}

.testi-main-wrap .testi-main-head {
    text-align: center;
    margin: 0 0 50px
}

.testi-main-head .heading-two {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    margin: 0 0 20px
}

.testi-main-head .heading-two span {
    color: #8B0807
}

.testi-main-head p {
    color: #000
}

.testi-main-head .banner-brands {
    margin: 20px 0
}

.testi-main-head .banner-brands .banner-brands-items {
    display: flex;
    align-items: center;
    justify-content: center
}

.testi-main-head .banner-brands .banner-brands-items img {
    width: 100px;
    height: 40px;
    object-fit: scale-down;
    margin: 0 10px 0
}

.testimonial-box-slider .slick-arrow {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    font-size: 0;
    z-index: 9
}

.testimonial-box-slider .slick-arrow::before {
    background: #8B0807;
    border: 2px solid #8B0807
}

.testimonial-box-slider .slick-prev {
    left: 20%
}

.testimonial-box-slider .slick-prev::before {
    content: '\f053'
}

.testimonial-box-slider .slick-next {
    right: 20%
}

.testimonial-box-slider .slick-next::before {
    content: '\f054'
}

.testimonial-box-slider .slick-prev::before,
.testimonial-box-slider .slick-next::before {
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 100%;
    display: block;
    opacity: 1
}

.testimonial-box-slider .slick-slide.slick-active.slick-center .testi-main-box {
    transform: scale3d(1.4, 1.2, 1.5);
    opacity: 1;
    z-index: 1
}

.testi-main-inner .slick-slide {
    margin: 75px 10px;
    transition: all .5s ease-in
}

.testi-main-inner .slick-slide .testi-main-box {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 30px;
    box-shadow: 0 0 20px -12px #b2b2b2;
    transition: all .5s ease-in;
    opacity: .2;
    position: relative;
    z-index: -1
}

.testi-main-box .testi-box-img {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.testi-box-img img {
    width: 75px;
    height: 75px;
    border-radius: 20px
}

.testi-box-img span {
    color: #707070;
    font-size: 36px;
    font-weight: 600;
    margin: 0 30px
}

.testi-box-img img.icon {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    box-shadow: 0 0 20px -12px #b2b2b2
}

.testi-main-box .testi-box-content {
    padding: 0 10px 10px;
    margin: 20px 0;
    min-height: 275px;
    max-height: 275px;
    overflow-y: auto
}

.testi-box-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 #fff0;
    border-radius: 0
}

.testi-box-content::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 0
}

.testi-box-content::-webkit-scrollbar-thumb {
    background-color: #8B0807;
    border-radius: 0
}

.testi-box-content .heading-four {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 5px
}

.testi-box-content span {
    font-family: 'Poppins', sans-serif;
    color: #BFBFBF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 20px;
    display: block
}

.testi-box-content p {
    color: #707070
}

.testi-main-box .testi-box-down .rating-star-icons {
    margin: 10px 0;
    display: flex;
    justify-content: center
}

.testi-main-box .testi-box-down .rating-star-icons img {
    width: 125px
}

section.faqs-sec-wrap {
    padding: 50px 0;
    background: #F9F9F9
}

.faqs-sec-wrap .faqs-sec-head {
    text-align: center;
    margin: 0 0 30px
}

.faqs-sec-head .heading-two {
    font-family: 'Poppins', sans-serif;
    color: #3D3D3D;
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    margin: 0 0 20px
}

.faqs-sec-head .heading-two span {
    color: #8B0807
}

.faqs-sec-head p {
    color: #000
}

.faqs-sec-item .accordion .accordion-item {
    margin: 0 0 10px;
    border-radius: 0;
    background: #fff0;
    border: none;
    border-bottom: 1px solid #C7C5C5
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    background: #fff0;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    margin: 0
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    background-image: none;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg)
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    background: #fff0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 20px 10px;
    border-radius: 0
}

section.main-contact-form {
    background: #fff;
    padding: 50px 0
}

.main-contact-content h3 {
    font-family: 'Poppins', sans-serif;
    color: #3D3D3D;
    font-size: 74px;
    line-height: 80px;
    font-weight: 700;
    margin: 0 0 20px
}

.main-contact-content p {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.main-contact-form .contact-form-side {
    background: #930706;
    width: 90%;
    padding: 40px 30px;
    border-radius: 20px 20px
}

.contact-form-side .heading-two {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff
}

.contact-form-side .form-group {
    margin: 0 0 10px
}

.contact-form-side .form-group input {
    background: #F9F9F9;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 10px 20px;
    width: 100%;
    height: 55px;
    border: 1px solid #F9F9F9;
    outline: none;
    border-radius: 0
}

.contact-form-side .form-group input::placeholder {
    color: #726969
}

.contact-form-side .form-group textarea {
    background: #F9F9F9;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border: 1px solid #F9F9F9;
    width: 100%;
    height: 100px;
    padding: 20px 20px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    resize: none
}

.contact-form-side .form-group textarea::placeholder {
    color: #726969
}

.contact-form-side .form-group button.submit-btn {
    background: #fff0;
    color: #fff;
    font-size: 18px;
    width: 200px;
    height: 55px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 5px 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in
}

.contact-form-side .form-group button.submit-btn:hover {
    background: #fff;
    color: #8B0807
}

footer.footer-main-sec {
    background: #fff
}

.footer-main-sec .footer-top {
    padding: 50px 0;
    border-top: 1px solid #787878
}

.footer-top .footer-logo-area {
    margin: 0
}

.footer-info-area a {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: lowercase;
    margin: 0;
    display: flex;
    transition: all .3s ease-in-out
}

.footer-info-area a:hover {
    color: #8B0807
}

.footer-info-area a i,
.footer-info-area p i {
    color: #8B0807;
    font-size: 20px;
    width: 20px;
    margin: 0 10px 0 0
}

.footer-info-area p {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    display: flex
}

.popup_form .modal-dialog {
    max-width: 1170px;
    margin: 1.75rem auto
}

.popup-box-wrap {
    position: relative;
    padding: 45px 0 25px
}

.popup-box-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
    background: #f8a501;
    height: 100%
}

.popup-image {
    padding-left: 25px;
    padding-bottom: 30px
}

.popup-images-wrap {
    display: flex;
    flex-wrap: wrap;
    z-index: 2
}

.popup-image-1,
.popup-image-3 {
    padding-left: 40px
}

.popup-image.popup-image-4 img {
    background: #082187
}

.popup_form .modal-content button.close {
    position: absolute;
    z-index: 1;
    width: 45px;
    height: 44px;
    border-radius: 50px;
    opacity: 1;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    text-shadow: none;
    background-color: #e9392b;
    border: 5px solid #fff;
    top: -21px;
    line-height: 33px;
    right: -20px
}

.popup_form .modal-content button.close:hover {
    background-color: #ef4129ba;
    color: #fff
}

.popup-form-box-wrap {
    position: absolute;
    padding: 25px 0;
    background-color: #fff;
    right: 0;
    top: 50%;
    box-shadow: 0 3px 18px rgb(0 0 0 / 50%);
    transform: translateY(-22%);
    padding-left: 26px;
    z-index: 6;
    border-radius: 10px
}

.popup-form-box-wrap h3 {
    font-size: 38px;
    font-weight: 500;
    color: #272727;
    text-transform: uppercase;
    line-height: 58px;
    font-family: 'Poppins', sans-serif
}

.popup-form-box-wrap h3 span {
    color: #f8a501;
    font-size: 74px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif
}

.popup-form-box-wrap p {
    color: #272727;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600
}

#regForm .tab2 {
    display: none
}

.popup-box-wrap .popup-form {
    padding-top: 25px
}

.banner-frm-row {
    align-items: center;
    width: 100%
}

.popup-form .side-form-group {
    margin-bottom: 0
}

.popup-form .side-form-group input {
    height: 52px;
    color: #000;
    font-size: 15px;
    border: 1px solid #cbcbcb;
    font-family: 'Poppins', sans-serif
}

.popup-form button {
    height: 46px;
    border: none;
    background: #f8a501;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-left: 1px;
    border-radius: 10px;
    font-family: poppins
}

.popup-form button:hover {
    background-color: #000;
    color: #fff
}

.port-img {
    right: -10%;
    top: 10%
}

.mr-login {
    margin: 0 60px 0 25px
}

.social-link ul li a i {
    width: 37px;
    height: 37px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff
}

.social-link {
    margin-top: 10px
}

.social-link ul {
    margin-top: 15px
}

.social-link ul li a i:hover {
    background-color: #fff;
    color: #000
}

.social-link li:first-child {
    margin-left: 0
}

.social-link ul li a i.fa-facebook-f {
    background-color: #3b5998
}

.social-link ul li a i.fa-linkedin-in {
    background-color: #0e76a8
}

.social-link ul li a i.fab.fa-twitter {
    background-color: #00acee
}

.social-link ul li a i.fab.fa-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%)
}

.popup-field-icon {
    position: absolute;
    top: 23px;
    left: 12px;
    width: 15px
}

.modaL_order .modal-content {
    background-clip: padding-box
}

.modaL_order .modal-content .btn-close {
    position: absolute;
    right: 16px;
    top: -15px;
    border: none;
    outline: none;
    background: #8B0807;
    border-radius: 21px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    opacity: 1;
    z-index: 99
}

.modaL_order .modal-content .btn-close i {
    color: #fff
}

.modaL_order .season-banner {
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    display: block;
    margin: 24px auto 28px
}

.modaL_order .season-banner span {
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
    background-color: #f8a501;
    padding: 8px 50px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size: 18px
}

.modaL_order .popup-coupon-hd {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    color: #163e4e;
    font-family: poppins;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: center
}

.modaL_order .field-list {
    display: flex;
    align-items: center;
    margin-left: -2.5px;
    margin-right: -2.5px;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0
}

.modaL_order .field-list li {
    margin: 0 12px
}

.modaL_order .field-list li.last {
    width: 100%
}

.modaL_order .field-list input {
    margin: 0 auto;
    display: block;
    background-color: #f1f1f1;
    padding: 10px 10px 10px 35px;
    border: 0;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    list-style: none;
    margin: 9px 0
}

.modaL_order .field-list textarea {
    background-color: #f1f1f1;
    padding: 16px 13px 14px 35px;
    border: 0;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    resize: none;
    height: 111px;
    margin-top: 8px
}

.modaL_order .popup-coupon-hd span {
    font-weight: 600;
    font-size: 32px;
    color: #f8a501
}

.modaL_order .popup-submit-btn {
    background-color: #f8a501;
    border: 0;
    width: fit-content;
    text-align: center;
    padding: 12px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.4px;
    border-radius: 6px;
    margin: 16px auto 21px;
    display: block
}

.modaL_order .modal-body,
.modaL_order .modal-header {
    padding: 0 0;
    border: 0;
    position: relative
}

.field-list li {
    padding: 0 2.5px;
    margin-bottom: 20px;
    position: relative
}

.popup-field {
    background-color: #f1f1f1;
    padding: 10px 10px 10px 35px;
    border: 0;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px
}

.tabs_process_services {
    background: url(../images/our-about-bg.png) no-repeat #fff;
    background-position: left center;
    position: relative;
    overflow: hidden;
    position: relative
}

.tabs_process_services .nav-pills button {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #333333ba;
    font-weight: 600;
    margin: 4px 0;
    width: 224px;
    text-align: left
}

.tabs_process_services .nav-pills button.active {
    background: #f8a501
}

.tabs_process_services .tab-content {
    padding: 0 41px
}

.tabs_process_services .tab-content .tab-pane .tab_1 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 50px
}

.tabs_process_services .tab-content .tab-pane .tab_1 p {
    font-family: 'Poppins';
    margin: 16px 0;
    font-size: 16px;
    line-height: 23px;
    color: #333
}

.tabs_process_services .tab-content .tab-pane .tab_1 ul {
    margin: 0 28px 37px
}

.tabs_process_services .tab-content .tab-pane .tab_1 ul li {
    font-family: 'Poppins', sans-serif;
    padding: 4px 0;
    font-size: 18px;
    color: #e6352d;
    font-weight: 600;
    list-style: circle
}

.tabs_process_services .tab-content .img_big img {
    width: 100%
}

.tabs_process_services .tab-content .img_small img {
    width: 100%;
    margin: 0 0 21px 0
}

.tabs_process_services .head_txt h3 {
    font-weight: 700 !important;
    font-size: 44px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    margin: 0 0 64px 0;
    text-align: center;
    text-transform: capitalize;
    line-height: 55px
}

.tabs_process_services .head_txt h3 span {
    display: block
}

.modal-content .form-control {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 700
}

.modal-form-wrap {
    padding: 13px
}

.modal-heading {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 10px
}

.modal-para {
    font-size: 16px;
    padding-bottom: 10px
}

.modal-btn {
    background-color: #8B0807 !important;
    margin-top: 30px
}

.input-border {
    width: 51px;
    height: 2px;
    background-color: #8B0807;
    display: block;
    margin-top: -2px
}

.modal-content .form-control::placeholder {
    color: #000
}

.modal-dialog {
    max-width: 362px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .section-1 {
        padding: 120px 0 50px;
        height: inherit
    }

    .section-1 .container h1 {
        font-size: 22px;
        line-height: 30px
    }

    .section-1 .container p {
        line-height: 28px
    }

    .section-1 .pointer ul {
        margin: 0 0 20px 0
    }

    .section-1 .dFlex {
        flex-wrap: wrap
    }

    .section-1 .hero-btn {
        margin: 0 10px 0 0
    }

    .section-1 .container .hero-phone {
        margin: 0
    }

    .section-1 .container ul#awards_block {
        justify-content: space-evenly;
        margin: 0 0 20px 0
    }

    .banner_form_sec {
        padding: 20px 20px
    }

    .banner_form_sec h3 {
        font-size: 22px
    }

    .section-1 .banner_form_sec p {
        font-size: 12px;
        margin: 0 0 20px 0
    }

    .calendly-inline-widget iframe {
        height: 115%
    }

    section.calender-sec {
        background: #000;
        height: 100% !important
    }

    .new-section-testimonials .testimonials-title {
        line-height: 50px
    }

    .new-section-testimonials .testimonials-title:after {
        bottom: 65px
    }

    .new-section-testimonials .stick-testimonials-area button.req-btn {
        margin: 40px 0 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-1 {
        padding: 120px 0 50px;
        height: inherit
    }

    .section-1 .container h1 {
        font-size: 30px;
        line-height: 38px
    }

    .section-1 .container p {
        line-height: 28px
    }

    .section-1 .pointer ul {
        margin: 0 0 20px 0
    }

    .section-1 .dFlex {
        flex-wrap: wrap
    }

    .section-1 .hero-btn {
        margin: 0 10px 0 0
    }

    .section-1 .container .hero-phone {
        margin: 0
    }

    .section-1 .container ul#awards_block {
        justify-content: space-evenly;
        margin: 0 0 20px 0
    }

    .banner_form_sec {
        padding: 20px 20px
    }

    .banner_form_sec h3 {
        font-size: 22px
    }

    .section-1 .banner_form_sec p {
        font-size: 12px;
        margin: 0 0 20px 0
    }

    .td-working-with-us__tech__first-row {
        justify-content: center
    }

    .td-working-with-us__tech__first-row .box-second {
        margin: 0 10px 0 0
    }

    .td-working-with-us__tech__second-row {
        justify-content: center
    }

    .td-working-with-us__tech__second-row .box-second {
        margin: 0 10px 0 0
    }

    .td-working-with-us__tech__second-row .box-logo {
        width: 225px;
        margin: 0 10px 0 0
    }

    .td-working-with-us__tech__third-row {
        justify-content: center
    }

    .td-working-with-us__tech__third-row .box-second {
        margin: 0 10px 0 0
    }

    .calendly-inline-widget iframe {
        height: 115%
    }

    section.calender-sec {
        background: #000;
        height: 100% !important
    }

    .wrapper_portfolios .cards {
        width: 100%;
        padding: 40px 40px
    }

    .wrapper_portfolios .cards p {
        line-height: 28px
    }

    .wrapper_portfolios .cards ul {
        flex-wrap: wrap
    }

    .wrapper_portfolios .cards ul li {
        margin: 0 5px 10px 0
    }

    .wrapper_portfolios .img_area {
        margin: 40px 0
    }

    .wrapper_portfolios .img_area img {
        width: 100%
    }

    .new-section-testimonials {
        padding: 50px 0
    }

    .new-section-testimonials .testimonials-title {
        line-height: 42px;
        font-size: 36px;
        margin: 30px 0 20px 0
    }

    .new-section-testimonials .testimonials-title:after {
        bottom: 65px
    }

    .new-section-testimonials .stick-testimonials-area button.req-btn {
        margin: 40px 0 0
    }

    .new-section-testimonials .testimonials-right-bg {
        padding: 25px
    }

    .new-section-testimonials .testimonials-right-bg p {
        font-size: 18px;
        line-height: 26px
    }

    .new-section-testimonials .testimonials-right-bg h5 {
        font-size: 22px;
        line-height: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #myHeader .lp-navbar-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        align-items: center
    }

    #myHeader a.logo {
        text-align: center;
        margin: 0 0 0 0
    }

    #myHeader a.logo img {
        width: 200px
    }

    #myHeader .call_btns {
        text-align: center
    }

    .section-1 {
        padding: 120px 0 50px;
        height: inherit
    }

    .section-1 .container h1 {
        font-size: 22px;
        line-height: 30px
    }

    .section-1 .container p {
        line-height: 28px
    }

    .section-1 .pointer ul {
        margin: 0 0 20px 0
    }

    .section-1 .dFlex {
        flex-wrap: wrap
    }

    .section-1 .hero-btn {
        margin: 0 0 20px 0
    }

    .section-1 .container .hero-phone {
        margin: 0
    }

    .section-1 .container ul#awards_block {
        justify-content: space-evenly;
        margin: 0 0 20px 0
    }

    .banner_form_sec {
        padding: 20px 20px
    }

    .banner_form_sec h3 {
        font-size: 22px
    }

    .section-1 .banner_form_sec p {
        font-size: 12px;
        margin: 0 0 20px 0
    }

    .td-section__header {
        margin: 0 0 15px 0
    }

    .td-section__header h2 {
        font-size: 28px;
        line-height: 36px
    }

    .td-working-with-us__services__item {
        padding: 0 15px 20px
    }

    .td-working-with-us__services__item__title span {
        text-align: center;
        width: 100%
    }

    .td-working-with-us__services__item__description {
        text-align: center
    }

    .td-working-with-us__tech__first-row {
        justify-content: center
    }

    .td-working-with-us__tech__first-row .box-second {
        margin: 0 10px 0 0
    }

    .td-working-with-us__tech__second-row {
        justify-content: center
    }

    .td-working-with-us__tech__second-row .box-second {
        margin: 0 10px 0 0
    }

    .td-working-with-us__tech__second-row .box-logo {
        width: 225px;
        margin: 0 10px 0 0
    }

    .td-working-with-us__tech__third-row {
        justify-content: center
    }

    .td-working-with-us__tech__third-row .box-second {
        margin: 0 10px 0 0
    }

    .services-section .blue-dark {
        font-size: 38px;
        line-height: 42px
    }

    .services-section .title h3 {
        text-align: center
    }

    .services-section .title h3 span.blue-dark {
        text-align: center
    }

    .services-section .title p {
        text-align: center
    }

    .services-section .title p .btn-style-two {
        margin: 0 auto
    }

    .new-section-developers {
        padding: 100px 0
    }

    .new-section-developers .developers-title {
        font-size: 34px;
        line-height: 40px;
        text-align: center
    }

    .new-section-developers .developers-title .form-text {
        font-size: 34px;
        text-align: center
    }

    .new-section-developers .stick-developers-area button.req-btn {
        margin: 20px auto 20px
    }

    .new-section-developers .developers-right-bg {
        padding: 25px 20px
    }

    .new-section-developers .developers-right-bg:after {
        left: 44px
    }

    .new-section-developers .developers-right-bg p {
        font-size: 18px;
        line-height: 26px
    }

    .calendly-inline-widget iframe {
        height: 115%
    }

    section.calender-sec {
        background: #000;
        height: 100% !important
    }

    .calender-main-content .calender-content {
        margin: 0 0 50px 0
    }

    section.why-choose-sec {
        padding: 70px 0
    }

    .why-choose-sec .why-choose-head h3 {
        font-size: 38px;
        line-height: 46px
    }

    .why-choose-sec .why-choose-head img {
        width: 80%
    }

    .why-choose-sec .why-choose-img {
        margin: 0 0 20px 0
    }

    .why-choose-sec .why-choose-img img {
        width: 90%
    }

    .why-choose-sec .why-choose-content ul.why-choose-list li p {
        font-size: 18px
    }

    #regForm {
        text-align: center
    }

    #regForm .tab .form-group {
        flex-wrap: wrap
    }

    #regForm .tab .form-group input {
        width: 100%;
        margin: 0 0 20px 0
    }

    #regForm .tab h2 {
        font-size: 38px;
        line-height: 46px
    }

    #regForm .tab h2 span {
        font-size: 38px
    }

    .tab .form-check label.form-check-label {
        font-size: 16px;
        line-height: 24px;
        text-align: left
    }

    .wrapper_portfolios .hed_txt h2 {
        font-size: 40px;
        margin: 30px 0;
        line-height: 46px
    }

    .wrapper_portfolios .cards {
        width: 100%;
        padding: 40px 40px
    }

    .wrapper_portfolios .cards h2 {
        font-size: 50px
    }

    .wrapper_portfolios .cards p {
        line-height: 28px
    }

    .wrapper_portfolios .cards ul {
        flex-wrap: wrap
    }

    .wrapper_portfolios .cards ul li {
        margin: 0 5px 10px 0
    }

    .wrapper_portfolios .cards button.cta-btn {
        font-size: 15px;
        width: 100%
    }

    .wrapper_portfolios .img_area {
        margin: 40px 0
    }

    .wrapper_portfolios .img_area img {
        width: 100%
    }

    .hire-app-awards {
        padding: 50px 0
    }

    .hire-app-awards .awards-main {
        margin: 0
    }

    .hire-app-awards .ppc-new-60 {
        font-size: 32px
    }

    .hire-app-awards .mtexture-inn {
        padding: 30px 0
    }

    .new-section-testimonials {
        padding: 50px 0
    }

    .new-section-testimonials .testimonials-title {
        line-height: 42px;
        font-size: 36px;
        margin: 30px 0 20px 0
    }

    .new-section-testimonials .testimonials-title:after {
        bottom: 65px
    }

    .new-section-testimonials .stick-testimonials-area button.req-btn {
        margin: 40px 0 0
    }

    .new-section-testimonials .testimonials-right-bg {
        padding: 25px
    }

    .new-section-testimonials .testimonials-right-bg p {
        font-size: 18px;
        line-height: 26px
    }

    .new-section-testimonials .testimonials-right-bg h5 {
        font-size: 22px;
        line-height: 24px
    }

    .sec-faq .main-h {
        font-size: 32px;
        line-height: 40px
    }

    section.contact-section {
        padding: 50px 0
    }

    .contact-section .section__title {
        font-size: 24px;
        line-height: 30px;
        margin: 30px 0
    }

    .frm_area_btm form {
        padding: 40px 30px;
        margin: 0 0 20px 0
    }

    .frm_area_btm form input[type="text"],
    .frm_area_btm form input[type="email"],
    .frm_area_btm form input[type="tel"] {
        margin: 60px 0
    }

    .contact-flow {
        padding: 30px 20px;
        width: 100%;
        margin: 0 auto
    }
}

@media only screen and (min-width:520px) and (max-width:767px) {
    #myHeader .lp-navbar-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        align-items: center
    }

    #myHeader a.logo {
        text-align: center;
        margin: 0 0 0 0
    }

    #myHeader a.logo img {
        width: 200px
    }

    #myHeader .call_btns {
        text-align: center
    }

    .section-1 {
        padding: 120px 0 50px;
        height: inherit
    }

    .section-1 .container h1 {
        font-size: 30px;
        line-height: 38px
    }

    .section-1 .container p {
        line-height: 28px
    }

    .section-1 .pointer ul {
        margin: 0 0 20px 0
    }

    .section-1 .dFlex {
        flex-wrap: wrap
    }

    .section-1 .hero-btn {
        margin: 0 0 20px 0
    }

    .section-1 .container .hero-phone {
        margin: 0
    }

    .section-1 .container ul#awards_block {
        justify-content: space-evenly;
        margin: 0 0 20px 0
    }

    .banner_form_sec {
        padding: 20px 20px
    }

    .banner_form_sec h3 {
        font-size: 22px
    }

    .section-1 .banner_form_sec p {
        font-size: 12px;
        margin: 0 0 20px 0
    }

    .td-section__header {
        margin: 0 0 15px 0
    }

    .td-section__header h2 {
        font-size: 28px;
        line-height: 36px
    }

    .td-working-with-us__services__item {
        padding: 0 15px 20px
    }

    .td-working-with-us__services__item__title span {
        text-align: center;
        width: 100%
    }

    .td-working-with-us__services__item__description {
        text-align: center
    }

    .td-working-with-us__tech__second-row .box-logo {
        width: 238px
    }

    .services-section .blue-dark {
        font-size: 38px;
        line-height: 42px
    }

    .services-section .title h3 {
        text-align: center
    }

    .services-section .title h3 span.blue-dark {
        text-align: center
    }

    .services-section .title p {
        text-align: center
    }

    .services-section .title p .btn-style-two {
        margin: 0 auto
    }

    .new-section-developers {
        padding: 100px 0
    }

    .new-section-developers .developers-title {
        font-size: 34px;
        line-height: 40px;
        text-align: center
    }

    .new-section-developers .developers-title .form-text {
        font-size: 34px;
        text-align: center
    }

    .new-section-developers .stick-developers-area button.req-btn {
        margin: 20px auto 20px
    }

    .new-section-developers .developers-right-bg {
        padding: 25px 20px
    }

    .new-section-developers .developers-right-bg:after {
        left: 44px
    }

    .new-section-developers .developers-right-bg p {
        font-size: 18px;
        line-height: 26px
    }

    .calendly-inline-widget iframe {
        height: 115%
    }

    section.calender-sec {
        background: #000;
        height: 100%px !important
    }

    .calender-main-content .calender-content {
        margin: 0 0 50px 0
    }

    section.why-choose-sec {
        padding: 70px 0
    }

    .why-choose-sec .why-choose-head h3 {
        font-size: 38px;
        line-height: 46px
    }

    .why-choose-sec .why-choose-head img {
        width: 80%
    }

    .why-choose-sec .why-choose-img {
        margin: 0 0 20px 0
    }

    .why-choose-sec .why-choose-img img {
        width: 90%
    }

    .why-choose-sec .why-choose-content ul.why-choose-list li p {
        font-size: 18px
    }

    #regForm {
        text-align: center
    }

    #regForm .tab .form-group {
        flex-wrap: wrap
    }

    #regForm .tab .form-group input {
        width: 100%;
        margin: 0 0 20px 0
    }

    #regForm .tab h2 {
        font-size: 38px;
        line-height: 46px
    }

    #regForm .tab h2 span {
        font-size: 38px
    }

    .tab .form-check label.form-check-label {
        font-size: 16px;
        line-height: 24px;
        text-align: left
    }

    .wrapper_portfolios .hed_txt h2 {
        font-size: 40px;
        margin: 30px 0;
        line-height: 46px
    }

    .wrapper_portfolios .cards {
        width: 100%;
        padding: 40px 40px
    }

    .wrapper_portfolios .cards h2 {
        font-size: 50px
    }

    .wrapper_portfolios .cards p {
        line-height: 28px
    }

    .wrapper_portfolios .cards ul {
        flex-wrap: wrap
    }

    .wrapper_portfolios .cards ul li {
        margin: 0 5px 10px 0
    }

    .wrapper_portfolios .cards button.cta-btn {
        font-size: 15px;
        width: 100%
    }

    .wrapper_portfolios .img_area {
        margin: 40px 0
    }

    .wrapper_portfolios .img_area img {
        width: 100%
    }

    .hire-app-awards {
        padding: 50px 0
    }

    .hire-app-awards .awards-main {
        margin: 0
    }

    .hire-app-awards .ppc-new-60 {
        font-size: 32px
    }

    .hire-app-awards .mtexture-inn {
        padding: 30px 0
    }

    .new-section-testimonials {
        padding: 50px 0
    }

    .new-section-testimonials .testimonials-title {
        line-height: 42px;
        font-size: 36px;
        margin: 30px 0 20px 0
    }

    .new-section-testimonials .testimonials-title:after {
        bottom: 65px
    }

    .new-section-testimonials .stick-testimonials-area button.req-btn {
        margin: 40px 0 0
    }

    .new-section-testimonials .testimonials-right-bg {
        padding: 25px
    }

    .new-section-testimonials .testimonials-right-bg p {
        font-size: 18px;
        line-height: 26px
    }

    .new-section-testimonials .testimonials-right-bg h5 {
        font-size: 22px;
        line-height: 24px
    }

    .sec-faq .main-h {
        font-size: 32px;
        line-height: 40px
    }

    section.contact-section {
        padding: 50px 0
    }

    .contact-section .section__title {
        font-size: 24px;
        line-height: 30px;
        margin: 30px 0
    }

    .frm_area_btm form {
        padding: 40px 30px;
        margin: 0 0 20px 0
    }

    .frm_area_btm form input[type="text"],
    .frm_area_btm form input[type="email"],
    .frm_area_btm form input[type="tel"] {
        margin: 60px 0
    }

    .contact-flow {
        padding: 30px 20px;
        width: 100%;
        margin: 0 auto
    }
}

@media only screen and (min-width:300px) and (max-width:519px) {
    #myHeader .lp-navbar-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        align-items: center
    }

    #myHeader a.logo {
        text-align: center;
        margin: 0 0 0 0
    }

    #myHeader a.logo img {
        width: 160px
    }

    #myHeader .call_btns {
        text-align: center
    }

    .call_btns a {
        font-size: 12px !important
    }

    .section-1 {
        padding: 120px 0 50px;
        height: inherit
    }

    .section-1 .container h1 {
        font-size: 30px;
        line-height: 38px
    }

    .section-1 .container p {
        line-height: 28px
    }

    .section-1 .pointer ul {
        margin: 0 0 20px 0
    }

    .section-1 .dFlex {
        flex-wrap: wrap
    }

    .section-1 .hero-btn {
        display: flex;
        align-items: center
    }

    .section-1 .container .hero-phone a {
        margin: 0;
        font-size: 17px
    }

    .section-1 .container ul#awards_block {
        justify-content: space-evenly;
        margin: 0 0 20px 0
    }

    .banner_form_sec {
        padding: 20px 20px
    }

    .banner_form_sec h3 {
        font-size: 22px
    }

    .section-1 .banner_form_sec p {
        font-size: 12px;
        margin: 0 0 20px 0
    }

    .td-section__header {
        margin: 0 0 15px 0
    }

    .td-section__header h2 {
        font-size: 28px;
        line-height: 36px
    }

    .td-working-with-us__services__item {
        padding: 0 15px 20px
    }

    .td-working-with-us__services__item__title span {
        text-align: center
    }

    .td-working-with-us__services__item__description {
        text-align: center
    }

    .td-working-with-us__tech {
        display: none
    }

    .services-section .blue-dark {
        font-size: 38px;
        line-height: 42px
    }

    .services-section .title h3 {
        text-align: center
    }

    .services-section .title h3 span.blue-dark {
        text-align: center
    }

    .services-section .title p {
        text-align: center
    }

    .services-section .title p .btn-style-two {
        margin: 0 auto
    }

    .new-section-developers {
        padding: 100px 0
    }

    .new-section-developers .developers-title {
        font-size: 34px;
        line-height: 40px;
        text-align: center
    }

    .new-section-developers .developers-title .form-text {
        font-size: 34px;
        text-align: center
    }

    .new-section-developers .stick-developers-area button.req-btn {
        margin: 20px auto 20px
    }

    .new-section-developers .developers-right-bg {
        padding: 25px 20px
    }

    .new-section-developers .developers-right-bg:after {
        left: 44px
    }

    .new-section-developers .developers-right-bg p {
        font-size: 18px;
        line-height: 26px
    }

    .calendly-inline-widget iframe {
        height: 115%
    }

    section.calender-sec {
        background: #000;
        height: 100% !important
    }

    .calender-main-content .calender-content {
        margin: 0 0 50px 0
    }

    section.why-choose-sec {
        padding: 70px 0
    }

    .why-choose-sec .why-choose-head h3 {
        font-size: 38px;
        line-height: 46px
    }

    .why-choose-sec .why-choose-head img {
        width: 80%
    }

    .why-choose-sec .why-choose-img {
        margin: 0 0 20px 0
    }

    .why-choose-sec .why-choose-img img {
        width: 90%
    }

    .why-choose-sec .why-choose-content ul.why-choose-list li p {
        font-size: 18px
    }

    #regForm {
        text-align: center
    }

    #regForm .tab .form-group {
        flex-wrap: wrap
    }

    #regForm .tab .form-group input {
        width: 100%;
        margin: 0 0 20px 0
    }

    #regForm .tab h2 {
        font-size: 38px;
        line-height: 46px
    }

    #regForm .tab h2 span {
        font-size: 38px
    }

    .tab .form-check label.form-check-label {
        font-size: 16px;
        line-height: 24px;
        text-align: left
    }

    .wrapper_portfolios .hed_txt h2 {
        font-size: 40px;
        margin: 30px 0;
        line-height: 46px
    }

    .wrapper_portfolios .cards {
        width: 100%;
        padding: 40px 40px
    }

    .wrapper_portfolios .cards h2 {
        font-size: 50px
    }

    .wrapper_portfolios .cards p {
        line-height: 28px
    }

    .wrapper_portfolios .cards ul {
        flex-wrap: wrap
    }

    .wrapper_portfolios .cards ul li {
        margin: 0 5px 10px 0
    }

    .wrapper_portfolios .cards button.cta-btn {
        font-size: 15px;
        width: 100%
    }

    .wrapper_portfolios .img_area {
        margin: 40px 0
    }

    .wrapper_portfolios .img_area img {
        width: 100%
    }

    .hire-app-awards {
        padding: 50px 0
    }

    .hire-app-awards .awards-main {
        margin: 0
    }

    .hire-app-awards .ppc-new-60 {
        font-size: 32px
    }

    .hire-app-awards .mtexture-inn {
        padding: 30px 0
    }

    .new-section-testimonials {
        padding: 50px 0
    }

    .new-section-testimonials .testimonials-title {
        line-height: 42px;
        font-size: 36px;
        margin: 30px 0 20px 0
    }

    .new-section-testimonials .testimonials-title:after {
        bottom: 65px
    }

    .new-section-testimonials .stick-testimonials-area button.req-btn {
        margin: 40px 0 0
    }

    .new-section-testimonials .testimonials-right-bg {
        padding: 25px
    }

    .new-section-testimonials .testimonials-right-bg p {
        font-size: 18px;
        line-height: 26px
    }

    .new-section-testimonials .testimonials-right-bg h5 {
        font-size: 22px;
        line-height: 24px
    }

    .sec-faq .main-h {
        font-size: 32px;
        line-height: 40px
    }

    section.contact-section {
        padding: 50px 0
    }

    .contact-section .section__title {
        font-size: 24px;
        line-height: 30px;
        margin: 30px 0
    }

    .frm_area_btm form {
        padding: 40px 30px;
        margin: 0 0 20px 0
    }

    .frm_area_btm form input[type="text"],
    .frm_area_btm form input[type="email"],
    .frm_area_btm form input[type="tel"] {
        margin: 60px 0
    }

    .contact-flow {
        padding: 30px 20px;
        width: 100%;
        margin: 0 auto
    }

    .modaL_order .field-list li {
        width: 100%
    }
}

.bg__video {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.floatbutton.active {
    right: 0;
    z-index: 11;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 1
}

.floatbutton .clickbutton {
    border-radius: 30px 0 0 30px;
    background: #fff;
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / .09);
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    background: #fff;
    margin-top: 144px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    z-index: 100000;
    box-shadow: 5px 2px 29px #000
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    font-size: 18px;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #000;
    left: -72px;
    white-space: pre;
    bottom: 122px;
    font-weight: 700
}

.floatbutton .clickbutton .crossplus.rotate {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #f8a501;
    margin: 17px 0 0 15px
}

.btns_wrap {
    position: fixed;
    right: -6px
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    padding: 0;
    background: #fff;
    top: 71px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0 0 50px
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #000;
    background: #134E5E;
    background: -webkit-linear-gradient(to right, #7658ee, #9221b2);
    background: #fff;
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0 0 50px;
    box-shadow: 5px 2px 29px #000
}

.btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f
}

.banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    text-align: center
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
    font-family: 'Poppins'
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 1px 0 0 0
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    background: #8b0807;
    border-radius: 51px;
    text-align: center;
    background-image: #f8a501;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: #fff0;
    font-family: 'Poppins', sans-serif
}