@import 'https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap';* {
    box-sizing: border-box
}

body {
    margin: 0
}

body {
    overflow-x: hidden
}

ul,ol {
    list-style-type: none;
    padding: 0;
    margin: 0
}

a {
    font-size: 14px;
    font-family: lexend,sans-serif
}

span {
    font-family: work sans,sans-serif
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a,span {
    color: #000;
    display: inline-block;
    text-decoration: none
}

p {
    font-size: 15.5px;
    font-family: open sans,sans-serif;
    font-weight: 400;
    color: #181818
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: lexend,sans-serif;
    font-weight: 700
}

h1 span {
    color: #2bb673;
    font-weight: 700
}

h1 {
    color: #000;
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize
}

h2 {
    font-size: 38px;
    color: #414042;
    line-height: 1.4;
    font-weight: 600
}

h3 {
    color: #34434a;
    font-size: 32px;
    max-width: 500px;
    line-height: 1.4
}

h4 {
    font-size: 22px;
    font-weight: 600;
    color: #181818;
    font-family: open sans
}

h5 {
    color: rgba(24,24,24,.7);
    font-size: 18px;
    font-weight: 400
}

h6 {
    font-size: 14px;
    font-weight: 400
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-row ul {
    display: flex
}

.phone-code {
    display: flex;
    align-items: center
}

.header-row .logo img {
    width: 140px
}

header {
    padding: 20px 0;
    left: 0;
    right: 0;
    z-index: 2
}

.nav-row nav ul li a {
    color: #000;
    margin-right: 25px;
    font-size: 14px
}

.nav-row nav ul li:last-child a {
    margin-right: 0
}

.phone-code a {
    font-weight: 500
}

.home-banner {
    padding: 160px 0;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.home-text {
    max-width: 660px
}

.home-text h1 {
    margin-bottom: 15px;
    font-weight: 800
}

.home-text p {
    max-width: 520px;
    margin-bottom: 20px;
    font-size: 20px
}

.custom-site-btn {
    background-color: #1f9cd9;
    border: 2px solid #1f9cd9;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    transition: .2s all
}

.custom-site-btn:hover {
    color: #1f9cd9;
    background-color: #fff
}

.home-banner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('https://digitlogix.com/wp-content/uploads/2023/04/Vector-19.svg');
    width: 300px;
    height: 80px;
    background-size: 80%;
    background-repeat: no-repeat
}

.home-banner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('https://digitlogix.com/wp-content/uploads/2023/04/Group-465.svg');
    width: 100px;
    height: 100px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right
}

.who-we-are-col h1 {
    font-weight: 600
}

.who-we-are-col h4 {
    margin-bottom: 10px
}

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

.years-counter span {
    font-size: 50px;
    font-weight: 700;
    color: #1f9cd9
}

.years-counter {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.years-counter h5 {
    max-width: 125px;
    margin-left: 10px
}

h5 {
    color: rgba(24,24,24,.7)
}

.years-counter.col-md-12 {
    margin-top: 8px
}

.work-experience-col {
    padding-left: 15px;
    position: relative
}

.who-we-arrow {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    border: 1px solid rgba(137,137,137,.4);
    transform: rotate(-11.71deg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px
}

.services {
    background-color: rgb(31 156 217/4%);
    padding: 80px 0
}

.services-top-text {
    max-width: 500px;
    margin-bottom: 50px
}

.services-top-text h1 {
    margin-bottom: 12px
}

.services-cols {
    padding: 50px 60px 80px;
    border-radius: 0 0 0 100px;
    margin-bottom: 60px
}

.services-icons {
    margin-bottom: 15px
}

.services-cols h2 {
    color: #fff
}

.services-cols a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 22px;
    margin-top: 15px;
    font-family: open sans
}

.services-cols a img {
    margin-left: 15px
}

.services .row .col-md-6 {
    width: 49%
}

.services .row {
    justify-content: space-between
}

.services .row .col-md-6:nth-child(4),.services .row .col-md-6:nth-child(2) {
    margin-top: -100px
}

.technology-stacks {
    padding: 80px 0
}

.technoloy-stacks-text h1 {
    font-size: 38px;
    margin-bottom: 20px
}

.stacks-col {
    background: #fff;
    box-shadow: 0 9px 50px 4px rgba(57,57,57,.06);
    border-radius: 4px;
    text-align: center;
    padding: 40px;
    margin-bottom: 20px
}

.stacks-col img {
    margin: 0 auto 20px
}

.stacks-col h5 {
    color: #181818
}

.technology-stacks .col-md-4 {
    width: 35%
}

.technology-stacks .col-md-8 {
    width: 60%
}

.technology-stacks .col-md-8 .col-md-4 {
    width: 33.33%
}

.section-padding {
    width: 1170px;
    margin: 0 auto;
    padding: 80px 0
}

.our-work .owl-item .item {
    transform: translate3d(0,0,0);
    transition: all .25s ease-in-out
}

.screenshot_slider .owl-item .item img {
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: inherit
}

.screenshot_slider .owl-item.center .item {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.screenshot_slider .owl-nav {
    text-align: center;
    margin: 40px 0
}

.screenshot_slider .owl-nav button {
    font-size: 24px!important;
    margin: 10px;
    color: #033aff!important
}

.our-work-top-text {
    margin-bottom: 70px;
    text-align: center
}

.our-work-top-text h1 {
    margin-bottom: 20px
}

.section-padding {
    width: 100%;
    padding: 0
}

.work-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0/40%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    visibility: hidden
}

.work-col {
    position: relative
}

.work-img a img {
    width: 24px!important;
    margin-left: 20px
}

.work-img {
    position: relative;
    margin-bottom: 15px
}

.work-img>img {
    width: 100%;
    height: 450px;
    object-fit: cover
}

.our-work .owl-carousel .owl-stage-outer {
    padding-top: 40px
}

.work-col h3 {
    font-size: 28px;
    color: #121212
}

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

.our-work .owl-item.active.center .work-col a {
    visibility: visible;
    opacity: 1
}

.our-work-btn {
    text-align: center;
    margin: 30px 0
}

section.our-work {
    padding: 40px 0 30px
}

section.best-suitable {
    position: relative;
    padding: 60px 0
}

section.best-suitable::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 70%;
    background-color: rgb(31 156 217/4%);
    width: 100%;
    z-index: -1
}

section.best-suitable h1 {
    text-align: center;
    margin-bottom: 35px
}

section.best-suitable h6 {
    color: #000;
    text-align: center;
    margin-bottom: 40px
}

.best-suitable-col {
    background: #fff;
    box-shadow: 0 4px 30px #f5f5f5;
    border-radius: 8px;
    padding: 40px 20px 30px
}

.best-suitable-col h3 {
    color: #000;
    font-size: 28px;
    margin-bottom: 10px
}

.best-suitable-col a {
    background-color: #1f9cd9;
    border: 2px solid #1f9cd9;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    transition: .2s all
}

.best-suitable-col p {
    font-size: 16px;
    margin-bottom: 30px
}

section.our-client-say {
    background-color: rgb(31 156 217/4%);
    padding: 60px 0
}

.our-client-top-text {
    text-align: center;
    max-width: 720px;
    margin: 0 auto
}

.our-client-top-text h1 {
    margin-bottom: 15px
}

.row.our-client-slider-col {
    background-color: #fff;
    padding: 25px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    margin: 0
}

.row.our-client-slider-col .col-md-6 .row {
    align-items: center;
    margin-bottom: 20px
}

.client-text h5 {
    color: #000915;
    font-weight: 600;
    margin-bottom: 5px
}

.client-text h6 {
    color: rgb(0 9 21/70%)
}

.client-text {
    margin-left: -10px
}

.raing ul {
    display: flex
}

.row.our-client-slider-col h6 {
    color: rgb(0 9 21/70%);
    text-align: right
}

.raing ul li img {
    width: 20px!important;
    margin-right: 3px
}

footer {
    padding: 60px 0
}

.interested-text-col h1 {
    max-width: 500px;
    margin-bottom: 10px;
    margin-top: 0
}

.contact-form {
    background: #fff;
    box-shadow: 0 7.6px 90.7px rgba(51,51,51,.1);
    border-radius: 20px;
    padding: 30px;
    max-width: 480px;
    margin-top: 25px
}

.input-container input,.input-container textarea {
    width: 100%;
    background: #fff;
    opacity: .3;
    border: 1px solid #0a142f;
    border-radius: 5px;
    margin-bottom: 12px;
    padding: 10px 15px;
    font-size: 16px
}

.checkbox-container input {
    margin-right: 10px
}

.input-container textarea {
    min-height: 120px;
    resize: none
}

.input-submit input {
    background-color: #1f9cd9;
    border: 2px solid #1f9cd9;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    transition: .2s all;
    margin-top: 15px
}

.about-col h3 {
    font-size: 28px;
    margin-bottom: 30px
}

.our-offices h3 {
    font-size: 28px;
    margin-bottom: 30px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    padding-top: 40px;
    margin-top: 50px
}

.f-social-icons ul {
    display: flex
}

.f-social-icons ul li a {
    margin-right: 12px
}

.f-social-icons ul li:last-child a {
    margin-right: 0
}

footer .container .row.mb-5 {
    background-image: url(../images/contact-us-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 74%;
    background-position: bottom;
    padding-bottom: 20px
}

footer {
    padding: 140px 0;
    position: relative
}

.interested-text-col h6 {
    margin-bottom: 100px
}

.interested-list {
    padding: 40px 40px 40px
}

.interested-list ul li a {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px
}

.interested-list ul li a i {
    margin-right: 15px
}

.interested-list h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.interested-list h4 {
    color: #fff;
    font-weight: 400
}

.interested-list ul {
    margin-bottom: 30px
}

footer .container::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 700px;
    height: 600px;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 291px 170px;
    z-index: 2
}

footer::after {
    position: absolute;
    background-image: url(../images/footer-bottom-bg.png);
    background-position: bottom;
    content: '';
    left: 0;
    right: 0;
    height: 500px;
    background-size: cover;
    width: 100%;
    bottom: 0;
    z-index: -1;
    opacity: .6;
    background-position: center;
    background-repeat: no-repeat
}

footer .container {
    position: relative
}

.portfolio-banner {
    background-color: rgb(31 156 217/4%);
    padding: 120px 0 80px;
    position: relative
}

.portfolio-banner .row {
    align-items: center
}

.portfolio-text h2 {
    font-weight: 800;
    font-size: 46px;
    line-height: 58px;
    color: #000;
    margin-bottom: 15px
}

.portfolio-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #181818;
    margin-bottom: 30px
}

.portfolio-col-img img {
    margin: auto
}

.portfolio-tabs-sec {
    padding: 60px 0
}

.portfolio-tabs-sec ul {
    display: flex;
    justify-content: space-between;
    background-color: #f6fbfd;
    border-radius: 200px;
    border: 0;
    margin-bottom: 80px
}

.portfolio-tabs-sec ul li button {
    padding: 10px 30px;
    border: 0!important;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000!important
}

.portfolio-tabs-sec ul li button.active {
    background-color: #1f9cd9!important;
    border-radius: 150px;
    color: #fff!important
}

.portfolio-tabs-content .col-md-6 {
    width: 49%;
    margin-bottom: 35px
}

.portfolio-tabs-content .row {
    justify-content: space-between
}

.portfolio-tabs-content .work-img>img {
    height: 550px
}

.portfolio-tabs-content .work-col:hover a {
    display: flex;
    opacity: 1;
    visibility: visible;
    align-items: center
}

section.home-banner.blog-banner::before {
    display: none
}

section.home-banner.blog-banner::after {
    display: none
}

.blog-banner-text {
    text-align: center;
    width: 100%;
    max-width: 85%;
    margin: 0 auto
}

.blog-banner-text h1 {
    padding-bottom: 15px
}

.blog-banner-text p {
    font-size: 22px
}

section.home-banner.blog-banner {
    background-color: #f6fbfd;
    min-height: 0
}

.blog-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap
}

.blog-images {
    width: 100%;
    max-width: 48%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    margin: 8px 0
}

.blog-images h3 {
    color: #fff
}

.blog-images p {
    color: #fff
}

.time-date p {
    color: #e1e1e1
}

.time-date p span i {
    color: #e1e1e1;
    margin-right: 10px
}

section.blog-main-content {
    padding-top: 100px
}

.time-date {
    padding: 8px 0
}

#wrapper {
    margin: 0 auto;
    display: block;
    width: 960px
}

.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    margin: 30px 0
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 60px
}

#pagination li {
    display: inline
}

#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #181818;
    font-family: lexend;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px
}

#pagination li a:hover {
    color: #1f9cd9
}

section.blog-detail {
    padding-top: 100px
}

.time-date.detail p {
    color: #181818
}

.time-date.detail p span i {
    color: #181818
}

.blog-text h1 {
    padding-bottom: 30px
}

.article-heading {
    padding: 100px 0 30px
}

.counting-text {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    padding-top: 30px
}

.numbers-content {
    width: 100%;
    max-width: 47%;
    margin-bottom: 20px
}

.number-flex {
    display: flex;
    align-items: baseline;
    padding-bottom: 15px
}

.number-flex h1 {
    color: #1f9cd9;
    margin-right: 10px
}

.number-flex h3 {
    color: #000
}

section.our-goal {
    background-color: #f6fbfd;
    padding: 80px 0
}

.our-goal-text {
    width: 100%;
    max-width: 75%
}

.our-goal-text h1 {
    padding: 10px 0 15px
}

.image-text-flex {
    display: flex;
    align-items: center;
    padding-bottom: 25px
}

.stars-date-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 30px
}

section.our-clients-say {
    background-color: #f6fbfd;
    padding: 70px 0
}

.slider-main-content {
    background-color: #fff;
    border-radius: 10px;
    min-height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px
}

.small-image-text {
    margin-left: 20px;
    display: flex;
    flex-direction: column
}

.client-says-heading {
    text-align: center;
    width: 100%;
    max-width: 65%;
    margin: 0 auto
}

.client-says-heading h1 {
    padding: 15px
}

.client-says-heading p {
    padding-bottom: 45px
}

.clients-slider .owl-dot.active span {
    width: 35px;
    height: 11px;
    background-color: #017df3!important
}

.clients-slider .owl-dot:hover span {
    background: #017df3!important
}

.clients-slider .owl-dot span {
    background: #eaeaea!important;
    border-radius: 25px!important
}

.about-banner-text p {
    padding: 25px 0 16px;
    width: 100%;
    max-width: 76%
}

.three.col {
    display: none
}

section.portfolio-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    height: 58px;
    clip-path: polygon(0 0,100% 0,100% 100%);
    background-color: #1f9cd9
}

.our-services-sec {
    padding: 60px 0
}

.our-services-sec .row {
}

.services-col-text a {
    display: flex;
    align-items: center;
    color: #1f9cd9
}

.services-col-text a img {
    margin-left: 5px
}

.our-service-row .row {
    align-items: center
}

.services-col-text h1 {
    margin-bottom: 15px
}

.services-img {
    padding-right: 20px
}

.our-service-row:nth-child(even) .row {
    flex-direction: row-reverse
}

.our-service-row:nth-child(even) .services-img {
    padding-right: 0;
    padding-left: 20px
}

.our-service-row {
    background-color: #f6fbfd;
    padding: 60px 0
}

.our-service-row:nth-child(1),.our-service-row:nth-child(2),.our-service-row:nth-child(5),.our-service-row:nth-child(6) {
    background-color: #fff
}

.our-service-row:nth-child(1) {
    padding-bottom: 0
}

.our-service-row:nth-child(3) {
    padding-bottom: 0
}

.our-service-row:nth-child(5) {
    padding-bottom: 0
}

.service-detail-content {
    padding: 60px 0
}

.service-detail-content h1 {
    margin-bottom: 15px
}

section.service-detail-content p {
    margin-bottom: 30px
}

.service-detail-col h3 {
    color: #181818;
    margin-bottom: 10px
}

.service-detail-col span {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    color: #181818
}

.service-detail-col span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    height: 19px;
    width: 4px;
    background-color: #1f9cd9
}

section.web-develop-services {
    background-color: rgb(31 156 217/4%);
    padding: 60px 0;
    height: auto;
}

.web-develop-top-text {
    text-align: center;
    max-width: 995px;
    margin: 0 auto 50px
}

.web-develop-top-text h1 {
    margin-bottom: 15px
}

section.web-develop-services .stacks-col {
    background: #fff;
    box-shadow: 0 4px 30px #f5f5f5;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    padding: 30px 25px
}

section.web-develop-services .stacks-col::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #1f9cd9
}

section.web-develop-services .col-md-4 {
    margin-bottom: 20px
}

section.web-develop-services .stacks-col h4 {
    margin-bottom: 10px;
    text-align: left
}

section.web-develop-services .stacks-col img {
    margin: 0;
    margin-bottom: 20px
}

section.web-develop-services .stacks-col p {
    margin-bottom: 0
}

section.services.services-detail2 .services-top-text {
    max-width: 580px
}

section.services.services-detail2 .services-cols h3 {
    color: #fff;
    margin-bottom: 15px
}

section.services.services-detail2 .services-cols ul li {
    background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: 0 9px;
    padding-left: 26px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

section.web-develop-services2 {
    background-color: rgb(31 156 217/4%);
    padding: 60px 0 0
}

section.services.services-detail2 {
    background-color: #fff
}

section.web-develop-services2 .stacks-col p {
    display: none
}

section.web-develop-services2 .stacks-col {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 64px
}

section.web-develop-services2 .stacks-col h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: lexend
}

section.our-work.our-work2 {
    padding: 60px 0
}

header#header {
    box-shadow: 0 15px 18px 0 rgb(0 0 0/6%);
    position: relative;
}
.technoloy-stacks-text {
    text-align: center;
    margin-bottom: 50px;
}
.stickyheader {
    background-color: #fff;
    position: fixed !important;
}
.who-we-are .container>.row {
    align-items: center;
}
.stacks-col {
    min-height: 220px;
}
footer {
    padding: 140px 0 20px;
}
section.home-banner.blog-banner.about-banner {
    padding: 80px 0px;
}

.custom-box.box-3 {
    background: url(/wp-content/uploads/2022/12/box-3.svg) no-repeat!important;
    /* height: 230px; */
    top: 453px;
    left: 50%;
    transform: translateX(12%);
    -moz-transform: translateX(-50%);
}

.custom-box.box-4 {
    background: url(/wp-content/uploads/2022/12/box-4.svg) no-repeat!important;
    width: 280px;
    height: 285px;
    top: 520px;
    left: 62%;
    transform: translate(-48%,-29%);
    -moz-transform: translate(-50%,-50%);
}

.custom-box.box-5 {
    background: url(/wp-content/uploads/2022/12/box-5.svg) no-repeat!important;
    width: 250px;
    height: 245px;
    top: 250px;
    right: 220px;
    transform: translateY(0%);
    -moz-transform: translateY(-50%);
    display: flex;
    flex-direction: row;
}

.custom-box.box-3 {
    flex-direction: column;
    transform: translateX(-50%);
    top: 511px;
}

.custom-box.box-4 {
    flex-direction: column;
}

.custom-box.box-1 {
    transform: translateY(0%);
    left: 220px;
}

.custom-box.box-2 {
    left: 350px;
    transform: translate(-30%,-8%);
}

/* header#header {
    z-index: 999999;
} */
.custom-stats-section.container.d-flex.justify-content-center.mt-5.pt-5 {
    height: 1036px;
}
.about-counter {
    max-width: 650px;
    margin: 0px auto;
}

.best-suitable.about-best-suitable::before {
    opacity: 0;
}
.web-develop-top-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 500;
}
.missionvision {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.missionvision .mission {
    width: 48%;
}

.missionvision .vision {
    width: 48%;
}
.imgRight {
    display: flex;
    margin: 30px 0px;
    align-items: center;
    justify-content: center;
}

.imgLeft {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
	    align-items: center;
    margin: 30px 0px;
}

.imgRight>div {
    margin-right: 31px;
    width: 50%;
}
.container.spaceCus .post-thumbnail img {
    border-radius: 25px;
/*     margin: 30px 0px; */
}

.imgLeft>div {
    margin-left: 31px;
    width: 50%;
}

/* resource */
.resource-content {
    padding: 60px 0;
}

.resource-content p {
    margin: 25px 0;
}
@media only screen and (max-width: 1024px) {
	.imgRight {
    flex-direction: column-reverse;
}

.imgRight>div {
    width: 100%;
    margin: 0px;
}

.imgLeft {
    flex-direction: column-reverse;
}

.imgLeft>div {
    margin: 0px;
    width: 100%;
}
    h1 {
        font-size:34px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 22px
    }

    .home-banner {
        min-height: 0
    }

    .services-top-text {
        max-width: 450px
    }

    .nav-row nav ul li a {
        margin-right: 10px
    }

    .portfolio-tabs-sec ul li button {
        padding: 10px 20px;
        font-size: 16px
    }

    .our-goal-text {
        width: 100%;
        max-width: 100%
    }

    .client-says-heading {
        width: 100%;
        max-width: 100%
    }

    .stars-image img {
        height: 22px
    }

    .stars-image {
        display: flex
    }

    .stacks-col {
        padding: 40px 10px;
        min-height: 215px
    }

    section.blog-main-content {
        padding-top: 10px
    }

    .blog-images {
        background-size: auto;
        margin: 20px 0
    }

    #wrapper {
        margin: 0 auto;
        display: block;
        width: 100%
    }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    max-width: 900px !important;
    width: 500%;
    left: -300px;
    top: 40px
px
;
}
}

@media only screen and (max-width: 992px) {
div#hamburger-6 {
    display: none;
}
    #hamburger-6.is-active {
        -webkit-transition:all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #hamburger-6.is-active .line:nth-child(2) {
        width: 0
    }

    #hamburger-6.is-active .line:nth-child(1),#hamburger-6.is-active .line:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }

    #hamburger-6.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
        -o-transform: translateY(13px);
        transform: translateY(11px)
    }

    #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(90deg);
        -ms-transform: translateY(-13px) rotate(90deg);
        -o-transform: translateY(-13px) rotate(90deg);
        transform: translateY(-13px) rotate(90deg)
    }

    .row .three {
        padding: 80px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #2c3e50;
        color: #ecf0f1;
        text-align: center
    }

    .hamburger .line {
        width: 40px;
        height: 4px;
        background-color: #000;
        display: block;
        margin: 8px auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .three.col {
        display: block
    }

    .three col {
        position: relative
    }

    .hamburger.is-active {
        z-index: 999999999!important;
        position: relative
    }

    .hamburger.is-active span {
        background: #fff
    }

    .hamburger:hover {
        cursor: pointer
    }

    .menusflex {
        position: fixed;
        top: -103%;
        width: 100vw;
        background-color: #000;
        transition: .5s ease-in-out;
        z-index: 999999;
        left: 0
    }

    .menusflex.active {
        top: 0
    }

    .menusflex li a {
        color: #fff;
        padding: 10px 0;
        font-size: 18px
    }

    .menusflex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 0
    }

    .nav-row nav ul li a {
        margin-right: 0
    }

    .three.col {
        position: absolute;
        right: 40px
    }

    .nav-row nav ul li a {
        color: #fff
    }

    .phone-code {
        margin-right: 60px
    }

    .our-offices h3 {
        font-size: 22px
    }

    .services-top-text {
        max-width: 345px
    }

    .who-we-are-col h1 {
        font-size: 26px
    }

    .technology-stacks .col-md-4 {
        width: 100%
    }

    .technology-stacks .col-md-8 {
        width: 100%
    }

    .technology-stacks .col-md-8 .col-md-4 {
        width: 24.33%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 48%
    }

    .years-counter span {
        font-size: 36px
    }

    .who-we-are {
        padding: 60px 0
    }

    .technoloy-stacks-text {
        margin-bottom: 40px
    }

    footer {
        padding: 60px 0
    }

    .portfolio-tabs-sec ul li button {
        padding: 10px;
        font-size: 14px
    }

    section.blog-main-content {
        padding-top: 50px
    }

    .article-heading {
        padding: 50px 0
    }

    .blog-images {
        min-height: 430px;
        padding: 15px
    }

    .time-date p {
        margin: 0
    }

    .blog-images h3 {
        font-size: 18px
    }
	.menusflex {
    top: -600%;
}

html {
    overflow-x: hidden;
}

.services-cols {
    background-color: #000;
}
	div#hamburger-6 {
    display: none;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
		    max-width: unset !Important;
    width: unset !Important;
	}
	ul.mega-sub-menu ul li a {
    color: #000 !important;
}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: none !Important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none !Important;
}
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size:26px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 22px
    }

    .numbers-content {
        width: 100%;
        max-width: 100%
    }

    .technology-stacks {
        padding: 30px 0
    }

    .technology-stacks .col-md-8 .col-md-4 {
        width: 49.33%
    }

    .about-banner-text p {
        width: 100%;
        max-width: 100%;
        padding: 15px 0
    }

    .services .row .col-md-6:nth-child(1),.services .row .col-md-6:nth-child(3) {
        margin-bottom: 100px
    }

    .services .row .col-md-6 {
        width: 100%;
        max-width: 100%
    }

    .work-col h3 {
        font-size: 22px
    }

    .screenshot_slider .owl-nav {
        margin: 0
    }

    .work-experience-col {
        padding: 20px 0
    }

    .who-we-arrow {
        top: 20px
    }

    .home-banner {
        padding: 280px 0 70px 0
    }

    .col-md-6 {
        width: 100%
    }

    section.our-goal {
        padding: 40px 0
    }

    .technoloy-stacks-text h1 {
        font-size: 32px
    }

    footer .container .row.mb-5 {
        background-size: cover
    }

    .portfolio-text h2 {
        font-size: 30px;
        margin-bottom: 5px
    }

    .portfolio-col-img {
        margin: 30px 0
    }

    .portfolio-tabs-content .col-md-6 {
        width: 100%
    }

    li.nav-item {
        width: 50%;
        text-align: center;
    }

    .portfolio-tabs-sec ul {
        border-radius: 20px;
        padding: 15px 0
    }

    .blog-images {
        width: 100%;
        max-width: 100%
    }

    .blog-text h1 {
        font-size: 22px
    }

    section.home-banner.blog-banner {
        padding: 160px 0
    }

    .blog-banner-text {
        width: 100%;
        max-width: 100%
    }

    .blog-images {
        margin: 10px 0
    }

    section.best-suitable h1 {
        margin-bottom: 20px
    }

    .our-offices h3 {
        text-align: center
    }

    .flag-country img {
        margin: 0 auto
    }

    .country-address {
        text-align: center
    }

    .about-col {
        text-align: center
    }

    .three.col {
        right: 20px;
        top: 10px
    }

    .phone-code {
        display: none
    }
}
