@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,700;1,900&display=swap);
body {
    font-family: "Lato", sans-serif !important;
    overflow-x: hidden;
    background-color: #fff
}

a {
    text-decoration: none !important
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1
    }
    to {
        transform: translateX(-100%);
        opacity: 0
    }
}

.navbar-collapse {
    display: none
}

.navbar-collapse.show {
    display: block;
    animation: slideIn 0.3s forwards
}

.navbar-collapse.collapsing {
    animation: slideOut 0.3s forwards
}

.navbar-nav {
    flex-direction: row
}

.nav-item {
    margin-left: 20px
}

.mian-nav-section {
    position: absolute;
    width: 100%;
    z-index: 1;
    border-top: 1px solid rgb(255 255 255 / .4);
    border-bottom: 1px solid rgb(255 255 255 / .4);
    top: 20px;
    z-index: 9999
}

.mian-nav-section .container {
    padding: 3px 0
}

.mian-nav-section .navbar-nav a {
    color: #fff;
    padding: 8px 0
}

.dropdown li a:before {
    background-color: unset !important
}

.custom-button {
    background-color: #fff;
    padding: 8px 20px;
    font-weight: 500;
    margin-left: 13px;
    border: 1px solid #fff;
    color: #000
}

.nav-links li:last-child a .custom-button {
    transition: all 0.2s ease-out
}

.nav-links li:last-child a:hover .custom-button {
    color: #fff;
    background: none;
    border: 1px solid#fff
}

.mian-nav-section .navbar-nav {
    display: flex;
    gap: 41px
}

.mian-nav-section .navbar-nav li {
    margin-left: 0
}

.service-main-box .service-main-img {
    width: 100%
}

.service-main-box {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    gap: 1px;
    padding: 0
}

.service-box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.service-overlay {
    position: absolute;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    background: rgb(0 0 0 / .6);
    bottom: 0;
    text-align: center;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition: all 0.2s ease-out;
    z-index: 2
}

.service-overlay p {
    margin-bottom: 0;
    color: #fff
}

.service-overlay p span {
    margin-left: 10px
}

.service-overlay:hover {
    background: #000
}

.service-box .service-main-img {
    transition: all 0.3s ease-out
}

.service-box:hover .service-main-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.service-overlay .arrow-icon1 {
    transition: all 0.3s ease-out
}

.service-overlay:hover .arrow-icon1 {
    transform: rotate(45deg)
}

nav {
    width: 100vw;
    color: #fff;
    display: flex;
    z-index: 10;
    align-items: center;
    justify-content: space-between
}

.nav-links {
    display: flex;
    list-style: none;
    width: 52vw;
    padding: 11px 20px 10px 10px;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0
}

.nav-links li a {
    text-decoration: none;
    margin: 0 .7vw;
    width: 100%
}

.nav-links li a:hover {
    color: #fff
}

.nav-links li {
    position: relative
}

.hamburger div {
    width: 30px;
    height: 3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease
}

.hamburger {
    display: none
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px)
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px)
}

.service-header-h3 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin-bottom: 36px
}

.service-main-section {
    padding: 60px 0
}

.working-process-main-section {
    background-image: url(../assets/our-working-process-bg.jpg);
    padding: 50px 0 0 0;
    background-size: cover;
    background-repeat: no-repeat
}

.work-process-h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 46px
}

.workprocess-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-bottom: 9px solid #000;
    background: #fff0;
    padding: 24px 0
}

.workprocess-a {
    color: #fff;
    cursor: default
}

.process-content {
    padding-left: 32px;
    width: 76%
}

.process-content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.process-content ul li:first-child {
    font-size: 30px;
    font-weight: 700
}

.process-content ul li:last-child {
    font-size: 20px;
    font-weight: 300;
    width: 82%
}

.process-number {
    font-size: 30px;
    font-weight: 900;
    padding-right: 34px
}

.process-icon {
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    display: none
}

.process-icon svg {
    fill: #fff;
    width: 41px;
    height: auto;
    rotate: 45deg
}

.workprocess-a:hover .process-icon svg {
    fill: #000;
    rotate: 90deg
}

.workprocess-a:hover .process-icon {
    border-bottom: 2px solid #fff
}

.workprocess-a:hover {
    color: #000
}

.workprocess-a:hover .workprocess-box {
    border-bottom: 9px solid #B4B4B4;
    background-color: #fff
}

.workprocess-a:hover .process-icon svg,
.workprocess-a:hover .process-icon,
.workprocess-a:hover,
.workprocess-a:hover .workprocess-box,
.articles-main-box a .main-blog-img {
    transition: all 0.2s ease-out
}

.latest-articles-h3 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin-bottom: 46px;
    text-align: center
}

.articles-main-box {
    position: relative
}

.articles-main-box ul {
    background: #000;
    background: linear-gradient(0deg, #000000 48%, #fff0 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    list-style: none;
    padding: 20px
}

.date span {
    padding-right: 10px
}

.articles-main-box ul .date {
    color: #fff;
    font-size: 16px
}

.articles-main-box ul .blog-pera {
    color: #fff;
    font-size: 16px;
    margin-top: 14px
}

.articles-main-box .main-blog-img img {
    width: 100%
}

.articles-main-box a {
    color: #fff;
    font-size: 16px
}

.articles-main-box ul i {
    padding-left: 10px
}

.articles-main-box a:hover {
    color: #BA007D
}

.articles-main-box a:hover .main-blog-img {
    filter: grayscale(100%)
}

.latest-articles-main-section {
    padding: 60px
}

.view-all-home-btn {
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    width: 149px;
    text-align: center;
    padding: 8px 3px;
    margin: auto;
    margin-top: 40px;
    transition: all 0.2s ease-out
}

.view-all-home-btn:hover {
    background-color: #000;
    fill: #fff
}

.view-all-home-btn:hover a {
    color: #fff
}

.view-all-home-btn:hover svg {
    fill: #fff
}

.view-all-home-btn a {
    color: #000;
    transition: all 0.2s ease-out
}

.view-all-home-btn svg {
    width: 24px;
    height: auto;
    transform: rotate(90deg);
    margin-left: 7px;
    transition: all 0.2s ease-out
}

.Lets-work-together-section {
    background-image: url(../assets/together-bg.jpg);
    background-color: #000;
    padding: 60px 0
}

.together-h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 700
}

.together-pera {
    color: #AAA;
    font-size: 16px;
    width: 55%;
    margin-top: 14px
}

.view-all-home-btn2 {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    width: 230px;
    text-align: center;
    padding: 8px 3px;
    margin-top: 18px;
    transition: all 0.2s ease-out
}

.view-all-home-btn2:hover {
    background-color: #fff
}

.view-all-home-btn2:hover a {
    color: #000
}

.view-all-home-btn2:hover svg {
    fill: #000
}

.view-all-home-btn2 a {
    color: #fff;
    transition: all 0.2s ease-out
}

.view-all-home-btn2 svg {
    width: 24px;
    height: auto;
    transform: rotate(90deg);
    margin-left: 7px;
    fill: #fff;
    transition: all 0.2s ease-out
}

footer {
    background-color: #000;
    padding: 40px 0 0 0
}

.footer-adr {
    font-size: 16px;
    color: #B4BBC5;
    margin-top: 26px
}

.footer-link-header {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px
}

.footer-links {
    list-style: none;
    padding-left: 0;
    line-height: 33px
}

.footer-links li a {
    color: #838E9E;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    transition: all 0.2s ease-out;
    font-weight: 500
}

.footer-links li a:hover {
    border-bottom: 1px solid #BA007D;
    color: #BA007D
}

.footer-social-main-box {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 17px
}

.social-box ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    background-color: #191919;
    color: #fff;
    gap: 7px;
    padding: 8px 15px;
    font-size: 14px;
    transition: all 0.3s ease-out;
    border-radius: 5px
}

.social-box ul:hover {
    background-color: #BA007D
}

.social-box li:first-child {
    border-right: 1px solid #3B3B3B;
    padding-right: 12px
}

.copy-right {
    border-top: 1px solid #243752;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
    margin-top: 13px
}

.view-all-home-btn3 {
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    width: 179px;
    text-align: center;
    padding: 12px 6px;
    margin-top: 16px;
    transition: all 0.2s ease-out
}

.view-all-home-btn3:hover {
    background-color: #000;
    fill: #fff
}

.view-all-home-btn3:hover a {
    color: #fff
}

.view-all-home-btn3 a {
    color: #000;
    transition: all 0.2s ease-out
}

.join-section {
    display: flex;
    align-items: center;
    gap: 15px
}

.citizen-h4 {
    font-size: 40px;
    color: #000;
    font-weight: 800
}

.vision-h5 {
    font-size: 30px;
    color: #000
}

.vision-p {
    font-size: 18px;
    color: #3C3C3C;
    margin-top: 35px;
    line-height: 24px
}

.banner-h1 {
    font-size: 100px;
    color: #fff
}

.banner-h2 {
    font-size: 150px;
    color: #fff;
    font-weight: 700;
    margin-top: -34px
}

.banner-h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px
}

.banner-p {
    font-size: 24px;
    color: #C6C6C6;
    width: 64%;
    line-height: 31px;
    margin-bottom: 38px
}

.all-banner-box {
    position: relative
}

.banner-text {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 190px;
    left: 89px
}

.banner-slider-btn {
    font-size: 25px;
    color: #fff;
    background-color: #000;
    padding: 9px 70px;
    border: 3px solid rgb(255 255 255 / .5);
    transition: all 0.5s ease-out
}

.banner-slider-btn:hover {
    color: #000;
    background-color: #fff;
    padding: 9px 70px;
    border: 3px solid rgb(0 0 0 / .5);
    transition: all 0.5s ease-out
}

.banner-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px;
    transition: all 0.2s ease-out
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(255 255 255 / .6)
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
    width: 13px;
    height: 13px;
    background: #fff
}

.banner-section .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    bottom: 57px;
    left: 0;
    right: 0
}

.zerocodix-vision-section {
    padding: 60px 0;
    position: relative
}

.vision-main-box {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 18px
}

.vision-text-box {
    position: absolute;
    background: #000;
    background: linear-gradient(0deg, #000000 30%, #fff0 100%);
    bottom: 0;
    padding: 86px 15px 20px 15px;
    z-index: 1;
    cursor: default
}

.vision-main-box .vision-img1 {
    width: 100%
}

.vision-main-text {
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.vision-pera {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

.vision-pera p {
    width: 97%;
    color: #BBB;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 4px
}

.vision-2nd-box {
    display: flex;
    gap: 23px;
    margin-top: 6px
}

.vision-main-box .vision-img,
.vision-text-box .vision-img .vision-img1 {
    transition: all 0.3s ease-out
}

.vision-text-box .vision-pera .arrow-icon1 {
    display: none
}

.vision-main-box:hover .vision-img {
    filter: grayscale(100%)
}

.vision-line-bg {
    position: absolute;
    z-index: -1;
    right: 0
}

.single-page-nav {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 9999;
    display: flex;
    list-style: none;
    padding-left: 0;
    flex-direction: column;
    gap: 12px
}

.card {
    display: block;
    width: 75px;
    background-color: unset;
    border: none
}

.card__holder a {
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
    height: 37px;
    text-align: right
}

.card__holder a:hover {
    transition: none;
    text-decoration: none;
    outline: 0
}

.card__holder a:hover:after {
    transform: translateX(0);
    -ms-transform: translateX(0)
}

.card__holder a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    transition: transform 300ms ease-in-out;
    transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    width: 100%;
    background-color: #fff;
    z-index: 5
}

.card-hold-active {
    display: none
}

.privacy-policy-section {
    position: relative
}

.menu-background {
    background-color: #000;
    padding: 68px 0;
    margin-top: -32px
}

.privacy-policy-section {
    padding: 40px 0
}

.policy-header {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px
}

.policy-pera {
    font-size: 16px;
    color: #4E4E4E
}

.policy-box {
    border: 1px solid #D8D8D8;
    padding: 46px;
    border-radius: 30px;
    background: #fff
}

.background-line-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.policy-sub-text {
    font-size: 26px;
    font-weight: 600;
    margin-top: 26px
}

.contact-section {
    padding: 30px 0
}

.contact-section form .form-group {
    margin-bottom: 17px
}

.contact-section label {
    color: #061C3D;
    font-size: 15px
}

.contact-section form ::placeholder {
    color: #838E9E;
    opacity: 1
}

.contact-section form ::-ms-input-placeholder {
    color: #838E9E
}

.contact-section input {
    padding: 11px 15px
}

.contact-form-btn {
    background-color: #000;
    font-size: 16px;
    color: #fff;
    border: 1px solid #000;
    padding: 8px 40px;
    font-weight: 500;
    margin-top: 18px
}

.contact-form-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000
}

.form-group.has-error .help-block {
    color: #a94442;
    font-size: 14px
}

.form-group.has-success .help-block {
    color: #3c763d
}

.contact-form-btn {
    margin-top: 10px
}

.contact-details-bg {
    background-image: url("../assets/Get in Touch.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 54px 29px 20px 55px;
    min-height: 610px;
    border-radius: 30px;
    overflow: hidden;
    position: relative
}

.contact-section-box {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    align-items: flex-start
}

.get-name {
    font-size: 36px;
    color: #fff;
    font-weight: 700
}

.contact-subject {
    font-size: 14px;
    color: #84878D;
    text-transform: uppercase;
    margin-bottom: 8px
}

.contact-subject2 {
    font-size: 15px
}

.special1-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.all-contact-box {
    border: 2px solid #E3E3E3;
    border-radius: 32px
}

.padding-left-zero {
    padding-left: 0
}

#contact-form {
    padding: 28px 30px 0 20px
}

figure {
    display: block;
    background-color: #fff;
    -ms-interpolation-mode: bicubic
}

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

:root {
    --master-color: #BA007D;
    --master-color-partner-dark: #BA007D;
    --headings-color: #263358;
    --main-bg-color: #fff;
    --secondary1-bg-color: #f6f6f6;
    --secondary2-bg-color: #fff0ec;
    --main-txt-color: #333;
    --secondary-txt-color: #757575;
    --sub-color: #b4b4b4
}

.articels-section h1,
.articels-section h2 {
    display: block;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--headings-color)
}

.articels-section h1 {
    font-size: 46px;
    margin: 38px 0
}

.articels-section h2 {
    font-size: 25px;
    font-weight: 500
}

.articels-section h1 a,
.articels-section h2 a {
    font-weight: 500;
    text-decoration: none;
    color: var(--headings-color);
    background-color: #fff0;
    outline: none
}

.articels-section a:hover {
    color: var(--master-color-partner-dark)
}

.articels-section a:focus {
    color: var(--headings-color);
    background-color: var(--secondary2-bg-color)
}

.articels-section main {
    min-height: 100vh;
    margin: 0 auto;
    max-width: 1200px
}

.post-list_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch
}

.post-list__post {
    display: grid;
    grid-template-areas: "header" "footer" "pr_img";
    grid-auto-rows: 1fr auto auto;
    align-items: start;
    grid-gap: 1em 0
}

.post-list__post:nth-child(2n+1) {
    background-color: var(--secondary1-bg-color)
}

.post-list__post:nth-child(3n+2) {
    grid-template-areas: "pr_img" "header" "footer";
    grid-auto-rows: auto 1fr auto
}

.post__preview-img {
    grid-area: pr_img
}

.post__header {
    grid-area: header
}

.post__meta {
    grid-area: footer;
    align-self: start;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.post-list {
    margin-bottom: 4em
}

.post {
    position: relative;
    padding: 1.6em
}

.post:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px var(--master-color) solid;
    border-image: linear-gradient(110deg, #BA007D, #bea1b5, #BA007D, #d184b7, #d85caf) 1;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.post:hover:after {
    opacity: 1
}

.post>* {
    z-index: 4;
    position: relative
}

.post__preview-img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}

.post__preview-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto
}

.post__time {
    color: var(--sub-color)
}

.post__meta a {
    color: var(--sub-color);
    text-decoration: none;
    border-bottom: 1px var(--sub-color) solid
}

.post__meta a:hover {
    color: var(--master-color-partner-dark)
}

.post__comments {
    position: relative;
    padding-left: 24px
}

.post__comments:before,
.post__comments:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px var(--sub-color) solid
}

.post__comments:before {
    width: 16px;
    height: 11px;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 8px);
    z-index: 1
}

.post__comments:after {
    width: 3px;
    height: 6px;
    border-width: 0 1px 1px 0;
    transform: rotate(31deg);
    top: 50%;
    left: 11px;
    z-index: 2;
    background-color: var(--secondary1-bg-color)
}

@media all and (max-width:900px) {
    .post-list_grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .post-list__post:nth-child(n) {
        background-color: #fff0;
        grid-template-areas: "header" "footer" "pr_img";
        grid-auto-rows: 1fr auto auto
    }
    .post-list__post:nth-child(4n),
    .post-list__post:nth-child(4n+1) {
        background-color: var(--secondary1-bg-color)
    }
    .post-list__post:nth-child(even) {
        grid-template-areas: "pr_img" "header" "footer";
        grid-auto-rows: auto 1fr auto
    }
}

@media all and (max-width:670px) {
    .post-list_grid {
        grid-template-columns: 1fr
    }
    .post-list__post:nth-child(n) {
        background-color: var(--secondary1-bg-color);
        grid-template-areas: "header" "footer" "pr_img";
        grid-auto-rows: 1fr auto auto
    }
    .post-list__post:nth-child(even) {
        background-color: #fff0
    }
}

.articels-details-section img.wrappedimg {
    float: left;
    margin: 8px 21px 6px 0;
    width: 260px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    padding: 9px
}

.articels-details-section p {
    font-size: 16px;
    color: #424242
}

.articels-details-section {
    padding: 50px 0
}

.articels-header-text {
    font-weight: 700;
    margin-bottom: 13px
}

.popular-posts-box {
    list-style: none;
    padding-left: 0;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    align-items: center
}

.popular-posts-img img {
    width: 60px;
    height: 61px;
    object-fit: cover
}

.popular-posts-img {
    margin-right: 10px;
    height: 60px;
    overflow: hidden;
    border-radius: 7px
}

.popular-posts-heading {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px
}

.posts-main-heading {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 19px
}

.popular-posts-box a {
    color: #000
}

.popular-posts-box a:hover {
    color: #BA007D
}

.mobile-view-xs {
    padding-left: 30px
}

.menu-background-top-section {
    background-image: url(../assets/menu-background-top-section-bg.jpg);
    background-repeat: no-repeat;
    padding: 170px 0 60px 0;
    margin-top: -32px
}

.page-ui {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    gap: 20px
}

.page-header {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    width: 80%;
    line-height: 70px;
    margin-bottom: 43px
}

.page-pera {
    font-size: 24px;
    color: #C6C6C6;
    line-height: 30px;
    margin-bottom: 55px
}

.page-img img {
    width: 100%;
    border-radius: 3px
}

.overview-text {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 28px 0
}

.overview-pera {
    font-size: 18px;
    color: #4E4E4E
}

.overview-main-section {
    padding: 50px 0
}

:root {
    --clr-bg-header: #000;
    --clr-btn: #000;
    --clr-dropdown: #000;
    --clr-nav-hover: #000;
    --clr-dropdown-hov: #000;
    --clr-dropdown-link-hov: #000;
    --clr-light: #FAFAFA
}

.mian-nav-section ul {
    list-style: none !important
}

header {
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 1000
}

.mian-nav-section .container {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center
}

.logo-container {
    flex: 1;
    display: flex;
    align-items: center
}

.nav-btn {
    flex: 3;
    display: flex !important
}

.nav-links {
    flex: 2
}

.log-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 160px
}

.logo {
    color: var(--clr-light);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem
}

.logo span {
    font-weight: 300
}

.btn {
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid var(--clr-light);
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase
}

.btn.solid,
.btn.transparent:hover {
    background-color: var(--clr-light);
    color: var(--clr-btn)
}

.btn.transparent,
.btn.solid:hover {
    background-color: #fff0;
    color: var(--clr-light)
}

.nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0
}

.nav-link {
    position: relative
}

.nav-link>a {
    line-height: 3rem;
    color: var(--clr-light);
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s
}

.nav-link>a>i {
    margin-left: .2rem;
    font-size: 10px
}

.nav-link:hover>a {
    transform: scale(1.1)
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s
}

.dropdown ul {
    position: relative;
    padding-left: 0
}

.dropdown-link>a {
    display: flex;
    background-color: var(--clr-light);
    color: var(--clr-dropdown);
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    width: 100%
}

.dropdown-link:hover>a {
    background-color: var(--clr-dropdown);
    color: var(--clr-light)
}

.dropdown-link i {
    transform: rotate(-90deg)
}

.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: var(--clr-light);
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1
}

.dropdown {
    border-radius: 15px
}

.dropdown-link:first-child:hover~.arrow {
    background-color: var(--clr-dropdown)
}

.dropdown-link {
    position: relative
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: 11px;
    cursor: pointer;
    transform: translateX(10px)
}

.dropdown.second .arrow {
    top: 10px;
    left: -5.5px
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto !important
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: var(--clr-light);
    position: relative;
    z-index: 1001;
    transition: .5s
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: var(--clr-light);
    border-radius: 3px;
    transition: .5s
}

.hamburger-menu div:before {
    transform: translateY(-7px)
}

.hamburger-menu div:after {
    transform: translateY(7px)
}

#check {
    position: absolute !important;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    width: 4rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: #fff0
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg) !important
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg) !important
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.banner-section {
    margin-top: -32px
}

.wpcf7 form {
    padding: 10px
}

.wpcf7-list-item {
    display: block;
    margin-bottom: 6px;
    margin-left: 0
}

.main-articels-box {
    border: 2px solid #e3e3e3;
    margin-bottom: 35px;
    padding: 0 0 21px 0
}

.main-articels-box img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    object-fit: cover
}

.articels-h5-text {
    font-size: 17px;
    font-weight: 800;
    padding: 17px 19px 10px 21px;
    margin-bottom: 0;
    color: #000
}

.articels-p-text {
    padding: 0 19px 10px 21px;
    margin-bottom: 26px
}

.articels-main-h1 {
    font-weight: 300;
    text-align: center;
    margin: 50px 0 10px 0 !important;
    font-family: "Abril Fatface", serif;
    font-size: 45px !important
}

.articels-main-p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px
}

.articels-read-more a {
    background-color: #000;
    color: #fff;
    padding: 12px 18px;
    border: 2px solid #000
}

.articels-read-more a:hover {
    background-color: #fff;
    color: #000;
    padding: 14px 18px
}

.articels-ul-li {
    padding-left: 0;
    list-style: none;
    display: flex;
    padding: 0 19px 10px 21px;
    margin: 0;
    justify-content: space-between
}

.articels-date-month {
    color: #c6c6c6
}

.case-studies-main-h1 {
    font-weight: 300;
    text-align: center;
    margin: 50px 0 40px 0;
    font-family: "Abril Fatface", serif;
    font-size: 45px
}

.main-case-studies-box {
    margin-bottom: 35px;
    padding: 0 0 21px 0
}

.main-case-studies-box img {
    width: 100%
}

.main-case-studies-box .articels-h5-text {
    font-size: 20px;
    font-weight: 800;
    padding: 17px 19px 10px 21px;
    margin-bottom: 0;
    color: #000
}

.main-case-studies-box .articels-p-text {
    padding: 0 19px 10px 21px;
    margin-bottom: 26px;
    min-height: 83px
}

.main-case-studies-box .articels-main-h1 {
    font-weight: 300;
    text-align: center;
    margin: 50px 0 10px 0;
    font-family: "Abril Fatface", serif;
    font-size: 45px
}

.main-case-studies-box .articels-main-p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px
}

.main-case-studies-box .articels-read-more a {
    background-color: #000;
    color: #fff;
    padding: 12px 18px;
    border: 2px solid #000
}

.main-case-studies-box .articels-read-more a:hover {
    background-color: #fff;
    color: #000;
    padding: 14px 18px
}

.main-case-studies-box .articels-ul-li {
    padding-left: 0;
    list-style: none;
    display: flex;
    padding: 0 19px 10px 21px;
    margin: 0;
    justify-content: space-between
}

.main-case-studies-box .articels-date-month {
    color: #c6c6c6
}

.articels-ul-li i {
    font-size: 12px
}

.main-articel-section {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-bottom: 30px;
    padding-top: 30px
}

.main-articel-left-text-box {
    width: 50%;
    padding-left: 30px
}

.main-articel-right-text-box {
    width: 50%
}

.articel-left-h5 {
    font-size: 17px;
    color: #656464
}

.articel-left-pera {
    font-size: 26px;
    color: #FFF;
    font-weight: 800;
    line-height: 35px;
    padding: 15px 0
}

.articel-left-link {
    font-size: 16px;
    color: #B6007B;
    text-transform: uppercase
}

.articel-left-link:hover {
    color: #fff
}

.articel-left-link i {
    color: #fff;
    padding-left: 7px
}

.articel-left-link:hover i {
    color: #B6007B;
    padding-left: 15px
}

.main-articel-right-text-box img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center
}

.low-code-service-section {
    background-color: #e8e8e8;
    padding: 50px 0
}

.service-list-head {
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: 12px
}

.service-list-pera {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px
}

.service-logo img {
    width: 195px
}

.service-pera {
    margin-top: 20px;
    margin-bottom: 0
}

.main-service-boxx {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 36px -7px rgb(0 0 0 / .1);
    -moz-box-shadow: 0 0 36px -7px rgb(0 0 0 / .1);
    box-shadow: 0 0 36px -7px rgb(0 0 0 / .1)
}

.caption {
    color: #f300a3;
    font-size: 14px;
    margin-bottom: 8px
}

.filter-ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-top: 20px;
    margin-top: 31px;
    margin-bottom: 0;
    justify-content: center
}

.dropdown2 .btn {
    background: none;
    color: #000;
    padding: 6px 12px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700
}

.dropdown2:hover .dropdown-menu {
    display: block;
    margin-top: 0
}

.dropdown2 .dropdown-menu .dropdown-item {
    font-size: 16px
}

.subscribe_now {
    margin-bottom: 0
}

.subscribe_form input {
    background: #000;
    border: 1px solid #fff !important;
    border-radius: 0;
    color: #000 !important
}

.subscribe_now ::placeholder {
    color: #605c5c;
    opacity: 1
}

.subscribe_now h4 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
}

.subscribe_now p {
    font-size: 15px;
    color: #B4BBC5;
    text-align: center;
    margin-bottom: 10px
}

.subscribe_form {
    max-width: 540px;
    width: 100%;
    margin: auto
}

.subscribe_form:focus {
    outline: none
}

.subscribe_form .form-control {
    border: none;
    background: #fff;
    color: black !important
}

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

.subscribe_form input {
    height: 44px;
    color: #000
}

.subscribe_form input[type="submit"] {
    border: none;
    height: 44px;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0;
    width: 135px;
    margin-left: -1px;
    text-transform: uppercase
}

.subscribe-success {
    color: #0ee511 !important;
    margin-top: 3px;
    margin-bottom: 0 !important;
    text-align: left !important
}

.subscribe-error {
    color: #fa0000 !important;
    margin-top: 3px;
    margin-bottom: 0 !important;
    text-align: left !important
}

.tnp-subscription label,
.tnp-profile label {
    color: white !important;
    display: none !important
}

.tnp-subscription input[type=email] ::placeholder {
    color: #000000 !important;
    background-color: #fff
}

.subscribe_form input[type="email"] {
    height: 44px;
    background-color: #fff;
    color: #000;
    width: 477px !important;
}

.newsletter {
    padding: 85px 0 60px 0 !important;
    margin-top: -32px
}

.newsletter-section {
    height: 50vh !important
}

.subscribe_form form {
    display: flex !important;
    justify-content: center !important;
    width: 560px
}

.tnp-subscription div.tnp-field {
    margin-bottom: 0px !important
}

@media (max-width:767px) {
    .articels-details-section img.wrappedimg {
        float: none !important;
        margin: 1px 21px 19px 0 !important;
        width: 100% !important;
        height: 250px;
        object-fit: cover;
        object-position: center
    }
    .page-header {
        width: 100% !important;
        margin-bottom: 24px !important
    }
    .page-pera {
        margin-bottom: 26px
    }
    .page-img {
        margin-top: 20px
    }
    .menu-background-top-section {
        padding: 110px 0 60px 0
    }
    .page-ui {
        flex-direction: column;
        text-align: center
    }
    .mobile-view-xs {
        display: none
    }
    .padding-left-zero {
        padding-left: 15px !important
    }
    .special1-shape img {
        display: none !important
    }
    .contact-details-bg {
        min-height: 428px !important
    }
    .all-contact-box {
        display: flex !important;
        flex-direction: column-reverse !important
    }
    .banner-text {
        top: 90px !important
    }
    .banner-h3 {
        margin-bottom: 38px !important
    }
    .banner-p {
        display: none !important
    }
    .articles-main-box {
        margin-bottom: 20px
    }
    .menu-background,
    .menu-background-top-section,
    .banner-section {
        margin-top: -46px !important
    }
    .subscribe_form form {
       width: 100% !important;
    }
    .subscribe_form .tnp-field-button {
        width: 100% !important;
    }
    .subscribe_form .tnp-submit {
        width: 100% !important;
    }
    .subscribe_form .tnp-email {
        width: 100% !important
    }
	.subscribe_form input[type="email"] {
		width: 100% !important;
	}
	.tnp-subscription .tnp-field {
		width: 100% !important;
	}
	.subscribe_form .tnp-field-email{
		width: 100% !important;
	}
}