@import url("https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&display=swap");

:host {
    --rem: unset; /* Reset the value */
}
.theme {
    --primaryColor: #59d9d3;
    --primaryDarkColor: #003e3b;
    --blackColor: #010101;
    --greyColor: #a1a1aa;
    --whiteColor: #ffffff;
}

html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--greyColor);
    text-align: left;
    background-color: var(--blackColor);
    font-family: "Inter", sans-serif !important;
}


/* width */
body.theme::-webkit-scrollbar,
.estimateProjectModal .rightSide .min-height::-webkit-scrollbar {
    width: 0px;
}

/* Track */
body.theme::-webkit-scrollbar-track,
.estimateProjectModal .rightSide .min-height::-webkit-scrollbar-track {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

/* Handle */
body.theme::-webkit-scrollbar-thumb,
.estimateProjectModal .rightSide .min-height::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 10px;
}

/* Handle on hover */
body.theme:-webkit-scrollbar-thumb:hover ,
.estimateProjectModal .formListMore:-webkit-scrollbar-thumb:hover {
    background: var(--primaryColor);
}


*,
::after,
::before {
    box-sizing: border-box;
}

@media (min-width: 1400px) {
    .container-xl {
        max-width: 1360px;
    }

    .container-lg {
        max-width: 1230px;
    }
}

.theme .btn {
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    border-radius: 0px;
    position: relative;
    padding: 10px 18px;
    border-radius: 50px;
}

.theme .btn-icon .icon {
    width: auto;
    height: 10px;
    margin-left: 8px;
    transition: 0.5s;
}

.theme .btn-outline-white {
    color: var(--primaryColor);
    border-color: #e5e7eb;
    fill: var(--primaryColor);
}

.theme .btn-outline-white:hover,
.theme .btn-check:active+.btn-outline-white,
.theme .btn-check:checked+.btn-outline-white,
.theme .btn-outline-white.active,
.theme .btn-outline-white.dropdown-toggle.show,
.theme .btn-outline-white:active {
    color: #fff;
    background-color: rgba(89, 217, 211, 0.3);
    border-color: var(--primaryColor);
    fill: #fff;
}

.theme .btn-check:active+.btn-outline-white:focus,
.theme .btn-check:checked+.btn-outline-white:focus,
.theme .btn-outline-white.active:focus,
.theme .btn-outline-white.dropdown-toggle.show:focus,
.theme .btn-outline-white:focus,
.theme .btn-outline-white:focus {
    box-shadow: 0 0 0 0.15rem rgba(89, 217, 211, 0.5);
}

.theme .btn-blue {
    border: 0px;
    background-image: linear-gradient(71.72deg, #003e3b -35.08%, #2c72f9 131.03%);
    transition: 0.5s;
    background-size: 150% 150%;
    color: #fff;
}

.theme .btn-primary {
    border: 0px;
    background: linear-gradient(71.72deg, #003e3b -35.08%, #59d9d3 131.03%);
    transition: 0.5s;
    fill: var(--whiteColor);
}

.theme .btn-primary:hover,
.theme .btn-blue:hover {
    -webkit-animation: gradient 3s ease infinite;
    -moz-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
}

.theme .btn-primary:hover {
    box-shadow: 0px 2px 15px 0px rgba(89, 217, 211, 0.5);
}

.theme .btn-blue:hover {
    box-shadow: 0px 2px 15px 0px rgba(44, 114, 249, 0.5);
}

.theme .btn-primary:focus,
.theme .btn-blue:focus {
    box-shadow: none;
}

.btn-white {
    color: #222;
    background: #fff;
}

.theme .btn-check:active+.btn-white:focus,
.theme .btn-check:checked+.btn-white:focus,
.theme .btn-outline-white.active:focus,
.theme .btn-white.dropdown-toggle.show:focus,
.theme .btn-white:focus,
.theme .btn-white:focus {
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.theme .link {
    font-size: 15px;
    font-weight: 600;
    text-decoration: inherit;
    transition: 0.5s;
}

.theme .link-white {
    color: #fff;
}

.padder-15 {
    padding: 100px 0px;
}

.mainTitle {
    margin-bottom: 60px;
}

.mainTitle .themeTitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.2px;
    text-align: center;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(140deg, rgba(113, 113, 122, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mainTitle .themeTitle span {
    color: var(--primaryColor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}

.mainTitle .infoText {
    font-size: 18px;
    line-height: 26px;
    color: var(--greyColor);
    opacity: 0.8;
    margin-bottom: 0px;
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
    .padder-15 {
        padding: 60px 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .padder-15 {
        padding: 50px 0px;
    }

    .mainTitle {
        margin-bottom: 30px;
    }

    .mainTitle .themeTitle {
        font-size: 40px;
        line-height: 40px;
    }

    .mainTitle .infoText {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .padder-15 {
        padding: 40px 0px;
    }

    .mainTitle {
        margin-bottom: 20px;
    }

    .mainTitle .themeTitle {
        font-size: 36px;
        line-height: 36px;
    }

    .mainTitle .infoText {
        font-size: 16px;
        line-height: 22px;
    }

    .mainTitle .infoText br {
        display: none;
    }
}

.theme .card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    transition: 0.5s;
    text-decoration: inherit;
}

.theme .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.theme .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 3px;
    transition: width 2s;
}

.theme .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    background-color: var(--primaryColor);
}

.theme .form-floating,
.theme .form-group {
    margin-bottom: 20px;
}

.theme .form-floating .form-control,
.theme .form-group .form-control,
.theme .form-group .bootstrap-select .dropdown-toggle {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    transition: 0.5s;
    text-decoration: inherit;
    height: auto;
    color: #fff;
    padding: 16px 15px;
    font-weight: 600;
    line-height: 16px;
}

.theme .form-floating>label {
    color: #959595;
    font-weight: 400;
    padding: 16px 15px;
    line-height: 20px;
}

.theme .form-control:focus {
    box-shadow: none;
    border-color: var(--primaryColor);
}

.theme .form-floating>.form-control:focus~label,
.theme .form-floating>.form-control:not(:placeholder-shown)~label,
.theme .form-floating>.form-select~label {
    opacity: 1;
    color: var(--primaryColor);
    font-size: 12px;
    padding: 11px 15px;
    height: auto;
}

.theme .form-control.is-invalid,
.theme .was-validated .form-floating .form-control:invalid,
.theme .was-validated .form-group .form-control:invalid {
    box-shadow: none;
    border-color: #dc3545;
}

.theme .form-control.is-valid,
.theme .was-validated .form-floating .form-control:valid,
.theme .was-validated .form-group .form-control:valid {
    box-shadow: none;
    border-color: var(--primaryColor);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.theme .form-control.is-valid:focus,
.theme .was-validated .form-control:valid:focus {
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.theme .form-floating .invalid-feedback {
    position: absolute;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.theme .form-group .form-control::-webkit-input-placeholder {
    color: #959595;
    font-weight: 400;
}

.theme .form-group .form-control::-moz-placeholder {
    color: #959595;
    font-weight: 400;
}

/* firefox 19+ */
.theme .form-group .form-control:-ms-input-placeholder {
    color: #959595;
    font-weight: 400;
}

/* ie */
.theme .form-group input.form-control:-moz-placeholder {
    color: #959595;
    font-weight: 400;
}

.theme .bootstrap-select .dropdown-toggle::after {
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    border-top-color: #727272;
    transition: 0.5s;
}

.theme .form-group .bootstrap-select .dropdown-toggle:hover,
.theme .form-group .bootstrap-select .dropdown-toggle:focus {
    box-shadow: none;
    border-color: var(--primaryColor);
    outline: 0 !important;
}

.theme .form-group .bootstrap-select .dropdown-toggle:hover::after,
.theme .form-group .bootstrap-select .dropdown-toggle:focus::after {
    border-top-color: #fff;
}

.theme .bootstrap-select .dropdown-item.active,
.theme .bootstrap-select .dropdown-item:active {
    background-color: var(--primaryColor);
    color: #010101;
    font-weight: 600;
}

.theme .form-check {
    min-height: 0px;
    padding-left: 0px;
}

.theme .form-check .form-check-input {
    margin: 0px 10px 0px 0px;
    width: 28px;
    height: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.theme .form-check .form-check-input:checked,
.theme .form-check .form-check-input:focus {
    background: linear-gradient(92.4deg, #2fdad1 -150.57%, #006662 129.12%);
    border-color: transparent;
    box-shadow: 0 0 0 0.25rem rgba(89, 217, 211, 0.25);
}

.theme .form-check .form-check-label {
    font-size: 18px;
    color: #fff;
}

.file-input {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.file-input::after {
    content: "";
    position: absolute;
    right: 15px;
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-right: 0;
    border-bottom: 8px solid transparent;
    border-left-color: #727272;
}

.file-input .icon {
    display: inline-block;
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 25px 15px;
    width: 150px;
    text-align: center;
}

.file-input>[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input>.label {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.25px;
    letter-spacing: -0.938023567199707px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    flex: 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    padding-right: 30px;
}

@media screen and (max-width: 1024px) {

    .theme .form-floating .form-control,
    .theme .form-group .form-control,
    .theme .form-group .bootstrap-select .dropdown-toggle {
        padding: 15px;
        font-size: 14px;
    }

    .theme .form-floating>label {
        padding: 12px 15px;
        line-height: 20px;
        font-size: 14px;
    }

    .theme .form-check .form-check-input {
        width: 22px;
        height: 22px;
    }

    .theme .form-check .form-check-label {
        font-size: 14px;
    }
}

/* Header Css Start */
.themeHeader {
    background-color: transparent;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
    padding: 40px 0px;
    transition: 0.5s;
}

.themeHeader.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    background: radial-gradient(70.17% 57.09% at 71.25% 54.88%, #1c1c1c 20.9%, #0f0f0f 97.64%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0px;
}

.themeHeader .navbar-brand {
    padding: 0px;
    margin: 0px;
}

.themeHeader .navbar-brand img {
    height: 60px;
}

.themeHeader.fixed-header .navbar-brand img {
    height: 50px;
}

.themeHeader .navbar-nav .nav-item {
    margin: 0px 20px;
}

.themeHeader .navbar-nav .nav-link {
    font-size: 16px;
    color: #e5e7eb;
    font-weight: 500;
    transition: 0.5s;
    padding: 8px 0px;
    position: relative;
}

.themeHeader .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background-color: var(--primaryColor);
    transition: 0.5s;
    border-radius: 3px 3px 0px 0px;
}

.themeHeader .navbar-nav .nav-link:focus,
.themeHeader .navbar-nav .nav-link:hover {
    color: var(--whiteColor);
    transition: 0.5s;
}

.themeHeader.navbar-light .navbar-nav .nav-link.active,
.themeHeader.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primaryColor);
}

.themeHeader .navbar-nav .nav-link:focus::after,
.themeHeader .navbar-nav .nav-link:hover::after,
.themeHeader .navbar-nav .nav-link.active::after {
    width: 100%;
}

.themeHeader .rightMenu {
    padding-top: 10px;
}

.themeHeader .navbar-nav {
    margin-left: 50px;
}

.themeHeader .headerBtn .link {
    margin-right: 15px;
}

.burger {
    position: relative;
    width: 20px;
    height: 14px;
    cursor: pointer;
    display: none;
    background: transparent;
    border: 0;
    padding: 0px;
    box-shadow: none;
}

.burger:focus {
    outline: 0;
}

.burger span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transition:
        all 0.2s,
        background 0s;
    background: var(--whiteColor);
}

.burger span:nth-child(2) {
    top: 6px;
}

.burger span:last-child {
    top: 12px;
}

.burger.show-x span:first-child {
    transform: rotate(45deg);
}

.burger.show-x span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.burger.show-x span:last-child {
    transform: rotate(-45deg);
}

.burger.show-x span:first-child,
.burger.show-x span:last-child {
    top: 8px;
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .themeHeader .navbar-brand img {
        height: 45px;
    }

    .themeHeader .navbar-nav .nav-link {
        font-size: 14px;
    }

    .theme .btn {
        font-size: 14px;
        padding: 10px 18px;
    }

    .themeHeader .headerBtn .link {
        font-size: 14px;
    }

    .themeHeader .navbar-nav {
        margin-left: 30px;
    }

    .themeHeader .navbar-nav .nav-item {
        margin: 0px 15px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .themeHeader {
        padding: 25px 0px;
    }

    .themeHeader .navbar-brand img {
        height: 50px;
    }

    .themeHeader .headerBtn .btn {
        padding: 8px 12px;
        font-size: 14px;
    }

    .themeHeader .headerBtn .link {
        margin-right: 10px;
    }

    .themeHeader .navbar-nav {
        margin-left: 30px;
    }

    .themeHeader .navbar-nav .nav-link {
        font-size: 14px;
    }

    .themeHeader .navbar-nav .nav-item {
        margin: 0px 10px;
    }

    .theme .link {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {

    .themeHeader.fixed-header,
    .main-body .themeHeader {
        background: radial-gradient(70.17% 57.09% at 71.25% 54.88%, #1c1c1c 20.9%, #0f0f0f 97.64%);
        backdrop-filter: inherit;
    }

    .themeHeader .navbar-brand img {
        height: 40px;
    }

    .themeHeader.fixed-header .navbar-brand img {
        height: 40px;
    }

    .themeHeader {
        padding: 12px 0px;
    }

    .themeHeader.navbar-light .navbar-toggler {
        color: #fff;
        border: 0px;
    }

    .themeHeader .navbar-toggler:focus {
        box-shadow: none;
    }

    .main-body {
        overflow: hidden;
    }

    .themeHeader .burger {
        display: block;
        top: 0px;
        right: 5px;
    }

    .themeHeader .burger.show-x {
        z-index: 11;
    }

    .themeHeader .burger:hover,
    .themeHeader .burger:focus {
        outline: 0;
        box-shadow: none;
    }

    .themeHeader .rightMenu {
        position: fixed;
        left: -100%;
        background: radial-gradient(70.17% 57.09% at 71.25% 54.88%, #1c1c1c 20.9%, #0f0f0f 97.64%);
        top: 65px;
        z-index: 5;
        width: 100%;
        height: calc(100% - 65px) !important;
        transition: transform 0.2s ease-in;
        transition: 0.5s;
        padding: 20px;
        flex-flow: column;
    }

    .themeHeader .rightMenu.show {
        height: 100%;
        left: 0px;
    }

    .themeHeader.navbar-expand-lg .navbar-nav {
        flex-direction: inherit;
        margin: 0 !important;
        width: 100%;
    }

    .themeHeader .navbar-nav .nav-item {
        margin: 0px 0px 10px;
    }

    .themeHeader .navbar-nav .nav-link {
        padding: 8px 0px;
    }

    .themeHeader .headerBtn .link {
        display: inline-block;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

/* Header Css End */
/* banner Css Start */
.themeBanner {
    display: inline-block;
    width: 100%;
    min-height: 100%;
    background-image: url(/assets/diffiter-banner-bf646e48a08e0690013aa15b293e945710a8250b4eeb40207a3534d6c609c39b.png);
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.themeBanner::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/assets/banner-gradient-01f9b40eefb12e6ec559992dbfe46e2209964c5af150be75044ad9e705f18ed8.png);
    background-size: cover;
    background-position: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

.themeBanner .bannerInner {
    display: flex;
    padding: 220px 0px 0px 0px;
    flex-flow: column;
    position: relative;
    z-index: 1;
}

.themeBanner .bannerInner .heading {
    font-size: 70px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: -1px;
    text-align: center;
    color: var(--whiteColor);
    margin-bottom: 30px;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(113, 113, 122, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.themeBanner .bannerInner .heading span {
    color: var(--primaryColor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}

.themeBanner .bannerInner .smallText {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: var(--greyColor);
    margin-bottom: 30px;
}

.themeBanner .bannerInner .bannerBtn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.themeBanner .bannerInner .bannerBtn .btn {
    padding: 13px 30px;
    font-size: 18px;
    text-align: left;
    margin-right: 20px;
}

.themeBanner .bannerInner .bannerBtn .btn:last-child {
    margin-right: 0px;
}

.themeBanner .bannerInner .scrollDown {
    text-decoration: inherit;
}

.themeBanner .bannerInner .scrollDown .smallLabel {
    font-size: 16px;
    font-weight: 400;
    color: var(--greyColor);
    text-decoration: inherit;
}

.themeBanner .bannerInner .scrollDown .icons {
    width: 16px;
    margin-top: 10px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    50% {
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px); }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }

  @keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    50% {
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px); }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }

@media screen and (min-width: 1025px) and (max-width: 1680px) {
    .themeBanner .bannerInner {
        padding: 180px 0px 0px 0px;
    }

    .themeBanner .bannerInner .heading {
        font-size: 52px;
        line-height: 62px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .themeBanner {
        min-height: auto;
    }

    .themeBanner .bannerInner {
        padding: 120px 0px 50px 0px;
    }

    .themeBanner .bannerInner .heading {
        font-size: 46px;
        line-height: 58px;
    }
}

@media screen and (max-width: 767px) {
    .themeBanner {
        min-height: auto;
    }

    .themeBanner .bannerInner {
        padding: 100px 0px 50px 0px;
    }

    .themeBanner .bannerInner .heading {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .themeBanner .bannerInner .heading br,
    .themeBanner .bannerInner .smallText br {
        display: none;
    }

    .themeBanner .bannerInner .smallText {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .themeBanner .bannerInner .bannerBtn .btn {
        padding: 10px 20px;
        font-size: 14px;
        margin-right: 15px;
    }

    .themeBanner .bannerInner .bannerBtn {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 340px) {
    .themeBanner .bannerInner .heading {
        font-size: 34px;
        line-height: 40px;
    }

    .themeBanner .bannerInner .bannerBtn .btn {
        padding: 8px 15px;
        font-size: 14px;
        margin-right: 10px;
    }
}

/* banner Css End */
/* Small banner Css Start */
.themeSmallBanner {
    display: inline-block;
    width: 100%;
}

.themeSmallBanner::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/assets/banner-gradient-01f9b40eefb12e6ec559992dbfe46e2209964c5af150be75044ad9e705f18ed8.png);
    background-size: cover;
    background-position: top center;
}

.themeSmallBanner .bannerInner {
    display: flex;
    padding: 220px 0px 100px 0px;
    flex-flow: column;
    position: relative;
    z-index: 1;
}

.themeSmallBanner .bannerInner .heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -1px;
    text-align: center;
    color: var(--whiteColor);
    margin-bottom: 20px;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(113, 113, 122, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.themeSmallBanner .bannerInner .heading span {
    color: var(--primaryColor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}

.themeSmallBanner .bannerInner .smallText {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: rgba(161, 161, 170, 0.8);
    max-width: 70%;
    margin: 0 auto;
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
    .themeSmallBanner .bannerInner {
        padding: 140px 0px 60px 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .themeSmallBanner .bannerInner {
        padding: 140px 0px 50px 0px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1680px) {

    .themeSmallBanner .bannerInner .smallText {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .themeSmallBanner .bannerInner {
        padding: 120px 0px 50px 0px;
    }

    .themeSmallBanner .bannerInner .heading {
        font-size: 46px;
        line-height: 58px;
    }

    .themeSmallBanner .bannerInner .smallText {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .themeSmallBanner .bannerInner {
        padding: 100px 0px 30px 0px;
    }

    .themeSmallBanner .bannerInner .heading {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .themeSmallBanner .bannerInner .smallText {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        max-width: 100%;
    }
}

@media screen and (max-width: 340px) {
    .themeSmallBanner .bannerInner .heading {
        font-size: 34px;
        line-height: 40px;
    }
}

/* Small banner Css End */
/* Services We Offer Section Start */
.allServices {
    width: 100%;
    height: auto;
    background-image: url(/assets/watermark-logo-66340acedaced53dfc429a4d94a5f2bd952341371956efe9a9f0f6889f8c04e2.png);
    background-size: cover;
    background-position: center;
}

.servicesWeOffer .card {
    text-decoration: inherit;
    margin: 10px 0px;
    height: calc(100% - 20px);
}

.servicesWeOffer .card .card-body {
    padding: 35px;
}

.servicesWeOffer .card .brandImg {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgb(255, 255, 255) -100%, rgba(5, 5, 5, 0) 80%);
    margin-bottom: 20px;
}

.servicesWeOffer .card .brandImg img {
    transition: 0.5s;
}

.servicesWeOffer .card .brandImg .active,
.servicesWeOffer .card:hover .brandImg .inactive {
    display: none;
}

.servicesWeOffer .card:hover .brandImg .active {
    display: block;
}

.servicesWeOffer .card .title {
    font-size: 26px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.9px;
    text-align: left;
    color: var(--whiteColor);
    margin-bottom: 10px;
    transition: 0.5s;
}

.servicesWeOffer .card .smallText {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: var(--whiteColor);
    max-width: 80%;
    transition: 0.5s;
    margin: 0;
}

.servicesWeOffer .card:hover {
    background-color: #fff;
    border-color: #000;
}

.servicesWeOffer .card:hover .brandImg {
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.5) -100%, rgba(5, 5, 5, 0) 80%);
}

.servicesWeOffer .card:hover .smallText {
    color: #000;
}

.servicesWeOffer .card .moreIcon {
    opacity: 0;
    text-align: right;
    transition: 0.5s;
}

.servicesWeOffer .card:hover .moreIcon {
    opacity: 1;
}

.servicesWeOffer .card.RubyOnRailsCard:hover .title {
    color: #cc0000;
}

.servicesWeOffer .card.RubyOnRailsCard .moreIcon {
    fill: #cc0000;
}

.servicesWeOffer .card.ReactJSCard:hover .title {
    color: #3aa4c2;
}

.servicesWeOffer .card.ReactJSCard .moreIcon {
    fill: #3aa4c2;
}

.servicesWeOffer .card.AngularCard:hover .title {
    color: #dd0031;
}

.servicesWeOffer .card.AngularCard .moreIcon {
    fill: #dd0031;
}

@media screen and (max-width: 1280px) {
    .servicesWeOffer .card .card-body {
        padding: 25px 20px;
    }

    .servicesWeOffer .card .brandImg img {
        height: 50px;
    }

    .servicesWeOffer .card .title {
        font-size: 22px;
    }

    .servicesWeOffer .card .smallText {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .servicesWeOffer .card .moreIcon svg {
        height: 16px;
    }
}

/* Services We Offer Section End */
/* Technologies We Use Section Start */

.slick-slide {
    height: auto;
}

.slick-dots li button:before {
    color: #fff;
}

.technologiesWeUse .technologiesCard {
    display: inline-block;
    width: 100%;
    transition: 0.5s;
    padding: 0px 15px;
}

.technologiesWeUse .technologiesCard .card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    padding: 15px;
    transition: 0.2s;
}

.technologiesWeUse .slick-slide {
    text-align: center;
}

.technologiesWeUse .slick-current .technologiesCard .card {
    background: #fff;
}

.theme .IosCard .card {
    background: linear-gradient(180deg, rgba(179, 179, 179, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.theme .AndroidCard .card {
    background: linear-gradient(180deg, rgba(170, 193, 72, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.theme .railsCard .card {
    background: linear-gradient(180deg, rgba(204, 1, 0, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.theme .reactCard .card {
    background: linear-gradient(180deg, rgba(97, 218, 251, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.theme .angularCard .card {
    background: linear-gradient(180deg, rgba(204, 1, 0, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.theme .bootstrapCard .card {
    background: linear-gradient(180deg, rgba(111, 17, 244, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.theme .uiuxCard .card {
    background: linear-gradient(180deg, rgba(26, 188, 254, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.theme .vueCard .card {
    background: linear-gradient(180deg, rgba(65, 184, 131, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.theme .FlutterCard .card {
    background: linear-gradient(180deg, rgba(71, 197, 251, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.theme .devopsCard .card {
    background: linear-gradient(180deg, rgba(0, 120, 212, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.technologiesWeUse .technologiesCard .card:hover {
    background: #fff;
}

.technologiesWeUse .technologiesCard .card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.technologiesWeUse .owl-item .item {
    text-align: center;
}

.technologiesWeUse .owl-item.center .technologiesCard .card {
    background: #fff;
}

.technologiesWeUse .slick-current .technologiesCard .brandName {
    color: var(--primaryColor);
}

.technologiesCard .brandName {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.9850745797157288px;
    text-align: center;
    color: var(--whiteColor);
    transition: 0.5s;
    margin: 0px;
}

.technologiesCard:hover .brandName {
    color: var(--primaryColor);
}

@media screen and (max-width: 1024px) {
    .technologiesWeUse .technologiesCard .card {
        width: 100%;
        height: 150px;
    }

    .technologiesWeUse .technologiesCard {
        display: inline-block;
        transition: 0.5s;
        width: 100%;
    }

    .technologiesCard .brandName {
        font-size: 18px;
    }
}

/* Technologies We Use Section End */
/* Industries We Specialise in Section Start */
.industriesWeSpecialise .industriesCard {
    text-decoration: inherit;
    display: inline-block;
    width: 100%;
    max-height: calc(100% - 30px);
    margin: 15px 0px;
}

.industriesCard .cardImg {
    display: inline-block;
    width: 100%;
    height: 400px;
    border: solid 2px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: 0.5s;
}

.industriesCard .cardImg img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.industriesCard .industriesName {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.9850745797157288px;
    color: var(--whiteColor);
    transition: 0.5s;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industriesCard .industriesName .icon {
    width: auto;
    height: 10px;
    margin-left: 8px;
    transition: 0.5s;
    opacity: 0;
}

.industriesCard:hover .cardImg {
    border-color: var(--primaryColor);
}

.industriesCard:hover .industriesName {
    color: var(--primaryColor);
}

.industriesCard:hover .industriesName .icon {
    opacity: 1;
}

@media screen and (min-width: 1101px) and (max-width: 1360px) {
    .industriesCard .cardImg {
        height: 300px;
        margin-bottom: 15px;
    }

    .industriesCard .industriesName {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .industriesCard .cardImg {
        height: 250px;
        margin-bottom: 15px;
    }

    .industriesCard .industriesName {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .industriesCard .cardImg {
        height: 200px;
        margin-bottom: 10px;
    }

    .industriesCard .industriesName {
        font-size: 20px;
    }

    .industriesWeSpecialise .industriesCard {
        max-height: calc(100% - 20px);
        margin: 10px 0px;
    }
}

/* Industries We Specialise in Section End */
/* Diffiter We Specialise in Section Start */
.countryBanner {
    width: 100%;
    height: auto;
    background-image: url(/assets/country-banner-6d4c394da86cc0d03eaf70e4eaab72e535d9a4b755cbe917c3b3d13f1f477034.png);
    background-size: cover;
    background-position: center 90%;
}

.provideWeSpecialise .secTitle {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.provideWeSpecialise .secTitle img {
    height: 45px;
    margin-right: 10px;
}

.provideWeSpecialise .secTitle .themeTitle {
    margin-bottom: 0px;
}

.provideWeSpecialise .card-body {
    padding: 30px;
}

.provideWeSpecialise .card-body .smalllogo {
    margin-bottom: 10px;
}

.provideWeSpecialise .card-body .smalllogo img {
    height: 40px;
}

.provideWeSpecialise .provideMain {
    display: flex;
    padding: 15px 30px;
}

.provideWeSpecialise .list {
    width: 25%;
    position: relative;
}

.provideWeSpecialise .list::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 80px;
    background: rgba(49, 49, 49, 1);
}

.provideWeSpecialise .list:last-child::after {
    display: none;
}

.provideWeSpecialise .list .number {
    display: inline-block;
    width: 100%;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    letter-spacing: -7px;
    text-align: center;
    color: var(--primaryColor);
    margin-bottom: 10px;
}

.provideWeSpecialise .list .label {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: var(--whiteColor);
}

.provideWeSpecialise .DiffiterWorkHistory {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.DiffiterWorkHistory .countryList {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

.DiffiterWorkHistory .countryList li {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 15px;
}

.DiffiterWorkHistory .countryList li img {
    max-width: 100%;
    max-height: 100%;
}

.DiffiterWorkHistory .infoText {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.DiffiterWorkHistory .infoText span {
    color: var(--primaryColor);
}

.DiffiterWorkHistory .smallText {
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 80%;
    margin: 0 auto 0px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .provideWeSpecialise .secTitle img {
        height: 35px;
    }

    .provideWeSpecialise .list .number {
        font-size: 65px;
        line-height: 65px;
    }

    .provideWeSpecialise .list .label {
        font-size: 18px;
        line-height: 18px;
    }

    .DiffiterWorkHistory .infoText {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .DiffiterWorkHistory .smallText {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .provideWeSpecialise .secTitle img {
        height: 30px;
    }

    .provideWeSpecialise .list .number {
        font-size: 54px;
        line-height: 54px;
    }

    .provideWeSpecialise .list .label {
        font-size: 18px;
        line-height: 18px;
    }

    .provideWeSpecialise .card-body {
        padding: 20px;
    }

    .provideWeSpecialise .provideMain {
        display: inline-block;
        padding: 15px 0px;
    }

    .DiffiterWorkHistory .countryList {
        margin: 0px 0px 20px 0px;
    }

    .provideWeSpecialise .list {
        display: inline-block;
        width: 49%;
        padding: 15px;
    }

    .provideWeSpecialise .DiffiterWorkHistory {
        margin-top: 50px;
    }

    .DiffiterWorkHistory .countryList li {
        width: 35px;
        height: 35px;
        margin: 0px 5px;
    }

    .DiffiterWorkHistory .infoText {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .DiffiterWorkHistory .smallText {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }
}

/* Diffiter We Specialise in Section End */
/* Client Reviews Section Start  */
.clientReviews .item {
    padding: 0px 15px;
}

.clientReviews .card .card-body {
    padding: 35px;
}

.clientReviews .slick-slide {
    opacity: 0.5;
}

.clientReviews .slick-slide.slick-current {
    opacity: 1;
}

.clientReviews .card .card-body .smallText {
    font-size: 16px;
    font-weight: 400;
    line-height: 30.5px;
    text-align: left;
    color: rgba(239, 245, 255, 0.6);
    margin-bottom: 18px;
}

.clientReviews .card .card-body .smallText span {
    color: var(--primaryColor);
    font-weight: 600;
}

.clientReviews .clientProfile {
    display: flex;
    align-items: center;
}

.clientReviews .clientProfile .clientImg {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 60px;
    overflow: hidden;
    margin-right: 15px;
}

.clientReviews .clientProfile .clientImg img {
    width: 100%;
    height: 100%;
}

.clientProfile .clientDef {
    display: inline-block;
}

.clientProfile .clientDef .clientname {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    color: rgba(252, 253, 255, 0.94);
    margin-bottom: 5px;
}

.clientProfile .clientDef .clientCompany {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    color: rgba(239, 245, 255, 0.69);
}

@media screen and (max-width: 767px) {
    .clientReviews .card .card-body {
        padding: 25px;
    }

    .clientReviews .card .card-body .smallText {
        font-size: 14px;
        line-height: 24px;
    }

    .clientProfile .clientDef .clientname {
        font-size: 16px;
        font-weight: 500;
    }

    .clientProfile .clientDef .clientCompany {
        font-size: 14px;
    }

    .clientReviews .clientProfile .clientImg {
        width: 45px;
        height: 45px;
    }
}

/* Client Reviews Section End  */
/* Ready To Embark On Your Software Creation Journey With Us? Section Start */
.journeySection {
    display: inline-block;
    width: 100%;
    background-image: url(/assets/journey-banner-4e5b16221ae6710114ab584c35c4649dcf41bf5a589fed4d4cd4bb52e41ff880.png);
    background-size: cover;
    background-position: top center;
    padding: 100px 0px;
    position: relative;
}

.journeySection::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(92.4deg, rgba(47, 218, 209, 0.7) -150.57%, rgba(0, 102, 98, 0.7) 129.12%);
}

.journeySection .journeyInner {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.journeySection .journeyInner .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.0953912734985352px;
    text-align: left;
    color: var(--whiteColor);
    margin: 0px;
    max-width: 50%;
}

.journeySection .journeyInner .btn {
    font-weight: 700;
    font-size: 18px;
    padding: 12px 20px;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .journeySection {
        padding: 80px 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .journeySection {
        padding: 50px 0px;
    }

    .journeySection .journeyInner .title {
        font-size: 34px;
        line-height: 40px;
    }

    .journeySection .journeyInner .btn {
        font-size: 16px;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    .journeySection {
        padding: 40px 0px;
    }

    .journeySection .journeyInner .title {
        font-size: 28px;
        line-height: 34px;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .journeySection .journeyInner {
        flex-flow: column;
        align-items: flex-start;
    }

    .journeySection .journeyInner .btn {
        font-size: 16px;
        padding: 10px 15px;
    }
}

/* Ready To Embark On Your Software Creation Journey With Us? Section End */
/* Request For The Portfolio  Section Start */
.requestPortfolio {
    padding: 60px 0px;
}

.requestPortfolio .card-body {
    padding: 50px 100px;
}

.requestPortfolio .card-body .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.requestPortfolio .card-body .padder-x {
    padding-left: 50px;
    padding-right: 50px;
}

.requestPortfolio .card-body .heading .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    color: var(--primaryColor);
    margin: 0px;
}

.requestPortfolio .card-body .smallText {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: var(--whiteColor);
    margin-bottom: 50px;
}

.requestPortfolio form {
    margin: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .requestPortfolio .card-body {
        padding: 30px 25px;
    }

    .requestPortfolio .card-body .smallText {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .requestPortfolio .card-body .padder-x {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .requestPortfolio {
        padding: 30px 0px;
    }

    .requestPortfolio .card-body {
        padding: 25px 15px;
    }

    .requestPortfolio .card-body .padder-x {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .requestPortfolio .card-body .btn {
        display: flex;
        align-items: center;
    }

    .requestPortfolio .card-body .heading .title {
        font-size: 24px;
        line-height: 26px;
    }

    .requestPortfolio .card-body .smallText {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* Request For The Portfolio  Section End */
/* Hire Developers Section Start */
.hireDevelopers .leftSide .card .card-header {
    background-color: var(--primaryColor);
    border-radius: 8px 8px 0px 0px;
    padding: 10px 5px;
}

.hireDevelopers .leftSide .card .card-header .title {
    font-size: 18px;
    font-weight: 800;
    line-height: 25.3px;
    text-align: center;
    color: #212126;
    margin: 0px;
}

.hireDevelopers .leftSide .card .card-body {
    padding: 30px;
}

.hireDevelopers .leftSide .card .card-body .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: var(--primaryColor);
    margin-bottom: 0px;
}

.hireDevelopers .leftSide .card .card-body form {
    margin: 0px;
    padding: 0px 40px;
}

.hireDevelopers .leftSide .formList {
    display: inline-block;
    width: 100%;
    padding: 40px 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.hireDevelopers .leftSide .formList .form-group {
    display: flex;
    align-items: center;
}

.hireDevelopers .leftSide .formList .titleSmall {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: var(--primaryColor);
    margin-bottom: 15px;
}

.hireDevelopers .leftSide .formList .form-group .form-label {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    width: 40%;
    padding: 10px 0px;
}

.theme .hireDevelopers .formList .form-group {
    margin-bottom: 30px;
}

.theme .hireDevelopers .formList .form-group:last-child {
    margin-bottom: 0px;
}

.hireDevelopers .leftSide .checkBox .form-check {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    margin-bottom: 0px;
}

.hireDevelopers .leftSide .checkBox .form-check:last-child {
    margin-right: 0px;
}

.hireDevelopers .leftSide .formList .form-group .w-70 {
    width: 60%;
}

.hireDevelopers .leftSide .formList .form-group .w-70 .bootstrap-select {
    width: 100%;
}

.hireDevelopers .leftSide textarea.form-control {
    resize: none;
}

.hireDevelopers .leftSide .form-group .infotext {
    font-size: 12px;
    color: #b8b8b8;
    text-align: right;
    margin-top: 5px;
}

.hireDevelopers .leftSide .formFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.hireDevelopers .leftSide .formFooter .hoursDetails {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.hireDevelopers .leftSide .formFooter .hoursDetails img {
    margin-right: 10px;
}

.hireDevelopers .leftSide .formFooter .btn {
    padding: 10px 30px;
}

.hireDevelopers .rightSide .card.hoursCard {
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 40px;
}

.hoursCard .card-body {
    padding: 25px 30px;
}

.hoursCard .header {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #313137;
}

.hoursCard .header .title {
    font-size: 44px;
    font-weight: 700;
    line-height: 51.36px;
    letter-spacing: -1px;
    text-align: left;
    color: var(--primaryColor);
    margin-bottom: 0px;
}

.hoursCard .header .smallText {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.7227765917778015px;
    text-align: left;
    color: var(--whiteColor);
}

.hoursCard .list {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.hoursCard .list li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

.hoursCard .list li:last-child {
    margin-bottom: 0px;
}

.hoursCard .list li img {
    margin: 2px 10px 0px 0px;
}

.hoursCard .list li .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.7227765917778015px;
    text-align: left;
    color: var(--whiteColor);
}

.dedicatedDevelopers {
    margin-bottom: 35px;
}

.dedicatedDevelopers .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.2px;
    text-align: left;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(140deg, rgba(113, 113, 122, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dedicatedDevelopers .title span {
    color: var(--primaryColor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}

.dedicatedDevelopers .dedicatedCard {
    margin: 10px 0px;
    height: calc(100% - 20px);
    text-align: center;
    width: 140px;
}

.dedicatedDevelopers .dedicatedCard .card {
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 15px;
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.dedicatedDevelopers .dedicatedCard .card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.dedicatedDevelopers .dedicatedCard .brandName {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.7227765917778015px;
    text-align: center;
    color: var(--whiteColor);
    transition: 0.5s;
    margin-top: 15px;
}

.hireDevelopers .rightSide .notSureCard {
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-color: var(--primaryColor);
}

.notSureCard .card-body {
    padding: 30px;
    text-align: center;
}

.notSureCard .smallText {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.7227765917778015px;
    text-align: center;
    color: var(--whiteColor);
    margin-bottom: 10px;
}

.notSureCard .link {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.66px;
    text-align: center;
    color: var(--primaryColor);
    text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
    .hoursCard .header {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .hoursCard .card-body {
        padding: 25px 20px;
    }

    .hireDevelopers .rightSide .card.hoursCard {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .dedicatedDevelopers .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {


    .hireDevelopers .leftSide .card .card-body form {
        padding: 0px;
    }

    .hireDevelopers .leftSide .formList .form-group .form-label {
        font-size: 16px;
        width: 40%;
    }

    .hireDevelopers .leftSide .card .card-body {
        padding: 30px 20px;
    }

    .hireDevelopers .leftSide .formList {
        padding: 20px 0px;
    }

    .hireDevelopers .leftSide .card .card-body .title {
        font-size: 24px;
    }

    .hireDevelopers .leftSide {
        margin-bottom: 30px;
    }

    .hoursCard .header .title {
        font-size: 38px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {

    .hireDevelopers .leftSide .card .card-body form {
        padding: 0px;
    }

    .hireDevelopers .leftSide .card .card-header .title {
        font-size: 16px;
        line-height: 18px;
    }

    .hireDevelopers .leftSide {
        margin-bottom: 30px;
    }

    .hireDevelopers .leftSide .formList .form-group .form-label {
        font-size: 14px;
        width: 100%;
        padding: 0px 0px 8px 0px;
    }

    .hireDevelopers .leftSide .card .card-body {
        padding: 20px 15px;
    }

    .hireDevelopers .leftSide .formList {
        padding: 20px 0px;
    }

    .hireDevelopers .leftSide .card .card-body .title {
        font-size: 24px;
    }

    .hireDevelopers .leftSide .formList .form-group {
        flex-flow: column;
        align-items: flex-start;
    }

    .theme .hireDevelopers .formList .form-group {
        margin-bottom: 15px;
    }

    .hireDevelopers .leftSide .formList .form-group .w-70 {
        width: 100%;
    }

    .hireDevelopers .leftSide .formFooter {
        flex-flow: column;
        padding: 15px 0px;
        align-items: inherit;
    }

    .hireDevelopers .leftSide .formFooter .hoursDetails {
        font-size: 13px;
        margin-bottom: 13px;
    }

    .dedicatedDevelopers .title {
        font-size: 36px;
        line-height: 36px;
    }

    .dedicatedDevelopers .dedicatedCard {
        width: 100%;
    }
}

/* Hire Developers Section End */
/* Technology Three Card Section Start */
.postionDropdown {
    text-align: center;
    margin-top: 50px;
}

.postionDropdown .postionText {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.postionDropdown .btn {
    background: linear-gradient(71.72deg, #003E3B -35.08%, #59D9D3 131.03%);
    border: 0px;
    padding: 12px;
}

.postionDropdown .bootstrap-select .dropdown-toggle:focus,
.postionDropdown .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(89, 217, 211, .2);
}

.postionDropdown .bootstrap-select .dropdown-toggle .filter-option {
    font-size: 18px;
    padding-left: 15px;
    color: #fff;
}

.theme .bootstrap-select .dropdown-toggle::after {
    position: absolute;
    right: 30px;
    border: 0px;
    background: url(/assets/left-icon-13d41c1133269e3a3914f3815b8cac8f12593041cacb8ee2bcdad9ac860e529e.svg) no-repeat;
    background-size: 8px;
    width: 12px;
    height: 13px;
    transform: rotate(90deg);
    margin: 0px;
    top: 18px;
}

.technologySection {
    padding-top: 10px;
    padding-bottom: 0px;
}

.technologySection .card {
    background: linear-gradient(92.4deg, #2FDAD1 -150.57%, #006662 129.12%);
    border: 0px;
    border-radius: 12px;
    margin: 10px 0px;
    height: calc(100% - 20px);
}

.technologySection .card .card-body {
    padding: 35px 20px 20px;
}

.technologySection .card .header {
    display: flex;
    align-items: flex-start;
    padding: 0px 20px;
}

.technologySection .card .header .icon {
    margin-right: 15px;
}

.technologySection .card .header .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.9850745797157288px;
    text-align: left;
    color: var(--whiteColor);
    margin-bottom: 0px;
    flex: 1 auto;
}

.technologySection .card .smallText {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: var(--whiteColor);
    margin: 25px 0px;
}

.technologySection .card .btn {
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

@media screen and (min-width: 1025px) and (max-width:1350px) {
    .technologySection .card .header {
        padding: 0px;
    }

    .technologySection .card .header .title {
        font-size: 24px;
        line-height: 28px;
    }

    .technologySection .card .header .icon {
        height: 35px;
        margin-top: 4px;
    }

    .technologySection .card .smallText {
        font-size: 14px;
    }

    .technologySection .card .btn {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (min-width: 767px) and (max-width:1024px) {
    .technologySection {
        padding-top: 30px;
    }

    .technologySection .card .header {
        padding: 0px;
    }

    .technologySection .card .card-body {
        padding: 20px 15px 15px;
    }

    .technologySection .card .header .icon {
        margin-right: 10px;
        height: 25px;
        margin-top: 4px;
    }

    .technologySection .card .header .title {
        font-size: 20px;
        line-height: 24px;
    }

    .technologySection .card .btn {
        border-radius: 6px;
        font-size: 16px;
        line-height: 20px;
    }

    .technologySection .card .smallText {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .technologySection {
        padding-top: 30px;
    }

    .technologySection .card .header {
        padding: 0px;
    }

    .technologySection .card .card-body {
        padding: 20px 15px 15px;
    }

    .technologySection .card .header .title {
        font-size: 22px;
        line-height: 28px;
    }

    .technologySection .card .header .icon {
        height: 30px;
        margin-top: 4px;
    }

    .technologySection .card .btn {
        border-radius: 6px;
        font-size: 16px;
        line-height: 20px;
    }

    .technologySection .card .smallText {
        margin: 20px 0px;
    }

    .postionDropdown {
        margin-top: 15px;
    }

    .postionDropdown .postionText {
        font-size: 16px;
    }
}

/* Technology Three Card Section End */
/*  What We Offer Section Start */
.weOfferSection .card {
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    margin: 12px 0px;
    height: calc(100% - 24px);
}

.weOfferSection .card .card-body {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.weOfferSection .leftSide,
.weOfferSection .rightSide {
    padding: 20px 50px;
}

.weOfferSection .leftSide {
    display: inline-flex;
    align-items: center;
    border-right: solid 1px #44444F;
    width: 30%;
}

.weOfferSection .leftSide .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.7227765917778015px;
    text-align: left;
    color: var(--primaryColor);
}

.weOfferSection .rightSide {
    width: 70%;
}

.weOfferSection .leftSide .icon {
    margin-right: 15px;
    height: 36px;
}

.weOfferSection .rightSide .smallText {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--whiteColor);
    margin-bottom: 0px;
}

@media screen and (min-width: 1025px) and (max-width:1200px) {
    .weOfferSection .leftSide, .weOfferSection .rightSide {
        padding: 15px 40px;
    }

    .weOfferSection .leftSide .icon {
        height: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width:1190px) {
    .weOfferSection .leftSide, .weOfferSection .rightSide {
        padding: 10px 15px;
    }

    .weOfferSection .leftSide .icon {
        height: 28px;
        margin-right: 10px;
    }

    .weOfferSection .rightSide .smallText {
        font-size: 14px;
        line-height: 24px;
    }

    .weOfferSection .leftSide .title {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .weOfferSection .card .card-body {
        display: inline-block;
    }

    .weOfferSection .card .card-body {
        padding: 15px;
    }

    .weOfferSection .leftSide {
        border-right: 0px;
        border-bottom: solid 1px #44444F;
        padding: 0px 0px 10px 0px;
    }

    .weOfferSection .rightSide {
        padding: 10px 0px 0px;
    }

    .weOfferSection .leftSide,
    .weOfferSection .rightSide {
        width: 100%;
    }

    .weOfferSection .leftSide .icon {
        height: 25px;
    }

    .weOfferSection .leftSide .title {
        font-size: 16px;
    }

    .weOfferSection .rightSide .smallText {
        font-size: 14px;
        line-height: 24px;
    }
}

/*  What We Offer Section End */
/*  Any questions Section Start*/
.anyQuestionsCard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 80px;
    background: linear-gradient(92.4deg, #2FDAD1 -150.57%, #006662 129.12%);
    border-radius: 8px;
    margin-top: 50px;
}

.anyQuestionsCard .smallText {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -1.2778689861297607px;
    color: var(--whiteColor);
}

.anyQuestionsCard .link {
    display: flex;
    align-items: center;
}

.anyQuestionsCard .link img {
    margin-right: 15px;
    height: 50px;
}

.anyQuestionsCard .link .text {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.2778689861297607px;
    color: var(--whiteColor);
    padding-top: 12px;
}

@media screen and (min-width: 768px) and (max-width:1180px) {
    .anyQuestionsCard {
        padding: 40px;
    }

    .anyQuestionsCard .smallText {
        font-size: 25px;
    }

    .anyQuestionsCard .link img {
        height: 40px;
    }

    .anyQuestionsCard .link .text {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    .anyQuestionsCard {
        margin-top: 30px;
        padding: 20px;
        display: inline-block;
    }

    .anyQuestionsCard .smallText {
        font-size: 20px;
    }

    .anyQuestionsCard .link img {
        height: 30px;
        margin-right: 10px;
    }

    .anyQuestionsCard .link .text {
        font-size: 18px;
    }
}

/*  Any questions Section End*/
/* Estimate Project Modal Section Start */
.estimateProjectModal {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInMenu;
    animation-name: flipInMenu;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.estimateProjectModal.modal-static .modal-dialog {
    transform: inherit;
}

.estimateProjectModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    padding: 70px;
    background-image: url(/assets/diffiter-banner-bf646e48a08e0690013aa15b293e945710a8250b4eeb40207a3534d6c609c39b.png);
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.estimateProjectModal .modal-dialog::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/assets/banner-gradient-01f9b40eefb12e6ec559992dbfe46e2209964c5af150be75044ad9e705f18ed8.png);
    background-size: cover;
    background-position: center;
}

.estimateProjectModal .modal-content {
    border: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(50px);
    border-radius: 8px;
}

.estimateProjectModal .leftSide {
    border-radius: 8px 0px 0px 8px;
    background: linear-gradient(92.4deg, #2fdad1 -150.57%, #006662 129.12%);
    padding: 45px;
    min-height: 100%;
}

.estimateProjectModal .leftSide .brandImg,
.requestforthePortfolioModal   .brandImg {
    margin-bottom: 50px;
}

.estimateProjectModal .leftSide .brandImg img,
.requestforthePortfolioModal   .brandImg img {
    height: 48px;
}

.estimateProjectModal .leftSide .infoTitle {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    color: var(--whiteColor);
    margin-bottom: 15px;
}

.estimateProjectModal .leftSide .smallText {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    max-width: 80%;
    margin-bottom: 25px;
}

.estimateProjectModal .formProgressbar {
    display: flex;
    margin-bottom: 50px;
    list-style: none;
    padding: 0px;
    height: 30px;
    width: 100%;
    background: #12928c;
}

.estimateProjectModal .formProgressbar li {
    width: 25%;
    position: relative;
    transition: width 4s;
}

.estimateProjectModal .formProgressbar .SmallHeading {
    position: absolute;
    bottom: -30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    padding-left: 15px;
    color: var(--whiteColor);
    opacity: 0;
}

.estimateProjectModal .formProgressbar .active,
.estimateProjectModal .formProgressbar .fillactive {
    height: 100%;
    background-color: #fff;
}

.estimateProjectModal .formProgressbar .fillactive .SmallHeading {
    opacity: 0;
}

.estimateProjectModal .formProgressbar .active .SmallHeading {
    opacity: 1;
}

.estimateProjectModal .formProgressHeading {
    display: inline-block;
    list-style: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 50px;
}

.estimateProjectModal .formProgressHeading li {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--whiteColor);
    opacity: 0;
}

.estimateProjectModal .formProgressHeading li.active {
    font-weight: 700;
}

.estimateProjectModal .formProgressHeading li.active,
.estimateProjectModal .formProgressHeading li.fillactive {
    opacity: 1;
}

.estimateProjectModal .link {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.estimateProjectModal .line {
    margin-left: 10px;
    width: 100px;
    height: 1px;
    background-color: var(--whiteColor);
}

.estimateProjectModal .link:hover,
.estimateProjectModal .link:focus {
    color: #fff;
}

.estimateProjectModal .rightSide {
    position: relative;
    overflow: hidden;
    padding: 70px 70px 50px 70px;
    height: 100%;
}

.estimateProjectModal .rightSide .btn-close,
.requestforthePortfolioModal .rightSide .btn-close {
    position: absolute;
    top: 35px;
    right: 35px;
    background-size: 20px;
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.estimateProjectModal .rightSide .btn-close:focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 217, 211, 0.25);
}

.estimateProjectModal .rightSide .main_Section {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.estimateProjectModal .rightSide .main_from {
    width: 100%;
    transition: all 0.5s linear;
    transform: translateX(120%);
    position: absolute;
    visibility: hidden;
    height: 100%;
}

.estimateProjectModal .rightSide .back_form {
    transform: translateX(-120%);
    position: absolute;
    visibility: hidden;
}

.estimateProjectModal .rightSide .open_form {
    transform: translateX(0%);
    position: inherit;
    visibility: visible;
}

.estimateProjectModal .rightSide .main_from .mainHeading {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: var(--whiteColor);
    margin-bottom: 15px;
}

.estimateProjectModal .rightSide .formCustomCheck {
    justify-content: center;
    padding: 80px 0px;
}

.estimateProjectModal .rightSide .formCustomCheck.fileUploadOut {
    padding-top: 150px;
}

.estimateProjectModal .rightSide .min-height {
    overflow: auto;
    padding: 15px 15px 15px 0px;
    min-height: calc(100vh - 400px);
    max-height: calc(100vh - 400px);
}

.formCustomCheck .checkCard {
    position: relative;
    width: 170px;
    margin: 0 auto;
}

.formCustomCheck .checkCard .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.formCustomCheck .checkCard .radio-tile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    margin: 0 auto 20px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.4s;
}

.formCustomCheck .checkCard .radio-button:checked+.radio-tile {
    background-color: #fff;
    border: 2px solid #fff;
    color: #1a1d1c;
}

.formCustomCheck .checkCard .radio-tile .active,
.formCustomCheck .checkCard .radio-button:checked+.radio-tile .inactive {
    display: none;
    transition: 0.4s;
}

.formCustomCheck .checkCard .radio-button:checked+.radio-tile .active {
    display: block;
}

.formCustomCheck .checkCard .form-check-label {
    font-size: 20.76px;
    font-weight: 400;
    line-height: 27.25px;
    letter-spacing: -0.938023567199707px;
    text-align: center;
    color: var(--whiteColor);
    transition: 0.4s;
    width: 100%;
}

.formCustomCheck .checkCard .radio-button:checked~.form-check-label {
    color: var(--primaryColor);
}

.estimateProjectModal .rightSide .prev {
    display: none;
}

.estimateProjectModal .last .prev {
    display: inline-block !important;
}

.estimateProjectModal .customBtn {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.estimateProjectModal .customBtn .btn {
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    min-width: 120px;
}

.theme .estimateProjectModal .customBtn .prev.btn-outline-white {
    color: var(--whiteColor);
}

.range-slider {
    width: 100%;
    margin: 30px auto 100px;
    position: relative;
}

.sliderRange {
    -webkit-appearance: none;
}

.sliderRange,
.sliderRange::-webkit-slider-runnable-track {
    width: 100%;
    height: 25px;
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sliderRange::-webkit-slider-runnable-track {
    cursor: pointer;
}

.sliderRange:focus {
    outline: none;
}

.sliderRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 50px;
    background: var(--primaryColor);
    cursor: pointer;
    height: 26px;
    width: 40px;
    transform: translateY(calc(-50% + 11px));
}

.sliderRange::before {
    left: 0;
    content: "$0k";
}

.sliderRange::after {
    right: 0;
    content: "$200k+ ";
}

.sliderRange::before,
.sliderRange::after {
    position: absolute;
    top: 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.25px;
    letter-spacing: -0.938023567199707px;
    text-align: left;
    color: var(--whiteColor);
}

.tooltipRange {
    position: absolute;
    top: -40px;
}

.tooltipRange span {
    position: absolute;
    display: block;
    left: 40%;
    transform: translate(-40%, 0);
    font-size: 24px;
    font-weight: 600;
    line-height: 22.23px;
    color: var(--primaryColor);
}

.tooltipRange span::after {
    content: "";
    position: absolute;
    left: 35%;
    bottom: -12px;
    border-top: 8px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    border-top-color: var(--primaryColor);
}

.budget-group {
    display: flex;
    align-items: center;
}

.budget-group .form-group {
    margin: 0px 25px 0px 0px;
    position: relative;
    flex: 1 auto;
}

.budget-group .form-group .form-label {
    position: absolute;
    margin: auto;
    top: 0px;
    padding: 15px 20px;
}

.budget-group .form-group .form-control {
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    font-size: 24px;
    line-height: 24px;
    color: var(--primaryColor);
    padding: 12px 15px 12px 170px;
}

.budget-group .budgetText {
    font-size: 24px;
    font-weight: 600;
    line-height: 22.23px;
    text-align: left;
    color: var(--primaryColor);
}

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

.estimateProjectModal .formListMore {
    padding: 20px 30px 0px;
    width: 100%;
}

.theme .estimateProjectModal .formListMore .form-group {
    margin-bottom: 30px;
}

.estimateProjectModal .formListMore .form-group {
    display: flex;
    align-items: center;
}

.estimateProjectModal .formListMore .form-group .form-label {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    width: 20%;
    padding: 10px 0px;
}

.estimateProjectModal .formListMore .form-group .w-70 {
    width: 50%;
}

.estimateProjectModal .formListMore .form-group .form-control,
.estimateProjectModal .formListMore .form-group .bootstrap-select .dropdown-toggle {
    background: linear-gradient(180deg, rgba(89, 217, 211, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.estimateProjectModal .formListMore .checkBox .form-check {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.estimateProjectModal .formListMore .checkBox .form-check:last-child {
    margin-bottom: 0px;
}

.estimateProjectModal .formListMore .checkBox .form-check-input {
    margin: 0px 15px 0px 0px;
    width: 20px;
    height: 20px;
}

.estimateProjectModal .formListMore .checkBox .form-check-label {
    width: 95%;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.estimateProjectModal .formListMore .checkBox .form-check-label a {
    color: #fff;
}

.estimateProjectModal .formListMore .checkBox .form-check-label span {
    color: var(--primaryColor);
}

.estimateProjectModal .formListMore .file-input {
    padding: 14px 15px;
    width: 450px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.estimateProjectModal .formListMore .file-input>.label {
    font-size: 16px;
    line-height: normal;
    text-align: left;
    padding-left: 0px;
}

.estimateProjectModal .formListMore .file-input>.label span {
    color: #828282;
}

.estimateProjectModal .formListMore .file-input::after {
    right: 20px;
    top: 35%;
}

.footerText .managedText {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: var(--whiteColor);
}

.footerText .managedText span {
    color: var(--primaryColor);
}

.footerText .copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #848895;
}

@-webkit-keyframes flipInMenu {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@media screen and (min-width: 1500px) and (max-width: 1850px) {

    .estimateProjectModal .modal-dialog {
        padding: 50px;
    }

    .estimateProjectModal .formProgressHeading {
        margin-bottom: 25px;
    }

    .estimateProjectModal .leftSide .brandImg,
    .requestforthePortfolioModal .brandImg {
        margin-bottom: 30px;
    }

    .estimateProjectModal .leftSide .smallText {
        font-size: 16px;
        line-height: 22px;
        max-width: 100%;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
    .estimateProjectModal .modal-dialog {
        padding: 50px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .estimateProjectModal .modal-dialog {
        padding: 30px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1210px) {
    .estimateProjectModal .formListMore .form-group .form-label {
        width: 40%;
    }

    .estimateProjectModal .formListMore .form-group .w-70 {
        width: 60%;
    }
}

@media screen and (min-width: 993px) and (max-width: 1450px) {

    .estimateProjectModal .leftSide {
        height: 100%;
        padding: 25px;
    }

    .estimateProjectModal .formProgressbar {
        margin-bottom: 40px;
        height: 15px;
    }

    .estimateProjectModal .formProgressbar .SmallHeading {
        font-size: 14px;
        padding-left: 0px;
    }

    .estimateProjectModal .leftSide .infoTitle {
        font-size: 28px;
        line-height: 28px;
    }

    .estimateProjectModal .leftSide .smallText {
        max-width: 100%;
    }

    .estimateProjectModal .formProgressHeading li {
        font-size: 16px;
        line-height: 22px;
    }

    .estimateProjectModal .link {
        font-size: 14px;
    }

    .estimateProjectModal .rightSide {
        padding: 40px 40px 20px 40px;
        height: 100%;
    }

    .formCustomCheck .checkCard {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .estimateProjectModal .rightSide .main_from .mainHeading {
        font-size: 24px;
    }

    .formCustomCheck .checkCard .radio-tile {
        margin: 0 auto 10px;
    }

    .formCustomCheck .checkCard .form-check-label {
        font-size: 18px;
        line-height: 24px;
    }

    .estimateProjectModal .rightSide .formCustomCheck {
        padding: 80px 0px;
    }

    .estimateProjectModal .rightSide .min-height {
        min-height: calc(100vh - 300px);
        max-height: calc(100vh - 300px);
    }

    .estimateProjectModal .customBtn .btn {
        padding: 10px 25px;
        font-size: 15px;
    }

    .footerText .managedText,
    .footerText .copyright {
        font-size: 14px;
    }

    .estimateProjectModal .formListMore {
        padding: 20px 10px 0px;
    }

    .estimateProjectModal .formListMore .form-group .form-label {
        font-size: 16px;
        width: 30%;
    }

    .estimateProjectModal .formProgressHeading {
        margin-bottom: 25px;
    }

    .estimateProjectModal .leftSide .brandImg,
    .requestforthePortfolioModal   .brandImg {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 992px) {
    .estimateProjectModal .modal-dialog {
        padding: 15px;
    }

    .estimateProjectModal .leftSide {
        padding: 15px;
        border-radius: 8px 8px 0px 0px;
    }

    .estimateProjectModal .leftSide .brandImg,
    .requestforthePortfolioModal  .brandImg {
        margin-bottom: 20px;
    }

    .estimateProjectModal .leftSide .brandImg img,
    .requestforthePortfolioModal  .brandImg  img {
        height: 40px;
    }

    .estimateProjectModal .formProgressbar {
        margin-bottom: 25px;
        height: 15px;
    }

    .estimateProjectModal .formProgressbar .SmallHeading {
        font-size: 14px;
        padding-left: 0px;
    }

    .estimateProjectModal .leftSide .infoTitle {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .estimateProjectModal .leftSide .smallText {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .estimateProjectModal .formProgressHeading li {
        font-size: 14px;
        line-height: 20px;
    }

    .estimateProjectModal .formProgressHeading {
        margin-bottom: 10px;
    }

    .estimateProjectModal .link {
        font-size: 14px;
    }

    .estimateProjectModal .footerText {
        padding: 15px 0px;
        flex-flow: column;
    }

    .footerText .managedText,
    .footerText .copyright {
        font-size: 14px;
        line-height: 22px;
    }

    .estimateProjectModal .rightSide {
        padding: 20px 15px;
        position: inherit;
    }

    .estimateProjectModal .rightSide .main_from .mainHeading {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .estimateProjectModal .rightSide .btn-close {
        top: 15px;
        right: 15px;
    }

    .estimateProjectModal .rightSide .formCustomCheck.fileUploadOut {
        padding-top: 90px;
    }

    .file-input .icon {
        padding: 20px 5px;
        width: 65px;
    }

    .file-input .icon img {
        height: 20px;
    }

    .file-input>.label {
        font-size: 14px;
        padding-left: 10px;
    }

    .formCustomCheck .checkCard {
        width: 100%;
        margin: 10px auto;
    }

    .estimateProjectModal .rightSide .formCustomCheck {
        padding: 70px 0px;
    }

    .estimateProjectModal .rightSide .min-height {
        min-height: calc(100vh - 560px);
        max-height: calc(100vh - 560px);
    }

    .estimateProjectModal .customBtn .btn {
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 500;
        min-width: 100px;
    }

    .estimateProjectModal .rightSide .main_Section {
        height: auto;
    }

    .range-slider {
        margin: 50px auto 50px;
        width: 90%;
    }

    .tooltipRange span {
        font-size: 20px;
    }

    .sliderRange,
    .sliderRange::-webkit-slider-runnable-track {
        height: 20px;
    }

    .sliderRange::before, .sliderRange::after {
        top: 25px;
        font-size: 16px;
    }

    .sliderRange::-webkit-slider-thumb {
        height: 20px;
        transform: translateY(calc(-50% + 9px));
    }

    .budget-group {
        flex-flow: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .budget-group .form-group {
        margin: 0px 0px 10px 0px;
    }

    .budget-group .budgetText {
        font-size: 18px;
    }

    .budget-group .form-group .form-label {
        padding: 14px 20px;
        font-size: 14px;
    }

    .budget-group .form-group .form-control {
        font-size: 20px;
        padding: 12px 15px 12px 150px;
    }

    .estimateProjectModal .formListMore {
        padding: 0px;
        max-height: inherit;
    }

    .theme .estimateProjectModal .formListMore .form-group {
        margin-bottom: 15px;
        flex-flow: column;
        align-items: flex-start;
    }

    .estimateProjectModal .formListMore .form-group .form-label,
    .estimateProjectModal .formListMore .form-group .w-70,
    .estimateProjectModal .formListMore .file-input {
        width: 100%;
    }

    .estimateProjectModal .formListMore .form-group .form-label {
        font-size: 16px;
        padding: 0px 0px 10px 0px;
    }
}

@media screen and (max-width: 767px) {

    .estimateProjectModal .leftSide .infoTitle,
    .estimateProjectModal .leftSide .smallText,
    .estimateProjectModal .formProgressHeading,
    .estimateProjectModal .d-flex .link,
    .estimateProjectModal .d-flex .line {
        display: none;
    }

    .estimateProjectModal .rightSide .min-height {
        min-height: calc(100vh - 345px);
        max-height: calc(100vh - 345px);
    }

    .formCustomCheck .checkCard .radio-tile {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
    }

    .formCustomCheck .checkCard .radio-tile img {
        width: 50px;
    }

    .formCustomCheck .checkCard .form-check-label {
        font-size: 15px;
        line-height: 18px;
    }

    .estimateProjectModal .rightSide .formCustomCheck {
        padding: 0px;
    }
}
@media screen and (max-width:375px) {
    .footerText .managedText, .footerText .copyright {
        font-size: 12px;
        line-height: 18px;
    }
}
/* Estimate Project Modal Section End */
/*  Request for the Portfolio Modal Start */
.requestforthePortfolioModal .rightSide {
    position: relative;
    overflow: hidden;
    padding: 50px  70px;
    height: 100%;
}
.requestforthePortfolioModal .modal-content {
    backdrop-filter: inherit;
    border: 0px;
    background: linear-gradient(92.4deg, #2FDAD1 -150.57%, #006662 129.12%);
    border-radius: 8px;
    position: relative;
}
.requestforthePortfolioModal .modal-content::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(/assets/request-banner-8b46c944016b68c52b2ef2bae30bdf39e70611a9a1e5718bada23efbdd96bd60.png)  center;
    width: 100%;
    height: 100%;
}
.requestforthePortfolioModal .brandImg {
    margin-bottom: 0px;
}
.requestforthePortfolioModal .requestFormMain{
    padding: 100px 0px;
}
.requestforthePortfolioModal .requestFormMain .title{
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    color: var(--whiteColor);
    margin-bottom: 10px;
    text-align: center;
}
.requestforthePortfolioModal .requestFormMain .smallText{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255,0.8);
    text-align: center;
    margin-bottom: 40px;
}
.requestFormMain .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.requestFormMain .form-group .form-label {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px 10px 0px;
    width: 40%;
    text-align: right;
}
.requestFormMain .form-group .w-70 {
    width: 60%;
}
.requestFormMain .form-group .form-control{
    background-color: #fff;
    color: #000;
    padding: 12px 15px;
}
.requestforthePortfolioModal  form{
    margin-bottom: 0px;
}
.requestFormMain .form-group .invalid-feedback{
    position: absolute;
    margin-top: 1px;
}
.requestFormMain .form-group .form-control:focus{
    border-color: var(--primaryDarkColor);
}
.requestforthePortfolioModal .btn-outline-white{
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
}
.error-message {
  color: red;
  font-size: 0.8rem;
  margin-top: 4px;
}
.field_with_errors {
  display: contents;
}
.invalid-feedback {
  display: block !important;
}

@media (min-width: 992px){
    .requestforthePortfolioModal .requestFormMain .pelg-5{
        padding-right: 100px;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1870px) {
    .requestforthePortfolioModal .requestFormMain {
        padding: 70px 0px;
    }
    .requestforthePortfolioModal .rightSide {
        padding: 50px 30px;
    }
    .requestforthePortfolioModal .requestFormMain .pelg-5{
        padding-right: 50px;
    }
}
@media screen and (min-width:1025px) and (max-width: 1299px) {
    .requestforthePortfolioModal .requestFormMain {
        padding: 50px 0px;
    }

}
@media screen and (min-width:767px) and (max-width:1024px) {
    .requestforthePortfolioModal .requestFormMain {
        padding: 70px 0px;
    }
    .requestforthePortfolioModal .requestFormMain .pelg-5{
        padding-right: 0px;
    }
    .requestforthePortfolioModal .rightSide {
        padding: 50px 30px;
    }
    .requestforthePortfolioModal .requestFormMain .pelg-5{
        padding-right: 20px;
    }
    .requestforthePortfolioModal .btn-outline-white{
        padding: 8px 20px;
        font-size: 16px;
    }
    .requestFormMain .form-group .form-label {
        font-size: 16px;
        padding: 10px 20px 10px 0px;
    }
}
@media screen and (max-width: 767px) {


        .requestforthePortfolioModal .d-flex .link,
        .requestforthePortfolioModal .d-flex .line {
            display: block;
        }

    .requestforthePortfolioModal .rightSide {
        padding: 15px;
    }
    .requestforthePortfolioModal .requestFormMain {
        padding: 15px 0px;
    }
    .requestforthePortfolioModal .requestFormMain .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .requestforthePortfolioModal .requestFormMain .smallText {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .requestforthePortfolioModal .requestFormMain .smallText br{
        display: none;
    }
    .requestFormMain .form-group{
        margin-bottom: 20px;

    }
    .requestFormMain .form-group .form-label{
        font-size: 14px;
        padding: 0px 0px 8px 0px;
        text-align: left;
    }

    .requestFormMain .form-group .form-control {
        background-color: #fff;
        color: #000;
        padding: 10px 15px;
    }
    .requestforthePortfolioModal .btn-outline-white{
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 500;
        min-width: 100px;
    }
}
/*  Request for the Portfolio Modal End */
/* Services We Offer Section Start */
.innerServices {
    padding-top: 70px;
}

.innerServices .card {
    background-color: #fff;
    border-color: #fff;
    margin: 5px 0px;
    height: calc(100% - 10px);
    border-radius: 6px;
}

.innerServices .card-body {
    padding: 25px 50px;
}

.innerServices .innerSection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerServices .innerSection .icon {
    height: 60px;
    margin-right: 20px;
}

.innerServices .innerSection .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 0px;
    color: #232323;
}

.angularSevices .innerSection .title span {
    color: #DD0031;
}

.reactSevices .innerSection .title span {
    color: #3aa4c2;
}

.rubySevices .innerSection .title span {
    color: #cc0000;
}

.rubySevices .innerSection .title {
    margin-top: 20px;
}

.innerServices .smallText {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    color: #232323;
    margin: 0px;
}

.innerServices .link {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: var(--primaryColor);
    text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .innerServices {
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .innerServices {
        padding-top: 40px;
    }

    .innerServices .card-body {
        padding: 20px;
    }

    .innerServices .smallText {
        font-size: 16px;
        line-height: 20px;
    }

    .rubySevices .innerSection .title {
        margin-top: 0px;
    }
}

/* Services We Offer Section End */
/* Footer Section Start  */
.themeFooter {
    padding: 100px 0px;
}

.themeFooter ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.themeFooter .companyInfo .footerLogo {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.themeFooter .companyInfo .link {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.3px;
    text-align: left;
    color: #fff;
    transition: 0.5s;
}

.themeFooter .companyInfo .link.address {
    max-width: 70%;
}

.themeFooter .companyInfo .link:hover,
.themeFooter .companyInfo .link:focus {
    color: var(--primaryColor);
}

.themeFooter .companyInfo .socialList li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.themeFooter .companyInfo .socialList li:last-child {
    margin-right: 0px;
}

.themeFooter .companyInfo .socialList .icon {
    width: 35px;
    height: 35px;
}

.themeFooter .companyInfo .socialList .icon img {
    max-width: 100%;
    max-height: 100%;
}

.themeFooter .menuList .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: var(--primaryColor);
}

.themeFooter .menuList .list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.themeFooter .menuList .list li .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #848895;
    transition: 0.5s;
}

.themeFooter .menuList .list li .link:hover,
.themeFooter .menuList .list li .link:focus {
    color: var(--primaryColor);
}

.themeFooter .managedText {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: var(--whiteColor);
    margin-bottom: 5px;
}

.themeFooter .managedText span {
    color: var(--primaryColor);
}

.themeFooter .copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #848895;
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
    .pthemeFooter {
        padding: 60px 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .themeFooter {
        padding: 40px 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {

    .themeFooter .companyInfo .link.address {
        max-width: 100%;
    }

    .themeFooter .companyInfo .footerLogo {
        margin-bottom: 15px;
    }

    .themeFooter .companyInfo .link {
        margin-bottom: 10px;
    }

    .themeFooter .companyInfo .link,
    .themeFooter .copyright,
    .themeFooter .managedText,
    .themeFooter .menuList .list li .link {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .themeFooter {
        padding: 40px 0px;
    }

    .themeFooter .companyInfo {
        margin-bottom: 15px;
    }

    .themeFooter .companyInfo .footerLogo {
        margin-bottom: 15px;
    }

    .themeFooter .companyInfo .link,
    .themeFooter .copyright,
    .themeFooter .managedText,
    .themeFooter .menuList .list li .link {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Footer Section End */

/* JobApply Section Start */

.jobApply .card .card-header {
    background-color: var(--primaryColor);
    border-radius: 8px 8px 0px 0px;
    padding: 10px 5px;
}

.jobApply .card .card-header .title {
    font-size: 18px;
    font-weight: 800;
    line-height: 25.3px;
    text-align: center;
    color: #212126;
    margin: 0px;
}

.jobApply .card .card-body {
    padding: 30px;
}

.jobApply .card .card-body .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: var(--primaryColor);
    margin-bottom: 10px;
}

.jobApply .card .card-body form {
    margin: 0px;
    padding: 0px 40px;
}

.jobApply .formList {
    display: inline-block;
    width: 100%;
    /* padding: 40px 0px; */
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.5); */
}

.jobApply .formList .form-group {
    /* display: flex; */
    align-items: center;
}

.jobApply .formList .titleSmall {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: var(--primaryColor);
    margin-bottom: 15px;
}

.jobApply .formList .form-group .form-label {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    /* width: 40%; */
    padding: 10px 0px;
}

.theme .jobApply .formList .form-group {
    margin-bottom: 30px;
}

.theme .jobApply .formList .form-group:last-child {
    margin-bottom: 0px;
}

.jobApply .checkBox .form-check {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    margin-bottom: 0px;
}

.jobApply .checkBox .form-check:last-child {
    margin-right: 0px;
}

.jobApply .formList .form-group .w-70 {
    width: 60%;
}

.jobApply .formList .form-group .w-70 .bootstrap-select {
    width: 100%;
}

.jobApply textarea.form-control {
    resize: none;
}

.jobApply .form-group .infotext {
    font-size: 12px;
    color: #b8b8b8;
    text-align: right;
    margin-top: 5px;
}

.jobApply .formFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.jobApply .formFooter .hoursDetails {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.jobApply .formFooter .hoursDetails img {
    margin-right: 10px;
}

.jobApply .formFooter .btn {
    padding: 10px 30px;
}


@media screen and (max-width: 767px) {
    .jobApply .row {
        margin-top: 100px !important;
    }

    .jobApply .card .card-body form {
        padding: 0px;
    }

    .jobApply .card .card-header .title {
        font-size: 16px;
        line-height: 18px;
    }

    .jobApply {
        margin-bottom: 30px;
    }

    .jobApply .formList .form-group .form-label {
        font-size: 15px;
        width: 100%;
        padding: 0px 0px 8px 0px;
    }

    .jobApply .formList .form-group .dropdown {
        width: 100%;
    }

    .jobApply .card .card-body {
        padding: 20px 15px;
    }

    .jobApply .formList {
        padding: 20px 0px;
    }

    .jobApply .card .card-body .title {
        font-size: 24px;
    }

    .jobApply .formList .form-group {
        flex-flow: column;
        align-items: flex-start;
    }

    .theme .jobApply .formList .form-group {
        margin-bottom: 15px;
    }

    .jobApply .formList .form-group .w-70 {
        width: 100%;
    }

    .jobApply .formFooter {
        flex-flow: column;
        padding: 15px 0px;
        align-items: inherit;
    }

    .jobApply .formFooter .hoursDetails {
        font-size: 13px;
        margin-bottom: 13px;
    }
}

/* JobApply Section End */

/* Job show Page start */

  /* .job-details-container {
   
    background: linear-gradient(135deg, var(--primaryColor), var(--primaryDarkColor));
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 900px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -50px;
  } */
  
  .job-title {
    font-size: 33px;
    font-weight: bold;
    color: var(--whiteColor)
  }

  .separator {
  margin: 0 8px;
  }
  
  .job-actions {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }
  .status {
    background-color: var(--primaryColor);
    color: var(--blackColor);
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
  }
  
  .themeSmallBanner .bannerInner .JobDescription {
    padding: 20px;
  }

.jobtitle{
    color: white;
    margin-top: 10px;
}

.JobDescription span {
    color: var(--primaryColor);
}
.Jobdetail .card-body {
    padding: 25px 30px;
    background: linear-gradient(350deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}

.Jobdetail .card-body .header{
    font-weight: bold;
}

.applybtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.apply-btn {
    background: linear-gradient(135deg, var(--primaryColor), var(--primaryDarkColor));
    border: none;
    text-decoration: none;
}

.error-border {
    outline: none;
    box-shadow: 0 0 0 3px rgba(243, 100, 87, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease-in-out;
}

.error-border-portfolio {
    outline: none;
    box-shadow: 0 0 0 3px rgba(243, 51, 34, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease-in-out;
}

.select-field-error button {
    border-radius: 4px !important;
}

/* Job show page end */
