* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Karla", sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}

a,
a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

p {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
}

.dot-orange {
    color: #ff6d34;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #ff9979;
    background: -webkit-linear-gradient(to right, #ff9979, #ff5c2b);
    background: -webkit-linear-gradient(left, #ff9979, #ff5c2b);
    background: linear-gradient(to right, #ff9979, #ff5c2b);
}

.preload-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100;
}

#dream-load {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2400ms linear infinite;
    animation: dreamrotate 2400ms linear infinite;
    z-index: 999;
}

#dream-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2700ms linear infinite;
    animation: dreamrotate 2700ms linear infinite;
}

#dream-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 1800ms linear infinite;
    animation: dreamrotate 1800ms linear infinite;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  background: white;
  padding: 10px;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.popup-image {
  max-width: 100%;
  max-height: 80vh;
}

.popup-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}


@-webkit-keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.relative {
    position: relative;
}

.hidden {
    overflow: hidden;
}

.mt-70 {
    margin-top: 70px;
}

.no-padding-left {
    padding-left: 0 !important;
}

@media (max-width: 767px) {
    .no-padding-left {
        padding-left: 15px !important;
    }
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-30 {
    margin-left: 30px;
}

@media (max-width: 992px) {
    .mt-s {
        margin-top: 30px !important;
    }
}

@media (max-width: 767px) {
    .mt-x {
        margin-top: 30px !important;
    }
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-0-70 {
    padding-top: 0px;
    padding-bottom: 70px;
}

.relative {
    position: relative;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.section-heading h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.section-heading>p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dream-dots {
    display: -ms-flexbox;
    margin-bottom: 10px;
}

.dream-dots span {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846ff4 0%, #f17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dream-dots span:first-child {
    background-color: #00a8ff;
}

.login-btn {
    position: relative;
    z-index: 1;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 20px;
    min-width: 100px;
    height: 35px;
    border-radius: 5px;
    letter-spacing: 1px;
    background-size: 200% auto;
    color: #fff !important;
    background-image: linear-gradient(to right, #f12711 0%, #f5af19 50%, #f12711 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.login-btn:hover,
.login-btn:focus {
    background-position: right center;
}

.more-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff !important;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-image: linear-gradient(to right, #f12711 0%, #f5af19 50%, #f12711 100%);
    background-image: -webkit-linear-gradient(to right, #21d397 0%, #7450fe 50%, #21d397 100%);
    box-shadow: 0 12px 24px 0 #f1271161;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.more-btn:hover {
    background-position: right center;
    color: #fff;
}

.header-area {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-area.sticky .classy-navbar-toggler .navbarToggler span {
    background: #333 !important;
}

.header-area.sticky {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #eef1ff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.dark.classy-nav-container {
    background-color: transparent;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #333 !important;
}

.nav-brand img {
    width: 120px;
}

.classy-navbar {
    height: 75px;
    padding: 0;
}

.dark .classy-navbar-toggler.demo .navbarToggler span {
    background: #838383;
}

.classynav ul li a {
    text-transform: uppercase;
}

.hero-section {
    position: relative;
    min-height: 700px;
    background: url("../img/bg-img/header2.html") no-repeat bottom center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .hero-section img {
        max-width: 150%;
    }
}

.welcome-content {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

@media (min-width: 1200px) {
    .ico-circled {
        width: 400px;
        height: 400px;
        position: absolute;
        top: 0;
        left: 0;
        border: 70px solid #ff5c2b;
        border-radius: 50%;
        opacity: 0.1;
        animation: floating2 7s infinite;
        -webkit-animation: floating2 7s infinite;
    }
}

.has-shadow {
    -webkit-box-shadow: 0 9px 68px 0 rgba(62, 57, 107, 0.2);
    box-shadow: 0 9px 68px 0 rgba(62, 57, 107, 0.2);
    border-radius: 10px;
}

@media (min-width: 991px) {
    .cir-left:before {
        background: url(../img/core-img/cir-left.png) no-repeat center center;
        background-size: contain;
        width: 300px;
        height: 750px;
        content: "";
        position: absolute;
        opacity: 0.5;
        top: 0px;
        left: 0px;
    }
}

.bub-right {
    background: url("../img/svg/bg_hero.svg") no-repeat center right;
}

@media (max-width: 992px) {
    .bub-right {
        background-size: cover;
    }
}

@media (max-width: 480px) {
    .welcome-content {
        vertical-align: middle;
        margin-top: 100px !important;
    }
}

.welcome-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
}

.welcome-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.gradient-text {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846ff4 0%, #f17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-text.blue {
    background-image: linear-gradient(35deg, #17ead9 0%, #6078ea 100%);
}

.b-text {
    color: #272e3a !important;
}

.w-text {
    color: #ffffff !important;
}

.bold {
    font-weight: 600 !important;
}

.thin {
    font-weight: 400 !important;
}

.about-us-area {
    position: relative;
    z-index: 1;
}

.bar {
    transform-origin: center bottom;
    -webkit-animation: bar infinite 4s ease-in-out;
    -moz-animation: bar infinite 4s ease-in-out;
    animation: bar infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

.who-we-contant h4 {
    margin-bottom: 20px;
    font-size: 30px;
}

.services-block-four {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}

.icon-img-box {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 480px) {
    .icon-img-box {
        position: relative;
        margin-bottom: 15px;
    }

    .services-block-four .inner-box {
        padding-left: 0px !important;
    }
}

.services-block-four .inner-box {
    position: relative;
    padding-left: 100px;
}

.services-block-four.v2 {
    background: transparent;
}

.services-block-four.v2 .inner-box {
    position: relative;
    padding-left: 70px;
}

.services-block-four.v2 .inner-box .icon-img-box {
    max-width: 50px;
}

.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.services-block-four .inner-box .text {
    font-size: 14px;
    color: #444;
    margin-top: 8px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .services-block-four {
        margin-bottom: 40px;
    }
}

@keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.margined {
    margin-top: -50px;
}

.resources-doc [class^="col-"] {
    padding: 10px;
}

.resources-doc .agency-sec {
    height: 100%;
}

.agency-sec {
    background: #fff;
    padding: 50px 30px 17px;
}

.counter-sec {
    background: #fff;
    padding: 25px 30px 25px;
}

.counter-sec .counter-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 15px;
}

.counter-sec .counter-block .counter-odometer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ico-about-bg {
    background: url(../img/svg/ico-about-bg.svg) no-repeat center center;
    background-size: cover;
}

.striples-bg {
    position: relative;
}

.striples-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: url(../img/svg/striples-bg.svg) no-repeat top center;
    background-size: cover;
    -webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}

.ico-bg3 {
    background-image: linear-gradient(#fffaf8, #ffbea4);
    background-repeat: no-repeat;
    background-position: top;
}

.contact-sec .service_single_content {
    display: flex;
}

.contact-sec .service_single_content {
    padding: 20px 20px;
    margin-bottom: 20px !important;
}

.contact-sec .contact-map {
    height: 450px;
    margin-top: 75px;
}

.contact-sec .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.contact-sec .service_single_content .service_icon {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 30px;
    margin-bottom: 0;
    display: inline-block;
    max-width: 50px;
    opacity: 0.72;
}

.contact-sec .service_single_content a {
    color: #888888;
}

.service_single_content {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.service_icon {
    margin-bottom: 30px;
    display: inline-block;
    max-width: 110px;
    opacity: 0.72;
}

.service_single_content h6 {
    margin-bottom: 15px;
    font-size: 18px;
}

.side-feature-list-item {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: flex-start;
    font-weight: 700;
}

.foot-c-icon {
    margin-right: 16px;
    width: 30px;
    aspect-ratio: 1;
    flex-grow: 0;
    flex-shrink: 0;
}

.check-mark-icon-font {
    font-size: 20px;
    margin-right: 2px;
    margin-top: 4px;
    flex-shrink: 0;
    flex-grow: 0;
    line-height: 1;
    width: 30px;
    height: 30px;
    color: #ff5b29;
}

.foot-c-info {
    font-weight: 500;
    color: #42526e;
    word-break: break-all;
}

.our-partners .team-member {
    display: inline-block;
    padding: 10px;
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 0 0 30px 0;
    transition: all 0.4s ease-in-out;
    border: 3px solid #eaeaea;
}

.our-partners .team-member:hover {
    cursor: pointer;
    border-color: #ffaf90;
}

.our-partners .team-member .team-img img {
    filter: saturate(0);
    transition: all 0.4s ease-in-out;
}

.our-partners .team-member:hover .team-img img {
    filter: saturate(1);
}

.group {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.group input,
.group select,
.group textarea {
    font-size: 16px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.group input:focus,
.group select:focus,
.group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.group label {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 0;
}

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before,
.group .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

.group textarea {
    height: 130px;
}

.group input:focus~label,
.group select:focus~label,
.group textarea:focus~label,
.group input:valid~label,
.group select:valid~label,
.group textarea:valid~label {
    top: -24px;
    font-size: 16px;
    color: #fff;
}

.group input:focus~.bar:before,
.group select:focus~.bar:before,
.group textarea:focus~.bar:before,
.group input:focus~.bar:after,
.group select:focus~.bar:after,
.group textarea:focus~.bar:after {
    width: 50%;
    background-color: #fff;
}

input:required,
select:required,
textarea:required {
    box-shadow: none !important;
}

.footer-area {
    position: relative;
    z-index: 1;
    padding: 0;
}

.footer-content-area {
    padding: 80px 0;
    background: #eb5e27 !important;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo a {
    color: #fff;
    font-size: 20px;
}

.footer-logo img {
    width: 120px;
}

.copywrite_text>p {
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.8;
}

.contact_info_area .contact_info p {
    color: #fff;
}

.footer-social-info {
    margin-bottom: 12px;
}

.footer-social-info a i {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-social-info a i:hover {
    color: #4a7aec;
}

.contact_info_area .contact_info {
    text-align: left !important;
}

.contact_info_area .contact_info a {
    display: flex;
    align-items: center;
    color: #fff;
}

.contact_info_area .contact_info a .ti-arrow-circle-right {
    margin-right: 5px;
}

.contact_info_area .contact_info a p {
    margin-bottom: 0;
    display: inline;
    transition: 0.2s;
}

.contact_info_area .contact_info a:hover p {
    opacity: 0.8;
}

.contact_info_area .contact_info h5 {
    font-size: 20px;
    color: #fff;
}

.contact_info_area .contact_info p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 16px;
}


.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 400px !important;
}

.breadcumb-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(#fffaf8f0, #ffbea4e6);
}

.breadcumb--con {
    padding-top: 90px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcumb--con .title {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #272e3a;
}

@media (max-width: 480px) {
    .welcome-content h1 {
        font-size: 30px;
        line-height: 1.5 !important;
    }

    .welcome-content .cd-headline {
        min-height: 140px;
    }

    .margined {
        margin-top: 100px;
    }
}

.cd-headline {
    font-weight: 500;
}

body.light-version {
    background: #fff !important;
}

.light-version p {
    color: #444;
}

.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6,
.light-version .group label,
.light-version input:focus~label,
.light-version textarea:focus~label,
.light-version input:valid~label,
.light-version textarea:valid~label {
    color: #222;
}

[class*="col-"]:has(.service_single_content) {
    padding-block: 15px;
}

.light-version .about-us-area .service_single_content,
.light-version .service-section .service_single_content {
    height: 100%;
}

.light-version .service_single_content {
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../img/core-img/cards-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    border: none;
    padding: 40px 20px;
    margin-bottom: 30px !important;
}

@media screen and (max-width: 992px) {
    .light-version .service-section>[class*="col-"]:last-child .service_single_content {
        margin-bottom: 0px !important;
    }
}

.light-version .service_single_content p {
    margin-bottom: 0;
}

.light-version .group input,
.light-version .group select,
.light-version .group textarea {
    color: #222 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.light-version .group input:focus~.bar:before,
.light-version .group select:focus~.bar:before,
.light-version .group textarea:focus~.bar:before,
.light-version .group input:focus~.bar:after,
.light-version .group select:focus~.bar:after,
.light-version .group textarea:focus~.bar:after {
    background-color: #222;
}

@-webkit-keyframes bar {
    0% {
        transform: scaleY(1);
    }

    30% {
        transform: scaleY(0.6);
    }

    60% {
        transform: scaleY(0.8);
    }

    80% {
        transform: scaleY(0.5);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes bar {
    0% {
        transform: scaleY(1);
    }

    30% {
        transform: scaleY(0.6);
    }

    60% {
        transform: scaleY(0.8);
    }

    80% {
        transform: scaleY(0.5);
    }

    100% {
        transform: scaleY(1);
    }
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    font-family: "Open Sans", sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

.pricing-palden .pricing-item .more-btn {
    align-self: center;
    margin-block: auto 2em;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }

    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #4097f9, #0af0c7);
    padding: 4em 0 9em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-palden .pricing-feature {
    padding: 1em 0;
}

.career-section {
    background-color: #fff;
}

.career-section>[class*="col-"] {
    padding-block: 15px;
}

.career-block-container {
    max-width: 420px;
}

.career-block {
    background-color: #fff;
    background-image: url(../img/core-img/cards-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0px 8px 17px 3px rgb(0 0 0 / 5%);
}

.career-block p {
    margin-bottom: 0;
}

.career-block .job-title {
    color: #222;
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    transition: 0.3s;
}

.career-block .job-posted {
    margin-top: 5px;
    color: rgb(148 163 184 / 1) !important;
}

.career-block .job-posted i {
    color: #ff5b29;
    font-size: 1.1rem;
}

.career-block .job-type {
    color: #ff5b29;
    font-size: 0.8rem;
    border-radius: 3px;
    padding: 2px 5px;
    background-color: #fff5f1;
}

.career-block .job-package {
    font-size: 0.9rem;
}

.career-block i {
    color: #ff5b29;
    font-size: 1.1rem;
}

.job-discription {
    padding: 20px 25px;
}

.job-discription .mail-link {
    color: #595c75;
}

.job-discription p b {
    color: #323232;
}

.job-discription li b {
    color: #323232;
}

.list-disc {
    padding-left: 20px;
}

.list-disc>li {
    list-style: disc;
    color: #444;
    margin-bottom: 16px;
}

.list-disc>li:last-child {
    margin-bottom: 14px;
}

.list-disc>li p {
    margin-bottom: 12px;
    line-height: 1.5;
}

.list-num {
    padding-left: 20px;
}

.list-num>li {
    list-style: decimal;
    color: #444;
    padding-left: 10px;
    margin-bottom: 1.2rem;
}

.list-num>li:last-child {
    margin-bottom: 0rem;
}

.list-num>li p {
    margin-bottom: 0rem;
}

.blockquote {
    display: flex;
    padding: 10px 18px;
    border-radius: 6px;
    border-left: 5px solid #346ddb;
    background-color: #346cdb19;
    margin-bottom: 25px;
}

.blockquote-light {
    padding: 10px 15px;
    border-left: 5px solid #aaaaaa;
    border-radius: 6px;
    word-break: break-all;
    padding: 16px 18px 5px;
    margin-bottom: 1rem;
}

.blockquote p {
    color: #222;
    margin-bottom: 0;
}

.blockquote-icon {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
    color: #346ddb;
}

.news-letter input {
    padding: 1.44rem 0.75rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff5b29;
    outline: 0;
    box-shadow: none;
}

.news-letter .more-btn {
    border-radius: 2px;
    min-width: 0;
    padding: 0 15px;
    font-size: 25px;
    box-shadow: none;
}

.news-letter .agency-sec {
    position: relative;
    background: #fff;
    padding: 50px 30px 50px;
    overflow: hidden;
}

.news-letter .agency-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/core-img/map.png);
    opacity: 0.05;
    background-position: center;
    background-size: cover;
}

.news-letter .section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.form-row [class*="col-"] {
    padding-block: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-btn {
        margin: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .login-btn {
        margin: 30px;
    }

    .welcome-content p {
        font-size: 14px;
    }

    .classy-navbar {
        height: 60px;
    }

    .who-we-contant h4 {
        font-size: 24px;
    }

    .section-heading h2 {
        font-size: 24px;
    }

    .footer-copywrite-info {
        text-align: left;
    }

    .breadcumb--con {
        padding-top: 60px;
    }

    .welcome-content {
        margin-top: 130px;
        text-align: center;
    }
}


/* ACCORDION */
.accordion .card {
    margin: 10px 0;
    border-radius: .25rem !important;
    border: 0 !important;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.accordion .card .card-header {
    padding: 0;
    background-color: #fff;
}
.accordion .card .card-header button {
    padding: .95rem 1.25rem;
    text-decoration: none;
    color: #222;
    box-shadow: none !important;
    font-weight: 500;
}


/* ACCESSIBILITY MENU */
body .uwy.userway_p1 .userway_buttons_wrapper {
    top: auto !important;
    bottom: 20px !important;
    left: calc(100vw - 31px) !important;
}