/*Fontfamily*/
@charset "UTF-8";

@font-face {
    font-family: SfProText-Black;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-Black.otf");
}

@font-face {
    font-family: SfProText-BlackItalic;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-BlackItalic.otf");
}

@font-face {
    font-family: SfProText-Bold;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-Bold.otf");
}

@font-face {
    font-family: SfProText-BoldItalic;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-BoldItalic.otf");
}

@font-face {
    font-family: SfProText-Heavy;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-Heavy.otf");
}

@font-face {
    font-family: SfProText-HeavyItalic;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-HeavyItalic.otf");
}

@font-face {
    font-family: SfProText-Light;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-Light.otf");
}

@font-face {
    font-family: SfProText-LightItalic;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-LightItalic.otf");
}

@font-face {
    font-family: SfProText-Medium;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-Medium.otf");
}

@font-face {
    font-family: SfProText-MediumItalic;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-MediumItalic.otf");
}

@font-face {
    font-family: SfProText-Regular;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-Regular.otf");
}

@font-face {
    font-family: SfProText-RegularItalic;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-RegularItalic.otf");
}

@font-face {
    font-family: SfProText-Semibold;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-Semibold.otf");
}

@font-face {
    font-family: SfProText-SemiboldItalic;
    /* font-display: swap; */
    src: url("../webfonts/SF-Pro-Text-SemiboldItalic.otf");
}

body {
    color: #1e3455;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 16px;
    overflow-x: hidden;
    font-family: SfProText-Regular;
    font-display: swap;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SfProText-Regular";
    color: #1e3455;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: SfProText-Heavy;
    color: #1e3455;
}

h1.h1 {
    font-size: 60px;
    line-height: 72px
}

.h1,
h1 {
    font-size: 45px;
    line-height: 1.2
}

.h1,
h1,
h2 {
    font-weight: 700
}

h2 {
    font-size: 40px;
    line-height: 1.2
}

h3 {
    font-size: 34px;
    line-height: 1.2
}

h3,
h4 {
    font-weight: 700
}

h4 {
    font-size: 22px;
    line-height: 1.2
}

h5 {
    font-size: 20px;
    line-height: 1.2
}

h5,
h6 {
    font-weight: 600
}

h6 {
    font-size: 17px;
    line-height: 1.2
}

p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

p:not(:last-of-type) {
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    outline: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1440px;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb:hover {
    background: #0ada37
}

::-webkit-scrollbar-thumb {
    background: #00c73c;
    border-radius: 100px
}

::-moz-selection {
    background: rgba(255, 226, 217, .5)
}

::selection {
    background: rgba(255, 226, 217, .5)
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px 2px 5px 0px #b7b7b747;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
    -webkit-backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
}

.site-header.sticky {
    background: hsla(0, 0%, 100%, .6) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
}

.site-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.site-header .header-wrapper .site-logo {
    max-width: 159px;
    width: 100%;
    flex-shrink: 0;
}

.site-header .header-wrapper .site-logo a {
    display: block;
}

.site-header .header-wrapper .main-nav {
    flex: 1;
}

.site-header .header-wrapper .main-nav .nav-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .header-wrapper .main-nav .nav-list>li {
    padding: 30px 0;
}

.site-header .header-wrapper .main-nav .nav-list>li>a {
    font-size: 17px;
    color: #506172;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    transition: 1.1s cubic-bezier(.16, .84, .442, .98);
}

.site-header .header-wrapper .main-nav .nav-list li>a:hover,
.site-header .header-wrapper .main-nav .nav-list li>a.active {
    color: #00c73c;
}

.site-header .header-wrapper .main-nav .nav-list>li:not(:last-of-type) {
    margin-right: 30px;
}

.site-header .header-wrapper .main-nav .nav-list li .menu-dropdown {
    height: auto;
    left: 0;
    opacity: 0;
    pointer-events: none;
    top: 115px;
    z-index: 99999;
    position: absolute;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-box-transition: .4s ease all;
    transition: all .4s ease;
    box-shadow: 0 10px 20px 0 rgb(0 0 0/4%);
    border-top: 1px solid #f3f3f3;
    width: 100%;
    padding: 40px 0;
    display: inline-block;
    background-color: #fff;
    margin-top: 4px;
}

.site-header .header-wrapper .main-nav .nav-list li:hover .menu-dropdown {
    opacity: 1;
    top: 100%;
    pointer-events: auto;
    margin-top: 0;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right .extra-link:not(:last-of-type) {
    margin-right: 30px;
}

.header-right .btn {
    border: 1px solid #00c73c;
    background: #00c73c;
    color: #ffff;
    border-radius: 100px;
    font-weight: 500;
    font-size: 17px;
    padding: 5px 25px;
    line-height: 40px;
    white-space: nowrap;
    transition: all 0.6s ease;
}

.header-right .btn:hover {
    background: transparent;
    color: #00c73c;
}

.menu-block-a {
    display: grid;
    grid-template-columns: 20% auto;
    grid-gap: 0;
}

.menu-block-a .mega-menu-blocks:first-child {
    padding-right: 20px;
}

.menu-inner-block-a {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 30px;
}

.menu-headings a {
    font-family: SfProText-Medium;
    position: relative;
    color: #000;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    display: block;
}

.menu-headings a:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #00c73c;
    margin: 5px 0 0;
}

.menu-block-a .custom-btn {
    margin-top: 10px;
    line-height: 32px;
}

.custom-btn {
    background: #fff;
    border: 1px solid #00c73c;
    font-weight: 500;
    font-size: 17px;
    padding: 13px 25px;
    white-space: nowrap;
    border-radius: 5px;
    color: #00c73c;
    display: inline-block;
    transition: all 0.6s ease;
}

.custom-btn:hover {
    background: #00c73c;
    color: #ffff !important;
}

.menu-li-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-li-link>li+li {
    margin-top: 10px;
}

.menu-li-link li a {
    font-size: 16px;
    color: #506172;
    position: relative;
    line-height: 26px;
    font-weight: 400;
}

.hero-sec {
    padding: 70px 0 40px;
}

.hero-sec .hero-content h1 {
    margin-bottom: 30px;
}

.hero-sec .uniq-points {
    margin-top: 40px;
    margin-bottom: 40px;
}

.uniq-card {
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    text-align: left;
    box-shadow: 0px 2px 5px 0px #b7b7b747;
}

.uniq-card .card-ic {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.uniq-card .card-ic img {
    width: 100%;
    height: 100%;
}

.btn.rounded-circle {
    border-radius: 30px !important;
}

.btn-primary {
    background-color: #00c73c;
    border-color: #00c73c;
}

.btn-primary:hover,
.btn-primary:focus {
    background: transparent !important;
    border-color: #00c73c;
    color: #00c73c;
    box-shadow: none !important;
}

.btn {
    padding: 12px 18px;
}

.hero-sec .hero-content {
    position: relative;
}

.hero-sec .hero-content .shape-dot-bg {
    width: 200px;
    height: 200px;
    background: #f2f2f2;
    border-radius: 100px;
    position: absolute;
    z-index: 0;
    top: -20px;
    left: -60px;
    z-index: -1;
}

.section-header .sub-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: block;
    color: #00c73c;
    text-transform: uppercase;
}

.ree-tt {
    background: -webkit-linear-gradient(left, #00c73c, #2c3e50);
    background-clip: textG3106;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-gapping {
    padding: 40px 0;
}

.home-about .agency-picture {
    margin: 20px 0;
}

.home-about .agency-picture img {
    width: 100%;
    height: 100%;
}

.section-header {
    margin-bottom: 30px;
}

.platform-logo a {
    display: block;
}

.platform-logo img {
    /* margin: auto; */
    width: auto;
    height: auto;
}

.sub-header {
    margin-bottom: 20px;
}

.service-card {
    background: #fff;
    position: relative;
    place-items: start;
    /* display: grid; */
    border-radius: 3px;
    padding: 28px;
    box-shadow: 1px 5px 10px 1px rgb(0 0 0/7%);
    border: 1px solid transparent;
    transition: all 0.5s ease;
    height: 100%;
}

.service-card:hover {
    background-color: rgb(206, 255, 227) !important;
    box-shadow: rgba(150, 222, 255, 0) 0px 10px 10px 0px, rgba(0, 0, 0, 0) 0px 24px 38px 3px;
    border-color: transparent;
}

.service-card .card-img {
    transition-duration: .3s;
    /* background: hsla(0, 0%, 100%, .438); */
    /* box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .14); */
    padding: 2px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    margin-top: -60px;
    margin-bottom: 15px;
    backdrop-filter: blur(1px);
}

.service-card .card-img img {
    width: 100%;
}

.service-card .service-content a {
    color: #2c3e50;
    font-size: 18px;
}

.service-card .service-content h3 {
    font-size: 20px;
    line-height: 1.2;
}

.service-card .service-content p {
    margin-bottom: 10px;
}

.home-services .section-header {
    margin-bottom: 60px;
}

.bg-1 {
    background: #fffef6;
    border-color: #e7e4bb;
}

.bg-2 {
    background: #f0f5ff;
    border-color: #d0d8ff;
}

.bg-3 {
    background: #fffaf6;
    border-color: #fcd9c3;
}

.bg-4 {
    background: #fdf8ff;
    border-color: #efe0ff;
}

.bg-5 {
    background: #fbfff4;
    border-color: #cff0c2;
}

.bg-6 {
    background: #f1ffff;
    border-color: #b6f1ff;
}

.our-work .row+.row {
    margin-top: 40px;
}

.sub-detail .section-header {
    margin-bottom: 20px;
}

.sub-detail .section-header h2 {
    margin-bottom: 0;
}

.sub-detail p {
    margin-bottom: 20px;
}

.home-contact {
    background: #d2f1db;
    padding: 40px 0;
    margin: 160px 0 0;
}

.home-contact-block {
    display: flex;
    flex-wrap: wrap;
    margin: -24px -12px 0;
}

.home-contact-block .contact-block {
    width: 40%;
    padding: 0 12px;
    margin-top: 24px;
}

.home-contact-block .contact-block span {
    display: block;
    margin: 0 0 10px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #1e3455;
    font-weight: 600;
}

.home-contact-block .contact-block a {
    display: block;
    background: #fff;
    padding: 20px;
    color: #506172;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
}

.home-contact-block .contact-block img,
.home-contact-block .contact-block a i {
    margin-right: 10px;
}

.home-contact-form {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 15px 0 rgba(130, 212, 243, .25);
    background: #fff;

}

.home-contact .home-contact-form {
    margin-top: -174px;
}

.home-contact-form .form-head {
    text-align: center;
    padding: 40px 55px;
}

.home-contact-form .form-body {
    padding: 0 40px 40px;
}

.home-contact-form .form-control,
.home-contact-form .form-select {
    border-width: 0;
    border-bottom-width: 2px;
    border-radius: 0;
    border-color: #e6e6e6;
}

.home-contact-form .form-control:focus,
.home-contact-form .form-select:focus {
    box-shadow: none;
    border-color: #e6e6e6;
}

.home-contact-form textarea {
    height: 100px;
}

.form-check label {
    font-size: 16px;
}

.form-check label a {
    color: #1e3455;
}

.home-contact-form .form-check-input {
    margin-top: 0.05em;
}

.form-check-input:checked {
    background-color: #00c73c;
    border-color: #00c73c;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 199 60 / 30%);
}

.text-sm {
    font-size: 16px;
}

.site-footer {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
}

.site-footer .widget-title {
    margin-bottom: 15px;
}

.site-footer .widget-title h4 {
    color: #1e3455;
    font-size: 15px;
    line-height: 1.2;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    line-height: 1;
}

.footer-links-list li+li {
    margin-top: 15px;
}

.footer-links-list li a {
    font-size: 16px;
    color: #506172;
    transition: 1.1s cubic-bezier(.16, .84, .442, .98);
}

.footer-links-list li a:hover {
    color: #00c73c;
}

.footer-row-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-row-top .footer-widget {
    padding: 0 15px;
    flex: 1;
    width: 100%;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #353544;
    border-bottom: 1px solid #353544;
}

.footer-row-bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-row-col {
    padding: 0 15px;
    flex: 1;
    width: 100%;
}

.footer-row-col .footer-title {
    margin-bottom: 20px;
}

.footer-row-col .footer-title h5 {
    line-height: 1.2;
    margin-bottom: 0;
}

.footer-row-col.footer-logo {
    flex: 0 0 180px;
    max-width: 180px;
}

.footer-row-col.footer-logo a {
    display: block;
}

.footer-row-col.footer-logo a img {
    width: 100%;
}

.social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.social-links ul li a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.5625rem;
    line-height: 2em;
    color: #fefefe;
    text-align: center;
    font-weight: normal;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    border: 0.125rem solid transparent;
}

.social-links ul li:not(:last-of-type) {
    margin-right: 15px;
}

.social-button.facebook {
    background: #3b5998;
}

.social-button.linkedin {
    background: #007bb5;
}

.social-button.youtube {
    background: #bb0000;
}

.social-button.instagram {
    background: #125688;
}

.social-links ul li a:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social-button.facebook:hover {
    color: #3b5998;
    background: #fefefe;
    border-color: #3b5998;
}

.social-button.youtube:hover {
    color: #bb0000;
    background: #fefefe;
    border-color: #bb0000;
}

.social-button.linkedin:hover {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}

.social-button.instagram:hover {
    color: #125688;
    background: #fefefe;
    border-color: #125688;
}

.footer-row-col p {
    font-size: 16px;
}

.footer-row-col.footer-address {
    flex: 0 0 390px;
    max-width: 390px;
}

.copyright {
    padding-top: 20px;
}

.copyright p {
    font-size: 16px;
}

.copyright p a {
    color: #212529;
}

.slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    justify-content: center;
}

.slick-dots li:not(:last-of-type) {
    margin-right: 10px;
}

.slick-dots li button {
    background: #1e3455;
    border: 0;
    outline: 0;
    width: 10px;
    height: 10px;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #00c73c;
}

.menu-toggle {
    position: relative;
    background: transparent;
    border: 0;
    width: 25px;
    padding: 0;
    display: none;
}

.menu-toggle span {
    display: block;
    height: 4px;
    background: #34495E;
    transition: all .2s ease;
}

.menu-toggle span::before,
.menu-toggle span::after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #34495E;
    transition: all .2s ease;
}

.menu-toggle span::before {
    top: -10px;
}

.menu-toggle span::after {
    bottom: -10px;
}

.menu-toggle.active span {
    transform: rotate(45deg);
}

.menu-toggle.active span::before {
    transform: translate3d(0, 10px, 0);
}

.menu-toggle.active span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.overlay-main::after {
    content: '';
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
    background: rgba(0, 0, 0, 0.3);
}

.overlay-main.active::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}

.mobile-menu-wrapper {
    position: fixed;
    z-index: 999;
    background: #ffff;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translate(-100%, 0px);
    left: 0;
    width: 280px;
}

.mobile-menu-wrapper.menu-active {
    transform: translate(0%, 0px);
}

.mobile-menu-head {
    padding: 15px 15px;
    background: #00c73c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-close svg path {
    fill: #ffffff;
}

.mobile-menu-bar>ul {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    height: calc(100vh - 48px);
    overflow: auto;
}

.mobile-menu-bar ul li a {
    font-size: 16px;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.mobile-menu-bar ul li a:hover {
    color: #00c73c;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg {
    position: absolute;
    right: 0;
    width: 14px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.nav-link .menu-open-arrow {
    display: none;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.nav-link .close-menu-ioc {
    display: block;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu {
    display: none;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu ul .sub-menu {
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu ul .nav-link,
.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu ul .sub-menu a {
    font-size: 14px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu ul .sub-menu ul li+li {
    margin-top: 10px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu ul li.is-open .menu-open-arrow {
    display: none;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu ul li.is-open .close-menu-ioc {
    display: block;
}

body.menu-change {
    overflow: hidden;
}

.scrollup {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    border-radius: 50px;
    color: #fff;
    background: url("../images/icon/up-arrow.svg"), #0ada37;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;

}

.page-banner .page-heading .sub-heading {
    color: #00c73c;
    margin-bottom: 15px;
}

.page-banner .page-heading h1 {
    margin-bottom: 15px;
}

.page-banner .page-heading .btn {
    margin-top: 15px;
}

.section-header p {
    font-size: 16px;
    color: #506172;
}

.process-card {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.process-card-inner {
    transition: .5s;
    background: #fff !important;
    position: relative;
    place-items: start;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 8px 15px 0 rgba(130, 212, 243, .25);
    overflow: hidden;
}

.process-content {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.process-card-inner h3 {
    font-size: 19px;
    margin-bottom: 15px;
}

.process-card-inner .process-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.process-card-inner .process-icon img {
    width: 100%;
}

.process-card-inner:hover {
    background-color: #ceffe3 !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 10px 0 rgba(150, 222, 255, 0), 0 24px 38px 3px transparent;
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.process-card-inner::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(270deg, #90ffb2 35%, #90ffb2);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.process-card-inner:hover::after {
    width: 100%;
}

.grow-images {
    padding: 0 3rem;
}

.hovr-scale-base {
    overflow: hidden;
}

.hovr-scale-base img {
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.hovr-scale-base img:hover {
    transform: scale(1.1);
}

.r-bg-g {
    background: #f1f1f1;
}

.interview-process {
    margin-top: 40px;
}

.page-banner-cover {
    position: relative;
    padding-top: 140px;
    padding-bottom: 11.8%;
    margin-bottom: 40px;
}

.page-banner-cover .banner-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.page-banner-cover .banner-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner-cover .page-heading {
    position: relative;
    text-align: center;
}

.we-offer .agency-picture {
    margin-top: 40px;
    margin-bottom: 40px;
}

.we-offer .info-tabs {
    margin-top: 40px;
}

.info-tabs .nav-pills .nav-link {
    width: 100%;
    display: block;
    padding: 20px;
    background: #fff;
    color: #506172 !important;
    text-align: left;
}

.info-tabs .nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #00c73c !important;
}

.info-tabs .nav-pills .nav-link i {
    margin-right: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #00c73c;
    border: 1px solid #c2c2c2;
    transition: all 0.6s ease;
}

.info-tabs .nav-pills .nav-link.active i {
    border-color: #fff;
}

.service-card.bg-white {
    border: 1px solid #efe0ff;
}

.move-up:hover {
    transform: translateY(-10px);
}

.grow-ethics .section-header {
    margin-bottom: 60px;
}

.img-rounded {
    border-radius: 15px;
}

.contact-details-block {
    padding: 20px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgb(0 0 0/6%);
    border: 2px solid #7a7c8375;
    display: flex;
    align-items: center;
}

.contact-details-block .contact-box-icon {
    font-size: 24px;
    margin-right: 20px;
}

.contact-details-block a {
    color: #506172;
}

.inquiry-section {
    background: #deebf669;
    margin-top: 40px;
}

.home-contact-form .form-footer {
    padding: 0 40px 40px;
}

.ftr-head {
    text-align: center;
    margin-bottom: 20px;
}

.icon-col {
    text-align: center;
}

.icon-txt p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

.icon-imgg img {
    width: 42px;
}

.br-20 {
    border-radius: 20px;
}

.service-content .btn {
    color: #ffffff !important;
}

.service-content .btn:hover {
    background: #ffffff !important;
    color: #2c3e50 !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.btn.rounded-circle-full {
    padding: 0 !important;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.bgcolor2 {
    background-image: radial-gradient(rgb(204 243 255 / 95%), rgb(204 243 255 / 00%));
}

.digi-service {
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}

.digi-service:after,
.digi-service:before {
    content: "";
    position: absolute;
    width: 40rem;
    height: 40rem;
    z-index: -1;
}

.digi-service:before {
    left: -20rem;
    bottom: -20rem;
    border: 6.0625rem solid #e2f6ff;
    border-radius: 50%;
}

.digi-service:after {
    right: -20rem;
    top: -20rem;
    border: 6.0625rem solid #eff0fb;
    border-radius: 50%;
}

.icon-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.icon-list li {
    position: relative;
}

.icon-list li {
    text-indent: -18px;
    padding-left: 48px;
    font-size: 16px;
}

.industry-work {
    background: #f7f7f7;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.industry-work img {
    width: 55px;
}

.industry-work h6 {
    margin: 0 0 0 15px;
}

.bg-perallx {
    min-height: 550px;
    height: 100%;
    background-position: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner.digi-service {
    margin-top: 0;
}

.process-card-inner .setps {
    opacity: 0;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 70px;
    font-family: SfProText-Regular;
    color: #b8f8cb;
    z-index: 99;
    transition: .5s;
}

.process-card-inner:hover .setps {
    opacity: 1;
}

.icon-with-title {
    text-align: center;
    transition: all .5s ease;
    padding: 20px 15px;
    border: 2px solid #dbebf7;
    border-radius: 15px;
}

.iwt-icon {
    padding: 0 0 12px;
    min-height: 52px;
}

.iwt-icon img {
    width: 52px;
}

.icon-with-title:hover {
    transform: translateY(-5px);
    border-color: #00c73c;
}

.servic-block {
    position: relative;
    padding: 40px 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 15px -2px rgb(82 0 57/8%);
    height: 100%;
    transition: all 0.5s ease;
}

.servic-block .servic-icon {
    margin-bottom: 15px;
}

.servic-block .servic-icon img {
    width: 70px;
}

.servic-block:hover {
    scale: 95%;
}

.design-tools {
    border-radius: 14px;
    padding: 40px 30px;
    background-color: #fff;
    border: 1px solid #00000028;
    border-radius: 50px;
    transition: all 0.5s ease;
    width: 250px;
    height: 250px;
}

.design-tools:not(:last-of-type) {
    margin-bottom: 20px;
}

.design-tools:hover {
    box-shadow: 0 10px 15px 0px rgba(159, 176, 255, 0.247);
}

.design-tools-list .col-lg-6:last-child .design-tools:first-child {
    margin-top: 80px;
}

.service-card.style-2 .card-img {
    margin-top: 0;
    box-shadow: none;
    width: 120px;
    height: 120px;
}

.point-list {
    list-style-type: circle;
    margin: 0;
}

.point-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.work-step-list ol {
    counter-reset: li;
    display: flex;
    flex-wrap: wrap;
    margin: -30px -10px 0;
    padding: 0;
}

.work-step-list ol li {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.work-step-list ol li::before {
    content: counter(li);
    counter-increment: li;
    text-align: center;
    font-size: 45px;
    line-height: 80px;
    color: #00c73c;
    background: #fbf1ef;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    font-family: SfProText-Heavy;
}

.work-step-list ol li .work-desc {
    padding-left: 20px;
    flex: 1;
}

.menu-h-link.has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-menu {
    width: 100%;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu ul a,
.mobile-menu-wrapper .mobile-menu-bar>ul>li .sub-menu ul .sub-menu a {
    font-size: 14px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none !important;
}

.form-control.hide-valid:valid {
    border-color: #e6e6e6 !important;
    background-image: none !important;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    box-shadow: none !important;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: 0;
    background-image: none;
    border-color: #e6e6e6 !important;
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    box-shadow: none !important;
}

.service-content .btn:focus {
    color: #2c3e50 !important;
}

.icon-list li svg {
    margin-left: -19px;
}

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #4a4a4a7d;
    left: 0;
    right: 0;
    top: 0;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 999;
    border: 4px solid #Fff;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #00c73c;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

.no-scroll {
    overflow: hidden;
}

.mobile-menu-bar ul li>a.active,
.menu-headings a.active {
    color: #00c73c;
}

.nav-close svg {
    width: 16px;
    height: 16px;
}

.review-card-body {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review-card-body p {
    flex: 1;
}

.review-card-body .user-dp {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.review-card-body .thumbnail {
    max-width: 40px;
    width: 100%;
    margin-right: 15px;
}

.review-card-body .thumbnail img {
    border-radius: 50%;
}

.review-slider .slick-list {
    margin: 0 -10px;
}

.review-slider .slick-track {
    display: flex;
}

.review-slider .review-card {
    padding: 0 10px;
    height: auto;
}

.text-brand {
    color: #00c73c !important;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #00c73c;
    border: 0;
    outline: 0;
    border-radius: 50%;
    z-index: 5;
    color: #ffffff;
}

.slick-arrow svg path {
    fill: #ffffff;
}

.slick-arrow.slick-next {
    left: auto;
    right: -15px;
}

.slick-arrow.slick-prev {
    right: auto;
    left: -15px;
    transform: translateY(-50%) scale(-1);
}

.icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #00c73c;
    border-radius: 50%;
    color: #ffffff !important;
}

.agency-picture img {
    border-radius: 30px;
}

.blog-post .blog-post-inner {
    position: relative;
}

.blog-post .blog-post-inner .blog-post-img a {
    display: block;
    position: relative;
    padding-top: 55%;
}

.blog-post .blog-post-inner .blog-post-img a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.blog-post .blog-post-content {
    padding: 15px;
    border: 1px solid #1e3455;
    border-radius: 0px 0px 10px 10px;
}

.blog-post-content h4 {
    margin-bottom: 15px;
}

.blog-post-content h4 a {
    color: #212529;
}

.blog-post-content .content-bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-lbl-row {
    font-size: 14px;
    padding-right: 30px;
}

.blog-lbl-row .blog-labl:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #00c73c;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #00c73c;
    transition: all 0.5s ease;
}

.blog-btn:hover {
    background: transparent;
    color: #00c73c;
}

.blog-slider .blog-post {
    padding: 0 10px;
}

.blog-slider .slick-list {
    margin: 0 -10px;
}

.error-img {
    max-width: 600px;
    margin: auto;
    display: block;
}

.btn-primary {
    color: #000;
}

.privacy-policy ul {
    margin-top: 15px;
}

.privacy-policy ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.privacy-policy a {
    color: #00c73c;
}

.privacy-policy h2 {
    font-size: 18px;
}

.list-disc {
    padding-left: 17px;
}

.list-disc li:not(:last-of-type) {
    margin-bottom: 10px;
}

.video-box {
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 1px 5px 10px 1px rgb(0 0 0/7%);
}

.video-box .video-body {
    position: relative;
    padding-top: 50%;
}

.video-box .video-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* FAQ CSS */
.accordion-body p {
    color: #1e3455;
    font-size: 16px;
    line-height: 22px;
}

.accordion-body ul li {
    padding: 5px 0;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: transparent;
}

.accordion-button:focus {
    box-shadow: none;
}


.technology_section .card img {
    width: 100px;
    height: 100px;
}

.technology_section .card {
    width: 100%;
    min-height: 100%;
    box-shadow: 0px 3.89669px 10.3912px rgba(0, 0, 0, 0.15);
    border-radius: 22.7307px;
    border: 2px solid transparent;
    padding: 30px;
}

.technology_section .card .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.technology_section .cards {
    display: grid;
    align-items: center;
    place-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    grid-template-columns: repeat(1, 4fr);
    gap: 10px;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 380px) {
    .technology_section .cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 768px) {
    .technology_section .cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    section {
        padding-bottom: 2rem;
    }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 1024px) {
    .technology_section .cards {
        grid-template-columns: repeat(4, 1fr);
    }
}