:root {
    --primary-color: #0080FF;
    --secondary-color: #1B3244;
    --text-color: #7495A5;
    --light-blue: #E7F2F8;
}

@media screen and (min-width: 992px) {
    html {
        --bar-height: 50px;
    }
}

:root {
    --charcoal: #191919;
    --off-white: #f7f7f7;
    --black: black;
    --white-smoke: rgba(247, 247, 247, .4);
    --white: white;
    --orange: #cd7650;
    --white-clear: rgba(255, 255, 255, .1);
    --nav: rgba(25, 25, 25, .9);
    --client-card-divider: rgba(25, 25, 25, .9);
}

html,
body {
    height: 100%;
}

body {
    font-family: apercu, sans-serif;
    color: var(--text-color);
    font-weight: 400;
    overflow-x: hidden;
    background: #f8fbff;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }
}

a:focus-visible {
    outline: 0;
}

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

.content-wrap {
    /* overflow-x: hidden; */
}

.content-wrap-padding {
    padding-top: 90px;
}

#m-v-block,
#d-v-block {
    display: none;
}

#d-v-block {
    display: block;
}


/* header start */

header .navbar-expand-lg {
    background: transparent;
    box-shadow: 0 0 10px #00000030;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffffd0;
    padding: 20px 10px;
    backdrop-filter: blur(14px);
    transition: top 0.5s;
}

header.is-moving .navbar-expand-lg {
    box-shadow: 0 4px 70px rgba(0, 0, 0, .08);
    padding: 20px 10px;
}

header.fixed .navbar-expand-lg {
    background: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 13%);
    padding: 20px 0;
}

header .navbar-expand-lg .navbar-nav {
    align-items: center;
}

header .navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 30px;
}

header .navbar-expand-lg .navbar-nav .nav-item:first-child {
    margin-left: 0px;
}

header .navbar-expand-lg a {
    color: var(--secondary-color);
}

header .navbar-expand-lg a.active {
    color: var(--primary-color)
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    box-shadow: 0px 4px 10px #00000021;
    overflow: hidden;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #e8e8e8;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child {
    border-bottom: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    padding: 6px 12px;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.active,
.navbar-expand-lg .navbar-nav .dropdown-menu a:active {
    background: transparent;
}

header .navbar-expand-lg .navbar-nav .get_started a {
    background: var(--primary-color);
    color: #fff;
    border-radius: 100px;
    padding: 10px 30px;
    transition: all .3s;
}

header .navbar-expand-lg .navbar-nav .get_started a:hover {
    background: var(--primary-color);
}

header .navbar-toggler {
    background: var(--primary-color);
    height: 34px;
    width: 40px;
    padding: 0;
    box-shadow: none;
    border: 0;
}

header .navbar-toggler:focus {
    box-shadow: none;
    border: 0;
}

header .navbar-toggler .navbar-toggler-icon {
    height: 2px;
    width: 20px;
    background: #fff;
    position: relative;
}

header .navbar-toggler .navbar-toggler-icon::before,
header .navbar-toggler .navbar-toggler-icon::after {
    content: '';
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
}

header .navbar-toggler .navbar-toggler-icon::before {
    top: -7px;
}

header .navbar-toggler .navbar-toggler-icon::after {
    bottom: -7px;
}


/* header end */


/* global start */

a {
    text-decoration: none;
    color: var(--secondary-color);
}

a:hover {
    text-decoration: none;
}

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

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 12px 20px;
    border-radius: 100px;
    opacity: 1;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
}

.btn-blue {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 14px 40px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.btn-blue:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.btn-outline {
    background: transparent;
    border: 1px solid transparent;
    color: var(--secondary-color);
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
}

.btn-outline i {
    margin-left: 6px;
    font-size: 30px;
    transition: all .3s ease-in-out;
}

.btn-outline:hover i {
    color: var(--primary-color);
}


/* .btn-outline i::before {
    color: #fff;
}

.btn-outline i::after {
    color: var(--secondary-color);
} */

.section-padding {
    padding: 60px 0;
}

.heading-sm {
    font-size: 5rem;
}

.heading {
    font-size: 10rem;
    font-weight: 800;
    color: var(--secondary-color);
}

.heading span {
    color: var(--text-color);
}

.dotted-badge {
    border: 2px dashed var(--text-color);
    width: fit-content;
    padding: 0.5vw 1.5vw 0.4vw;
    border-radius: 100px;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.6rem;
}

.animated.btn {
    margin-top: 10px;
    position: relative;
    border-radius: 50px;
    background: transparent;
    border-color: transparent;
    color: var(--secondary-color);
    font-weight: 500;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* padding-left: 0; */
}

.animated.btn:hover {
    color: #fff;
    /* padding-left: 30px; */
}

.animated.btn::before {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    border-radius: 50px;
    width: 7.3rem;
    background: var(--primary-color);
}

.animated.btn:hover::before {
    background: var(--primary-color);
    width: 100%;
    left: 0;
}

.animated.btn span {
    position: relative;
    z-index: 2;
}

.animated.btn i {
    margin-right: 20px;
    margin-left: -2px;
    position: relative;
    z-index: 2;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #fff;
}

.animated.btn:hover i {
    margin-right: 10px;
}

.switches-container {
    width: 230px;
    display: flex;
    padding: 16px 0;
    position: relative;
    background: #fff;
    border-radius: 3rem;
    margin-left: auto;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #0000001a;
    font-size: 18px;
    font-weight: 500;
}


/* input (radio) for toggling. hidden - use labels for clicking on */

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}


/* labels for the input (radio) boxes - something to click on */

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--secondary-color);
}


/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/

.switches-container .switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}


/* switch box highlighter */

.switches-container .switch {
    border-radius: 3rem;
    background: var(--primary-color);
    height: 100%;
}


/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/

.switches-container .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #fff;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/* slide the switch box from right to left */

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}


/* slide the switch box from left to right */

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}


/* toggle the switch box labels - first checkbox:checked - show first switch div */

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}


/* toggle the switch box labels - second checkbox:checked - show second switch div */

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.underline-link {
    font-size: 18px;
    color: var(--primary-color);
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 6%;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-weight: inherit;
    padding: 0;
}

.underline-link:hover {
    background-size: 100% 6%;
}

.underline-link i {
    transform: rotate(45deg);
    margin-left: 1px;
}

.contact-form {
    /* background: linear-gradient(0deg, #a2d0ff, #ebf5ff); */
    padding: 150px 0;
}

.contact-form .card-box {
    background: var(--secondary-color);
    padding: 80px 60px;
    border-radius: 30px;
    color: #fff;
}

.contact-form .card-box .heading {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    width: 90%;
    margin-bottom: 30px;
}

.contact-form .card-box p {
    /* font-size: 20px; */
    opacity: .8;
    font-weight: 300;
    margin: 30px 0;
}

.contact-form .card-box a {
    color: #fff;
}

.contact-form .card-box ul {
    width: 60%;
}

.contact-form .card-box ul li {
    display: flex;
    padding-left: 35px;
    position: relative;
    margin-bottom: 24px;
    font-size: 15px;
    opacity: .8;
    font-weight: 300;
    letter-spacing: .6px;
    transition: all .3s;
}

.contact-form .card-box ul li i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px;
    opacity: .6;
}

.contact-form .card-box ul li:hover {
    opacity: 1;
}

.contact-form .card-box .form-group {
    margin-bottom: 30px;
}

.contact-form .card-box .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .card-box .form-control,
.contact-form .card-box .form-select {
    min-height: 50px;
    border-radius: 10px;
}

.contact-form .card-box .form-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .8;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: poppins;
}

.contact-form .card-box .btn {
    background: var(--primary-color);
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    transition: all .3s;
}

.contact-form .card-box .btn:hover {
    background: var(--primary-color);
}

.contact-form .card-box img {
    position: absolute;
    right: 20px;
    top: 13%;
}

.faq {
    background: #0080ff14;
}

.faq .heading {
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 700;
}

.faq .accordion-item:first-child {
    border-top: 1px solid #1b324433;
}

.faq .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #1b324433;
    border-radius: 0;
}

.faq .accordion-item .accordion-button:not(.collapsed),
.faq .accordion-item .accordion-button {
    background: transparent;
    box-shadow: none;
    font-size: 22px;
}

.faq .accordion-item .accordion-button {
    padding: 30px 20px;
}

.faq .accordion-item .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    padding-bottom: 0;
}

.faq .accordion-item .accordion-body {
    padding: 20px 20px;
    padding-bottom: 30px;
    font-size: 17px;
    color: var(--secondary-color);
    font-weight: 400;
}

.faq .accordion-item .accordion-button::after {
    content: '\f067';
    background: transparent;
    font-family: 'Font Awesome 5 Pro';
}

.faq .accordion-item .accordion-button:not(.collapsed)::after {
    background: transparent;
    content: '\f068';
}

.website-process .heading {
    font-size: 60px;
    margin: 30px 0 20px;
}

.website-process .content {
    color: var(--secondary-color);
    font-size: 20px;
}

.website-process .wizard {
    border: 1px solid #7495A5;
    border-radius: 20px;
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
}

.website-process .wizard,
.website-process .wizard .nav-tabs,
.website-process .wizard .nav-tabs .nav-item {
    position: relative;
}

.website-process .wizard .nav-tabs {
    border-bottom: 1px solid #7495A5;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 40px 30px;
}

.website-process .wizard .nav-tabs .nav-item .nav-link {
    border: 0;
    padding: 0;
    text-align: center;
}

.website-process .wizard .nav-tabs .nav-item .nav-link .digit {
    height: 40px;
    width: 40px;
    margin: auto;
    background: transparent;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 4px;
    transition: all .3s;
    font-size: 18px;
}

.website-process .wizard .nav-tabs .nav-item .nav-link:hover .digit {
    background: #0080ff42;
}

.website-process .wizard .nav-tabs .nav-item .nav-link.active .digit,
.website-process .wizard .nav-tabs .nav-item .nav-link.active:hover .digit {
    background: var(--primary-color);
    color: #fff;
}

.website-process .wizard .nav-tabs .nav-item .nav-link p {
    color: var(--text-color);
    font-size: 14px;
    margin: 0;
    font-family: poppins;
    width: min-content;
}

.website-process .wizard .nav-tabs .nav-item .nav-link.active p {
    color: var(--secondary-color);
}

.website-process .wizard .nav-tabs .nav-item svg {
    position: absolute;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
    right: -60px;
    top: 50%;
    opacity: .4;
}

.website-process .wizard .nav-tabs .nav-item:last-child svg {
    display: none;
}

.website-process .wizard .nav-tabs .nav-item svg path {
    fill: var(--text-color);
}

.website-process .wizard .nav-tabs .nav-item .nav-link.active+svg {
    opacity: 1;
}

.website-process .wizard .nav-tabs .nav-item .nav-link.active+svg path {
    fill: var(--primary-color);
}

.website-process .wizard .tab-content {
    padding: 50px;
}

.website-process .wizard .leftSide {
    padding-right: 30px;
    border-right: 1px solid #7495a540;
    height: 100%;
    position: relative;
    padding-bottom: 60px;
}

.website-process .wizard .rightSide {
    padding-left: 30px;
    height: 100%;
    position: relative;
}

.website-process .wizard .tab-content h3 {
    color: var(--secondary-color);
    font-weight: 400;
    width: 100%;
}

.website-process .wizard .tab-content .tab-pane.show .leftSide h3 {
    animation: 1s slide-right;
}

.website-process .wizard .tab-content .tab-pane.show .rightSide h3 {
    animation: 1s slide-left;
}

.website-process .wizard .tab-content p {
    font-weight: 300;
    /* font-size: 18px; */
    opacity: 0;
}

.website-process .wizard .tab-content .tab-pane.show p {
    animation: slide-fade ease 1s;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.website-process .wizard .tab-content .participate {
    margin-top: 30px;
    margin-bottom: 40px;
    opacity: 0;
}

.website-process .wizard .tab-content .tab-pane.show .participate {
    animation: slide-fade ease 1s;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.website-process .wizard .tab-content .participate li {
    border: 1px solid #7495a54d;
    width: fit-content;
    padding: 12px 34px;
    border-radius: 100px;
    margin-bottom: 20px;
    color: var(--text-color);
    font-size: 18px;
}

.website-process .wizard .link {
    opacity: 0;
}

.website-process .wizard .tab-content .tab-pane.show .link {
    animation: slide-fade ease 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.website-process .wizard .button-arrow {
    width: fit-content;
    position: absolute;
    right: 49px;
    bottom: 0;
}

.website-process .wizard .button-arrow .btn {
    background: #eaeaea;
    box-shadow: none;
    border: 0;
    color: #A9A9A9;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 20px;
    transition: all .3s;
    margin: 0 6px;
}

.website-process .wizard .button-arrow .btn:hover {
    color: var(--primary-color);
}

@keyframes slide-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes slide-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes slide-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.our_work .projects_box {
    height: 100%;
}

.our_work .projects_box .card_box {
    height: 100%;
    display: none;
    border: 0 !important;
    cursor: unset;
    position: relative;
}

.our_work .projects_box .card_box svg {
    position: absolute;
    left: 0;
    bottom: -25%;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.our_work .projects_box .card_box>* {
    position: relative;
    z-index: 1;
}

.our_work .projects_box .card_box1 {
    background: #bdddef17;
}

.our_work .projects_box .card_box1 svg path {
    fill: #007cf9;
}

.our_work .projects_box .card_box1 ul li i {
    color: #007cf9;
}

.our_work .projects_box .card_box2 {
    background: #d1f2df3b;
}

.our_work .projects_box .card_box2 svg path {
    fill: #008142;
}

.our_work .projects_box .card_box2 ul li i {
    color: #008142;
}

.our_work .projects_box .card_box3 {
    background: #fef8c02b;
}

.our_work .projects_box .card_box3 svg path {
    fill: #ffa848;
}

.our_work .projects_box .card_box3 ul li i {
    color: #ffa848;
}

.our_work .projects_box .card_box4 {
    background: #bdddef17;
}

.our_work .projects_box .card_box4 svg path {
    fill: #007cf9;
}

.our_work .projects_box .card_box4 ul li i {
    color: #007cf9;
}

.our_work .projects_box .card_box.active {
    display: block;
    box-shadow: 0 0 10px #00000018;
    border: 1px solid #007cf9 !important;
}

.our_work .projects_box .card_box2.active {
    border: 1px solid #008142 !important;
}

.our_work .projects_box .card_box3.active {
    border: 1px solid #ffa848 !important;
}

.our_work .projects_box .card_box .img.shadow {
    box-shadow: 0 0 30px #00000012 !important;
    border-radius: 34px;
}

.our_work .projects_box h4 {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 6px;
    margin-bottom: 40px;
}

.our_work .projects_box .points {
    display: flex;
}

.our_work .projects_box ul {
    margin-right: 30px;
}

.our_work .projects_box ul li {
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-size: 15px;
    text-wrap: nowrap;
}

.our_work .projects_box ul li i {
    margin-right: 10px;
}

.our_work .projects_box .img {
    width: 100%;
    height: 100%;
}

.our_work .projects_box .card_box1 .img,
.our_work .projects_box .card_box2 .img {
    width: 500px;
    height: 100%;
    margin: auto;
}

.our_work .projects_box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
}

.our_work .projects_box .card_box.active img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: slide-fade ease 0.3s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.our_work .card_box {
    background: #FFF;
    box-shadow: 2px 2px 6px #0000005e;
    height: 100%;
    border-radius: 30px;
    padding: 40px;
    height: 400px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
}

.our_work .card_box.active {
    border: 2px solid var(--secondary-color);
    box-shadow: none;
}

.our_work .card_box.card_box_1:before {
    content: '';
    background: url(../images/wall.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.our_work .card_box.card_box_1:after {
    content: '';
    background: inherit;
    position: absolute;
    left: -5%;
    top: -5%;
    height: 120%;
    width: 120%;
    z-index: 2;
    background-color: rgb(255 255 255 / 73%);
    backdrop-filter: blur(10px);
}

.our_work .card_box.card_box_1>* {
    position: relative;
    z-index: 4;
}

.our_work .right_side .card_box img {
    position: absolute;
    width: 100%;
    left: 34px;
    bottom: -82px;
    height: auto;
}

.our_work .card_box h1 {
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 700;
    font-family: poppins;
}

.our_work .card_box .btn {
    font-size: 15px;
}

.our_work .card_box .animated.btn::before {
    width: 46px;
}

.our_work .card_box .animated.btn:hover::before {
    width: 100%;
}

.our_work .card_box .animated.btn i {
    margin-left: -3px;
}

.our_team .card-box {
    height: 410px;
    width: 100%;
    background: transparent;
    border-radius: 34px;
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.our_team .card-box img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 30px;
}

.our_team .card-box .details {
    height: auto;
    width: 100%;
    background-color: #00000026;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    bottom: -2px;
    padding: 20px 20px;
    border-radius: 0;
    transition: all .3s ease-in-out;
}

.our_team .card-box h3 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}

.our_team .card-box h3 i {
    font-size: 18px;
    transform: rotate(-45deg);
}

.our_team .card-box h6 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.our_team .card-box p {
    color: #fff;
    font-weight: 300;
    /* font-size: 14px; */
    margin: 0;
}

.our_team .owl-carousel .owl-nav button.owl-next,
.our_team .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    z-index: 2;
    background: #00000026;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    opacity: .6;
}

.our_team .owl-carousel .owl-nav button.owl-prev.disabled:hover,
.our_team .owl-carousel .owl-nav button.owl-next.disabled:hover {
    color: #fff;
}

.our_team .owl-carousel .owl-nav button.owl-next:hover,
.our_team .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: .8;
    color: #000;
}

.our_team .owl-carousel .owl-nav button.owl-prev {
    left: -100px;
    padding: 4px 4px 0px 0px !important;
}

.our_team .owl-carousel .owl-nav button.owl-next {
    right: -100px;
    padding: 4px 0px 0px 4px !important;
}

.contact-banner {
    padding: 100px 20px;
    background: var(--secondary-color);
    text-align: center;
    background: url(../images/sucess.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.contact-banner .heading {
    font-size: 8.6rem;
    margin-bottom: 10px;
}

.contact-banner .content {
    color: #fff;
    margin: 30px 0;
    font-size: 22px;
    opacity: .8;
}

.contact-banner .btn {
    color: #fff;
}


/* global end */


/* home page start */

.home-page-layout>* {
    position: relative;
}

.home-page-layout .section1 {
    height: 100vh;
    display: inline-flex;
    align-items: center;
    width: 100%;
    background: var(--light-blue);
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
}

.home-page-layout .section1 h1 {
    color: var(--secondary-color);
}

.home-page-layout .generating {
    top: 2%;
    left: 6%;
    font-size: 3.5rem;
}

.home-page-layout .leads {
    font-size: 12rem;
}

.home-page-layout .for-your {
    bottom: -5%;
    font-size: 3.5rem;
    left: 1%;
}

.home-page-layout .section1 p {
    /* font-size: 20px; */
    margin-top: 40px;
}

.our_client {
    position: relative;
    padding: 4vw 0;
}

.our_client .bg-img {
    position: absolute;
    right: 0px;
    top: -77px;
    height: 800px;
    z-index: -1;
    width: 800px;
    opacity: .6;
    object-fit: cover;
}

.our_client h2 {
    margin-bottom: 60px;
}

.our_client .companies__logos-container,
.our_client .companies__logos-container img {
    will-change: transform;
}

.our_client .companies__logos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    margin-top: -50px;
}

.our_client .companies__logos-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(4rem, calc(4rem + ((1vw - .48rem) * 4.8611)), 11rem);
}

.our_client .comapnies__logos-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(4rem, calc(4rem + ((1vw - .48rem) * 4.8611)), 11rem);
    min-width: max-content;
}

.our_client .company-logo {
    /* height: clamp(2.2rem, calc(2.2rem + ((1vw - 1.12rem) * 1.6779)), 3.2rem);     */
    height: 10vw;
    width: 10vw;
    object-fit: contain;
}

.our-expertise .owl-carousel .owl-nav {
    width: fit-content;
    background: #fff;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    top: -120px;
    right: 0;
    margin: 0;
}

.our-expertise .owl-carousel .owl-nav::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 100px;
    background: var(--primary-color);
    z-index: 1;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.our-expertise .owl-carousel .owl-nav .owl-prev,
.our-expertise .owl-carousel .owl-nav .owl-next {
    padding: 16px 40px !important;
    background: transparent;
    margin: 0;
    border-radius: 100px;
    color: var(--secondary-color);
    font-size: 4rem;
    position: relative;
    font-weight: 600;
    z-index: 3;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.our-expertise .owl-carousel .owl-nav .owl-next {
    color: #fff;
}

.our-expertise .owl-carousel .owl-nav .owl-prev i,
.our-expertise .owl-carousel .owl-nav .owl-next i {
    font-size: 4rem;
    position: relative;
    transform: translateY(4px);
    z-index: 3;
}

.our-expertise .owl-carousel .owl-nav .owl-prev i {
    margin-right: 20px;
}

.our-expertise .owl-carousel .owl-nav .owl-next i {
    margin-left: 20px;
}

.our-expertise .owl-carousel .owl-nav.h-left::before {
    margin-right: 50%;
}

.our-expertise .owl-carousel .owl-nav.h-right::before {
    margin-left: 50%;
}

.our-expertise .owl-carousel .owl-nav.h-left .owl-prev,
.our-expertise .owl-carousel .owl-nav.h-right .owl-next {
    color: #fff;
}

.our-expertise .owl-carousel .owl-nav.h-left .owl-next,
.our-expertise .owl-carousel .owl-nav.h-right .owl-prev {
    color: var(--secondary-color);
}

.our-expertise .item {
    padding: 30px 10px;
}

.our-expertise .card {
    border: 0;
    padding: 4.4rem 4rem;
    background: #fff;
    box-shadow: 0 0 10px #1b324424;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: max(48rem, 250px);
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
    .our-expertise .card {
        height: 62rem;
    }
}

.our-expertise .card::before {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: var(--secondary-color);
    background: rgb(4, 103, 246);
    z-index: 1;
    /* transition: all .4s ease-in-out; */
    display: none;
}

@keyframes water {
    from {
        height: 0%;
    }
    to {
        height: 100%;
    }
}

.our-expertise .card:hover::before {
    height: 100%;
    animation: water .6s ease;
}

.our-expertise .card>* {
    position: relative;
    z-index: 2;
}

.our-expertise .card .arrow {
    font-size: 36px;
    position: absolute;
    right: 30px;
    top: 28px;
    rotate: -45deg;
    z-index: 4;
    transition: all 2s ease-in-out;
    color: var(--text-color);
}

.our-expertise .card:hover .arrow {
    color: #fff;
}

.our-expertise .card .curve {
    height: 100px;
    width: 100px;
    position: absolute;
    right: -2px;
    top: -3px;
    z-index: 3;
    transform: translateX(100px) translateY(-100px);
    transition: all 2s ease-in-out;
}

.our-expertise .card:hover .curve {
    transform: translateX(0px) translateY(0px);
}

.our-expertise .card .curve2 {
    transform: translateX(0px) translateY(0px);
    opacity: .1;
}

.our-expertise .card .service-icon {
    --service-icon-height: 14rem;
    height: var(--service-icon-height);
    width: var(--service-icon-height);
    min-height: var(--service-icon-height);
    min-width: var(--service-icon-height);
    background: #0080ff0a;
    padding: 2.4rem;
    border-radius: 14px;
    margin-bottom: 30px;
    transition: all 1.9s ease-in-out;
}

.our-expertise .card:hover .service-icon {
    background: #fff;
}

.our-expertise .card .service-icon path {
    fill: var(--secondary-color);
}

.our-expertise .card h1 {
    margin-bottom: 14px;
    color: var(--secondary-color);
    font-weight: 800;
    transition: all 1.7s ease-in-out;
}

.our-expertise .card p {
    transition: all 1.5s ease-in-out;
    margin-bottom: 0;
    text-align: justify;
    text-align-last: left;
}

.our-expertise .card:hover h1,
.our-expertise .card:hover p {
    color: #fff;
}

.our-expertise .water {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    width: 100%;
    height: 124%;
    transform: translate(0, 100%);
    background: var(--primary-color);
    transition: all 3.2s;
}

.our-expertise .card:hover .water {
    transform: translate(0, -20%);
}

.our-expertise .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}

.our-expertise .water_wave_front {
    left: 0;
    fill: var(--primary-color);
    margin-bottom: -1px;
    -webkit-animation: wave-front 1.5s infinite linear;
    animation: wave-front 1.5s infinite linear;
    stroke: var(--primary-color);
}

.our-expertise #wave path {
    fill: var(--primary-color);
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes wave-front {
    100% {
        transform: translate(-50%, 0);
    }
}

@keyframes wave-front {
    100% {
        transform: translate(-50%, 0);
    }
}

.home-page-layout .section5 {
    overflow: hidden;
    position: relative;
    padding: 300px 0;
    background: url(../images/why-us.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 105% 0%;
    background-attachment: fixed;
}

.home-page-layout .section5:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(0deg, #007bf612, transparent);
}

.home-page-layout .section5 .bg-img {
    position: absolute;
    left: -170px;
    bottom: 0%;
    height: 500PX;
    /* transform: translateY(-50%); */
}

.home-page-layout .section5 p {
    margin: 0;
}

.home-page-layout .section5 .heading {
    margin-bottom: 30px;
    font-size: 80px;
}

.home-page-layout .section5 .heading img {
    width: 400px;
    position: relative;
    transform: translateY(18px);
}

.home-page-layout .section5 .content {
    font-size: 22px;
}

.home-page-layout .section6 {
    position: relative;
}

.home-page-layout .section6 .bg-img {
    position: absolute;
    bottom: -45px;
    left: -143px;
    z-index: -1;
}

.home-page-layout .section6 .card-box {
    background: #E7F2F8;
    padding: 50px 100px;
    border-radius: 30px;
    margin-top: 70px;
}

.home-page-layout .section6 .card {
    border: 0;
    background: transparent;
    padding: 40px 50px;
    border-radius: 30px;
    margin-top: -100px;
    transition: all .2s;
    color: var(--secondary-color);
}

.home-page-layout .section6 .card.hover {
    background: var(--primary-color);
    color: #fff;
}

.home-page-layout .section6 .card .tag {
    color: var(--secondary-color);
    text-transform: uppercase;
    background: #fff;
    width: fit-content;
    border-radius: 100px;
    font-size: 14px;
    margin: 0;
    font-weight: 900;
    padding: 12px 24px 8px;
    margin-left: auto;
    margin-bottom: 20px;
    transition: all .1.5s;
    opacity: 0;
}

.home-page-layout .section6 .card.active.hover .tag {
    opacity: 1;
}

.home-page-layout .section6 .card .price {
    color: var(--secondary-color);
    font-size: 40px;
    font-weight: 600;
    /* transition: all .3s; */
}

.home-page-layout .section6 .card.hover .price {
    color: #fff;
}

.home-page-layout .section6 .card .digit {
    font-family: sans-serif;
}

.home-page-layout .section6 .card .currency {
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    top: -18px;
    opacity: .9;
}

.home-page-layout .section6 .card .days {
    font-size: 24px;
    font-weight: 400;
}

.home-page-layout .section6 .card .package-name {
    font-size: 28px;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    /* transition: all .3s ; */
}

.home-page-layout .section6 .card p {
    /* font-size: 15px; */
    letter-spacing: 0.6px;
    /* transition: all .3s; */
}

.home-page-layout .section6 .card ul li {
    font-size: 15px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 34px;
    /* transition: all .3s; */
}

.home-page-layout .section6 .card ul li::before {
    content: '\f00c';
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--secondary-color);
    font-family: 'Font Awesome 5 Pro';
    background: #1b32444a;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    border-radius: 100px;
}

.home-page-layout .section6 .card.hover ul li::before {
    color: #fff;
    background: #ffffff4a;
}

.home-page-layout .section6 .card .btn {
    background: var(--text-color);
    border-color: var(--text-color);
    border-radius: 100px;
    margin-top: 20px;
    text-align: center;
    transition: all .2s;
}

.home-page-layout .section6 .card.hover .btn {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.home-page-layout .section6 .card .btn:hover {
    transform: translateY(-10px);
}


/* home page end */


/* about page start */

.about-page-layout .section1 {
    background-image: url(../images/home-first-bg.webp);
    background-size: 50% auto;
    background-position: right 0px top;
    background-repeat: no-repeat;
    background-color: #fff;
    height: auto;
    padding-top: 100px;
    position: relative;
}

.about-page-layout .section1 .bg-img.left {
    position: absolute;
    left: -400px;
    bottom: -300px;
    width: 800px;
    display: none;
}

.about-page-layout .section1 .bg-img.right {
    position: absolute;
    right: -300px;
    top: -200px;
    width: 800px;
    display: none;
}

.about-page-layout .section1 .top {
    text-align: center;
    margin-bottom: 150px;
}

.about-page-layout .section1 .top h1 {
    font-size: 50px;
    color: var(--primary-color);
    font-weight: 700;
}

.about-page-layout .section1 .top p {
    /* font-size: 18px; */
}

.about-page-layout .section1 .bottom .row {
    align-items: center;
}

.about-page-layout .section1 img {
    width: 100%;
    animation-name: updown-effect;
    animation-duration: 3600ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transform-style: preserve-3d;
    -webkit-animation-name: updown-effect;
    -webkit-animation-duration: 3600ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
}

@-webkit-keyframes updown-effect {
    0% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.about-page-layout .section1 .leftSide {
    padding-right: 40px;
}

.about-page-layout .section1 .bottom h1 {
    margin-bottom: 20px;
    /* font-weight: 800; */
}

.about-page-layout .section1 .bottom h1 span {
    color: var(--primary-color);
}

.about-page-layout .section1 .bottom p {
    /* font-size: 18px; */
    margin: 0;
}

.about-page-layout .section2 {
    position: relative;
}

.about-page-layout .section2 .img {
    padding: 10%;
}

.about-page-layout .section2 .heading span {
    color: var(--primary-color);
}

.about-page-layout .section2 ul {
    margin-top: 50px;
}

.about-page-layout .section2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    width: 70%;
}

.about-page-layout .section2 .icon {
    height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 20px;
    box-shadow: 0 0 10px #0000001a;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page-layout .section2 .icon img {
    width: 36px;
}

.about-page-layout .section2 h4 {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
}

.about-page-layout .section2 p {
    margin: 0;
}

.about-page-layout .section3 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.about-page-layout .section3 img {
    position: absolute;
    height: auto;
    width: 400px;
    top: -20px;
    left: 10%;
}


/* about page end */


/* contact page start */

.contact-page-layout .section1 {
    padding: 100px 20px;
    background: #0080ff14;
}

.contact-page-layout .section1 iframe {
    box-shadow: 0 0 30px #3c258112;
    margin: 20px 0;
}

.contact-page-layout .section1 h4 {
    font-size: 34px;
    color: var(--secondary-color);
    font-weight: 800;
    width: 70%;
    margin-top: 30px;
}

.contact-page-layout .section1 ul.company_info {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.contact-page-layout .section1 ul.company_info li {
    background: #fff;
    margin-right: 20px;
    padding: 6px 32px 6px 8px;
    border-radius: 100px;
}

.contact-page-layout .section1 ul.company_info i {
    height: 44px;
    width: 44px;
    background: var(--primary-color);
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}

.contact-page-layout .section1 ul.company_info a:hover i {
    animation: shake 150ms 2 linear;
}

@keyframes shake {
    0% {
        transform: translate(3px, 0);
    }
    50% {
        transform: translate(-3px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.contact-page-layout .section1 ul.social {
    margin-top: 7px;
    display: flex;
    align-items: center;
}

.contact-page-layout .section1 ul.social li {
    height: 50px;
    width: 50px;
    border: 1px solid #7495a54f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 16px;
}

.contact-page-layout .section1 p a {
    color: #485f6a;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.contact-page-layout .section1 form {
    background: #fff;
    padding: 50px 70px;
    border-radius: 30px;
    box-shadow: 0 0 20px #1b324414;
    width: 80%;
    margin: auto;
}

.contact-page-layout .section1 form h4 {
    color: var(--secondary-color);
    font-size: 40px;
    margin-bottom: 4px;
    font-weight: 700;
}

.contact-page-layout .section1 form p.content {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left;
}

.contact-page-layout .section1 form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.contact-page-layout .section1 form .form-control {
    border: 1px solid #1b324421;
    box-shadow: none;
    border-radius: 10px;
    font-size: 15px;
    color: var(--secondary-color);
    padding: 14px 14px 10px 46px;
}

.contact-page-layout .section1 form .form-control::placeholder {
    color: var(--text-color);
}

.contact-page-layout .section1 form textarea.form-control {
    padding: 14px 14px;
}

.contact-page-layout .section1 form .form-group i {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #7495a538;
    padding-right: 10px;
}

.contact-page-layout .section1 form .btn {
    width: 100%;
    background: var(--primary-color);
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 4px;
}

.contact-page-layout .section1 form p {
    margin: 0;
    text-align: center;
}

.contact-page-layout .section1 form p b {
    color: var(--secondary-color);
}

.contact-page-layout .section1 form #the-count {
    position: absolute;
    bottom: 6px;
    right: 24px;
    font-size: 13px;
    color: var(--text-color);
}

.contact-page-layout .faq {
    background: #fff;
    padding: 150px 0;
}

.contact-page-layout .section3 {
    background-image: url(../images/contact.jpg);
    position: relative;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page-layout .section3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0080ff47;
    z-index: 1;
}

.contact-page-layout .section3>* {
    position: relative;
    z-index: 2;
}

.contact-page-layout .section3 h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.contact-page-layout .section3 a {
    border: 1px solid #fff;
    background: #fff;
    width: fit-content;
    margin: auto;
    color: var(--secondary-color);
    padding: 14px 40px;
    display: block;
    margin-top: 40px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 700;
}

.contact-page-layout .section3 a:hover {
    color: var(--primary-color);
}


/* contact page end */


/* footer start */

footer {
    padding-top: 60px;
    box-shadow: 0 0 10px #0000001f;
    background: #fff;
}

footer p {
    /* font-size: 17px; */
    width: 70%;
    margin-top: 14px;
    color: #001526;
}

footer .f-heading {
    font-size: 20px;
    font-weight: 700;
    color: #001526;
    margin-bottom: 30px;
}

footer .content {
    width: 350px;
    font-size: 18px;
    color: var(--text-color);
}

footer ul li {
    margin-bottom: 10px;
    color: #001526;
    font-size: 18px;
}

footer ul li a {
    transition: all .2s;
    color: #001526;
}

footer ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 6px;
}

footer ul.contact li {
    font-size: 18px;
    margin-bottom: 20px;
}

footer ul.contact li i {
    font-size: 22px;
    color: var(--primary-color);
    margin-right: 10px;
    transform: translateY(4px);
}

footer .scrollToTop {
    width: fit-content;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: var(--text-color);
}

footer .scrollToTop span {
    display: block;
    transform: rotate(-90deg);
    color: var(--text-color);
    transition: all .3s;
    font-weight: 500;
}

footer .scrollToTop:hover span {
    color: var(--secondary-color);
}

footer .scrollToTop svg {
    position: absolute;
    top: 10px;
    left: 37px;
}

footer .scrollToTop svg path#Path_64 {
    animation: dash 3s ease-in-out forwards infinite;
    animation-delay: 3s;
}

footer .scrollToTop svg path#Path_62 {
    animation: dash 3s ease-in-out forwards infinite;
    animation-delay: 2s;
}

footer .scrollToTop svg path#Path_63 {
    animation: dash 3s ease-in-out forwards infinite;
    animation-delay: 1s;
}

@keyframes dash {
    0% {
        fill: #1b324425;
    }
    50% {
        fill: #1b32447a;
    }
    100% {
        fill: #1B3244;
    }
}

footer .social_f {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

footer .social_f a {
    height: 40px;
    width: 40px;
    color: 001526;
    border: 1px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 100px;
    margin-right: 10px;
    transition: all .3s;
}

footer .social_f a:hover {
    border: 1px solid #1b324486;
    text-decoration: none;
}

.copyright {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #3b475d4d;
    font-size: 18px;
    color: #001526;
}

.copyright p {
    margin: 0;
}

.copyright ul {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.copyright ul li {
    display: inline;
    margin-left: 10px;
}


/* footer end */


/* project start */

.project_layout .banner_section {
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
}

.nfc_profile .banner_section {
    background: url(../images/nfc-card/img1.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    position: relative;
}

.nfc_menu .banner_section {
    background: url(../images/nfc-menu/img1.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    position: relative;
}

.qr-generator .banner_section {
    background: url(../images/qr-generator/img1.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    position: relative;
}

.chat_room .banner_section {
    background: transparent;
}

.chat_room #Speach_Bubbles {
    animation-name: updown-effect2;
    animation-duration: 3600ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transform-style: preserve-3d;
    -webkit-animation-name: updown-effect2;
    -webkit-animation-duration: 3600ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

@-webkit-keyframes updown-effect2 {
    0% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}

.project_layout .banner_section .banner-heading {
    font-size: 60px;
    color: var(--secondary-color);
    font-weight: 700;
}

.project_layout .banner_section .banner-content {
    font-size: 20px;
}

.project_layout .heading {
    font-weight: 600;
    margin-bottom: 40px;
}

.project_layout .banner_section .banner-heading span {
    background: #ffe386;
    /* color: #fff; */
    padding: 10px 20px;
    border-radius: 20px;
}

.chat_room .banner_section .banner-heading span {
    background: #36D659;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

.chat_room .banner_section .banner-heading .text-2 {
    background: #ffe386;
    color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 20px;
}

.chat_room .banner_section .banner-heading .text-3 {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

.project_layout p {
    /* font-size: 18px; */
    color: var(--secondary-color);
    font-weight: 400;
}

.project_layout .banner_section::before {
    content: '';
    background: url(../images/nfc-card/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: .2;
}

.qr-generator .banner_section::before {
    content: '';
    background: url(../images/qr-generator/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.project_layout .section2 {
    padding-bottom: 150px;
}

.project_layout .section2 .bottom {
    margin-top: 100px;
}

.chat_room .section2 .bottom {
    justify-content: center;
}

.chat_room .section2 .bottom>div {
    margin-bottom: 100px;
}

.project_layout .section2 .card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 50px;
    text-align: center;
}

.project_layout .section2 .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -9;
    transform: skewY(10deg);
    border-radius: 30px;
    box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, .08);
}

.project_layout .section2 .card>* {
    position: relative;
    z-index: 2;
}

.project_layout .section2 img {
    width: 200px;
    margin: auto;
    margin-top: -150px;
    margin-bottom: 20px;
}

.project_layout .section2 h4 {
    color: var(--secondary-color);
    font-size: 24px;
}

.project_layout .section3 {
    padding: 150px 0;
    background: radial-gradient(#02adc447, #02adc4);
    background: linear-gradient(259deg, #E2DDFF 34%, #CFFFDA 97.14%);
}

.project_layout .section3 img {
    width: 500px;
    margin: auto;
}

.project_layout .section4 {
    padding: 150px 0;
    padding-bottom: 200px;
    margin-bottom: 70px;
    position: relative;
}

.project_layout .section4 .steps-content {
    display: flex;
}

.project_layout .section4 .leftSide {
    position: sticky;
    top: 140px;
    height: 300px;
    padding-right: 200px;
}

.project_layout .section4 .leftSide .heading span {
    background: #F5581E;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

.project_layout .section4 .rightSide {
    padding-left: 200px;
    position: relative;
}

.project_layout .section4 .rightSide .card {
    background: var(--secondary-color);
    border: 0;
    border-radius: 20px;
    margin-bottom: 100px;
    padding: 40px 80px;
}

.project_layout .section4 .card .digit {
    font-size: 60px;
    font-weight: 900;
    color: #F5581E;
}

.project_layout .section4 .card h4 {
    font-size: 30px;
    color: #fff;
    margin: 20px 0;
    font-weight: 600;
}

.project_layout .section4 .card p {
    /* font-size: 20px; */
    color: #fff;
    font-weight: 400;
    letter-spacing: .6;
}

.project_layout .section4 .progress-container {
    position: absolute;
    left: 100px;
    top: 150px;
    width: 6px;
    height: 100%;
}

.project_layout .section4 .progress-bar {
    background: #eee;
    height: 97%;
    width: 100%;
}

.project_layout .section4 .progress-container ul {
    display: flex;
    position: absolute;
    top: -10px;
    left: -18px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    z-index: 2;
}

.project_layout .section4 .progress-container ul li {
    font-size: 34px;
    color: #eee;
    opacity: 0;
}

.project_layout .section4 .progress-container ul li.active {
    color: var(--secondary-color);
    opacity: 1;
}

.project_layout .section4 .progress-container ul li i {
    height: 40px;
    width: 40px;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
}

.project_layout .section4 .progress-container .progress-bar--increment {
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
}

.project_layout .section4 .progress-container svg {
    position: absolute;
    bottom: -55px;
    left: -27px;
    height: 60px;
    width: 60px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.project_layout .section5 {
    padding: 150px 0;
    background: #F2F2F2;
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.project_layout .section5 .heading span {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

.project_layout .section5 p {
    /* font-size: 20px; */
    margin-bottom: 4px;
}

.project_layout .section5 form label {
    font-size: 20px;
}

.project_layout .section5 form input {
    height: 60px;
    margin: 6px 0 20px;
    border-radius: 10px;
}

.project_layout .section5 form .btn {
    border-radius: 10px;
}

.project_layout .section5 svg.circle1 {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20%;
    left: -10px;
}

.project_layout .section5 svg.circle2 {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: -10px;
    left: 20%;
}

.project_layout .section5 svg.circle3 {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -50px;
    left: 70%;
}

.project_layout .section5 svg.circle4 {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 60%;
    right: -50px;
}


/* project end */


/* portfolio start */

.portfolio-page-layout {
    /* background: #6eb7ff; */
}

.portfolio-page-layout .section1 {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.portfolio-page-layout .section1 .img {
    width: 100%;
    padding-right: 40px;
    position: relative;
}

.portfolio-page-layout .section1 .img .img1 {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    position: relative;
    box-shadow: 0 0 100px #0000003d;
    border-bottom-right-radius: 50%;
}

.portfolio-page-layout .section1 .img .img2 {
    height: 350px;
    width: 350px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    bottom: -32px;
    object-fit: cover;
    box-shadow: 4px 4px 30px #0000004f;
}

.portfolio-page-layout .section1 h4 {
    font-size: 1.4rem;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.portfolio-page-layout .section1 h3 {
    font-size: 4rem;
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.portfolio-page-layout .section1 h3 b {
    font-weight: 600;
}

.portfolio-page-layout .section1 p {
    /* font-size: 1.25rem; */
    color: var(--text-color);
    width: 70%;
}

.portfolio-page-layout .section2 {
    padding: 0 0;
}

.portfolio-page-layout .section2 h2 {
    text-align: right;
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--secondary-color);
    width: fit-content;
    margin-left: auto;
    position: relative;
    font-weight: 600;
}

.portfolio-page-layout .section2 h2:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(45deg, #1b3244, transparent);
}

.portfolio-page-layout .section2 .mt-100 {
    margin-top: 60px;
}

.portfolio-page-layout .section2 .mt-150 {
    margin-top: 150px;
}

.portfolio-page-layout .section2 .card {
    border: 0;
    position: relative;
    height: 400px;
    border-radius: 0;
    margin: 50px 15px;
    border: 1px solid #00000017;
    background: transparent;
}

.portfolio-page-layout .section2 .card>div {
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 10px #00000017;
    transition: all .3s ease-in-out;
}

.portfolio-page-layout .section2 .card>div::after {
    content: '';
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #00000085);
    z-index: 2;
}

.portfolio-page-layout .section2 .card:hover>div {
    transform: translate(15px, -15px);
}

.portfolio-page-layout .section2 .img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.portfolio-page-layout .section2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-page-layout .section2 h4 {
    position: absolute;
    bottom: 12px;
    left: 30px;
    color: #fff;
    letter-spacing: 1px;
    z-index: 3;
}


/* portfolio end */