* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins, sans-serif;
}
html {
    scroll-behavior: smooth;
}
body,
main {
    overflow-x: hidden;
}
p {
    font-size: 20px;
}
.overflow-overall-hidden {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
ul {
    list-style: none;
    margin-bottom: 0;
}
a,
a:hover {
    text-decoration: none;
}
:root {
    --lightblue: #0aa2f3;
    --darkblue: #0e2e54;
    --white: #fff;
    --yellow: #ffe367;
    --lightbgblue: #e2efff;
    --cardpurple: #5c00c4;
    --cardblue: #0981e5;
    --cardyellow: #ffae00;
    --cardskyblue: #05bdc9;
    --black: #000;
    --lightpurple: #c157f9;
    --darkishpurple: #4c0e55;
    --pinkish: #ed6eff;
}
.container-1420 {
    max-width: 1420px;
    margin: 0 auto;
}
.container-1520 {
    max-width: 1540px;
    margin: 0 auto;
}
.container-1670 {
    max-width: 1670px;
    margin: 0 auto;
}
.mb-150 {
    margin-bottom: 150px;
}
.bg-blue {
    background-color: var(--lightblue);
    color: var(--white);
}
.bg-lightblue {
    background: var(--lightblue);
}
.bg-cardpurple {
    background: var(--cardpurple);
}
.bg-cardblue {
    background: var(--cardblue);
}
.bg-cardyellow {
    background: var(--cardyellow);
}
.bg-cardskyblue {
    background: var(--cardskyblue);
}
.bg-yellow {
    background: var(--yellow);
}
.bg-darkblue {
    background: var(--darkblue);
}
.text-white {
    color: var(--white);
}
.text-darkblue {
    color: var(--darkblue);
}
.btn-regular {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    padding: 0 20px;
    gap: 15px;
    font-size: 20px;
    font-weight: 700;
    color: var(--darkblue);
    background: var(--yellow);
    border: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.btn-regular > i {
    height: 39px;
    width: 39px;
    background: var(--darkblue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    padding-left: 1px;
}
:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
textarea:focus {
    outline: 0;
}
.row-services-we-provide .slick-arrow,
.testimonial-slider .slick-arrow {
    display: none !important;
}
.btn-regular.animation-btn:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 30%;
    height: 572%;
    background: var(--darkblue);
    z-index: -1;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}
.btn-regular.animation-btn:hover:after {
    left: -100%;
}
.btn-regular.animation-btn:hover {
    background: var(--darkblue);
    color: var(--white);
}
.btn-regular.animation-btn:hover i {
    background: var(--white);
    color: var(--darkblue);
}
.btn-regular.box-shadow-yellow:hover {
    box-shadow: 0 0 20px 0 var(--yellow);
}
.loader-main {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    z-index: 99999999999;
}
.loader-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #fffffff7;
    top: 0;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.loader h4,
.loader p {
    font-size: 8vw;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: var(--lightblue);
}
.o-1 {
    transition: 0.3s ease-in-out;
}
.o-1.op1 {
    opacity: 0;
}
.loader h4 {
    color: #fff;
}
.fa-80 {
    font-size: 80px;
}
.fa-30 {
    font-size: 30px;
}
.fa-60 {
    font-size: 60px;
}
.fa-30 {
    font-size: 30px;
}
.fa-18 {
    font-size: 18px;
}
.my-50-60 {
    margin-top: 50px;
    margin-bottom: 60px;
}
.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
}
.pt-30 {
    padding-top: 30px;
}
.px-125 {
    padding-left: 135px;
    padding-right: 135px;
}
.pb-34 {
    padding-bottom: 34px;
}
.mt-46 {
    margin-top: 46px;
}
.my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
}
.letter-spacing-3 {
    letter-spacing: -3px;
}
.line-height-80 {
    line-height: 80px;
}
.line-height-90 {
    line-height: 90px;
}
.line-height-70 {
    line-height: 70px;
}
.line-bottom {
    display: block;
    height: 5px;
    width: 55%;
}
.max-width-255 {
    max-width: 235px;
}
.max-width-1120 {
    max-width: 1120px;
    margin: 0 auto;
}
.max-width-260 {
    max-width: 260px;
    margin: 0 auto;
}
.max-width-whip {
    max-width: 90%;
}
.max-width-800 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.section-2 p.fa-18 {
    max-width: 600px;
}
.max-width-750 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.position-relative {
    position: relative;
}
.index-1 {
    z-index: 1;
}
.image-right-after:after,
.services-image-right:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url(../assets/right-banner.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 100%;
    height: calc(100% - 150px);
    z-index: -1;
}
.left-design-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/design-img.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    z-index: -1;
}
.text-service-item h4 {
    text-transform: capitalize;
}
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.links-columns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.header-row a {
    color: var(--white);
}
.links-columns ul li a {
    margin-right: 55px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    transition: 0.3s ease-in-out;
    line-height: initial;
    padding-bottom: 5px;
}
.links-columns ul li:last-child a {
    margin-right: 0;
}
.phone-email-column a {
    height: 38px;
    background: var(--white);
    border-radius: 20px;
    color: #000;
    padding: 5px 15px;
    font-size: 13px;
    margin-right: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.phone-email-column {
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-email-column a:last-child {
    margin-right: 0;
}
header {
    padding: 32px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.phone-email-column a i {
    margin-right: 10px;
}
.phone-email-column a:hover {
    background: var(--darkblue);
    color: #fff;
}
.links-columns ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    transform: translateX(-50%);
    background: var(--cardyellow);
    transition: 0.3s ease-in-out;
}
.links-columns ul li a:hover:before {
    width: 50%;
}
.links-columns ul li.active a:before {
    width: 50%;
}
li.onitshoverdropdown {
    position: relative;
    transition: 0.3s ease-in-out;
}
ul.dropdown-items-hover {
    display: block;
    position: absolute;
    width: max-content;
    left: 30%;
    text-align: center;
    background: #0e2e54;
    opacity: 0;
    transform: translateY(30px) translateX(-50%);
    padding: 20px 15px;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    margin-top: 10px;
}
ul.dropdown-items-hover li a {
    color: #fff;
    margin-right: 0 !important;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    display: block;
    transition: 0.3s ease-in-out;
    padding: 6px 8px;
}
ul.dropdown-items-hover li a:hover {
    background: #fff;
    color: var(--darkblue);
}
ul.dropdown-items-hover li:last-child a {
    margin-bottom: 0;
}
li.onitshoverdropdown:hover .dropdown-items-hover {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    visibility: visible;
}
ul.dropdown-items-hover li a:after {
    display: none;
}
.section-1 .row {
    min-height: 727px;
}
.banner-img img {
    position: relative;
    z-index: 5;
    left: -150px;
}
.social-left-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
}
.social-left-icons ul li a {
    color: var(--white);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.social-left-icons ul li {
    margin-bottom: 35px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.social-left-icons ul li:last-child {
    margin-bottom: 0;
}
.social-left-icons ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: var(--yellow);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.social-left-icons ul li:hover:after {
    transform: translate(-50%, -50%) scale(1);
}
.social-left-icons ul li:hover a {
    color: var(--darkblue);
}
.list-items {
    height: 100%;
    padding: 77px 0 77px 105px;
    position: relative;
}
.list-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 50vw);
    height: 100%;
    background: var(--lightbgblue);
}
.list-items ul li {
    font-size: 20px;
    font-weight: 500;
    color: var(--darkblue);
    margin-bottom: 40px;
    position: relative;
    padding-left: 45px;
}
.list-items ul li:last-child {
    margin-bottom: 0;
}
.list-items ul li:before {
    content: "";
    position: absolute;
    left: 0;
    height: 14px;
    width: 19px;
    top: 50%;
    background-image: url(../assets/arrow-list-items.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.service-item-image-in-between {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 40px;
}
.service-item-image-in-between img {
    width: 100%;
}
.row-services {
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto;
    padding: 150px 0 0;
    flex-flow: wrap;
}
.service-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.service-number {
    height: 49px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    margin: 35px 0;
    border: 1px solid var(--lightblue);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 10px 5px transparent;
    font-weight: 700;
}
.service-item img {
    height: auto;
    width: auto;
    object-fit: contain;
}
.service-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--darkblue);
}
.service-number:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--yellow);
    z-index: -1;
    transform: scale(0);
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}
.serviceactivate .service-item .service-number:before {
    transform: scale(1);
}
.serviceactivate .service-item .service-number {
    border-color: var(--yellow);
    box-shadow: 0 0 10px 5px var(--yellow);
}
.gradient-left:before,
.gradient-right:after {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    top: 0;
    background: linear-gradient(360deg, var(--yellow), transparent);
}
.gradient-left:before {
    right: auto;
    left: 0;
    background: linear-gradient(180deg, var(--lightblue), transparent);
}
.row-cards {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 125px;
}
.cards-resource {
    flex: 0 0 25%;
    max-width: calc(25% - 23px);
    margin-right: 30px;
    margin-bottom: 30px;
    color: var(--white);
    padding: 52px 30px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.cards-resource h4 {
    font-size: 23px;
    margin: 30px 0 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.cards-resource p {
    font-size: 11px;
}
.cards-resource a {
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    opacity: 0;
    bottom: -50%;
    transition: 0.3s ease-in-out;
}
.cards-resource > * {
    max-width: 200px;
}
.cards-resource:nth-child(4n) {
    margin-right: 0;
}
.left-designresource:before,
.right-designresource:after {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
    background-image: url(../assets/resource-left.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    z-index: -1;
}
.right-designresource:after {
    background-image: url(../assets/resource-right-bottom.png);
    background-position: right bottom;
    height: calc(100% - 100px);
    top: -30px;
}
.cards-resource img.small-image {
    width: 62px;
    height: 62px;
    object-fit: contain;
}
.cards-resource img.big-image-on-hover {
    position: absolute;
    width: 200px;
    right: -100%;
    height: 70%;
    object-fit: contain;
    object-position: left top;
    transition: 0.3s ease-in-out;
    mix-blend-mode: overlay;
    opacity: 1.3;
    top: 50%;
}
.cards-resource:hover img.big-image-on-hover {
    right: -60%;
    transform: translate(-50%, -60%);
}
.cards-resource-inner-content {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.cards-resource-inner-content img.small-image {
    position: relative;
    transition: 0.3s ease-in-out;
    top: 0;
}
.cards-resource:hover .cards-resource-inner-content img.small-image {
    top: -100px;
}
.cards-resource:hover h4,
.cards-resource:hover p {
    top: -50px;
}
.cards-resource h4,
.cards-resource p {
    position: relative;
    transition: 0.3s ease-in-out;
    top: 0;
}
.cards-resource:hover a {
    opacity: 1;
    bottom: 0;
}
a.overlayanchor {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: 100%;
    z-index: 1;
}
.row-slider-mine {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: center;
}
button.btn-slider-primary {
    padding: 12px 18px;
    font-size: 25px;
    border: 2px solid var(--darkblue);
    border-radius: 10px;
    background: 0 0;
    color: var(--darkblue);
    margin-right: 15px;
    transition: 0.3s ease-in-out;
}
button.btn-slider-primary:last-child {
    margin-right: 0;
}
button.btn-slider-primary:hover {
    background: var(--darkblue);
    color: #fff;
}
.row-services-we-provide {
    margin: 66px 0;
    display: flex;
}
.items-services-we-provide {
    margin: 0 auto;
    text-align: center;
    padding: 20px 35px 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 15px;
}
.items-services-we-provide-text .btn-regular {
    margin: 0 auto;
}
.items-services-we-provide-image img {
    margin: 0 auto;
}
.items-services-we-provide-text h4 {
    font-size: 34px;
    font-weight: 700;
    margin: 41px 0;
    line-height: 34px;
}
.items-services-we-provide-text {
    color: #fff;
}
.items-services-we-provide-text p {
    font-size: 15px;
    margin: 25px 0 0;
}
.items-services-we-provide-text .btn-regular {
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    opacity: 0;
}
.items-services-we-provide:hover .items-services-we-provide-image {
    top: -50%;
    transform: translateY(-50%);
}
.items-services-we-provide .items-services-we-provide-image,
.items-services-we-provide .items-services-we-provide-text {
    position: relative;
    top: 0;
    transition: 0.3s ease-in-out;
    text-align: center;
    max-width: 14vw;
    margin: 0 auto;
}
.items-services-we-provide-image img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.items-services-we-provide:hover .items-services-we-provide-text {
    top: -10%;
    transform: translateY(-50%);
}
.items-services-we-provide:hover .items-services-we-provide-text .btn-regular {
    opacity: 1;
}
.tabs-portfolio .nav-pills .nav-link {
    color: var(--darkblue);
    font-size: 20px;
    text-transform: capitalize;
    padding: 15px 5px;
    position: relative;
}
.tabs-portfolio li.nav-item {
    padding: 0 20px;
}
.tabs-portfolio .nav-pills .nav-link.active,
.tabs-portfolio .nav-pills .show > .nav-link {
    background: 0 0;
    color: var(--darkblue);
}
.outside-container {
    margin: 116px 0;
}
.portfolio-slider .slick-list .slick-track,
.testimonial-slider .slick-list,
.testimonial-slider .slick-list .slick-track {
    display: flex;
}
.portfolio-slider .portfolio-images.slick-slide {
    height: inherit !important;
    margin: 0 15px;
}
.portfolio-images img {
    width: 100%;
    height: 100%;
}
.tabs-portfolio li.nav-item:last-child {
    padding-right: 0;
}
.tabs-portfolio .nav-pills .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 0;
    height: 6px;
    background: var(--lightblue);
    transition: 0.3s ease-in-out;
}
.tabs-portfolio .nav-pills .nav-link.active:after {
    width: 100%;
}
.tabs-portfolio .nav.nav-pills {
    position: relative;
}
.tabs-portfolio .nav.nav-pills:after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    left: 0;
    background: var(--darkblue);
    z-index: -1;
}
.tabs-portfolio li.nav-item:first-child {
    padding-left: 0;
}
.tabs-contents-portfolios .tab-content > .active {
    animation: 2s fadein forwards;
    -webkit-animation: 2s fadein forwards;
    -moz-animation: 2s fadein forwards;
    -o-animation: 2s fadein forwards;
    -ms-animation: 2s fadein forwards;
}
@keyframes fadein {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.row-sponsors {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 115px;
}
.sponsor-img {
    display: flex;
    align-items: center;
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: center;
    margin-bottom: 71px;
    filter: grayscale(1);
    position: relative;
    transition: 0.7s ease-in-out;
}
.sponsor-img:hover {
    filter: none;
}
.bg-testimonial {
    background: var(--lightblue);
    border-radius: 10px;
    box-shadow: 0 25px 50px 0 var(--lightblue);
}
.testimonial-btn button.btn-slider-primary {
    color: #fff;
    border-color: #fff;
}
.testimonial-btn button.btn-slider-primary:hover {
    background: var(--yellow);
    color: var(--darkblue);
    border-color: var(--yellow);
}
.testimonial-slider-items {
    background: #fff;
    padding: 45px 45px;
    border-radius: 10px;
    position: relative;
}
.testimonial-slider-items h3 {
    font-size: 30px;
    color: var(--darkblue);
    font-weight: 700;
    max-width: 290px;
}
.testimonial-slider-items p {
    font-size: 15px;
    margin: 30px 0 30px;
}
.testimonial-slider-items .rating-testimonials span {
    color: var(--yellow);
}
.testimonial-slider-items:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
    background: var(--yellow);
    border-radius: 50%;
    background-image: url(../assets/quote.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-slider-parent {
    margin-top: 117px;
}
.testimonial-slider {
    display: flex;
}
.testimonial-slider .slick-list {
    padding: 0 !important;
}
.testimonial-slider .slick-list {
    margin: 0 -15px;
}
.testimonial-slider .slick-list .slick-track .slick-slide {
    margin: 0 15px;
    position: relative;
}
.rating-testimonials {
    position: absolute;
    bottom: 15px;
}
.image-after-top:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 125px;
    top: 0;
    left: 65%;
    transform: translateX(-50%);
    background-image: url(../assets/ourclientssay.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    z-index: 0;
}
.row-footer {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.col-footer-1 {
    flex: 0 0 25%;
}
.col-footer-2,
.col-footer-3,
.col-footer-4,
.col-footer-5 {
    flex: 0 0 auto;
}
footer .col-footer-1 p {
    font-size: 15px;
    margin: 60px 0 70px;
    line-height: 29px;
}
.links-footer h3 {
    color: var(--darkblue);
    font-weight: 700;
    font-size: 18px;
    margin: 50px 0;
}
.links-footer ul li a {
    font-size: 15px;
    color: var(--black);
    position: relative;
    padding-left: 21px;
    margin-bottom: 30px;
    display: inline-block;
}
.links-footer ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--lightblue);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.links-footer ul li a:hover:before {
    background: var(--darkblue);
    transform: translateY(-50%) scale(1.3);
}
.social-icon-footer {
    position: relative;
    padding: 23px 45px 23px 0;
    max-width: 180px;
}
.social-icon-footer h5 {
    font-size: 24px;
    font-weight: 700;
    color: var(--yellow);
}
.social-icon-footer:before {
    content: "";
    position: absolute;
    left: -50vw;
    top: 0;
    width: calc(100% + 50vw);
    height: 100%;
    background-color: #1194ed;
    z-index: -1;
    border-radius: 10px;
}
.social-icon-footer:after {
    content: "";
    position: absolute;
    left: -13vw;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../assets/follow-us-design.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
.icons-footer ul {
    display: flex;
    justify-content: start;
    margin-top: 22px;
    gap: 30px;
}
.icons-footer ul li a {
    color: #fff;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}
.icons-footer ul li a:hover {
    color: var(--darkblue);
}
.copyrights-text p {
    font-size: 15px;
    margin-top: 91px;
}
.image-bottom-right:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/design-footer.png);
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.step-form .modal-dialog {
    max-width: 473px;
    margin: 0 auto;
    align-items: center;
    align-items: center;
    height: 100%;
    display: flex;
}
.modal.step-form.show {
    background: #000000bd;
}
.tabs-step-form {
    background: #3466ff;
    color: #fff;
    padding: 50px 35px;
    border-radius: 15px;
    overflow: hidden;
    background-image: url(../assets/popup/bg-image.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.tabs-step-form::after,
.tabs-step-form::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 76px;
    background-image: url(../assets/popup/right-popup.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.tabs-step-form .nav li.nav-item {
    pointer-events: none;
    line-height: 0;
}
.tabs-step-form::before {
    background-image: url(../assets/popup/popup-bottom-left.png);
    width: 71px;
    height: 49px;
    bottom: 0;
    top: auto;
    transform: initial;
    left: 0;
}
.tabs-step-form .nav {
    justify-content: space-between;
    width: 310px;
    margin: 0 auto 35px !important;
}
.tabs-step-form .nav .nav-link {
    background: #fff;
    color: var(--darkblue);
    font-size: 12px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    font-weight: 700;
}
.tabs-step-form .nav .nav-link > span {
    font-size: 12px;
    position: absolute;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    height: fit-content;
    bottom: -20px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.tabs-step-form .nav .nav-link:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 2px;
    width: calc(100% + 100px);
}
.tabs-step-form .nav .nav-item:last-child .nav-link:after {
    display: none;
}
.tabs-step-form .nav .nav-link.active,
.tabs-step-form .nav .nav-link.active:after,
.tabs-step-form .nav li.nav-item.active a,
.tabs-step-form .nav li.nav-item.active a:after {
    background: #ffea00;
}
.modal-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #ffea00;
    color: #000;
    border-radius: 50%;
    font-size: 14px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.input-form {
    position: relative;
}
.input-form input,
.input-form textarea,
label.upload-label {
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #5d85ff;
    padding: 20px 10px 15px 30px;
    font-weight: 300;
    color: #fff;
}
label.upload-label {
    padding: 20px 10px 25px 30px;
    margin-bottom: 25px;
    cursor: pointer;
}
.input-form input,
.input-form textarea,
label.upload-label p {
    font-size: 15px;
}
input#filetn {
    display: none;
}
.input-form textarea {
    resize: none;
    min-height: 100px;
    margin-bottom: 15px;
}
.input-form input::placeholder,
.input-form textarea::placeholder {
    color: #fff;
}
.input-form i,
.input-form img {
    position: absolute;
    top: 22px;
    left: 0;
    color: #ffea00;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.btn-reg-step,
.input-form-buttons button {
    min-width: 110px;
    min-height: 33px;
    border: none;
    border-radius: 10px;
    background: 0 0;
    color: #fff;
    font-weight: 700;
}
.input-form-buttons {
    max-width: fit-content;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #5d85ff;
    border-radius: 10px;
    margin: 85px auto 20px;
}
.input-form-buttons button.btn-reg-step.continue {
    background: #ffea00;
    color: var(--darkblue);
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.mt-50 {
    margin-top: 50px;
}
.submit-btn-container {
    max-width: 100%;
    text-align: center;
}
.submit-btn-container button {
    width: 100%;
    max-width: 179px;
}
.radiongroups {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.radiongroups > div > label > p {
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    line-height: 11px;
}
.radiongroups > div > label > span {
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 700;
}
.radiongroups > div > label {
    margin: 20px 0 10px;
    display: block;
}
.radiongroups > div > input[type="radio"] {
    display: none;
}
span.customradio {
    height: 15px;
    width: 15px;
    box-shadow: 0 0 0 2px #fff;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    border: 2px solid transparent;
}
span.customradio::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.radiongroups > div > input[type="radio"]:checked ~ label span.customradio::after {
    background-color: #ffea00;
}
.radiongroups > div > input[type="radio"]:checked ~ label span.customradio {
    box-shadow: 0 0 0 2px #ffea00;
}
.radiongroups > div > input[type="radio"]:checked ~ label > span {
    color: #ffea00;
}
.get-started .modal-dialog {
    max-width: 473px;
    height: calc(100vh - 1vh + 15px - 10px + 15px - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.get-started .modal-dialog .modal-content {
    padding: 110px 0;
    background: #0054ff;
    border-radius: 12px;
    overflow: hidden;
    background-image: url(../assets/popup/bggetstarted.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: relative;
    z-index: 1;
    border: none;
}
.get-started .modal-dialog .modal-content:after,
.get-started .modal-dialog .modal-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/popup/topgetstarted.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    z-index: -1;
}
.get-started .modal-dialog .modal-content:after {
    background-image: url(../assets/popup/bottomgetstarted.png);
    background-position: bottom left;
}
.modal-form-getstarted h3 {
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px;
    text-transform: capitalize;
    text-align: center;
}
.modal-form-getstarted p {
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 13px;
}
.modal-form-getstarted {
    max-width: 386px;
    margin: 0 auto;
    padding: 0 20px;
}
.getstarted-button {
    text-align: center;
    margin: 53px 0 0;
}
.getstarted-button button {
    background: #ffea00;
    color: var(--darkblue);
    padding: 6px 20px;
    font-size: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 15px 2px #ffea00;
    transition: 0.3s ease-in-out;
}
.getstarted-button button:hover {
    background: 0 0;
    border-color: #ffea00;
    color: #ffea00;
    box-shadow: none;
}
.mb-35 {
    margin-bottom: 35px;
}
.btn-d-none {
    display: none;
}
span.line-btn {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--yellow);
    transition: 0.3s ease-in-out;
}
button.btn-menu-small-screen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 30px;
    background: 0 0;
    border: none;
    position: relative;
    z-index: 999;
    transition: 0.3s ease-in-out;
    transform: translateY(0) rotate(180deg);
}
button.btn-menu-small-screen.active {
    transform: translateY(5px) rotate(180deg);
}
.btn-menu-small-screen.active .top-line {
    transform: rotate(45deg) translate(10px, 10px);
}
.btn-menu-small-screen.active .middle-line {
    opacity: 0;
}
.btn-menu-small-screen.active .bottom-line {
    transform: rotate(-45deg) translate(3px, -3px);
}
.row-services-we-provide .slick-list {
    padding: 0 230px;
    display: flex !important;
}
.row-services-we-provide .slick-list .slick-track {
    display: flex !important;
}
.portfolio-slider .slick-list {
    padding: 0 300px;
}
.services-image-right:after {
    background-image: url(../assets/appdevelopment/bg-services-banner.png);
    height: calc(100% - 280px);
    top: 55%;
    transform: translateY(-50%);
    background-size: auto;
}
.bannerimages-services img {
    position: relative;
    right: -35px;
}
.image-blue-bg-before:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/appdevelopment/qweqwe.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.scroll-down-image {
    display: inline-block;
    animation: 0.5s scrolldownimage infinite alternate-reverse;
    --webkit-animation: 0.5s scrolldownimage infinite alternate-reverse;
    --moz-animation: 0.5s scrolldownimage infinite alternate-reverse;
    --o-animation: 0.5s scrolldownimage infinite alternate-reverse;
    --ms-animation: 0.5s scrolldownimage infinite alternate-reverse;
}
@keyframes scrolldownimage {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(15px);
    }
}
.row-services-rounded {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 140px);
}
.imagesservicesportionparent {
    position: relative;
}
.imagesservicesportionparent:before {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    width: calc(50% + 100vw);
    height: 100%;
    background: var(--lightblue);
    z-index: -1;
}
.text-service-item {
    max-width: 720px;
}
.text-service-item h4 {
    letter-spacing: -2px;
}
.imagesservicesportion {
    background-color: var(--yellow);
    border-radius: 50%;
    filter: drop-shadow(0px 20px 20px var(--yellow));
    background-position: center;
    position: relative;
    overflow: hidden;
    width: 650px;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imagesservicesportion::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../assets/appdevelopment/bg-booking.png);
    z-index: -1;
    background-position: center;
    mix-blend-mode: screen;
    filter: brightness(1) invert(1);
}
ul.listings-services li {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: initial;
    position: relative;
    padding-left: 25px;
}
ul.listings-services {
    margin: 35px 0;
}
ul.listings-services li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: var(--yellow);
    border-radius: 50%;
    transform: translateY(-50%);
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-50-150 {
    margin-top: 50px;
    margin-bottom: 250px;
}
.text-service-item {
    background: var(--lightblue);
}
.bg-pinkish .imagesservicesportion {
    background-color: var(--pinkish);
    filter: drop-shadow(0px 20px 20px var(--pinkish));
}
.bg-pinkish-small,
.bg-pinkish::before {
    background: var(--darkishpurple);
}
.bg-lightpurple .imagesservicesportion {
    background-color: var(--cardpurple);
    filter: drop-shadow(0px 20px 20px var(--cardpurple));
}
.bg-lightpurple-small,
.bg-lightpurple::before {
    background: var(--lightpurple);
}
.bg-orange .imagesservicesportion {
    background-color: #ffe676;
    filter: drop-shadow(0px 20px 20px #ffe676);
}
.bg-orange-small,
.bg-orange::before {
    background: #ffae00;
}
.row-reverse {
    flex-direction: row-reverse;
}
.before-bg-color-side-change:before {
    left: auto;
    right: -100vw;
}
.left-140 {
    left: -140px;
}
.left-before-image-packages:before,
.right-after-image-packages:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/appdevelopment/creativepackage-left.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    z-index: -1;
}
.right-after-image-packages:after {
    background-image: url(../assets/appdevelopment/creativepackage-right.png);
    background-position: right center;
}
.tabs-services-packages .nav-tabs {
    justify-content: center;
    border: 1px solid #b6c0cb;
    display: inline-flex;
    padding: 8px;
    border-radius: 15px;
}
.tabs-services-packages .nav-tabs .nav-item {
    margin-bottom: 0;
}
.tabs-services-packages .nav-tabs .nav-item .nav-link {
    border: none;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 10px;
    font-size: 20px;
    color: var(--darkblue);
    min-width: 200px;
    padding: 10px 20px;
    min-height: 50px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.tabs-services-packages .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}
.tabs-services-packages .nav-tabs .nav-item .nav-link.active {
    background-color: var(--lightblue);
    color: #fff;
    box-shadow: 1px 5px 15px 0 #0aa2f3;
}
.main-parent-services-packages {
    background: #fff;
    border: 1px solid #0aa2f3;
    padding: 70px 50px;
    border-radius: 10px;
    box-shadow: 0 -35px 35px 30px #e5e5e5;
    position: relative;
    z-index: 1;
}
.main-parent-services-packages:after,
.main-parent-services-packages:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/appdevelopment/features-top.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 50px;
    background-position-y: top;
    z-index: -1;
}
.main-parent-services-packages:after {
    background-image: url(../assets/appdevelopment/features-bottom.png);
    background-position-x: 50px;
    background-position-y: bottom;
}
.row-services-packages {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.packages-all {
    color: #fff;
    flex: 0 0 calc(33% - 15px);
    max-width: calc(33% - 10px);
    text-align: center;
    border-radius: 10px;
    padding-bottom: 90px;
    position: relative;
    margin-bottom: 35px;
}
.col-first-packages {
    flex: 0 0 23%;
    overflow: hidden;
}
.col-second-packages {
    flex: 0 0 73%;
}
.main-parent-services-packages h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 70px 0 55px;
}
.packages-all ul li,
ul.features-li li {
    font-size: 18px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 20px;
}
ul.features-li li {
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-before li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 2px;
    background: var(--lightblue);
}
.packages-all ul li {
    padding-left: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.packages-btn button {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 13px);
    bottom: -131px;
}
.tab-content-services-packages.gradient-right:after {
    right: auto;
}
.tab-content-services-packages.gradient-left:before {
    right: 0;
    left: auto;
}
.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
@keyframes tabcontentactiveservices {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.tab-content-services-packages .tab-content > .active {
    animation: 1s tabcontentactiveservices forwards;
}
.right-20percent img {
    right: -20%;
}
.column-count-2 {
    column-count: 2;
}
.packages-all ul li.pricing-packages {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    width: fit-content;
    font-weight: 700;
    margin-bottom: 30px;
}
.packages-all ul li.pricing-packages:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 75%;
    background: #ffe367;
    height: 2px;
}
.packages-all ul li.pricing-packages.after-line-blue:after {
    background: #0aa2f3;
}
.right-130 {
    right: -130px !important;
}
.d-flex-end {
    align-items: flex-end;
}
.fa-97 {
    font-size: 97px;
}
.line-height-100 {
    line-height: 100px;
}
.mt-resource-banner {
    margin-top: calc(12% - 10px) !important;
}
.max-width-800resourcep {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.resources-arrow .scroll-down-image {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}
.fa-24 {
    font-size: 24px;
    line-height: 40px;
}
.resource-image-right:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/resourcepages/bg-image-resources.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    filter: brightness(1) invert(1);
    z-index: -1;
    opacity: 0.4;
}
.images-banner-bg-resources:before {
    content: "";
    position: absolute;
    background-image: url(../assets/resourcepages/bg-image-banner-small-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.image-left,
.image-right {
    position: absolute;
    left: -50px;
    bottom: 200px;
}
.image-right {
    left: auto;
    right: -100px;
    bottom: 120px;
}
.image-left,
.image-right {
    animation: 2s animatebannersmallimages infinite alternate;
    -ms-animation: 2s animatebannersmallimages infinite alternate;
    -webkit-animation: 2s animatebannersmallimages infinite alternate;
    -moz-animation: 2s animatebannersmallimages infinite alternate;
    -o-animation: 2s animatebannersmallimages infinite alternate;
}
@keyframes animatebannersmallimages {
    from {
        transform: translateY(10px);
    }
    to {
        transform: translateY(-10px);
    }
}
.image-right {
    animation-delay: 2s;
}
.row-resources-how-to-hire {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 115px 0 80px;
    max-width: 1215px;
    margin-left: auto;
    margin-right: auto;
}
.how-to-hire-services {
    max-width: 310px;
}
.how-to-hire-service-item img {
    margin-bottom: 55px;
    width: auto;
    height: 82px;
    object-fit: contain;
}
.how-to-hire-service-item h6 {
    font-size: 27px;
    text-transform: capitalize;
    color: #0e2e54;
    font-weight: 700;
    margin-bottom: 30px;
}
.how-to-hire-service-item p {
    font-size: 14px;
    line-height: 27px;
}
.how-to-hire-service-item {
    text-align: center;
}
.how-to-hire-services.after-arrow {
    position: relative;
}
.how-to-hire-services.after-arrow:after {
    content: "";
    position: absolute;
    background-image: url(../assets/resourcepages/how-to-hire-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100% - 90px);
    height: 55%;
    left: 84%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.how-to-hire-services.col-ser-2.after-arrow:after {
    left: 97%;
}
.max-800 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.line-horizontal-after.line-horizontal-before {
    position: relative;
    display: inline-block;
}
.line-horizontal-after:after,
.line-horizontal-before:before {
    content: "";
    position: absolute;
    left: -50vw;
    top: 50%;
    transform: translateY(-50%);
    width: 40vw;
    height: 100%;
    background: linear-gradient(90deg, #1da9f4, transparent);
    z-index: -1;
}
.line-horizontal-after:after {
    background: linear-gradient(270deg, #ffd427, transparent);
    right: -50vw;
    left: auto;
}
.container-1480 {
    max-width: 1480px;
    margin: 0 auto;
}
.column-text-resource-info {
    max-width: calc(42% + 20px);
}
.item-resource-information.left-image-resource-item .column-text-resource-info {
    max-width: calc(42% + 80px);
}
.column-text-resource-info h2 {
    font-size: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
.column-text-resource-info p {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 29px;
    max-width: 566px;
}
.item-resource-information {
    position: relative;
    margin-bottom: 240px;
}
.image-resource {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.image-resource img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.bg-background-blue {
    background: var(--lightblue);
}
.bg-background-yellow {
    background: var(--yellow);
}
.image-resource:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/resourcepages/upper-layer-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    mix-blend-mode: hard-light;
}
.left-image-resource-item:after,
.right-image-resource-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/resourcepages/design-left-right-resources.png);
    background-repeat: no-repeat;
    background-size: 4vw;
    background-position: left center;
    z-index: -1;
}
.right-image-resource-item:after {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
}
.left-aligned-resource-information .image-resource {
    right: auto;
    left: 0;
}
.left-aligned-resource-information .image-resource:after {
    transform: rotateY(180deg);
}
.max-width-1440 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.features-li.pl-li-0 li {
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.features-li.pl-li-0.extra-content li {
    line-height: 20px;
}
.main-parent-services-packages.packages-resource-parent {
    padding: 70px 90px;
}
.main-parent-services-packages.packages-resource-parent .col-first-packages {
    flex: 0 0 20%;
    max-width: 20%;
}
.main-parent-services-packages.packages-resource-parent .col-second-packages {
    flex: 0 0 78%;
    max-width: 78%;
}
.main-parent-services-packages.packages-resource-parent:before {
    background-image: url(../assets/resourcepages/packages-top-resource.png);
}
.main-parent-services-packages.packages-resource-parent:after {
    background-image: url(../assets/resourcepages/packages-bottom-resource.png);
}
.main-parent-services-packages.packages-resource-parent:after,
.main-parent-services-packages.packages-resource-parent:before {
    background-position-x: 80px;
}
.packages-all ul li.dropdown-button-resource select {
    border: 1px solid #ffae00;
    padding: 6px 20px;
    padding-right: 50px;
    border-radius: 10px;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;
    background: 0 0;
    background-image: url(../assets/dropdown-icon.png);
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
.packages-all ul li.dropdown-button-resource.bg-image-blue select {
    background-image: url(../assets/dropdown-icon-blue.png);
    border-color: var(--darkblue);
}
.packages-all ul li.dropdown-button-resource select option {
    color: #000;
}
.packages-all ul li.dropdown-button-resource {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 35px;
}
.packages-all ul li.dropdown-button-resource select::-webkit-expand {
    display: none;
}
.background-blue-dark {
    background: #0089ff;
}
.main-parent-services-packages.packages-resource-parent h3 {
    margin: 55px 0 55px;
}
.main-parent-services-packages.packages-resource-parent .packages-btn button {
    max-width: 240px;
}
.tab-content-sales-staff .max-width-1440 {
    max-width: 1180px;
}
.tab-content-sales-staff .packages-all {
    flex: 0 0 calc(50% - 15px);
}
.tab-content-sales-staff .main-parent-services-packages.packages-resource-parent .col-second-packages {
    flex: 0 0 70%;
}
.tab-content-sales-staff .main-parent-services-packages.packages-resource-parent .col-first-packages {
    flex: 0 0 25%;
    max-width: 25%;
}
.tab-content-sales-staff .main-parent-services-packages.packages-resource-parent {
    padding: 70px 80px 70px 80px;
}
.text-contact {
    margin: 60px 5vw 55px;
}
.text-contact .my-28,
.text-contact .my-34 {
    margin: 15px auto;
    max-width: 570px;
}
.max-width-1411 {
    max-width: 1411px;
    margin: 0 auto 150px;
}
.form-styling {
    background: var(--lightblue);
    padding: 90px 120px 80px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 45px 45px 0 #0aa2f394;
}
.row-contact {
    display: flex;
    justify-content: space-between;
}
.form-styling:after,
.form-styling:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/contact/left-design.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    z-index: -1;
}
.form-styling:after {
    background-image: url(../assets/contact/right-design.png);
    background-position: right center;
}
.contact-text-column h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2px;
}
.contact-text-column form {
    margin: 60px 0 0;
}
.contact-text-column form input,
.contact-text-column form textarea,
.contact-text-column form select{
    width: 100%;
    max-width: 478px;
    border: none;
    background: 0 0;
    color: #fff;
    padding: 20px 0;
    border-bottom: 3px solid #0fc8f8;
    margin-bottom: 15px;
}
.contact-text-column form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://hireitpersonnel.com/assets/down-arrow.png) no-repeat right center;
    background-size: 20px;
    background-position: calc(100% - 0px);
}
::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
}
select option {
  color: #000; /* Text color for the selected option */
}
.contact-text-column form input::placeholder,
.contact-text-column form textarea::placeholder{
    color: #fff;
}
.contact-text-column form label{
    color: #ffea00;
}
.contact-text-column form textarea {
    min-height: 140px;
    resize: none;
    margin-bottom: 85px;
}
.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.image-container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/contact/upper-layer.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    mix-blend-mode: hard-light;
}
.get-in-touch-contact {
    border: 1px solid #0089ff;
    border-radius: 30px;
    text-align: center;
    padding: 130px 20px 80px 20px;
}
.row-git {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.col-git {
    max-width: 401px;
    flex: 0 0 33%;
}
.get-in-touch-contact h3 {
    position: absolute;
    width: 100%;
    top: -28px;
    background: #0e2e54;
    display: block;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    box-shadow: 0 15px 20px 0 #0e2e54b0;
}
section.section-3-contact-us {
    margin-top: 250px;
}
.git-items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    background: var(--yellow);
    border-radius: 50%;
}
.col-git > a {
    display: block;
}
.git-items i {
    font-size: 70px;
    color: var(--darkblue);
}
.col-git > a > span {
    color: #000;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}
.col-git > a > * {
    transition: 0.3s ease-in-out;
}
.col-git > a:hover .git-items {
    background: var(--darkblue);
}
.col-git > a:hover .git-items i {
    color: #fff;
}
.col-git > a:hover .git-items ~ span {
    color: var(--lighblue);
}
.about-heading {
    margin: 100px 0;
    text-align: center;
    display: inline-block;
}
.about-heading span.line-bottom {
    margin: 30px auto;
}
.left-image-about-item:after,
.right-image-about-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/aboutus/before-about.png);
    background-repeat: no-repeat;
    background-size: 6vw;
    background-position: left center;
    z-index: -1;
}
.right-image-about-item:after {
    background-image: url(../assets/aboutus/after-about.png);
    background-position: right center;
}
.color-darkblue {
    color: var(--darkblue) !important;
}
.pb-15px {
    padding-bottom: 15px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-heritage-settings-change .my-28,
.our-heritage-settings-change .my-34 {
    margin: 18px auto;
}
.our-heritage-parent {
    margin: 80px 0 0;
}
.our-heritage-row {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.our-heritage-column {
    flex: 0 0 33%;
}
.our-heritage-items {
    max-width: 277px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.our-heritage-image {
    width: 153px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 45px;
    position: relative;
}
.our-heritage-headings span {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    font-weight: 700;
}
.our-heritage-headings h6 {
    margin-bottom: 15px;
    font-size: 30px;
    color: var(--yellow);
    font-weight: 700;
}
.our-heritage-text p {
    font-size: 17.8px;
    font-weight: 300;
}
.our-heritage-image:after,
.our-heritage-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/aboutus/before-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: 10s roundround infinite linear reverse;
}
.our-heritage-image:after {
    background-image: url(../assets/aboutus/after-image.png);
    width: calc(100% + 55px);
    height: calc(100% + 55px);
    left: -28px;
    top: -27px;
    background-position: center;
    animation: 10s roundround infinite linear;
}
@keyframes roundround {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0);
    }
}
.top-images-left-right {
    z-index: 1;
    overflow: hidden;
}
.top-images-left-right:after,
.top-images-left-right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/aboutus/ourheritageafter.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: -1px;
    background-position-x: 0;
    z-index: -1;
}
.top-images-left-right:after {
    transform: rotateY(180deg);
}
.mt-98 {
    margin-top: 98px;
}
.our-group-py {
    padding: 100px 0;
}
.our-group .col-git {
    max-width: initial;
    flex: 0 0 calc(33% - 100px);
}
.our-group .get-in-touch-contact {
    padding-left: 90px;
    padding-right: 90px;
}
.our-group .get-in-touch-contact.max-width-1411 {
    max-width: 1488px;
}
.our-group .col-git .git-items {
    background: 0 0;
    width: auto;
    height: 100px;
    margin-bottom: 35px;
    align-items: flex-end;
}
.our-group .get-in-touch-contact h3 {
    background: var(--lightblue) !important;
    box-shadow: 0 15px 20px 0 #0aa2f38c;
}
.value-selected-from-selectbox h3 {
    text-align: center;
    font-weight: 700;
    color: #ffea00;
    font-size: 18px;
}
.fa-times-circle:before {
    background: linear-gradient(red, red) center/70% 58% no-repeat;
}
.fa-check-circle:before {
    background: linear-gradient(#28a745, #28a745) center/70% 58% no-repeat;
}
::selection {
    background: var(--darkblue);
    color: #fff;
}
@keyframes topdownimage {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 100%;
    }
}
@keyframes topdownimage2 {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 100% 100%;
    }
}
.loader img {
    max-width: 15vw;
}
.image-container img {
    width: 100%;
}
.available-on-small-screen {
    display: none;
}
header.active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
li.dropdown.dropdown-zb .dropdown-menu {
    background: var(--darkblue);
    width: fit-content;
    min-width: auto;
}
li.dropdown.dropdown-zb .dropdown-menu a {
    margin: 0;
    text-align: left;
    font-size: 16px;
    padding: 4px 15px;
}
li.dropdown.dropdown-zb .dropdown-menu a:before {
    display: none;
}
li.dropdown.dropdown-zb.show a:before {
    width: 50%;
}
.bannerimages-services img,
.imagesservicesportion img {
    animation: 2s topdownsmall infinite alternate;
}
@keyframes topdownsmall {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
ul.features-li li.pricing {
    font-weight: 700;
}
ul.features-li li.pricing {
    margin-top: 58px;
    font-size: 26px;
}
.packages-resource-parent ul.features-li li.pricing {
    margin-top: 50px;
    line-height: initial;
}
.main-parent-services-packages h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.main-parent-services-packages .col-first-packages h3 {
    padding: 0 0;
}
.py-200 {
    padding: 200px 0;
}
.min-height-privacy {
    min-height: 500px !important;
}
.pos-privacy-pages {
    position: absolute;
    top: calc(50% - 50px);
    transform: translatey(-50%);
}
.social-left-icons.plus-50px {
    top: calc(50% + 50px);
}
.privacy-head .container-profile {
    min-height: 40px;
}
.privacy-text {
    color: #0e2f55;
}
.privacy-text h3 {
    font-size: 34px;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
    margin: 20px 0;
    display: inline-block;
}
.privacy-text h3:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 5px;
    background: #ffae00;
    bottom: 0;
    left: 0;
}
.privacy-text.privacy-3 ul {
    padding: 30px 25px 0;
}
.privacy-text.privacy-3 ul li {
    line-height: 25px;
    padding-left: 0;
    font-size: 16px;
    list-style: disc;
    margin-bottom: 20px;
}
.privacy-text p {
    line-height: 25px;
    margin: 22px 0;
    font-size: 16px;
}
.privacy-text h5 {
    line-height: 30px;
}
.privacy-1,
.privacy-2,
.privacy-3,
.privacy-4,
.privacy-5 {
    margin: 20px 0;
}
.privacy-text span {
    font-weight: 600;
}
.privacy-text h4 {
    font-weight: 600;
    font-size: 30px;
}
.privacy-text.privacy-3 ul li::marker {
    color: #ffae00;
}
.imagesservicesportion.d-flex-end img {
    animation: none;
}
.rotate-x-180deg {
    transform: rotateX(180deg);
}

section.section-3 .row-services span.service-item-image-in-between:nth-child(4) img {
    transform: rotateX(180deg);
}

.input-form input ~ span {
    color: #ffea00 !important;
    text-align: left;
    font-size: 12px;
    display: block;
}

.testimonial-slider ul.slick-dots {
    position: absolute;
    display: flex;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-slider ul.slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: none;
    margin-right: 10px;
}

.testimonial-slider ul.slick-dots li {
    line-height: 0;
}

.testimonial-slider ul.slick-dots li:last-child button {
    margin-right: 0;
}

.testimonial-slider ul.slick-dots li.slick-active button {
    background: var(--yellow);
}

section.section-3-contact-us .gradient-left:after {
    left: 0;
    right: auto;
}

section.section-3-contact-us .gradient-right:before {
    right: 0;
    left: auto;
}

.left-dots-contact {
    position: relative;
}

.left-dots-contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/contact/dots-contact.png);
    background-repeat: no-repeat;
    background-size: 9vw;
    background-position-x: left;
    background-position-y: 20px;
    opacity: 0.1;
    z-index: -1;
}

section.section-3-resource.how-to-hire .py-90.text-center > h3 {
    text-transform: capitalize;
}

a.pr-settings {
    padding-right: 25px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: inherit;
}

.log-container img {
     max-width: 133px; 
}

.footer-logo img {
    max-width: 143px;
}

span.whynewchange {
    font-size: 41px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 50px;
}

span.whyhireitpersonnel {
    font-size: 140px;
    line-height: 105px;
    display: inline-block;
}

img.mb-minus-values {
    margin-bottom: -25px;
}



.privacy-form .contact-inputRadio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*justify-content: space-between;*/
    flex-flow: wrap;
    gap: 15px;
}

.privacy-form.contact-text-column form .contact-inputRadio label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.privacy-form.contact-text-column form .contact-inputRadio label,.privacy-form.contact-text-column form .contact-inputRadio span input {
    margin: 0;
    accent-color: var(--orange);
}

.contact-inputRadio label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    gap: 9px;
}

.contact-inputRadio label input {
    margin: 0;
    accent-color: #0c3153;
}

.privacy-form.contact-text-column form label {
    margin: 0;
    display: block;
}

.privacy-form.contact-text-column form input,.privacy-form.contact-text-column form select {
    padding: 10px 0;
    margin-bottom: 5px;
}

.privacy-form.contact-text-column button.btn-regular.animation-btn {
    margin-top: 30px;
}

.contact-text-column.privacy-form {
    width: 100%;
    max-width: 50%;
}

.object-fit-cover{
    object-fit:cover;
}

.contact-text-column.privacy-form form {
    margin-top: 30px;
}