:root {
    --primary-color: #FFAD07;
    --secondary-color: #DAC386;
    --white: #FFFFFF;
    --black: #121014;
    --text-gray: #B8B7B8;
    --placeholder-black: #1E1E1E;
    --btn-text-white: #F2FAE6;
    --olive-green: #436E04;
    --border-gray: #EAEAEB;
}

.title-section {
    height: calc(100vh - 86px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.title-section .overlay {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, #121014 0%, #12101452 30%, #121014 100%);
}

.title-section .container {
    height: 100%;
}

.title-section h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: var(--white) !important;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Graphik Trial', sans-serif;
}


.font-180-162-700 {
    font-size: 62px;
    line-height: 72px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    font-family: "Integral CF Regular";
    text-align: center;
    margin-bottom: 30px;
}

.font-36-46-600 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--white);
    font-family: 'Graphik Trial', sans-serif;
}

.font-32-42-700 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: var(--white);
}

.font-16-22-400 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Graphik Trial', sans-serif;
}

.font-64-52-600 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    font-family: "Integral CF Regular";
}

.our-story-inner .font-64-52-600 {
    margin-bottom: 75px;
    text-align: center;
}

.bg-color-span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: 'Graphik Trial', sans-serif;
    margin-right: 25px;
    text-transform: uppercase;
    padding: 8px 25px;
    background-color: var(--primary-color);
    color: var(--white);
}

.why-need-us-section .font-180-162-700 {
    padding: 0px 12px;
    text-align: center;
}

.why-need-us-section .font-36-46-600,
.title-section .font-36-46-600 {
    text-align: center;
    padding: 0px 12px;
}

.why-need-us-section .font-36-46-600 {
    margin-bottom: 28px;
}

.why-need-us-section .we-are-card {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
}


.why-need-us-section .we-are-card img {
    width: 100px;
}

.why-need-us-section .we-are-card .font-64-52-600 {
    margin-bottom: 8px;
}

.why-need-us-section .view-all-btn {
    margin-top: 80px;
}

.font-24-32-400 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: var(--white);
    font-family: 'Graphik Trial', sans-serif;
}

.font-24-26-700 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: var(--black);
}

.font-14-14-500 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Graphik Trial', sans-serif;
}

.font-14-18-400 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--black);
}

.company-card {
    padding: 28px 18px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    border-radius: 21px;
    margin-bottom: 15px;
}

.company-card img {
    margin-bottom: 20px;
    width: 125px;
}

.company-cards-row {
    margin-top: 50px;
}

.slider-for .slick-arrow {
    top: 120px;
    background: var(--primary-color);
    border-radius: 100%;
}

.slider-for .slick-next {
    right: 0px;
}

.slider-for .slick-prev {
    left: 0px;
    z-index: 9;
}

/* why us slider============================================ */

.sld-wrp {
    margin: 0 auto;
}

.slider-for {
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.slide-container {
    background-color: #fff;

    padding: 20px;
    border-radius: 24px;
}

.slide-container .font-24-26-700 {
    margin-bottom: 15px;
}

.slide-container img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.slide-btn {
    text-align: center;
    cursor: pointer;
    color: var(--btn-text-white);
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin: 64px 0px;
}

/* ===================================================== */

/* isotope=========================================================== */
.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
    padding: 0;
}

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter a {
    display: block;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    border-bottom: 1px solid transparent;
    color: var(--text-gray) !important;
    font-family: 'Graphik Trial', sans-serif;
    border: 1px solid var(--primary-color);
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.container-filter a.active {
    color: var(--white) !important;
    background-color: var(--primary-color);
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}


.portfolioContainer .work-div {
    margin: 30px 0px;
}


.item-box .item-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
}

.item-box .item-mask .item-caption {
    position: absolute;
    width: 100%;
    bottom: 10px;
    opacity: 0;
}

.services-box {
    padding: 45px 25px 45px 25px;
}

/* =============================================================== */

.our-work-single-section .font-24-32-400 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-gray);
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    padding: 64px 0px;
}

.slide-btn.slick-current {
    color: var(--primary-color);
}

/* ===================================================== */
.why-need-us-card-row {
    margin-top: 50px;
}

.newsletter-div-inner {
    width: fit-content;
}

.slider-for .slick-prev::before {
    transform: rotate(180deg);
}

.slider-for .slick-arrow::before {
    color: var(--primary-color);
    border-radius: 100%;
    content: url(../icon/arrow-next.svg);
}

.slider-for .slick-arrow {
    height: 3rem;
    width: 3rem;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    background: var(--primary-color);
    z-index: 9;
    justify-content: center;
    align-items: center;
    top: 12%;
}

.service {
    width: fit-content !important;
    margin-top: 24px;
}

.service a {
    padding: 14px 21px;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Graphik Trial', sans-serif;
}

.service-inner-content .font-36-46-600 {
    margin-bottom: 36px;
}

/* accordion ===================================== */
.accordion {
    margin-top: 50px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-body .description {
    line-height: 28px;
    color: var(--white);
    padding-bottom: 16px;
}

.accordion-button {
    background-color: transparent !important;
    padding: 0px;
    margin-bottom: 10px;
    color: var(--btn-text-white);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    box-shadow: none;
}

.accordion-body {
    padding: 0px;
}

.accordion-item {
    margin-bottom: 24px;
    border: none;
    border-bottom: 1px solid #B8B7B8;
    background-color: transparent;
}

.accordion-button::after {
    background-size: 24px;
}

.accordion-button::after {
    transition: none;
}

.accordion-button:not(.collapsed)::after {
    transform: none;
}

/* ========================================================== */

.faq-section .font-180-162-700 {
    margin-bottom: 90px;
}

.font-22-28-600 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: var(--border-gray);
}

.service-single .line {
    height: 1px;
    width: 100%;
    background-color: var(--border-gray);
}

.service-number {
    gap: 18px;
}

.service-single-inner {
    padding: 55px 0px 60px 0px;
}

.service-single-img-web {
    padding-left: 40px;
    display: none;
}

.service-single-img-mobile {
    margin-bottom: 30px;
}

.service-single-img-web img,
.service-single-img-mobile {
    width: 100%;
    border-radius: 8px;
}

.service-single-inner .font-36-46-600 {
    margin-bottom: 30px;
}

.service-single-inner .view-all-btn {
    margin: 65px 0px 35px 0px;
}

.service-single-sub-img-div {
    gap: 35px;
    margin-top: 22px;
}

.service-single-sub-img-div img {
    width: 100%;
    margin-bottom: 15px;
}

.font-16-20-600 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--white);
    font-family: 'Graphik Trial', sans-serif;
}

.service-single-sub-img-div div {
    margin-bottom: 20px;
}

/* search bar========================= */

.input-div {
    display: flex;
    align-items: center;
    flex: 1;
    height: 50px;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    width: 100%;
    margin-bottom: 38px;
}

.magnify {
    display: flex;
    height: 24px;
    width: 24px;
    margin: 10px 25px;
    fill: #9aa0a6;
    cursor: pointer;
}

.search-bar-div input {
    flex: 100%;
    color: var(--white);
    background-color: transparent;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    resize: none;
    border: none;
    word-wrap: break-word;
    outline: none;
}


/* ==================================== */
.font-color-8a8a8a {
    color: #8a8a8a
}

.font-color-white {
    color: var(--white);
}

.font-color-primary {
    color: var(--primary-color);
}

.font-18-20-400 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Graphik Trial', sans-serif;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.gap-10 {
    gap: 10px;
}

.font-21-24-600 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Graphik Trial', sans-serif;
}

.font-color-b0b0b0 {
    color: #b0b0b0;
}

.blog-img-box {
    width: 100%;
    max-height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
}

.blog-img-box img {
    width: 100%;
}

.font-14-14-600 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.blog-card:hover .card-read-more-btn {
    color: var(--primary-color);
}

.blog-card {
    padding: 0px !important;
    margin-bottom: 50px;
}

.portfolioContainer {
    margin-top: 70px;
}

.font-24-30-400 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Graphik Trial', sans-serif;
}

.font-24-30-700 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Graphik Trial', sans-serif;
}

.blog-single-title-section {
    padding-top: 70px;
}

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-single-title-section a:hover,
.our-work-single-section a:hover,
.service-single-title-section a:hover,
.contact-title-section a:hover {
    color: var(--primary-color);
}

.font-64-64-600 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    font-family: "Integral CF Regular";
}

.blog-single-title-section .font-64-64-600 {
    margin: 26px 0px 24px 0px;
}

.blog-single-img-div {
    width: 100%;
    max-height: 555px;
    overflow: hidden;
}

.blog-single-img-div img {
    width: 100%;
}

.table-of-contents-div {
    margin-top: 68px;
    border: 1px solid var(--primary-color);
    padding: 16px;
}

.font-30-40-400 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Graphik Trial', sans-serif;
}

.font-20-24-700 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Graphik Trial', sans-serif;
}

.table-of-contents-div .font-30-40-400 {
    margin-bottom: 20px;
}

.table-of-contents-div p {
    padding: 5px 0px;
}

.table-of-contents-div .read-more-btn {
    margin: 36px 0px 0px 0px;
}

.blog-single-left p,
.blog-single-left h3 {
    padding: 20px 0px;
}

.font-36-46-500 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    font-family: 'Graphik Trial', sans-serif;
}

.contact-title-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 135px 0px;
}

.font-21-27-600 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Graphik Trial', sans-serif;
}

.contact-title-section .container {
    height: 100%;
}

.contact-title-section-right {
    gap: 27px;
    margin-top: 50px;
}

.contact-title-section .font-64-64-600 {
    margin-top: 27px;
}

.font-20-24-400 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.form-section {
    background-color: var(--white);
}

/* input field=============================================== */

.input-field {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0px 30px;
    margin-bottom: 50px;
}

select {
    margin-bottom: 50px;
}

.input-field label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--black);
    transition: 0.2s all;
    cursor: text;
    padding: 0px 30px;
}

.input-field input,
select {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--black);
    box-shadow: none;
    color: var(--black);
}

.input-field input:invalid {
    outline: 0;
    /* border-color: #ff2300; */
}

.input-field input:focus,
select:focus,
.input-field input:valid {
    border-color: var(--primary-color);
}

.input-field input:focus~label,
.input-field input:valid~label {
    top: -24px;
    color: var(--primary-color);
}

/* =================================================== */


.font-color-black {
    color: var(--black);
}

.form-p {
    margin-bottom: 30px;
}

form textarea {
    width: 100%;
    border: 1px solid var(--black);
}

form textarea:focus {
    border: 1px solid var(--primary-color);
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.form-check-input {
    border-color: var(--black);
}

.form-check {
    margin: 25px 0px;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

/* multiselector=========================================== */

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    margin: 10px 0px;
}

.custom-checkbox label {
    cursor: pointer;
    padding: 8px 24px;
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-transform: uppercase;
}

.custom-checkbox input[type="checkbox"]:checked+label {
    background-color: var(--primary-color);
    color: var(--white);
}

/* .custom-checkbox input[type="checkbox"] + label::after {
    content: "Unchecked";
    margin-left: 10px;
    font-weight: bold;
  } */

/* .custom-checkbox input[type="checkbox"]:checked + label::after {
    content: "Checked";
    margin-left: 10px;
  } */


/* ===================================================================== */

.font-14-14-400 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.gap-20 {
    gap: 20px;
}

.multi-selector-div {
    margin-bottom: 50px;
}

.view-all-btn {
    margin-top: 20px;
}

.service-single-title-section {
    padding: 87px 0px;
}

.service-single-title-section p {
    padding-bottom: 27px;
}

.service-single-title-section .font-64-64-600 {
    margin: 24px 0px;
}

.service-single-title-section .view-all-btn {
    margin-top: 24px;
}

.how-we-do-it-img-div {
    width: 100%;
    max-height: 510px;
    margin-bottom: 20px;
    overflow: hidden;
}

.how-we-do-it-img-div img {
    width: 100%;
}

.how-we-do-it-section .read-more-btn {
    border-color: var(--primary-color);
    width: 100%;
    display: flex;
    justify-content: center;
}

.gap-15 {
    gap: 15px;
}

.font-color-b8b7b8 {
    color: #b8b7b8;
}

.how-we-do-it-section .font-16-22-400 {
    margin-top: 30px;
}

.gap-85 {
    gap: 85px;
}

.how-we-do-it-section .font-180-162-700 {
    margin-bottom: 165px;
}

.our-work-slider-section .work-div-arrow h3{
    color: var(--black);
}

.our-work-single-title-section h3{
    text-align: center;
}

.start-project-section h1,
.start-project-section p{
    text-align: center;
}

.font-21-27-600{
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
}

.about-div .font-36-46-600{
    margin-bottom: 35px;
}

.about-div .font-21-27-600{
    margin-top: 10px;
}

.platforms-div .font-24-30-400{
    margin-bottom: 18px;
}

.font-16-16-600{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.logo-div{
    padding: 6px 23px;
    border: 1px solid var(--white);
    width: fit-content;
    margin-bottom: 38px;
}

.reaches-div{
    padding: 15px;
    background-color: var(--primary-color);
    border-radius: 20px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.reaches-div .font-64-64-600{
    margin-bottom: 15px;
}

.reaches-div .font-24-30-400{
    text-transform: uppercase;
}

.font-22-28-400{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.font-24-24-700{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.sorem-div{
    margin-top: 50px;
}

.sorem-div .font-24-24-700{
    margin-bottom: 28px;
}

.three-img-div{
    max-height: 520px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.three-img-div img{
    width: 100%;
}

.three-img-row{
    margin-top: 70px;
}

.vorem-left-div .font-24-24-700{
    margin-bottom: 25px;
}

.vorem-img-div{
    max-height: 300px;
    width: 60%;
    overflow: hidden;
    border-radius: 23px;
}

.bottom-img-div{
    margin-top: -100px;
}

.results-slider-img-box{
    max-height: 435px;
    border-radius: 17px;
    overflow: hidden;
    margin: 0px 15px;
    /* width: 100%; */
}

.results-slider-img-box img{
    width: 100%;
}

.results-slider{
    margin-top: 64px;
}

.cross-img-div{
    margin-top: 30px;
}

.three-img-row .col-xl-4{
    margin-bottom: 20px;
}

.contact-form-section-space{
    margin-bottom: 50px !important;
}