.logo img {
    max-width: 175px;
}
.copyright img.copyright_img {
max-width: 85px;
    position: relative;
    top: -4px;
}
.copyright {
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.gallery-contents .gallery-wrapper .gallery-info {
    display: block;
}
.gallery-description{
    display: none;
    margin-top: 15px !important;
    padding: 0 !important;}

.gallery-info-wrapper h5{
    padding-bottom: 10px;
}

.gallery-expand .gallery-description{
    display: block;}
.sec_padding {
    padding: 80px 0;
}

.architronix-button svg{
    fill: #fff;
}
svg.text-line.display-3.fw-extra-bold.z-1 {
    height: 120px;
}
    .btn {
        --bs-btn-font-size: unset;
    }
.pt-0{
    padding-top: 0;
}
.text-secondary {
    color: #fff;
}
.gallery-info-wrapper h5 {
    color: #fff;
}
span.hero-heading.animate-fill.primary {
    /* color: #f48533; */
    color:#fff;
}

.gallery-image-wrapper.overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: var(--bs-overlay-bg);
    width: var(--bs-overlay-width);
    height: var(--bs-overlay-height);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 100%);
}

span.hero-heading.animate-fill.primary::after {
    --bs-animate-fill-box-color: #fff;
}

.vision_mission .author-image img {
    background: #f1d4bf73;
    padding: 20px;
    border-radius: 100%;
    max-width: 120px;
}
.form-control {
    --bs-border-radius: 0;
    --bs-border-width: 1px;
    --bs-border-color: #f69c5a;
    --bs-placeholder-color: rgba(var(--bs-body-color-rgb), 0.2);
    padding: 0.84rem 0.75rem;
    border-radius: 20px;
    border-style: dashed;
}
.mt_30{
    margin-top: -30px;
}

.mob_img{
    display: none;
}

@media (max-width: 767px) {
    .section-contact-form.position-relative {
    padding-top: 50px;
}
    .gallery-contents.gallery-sm .gallery-info-wrapper{
          opacity: 1 !important;
    }
    .gallery-contents .gallery-wrapper .gallery-info {
        opacity: 1 !important;
    display: block;
    padding-left: 20px;
}
    .gallery-contents {
    width: 100% !important;
}
    .horizontal-accordion.d-flex {
        display: inline;
    }
    .horizontal-accordion.d-flex {
    display: block;
}
    .mob_pad_btm{
        padding-bottom: 80px;
    }
    .mob_pad_top{
     padding-top: 80px;   
    }
    .stroke-heading svg.text-line.display-3.fw-extra-bold.z-1 {
    height: 55px;
}
        .carousel-captions .content-text {
        --bs-content-text-padding: 280px 0 160px 0;
    }
.mob_img{
    display: block;
}
    .des_img{
        display: none;
    }}

button.btn.btn-outline-primary.gap-10 {
    border-radius: 20px;
    border-color: #f48533a1;
    border-width: 1px;
}
@-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}#form_process{-webkit-animation-name:spinnerRotate;-webkit-animation-duration:1.1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spinnerRotate;-moz-animation-duration:1.1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spinnerRotate;-ms-animation-duration:1.1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;display:inline-block;margin-left:10px;position:relative;visibility:hidden}

#error_data{
	color: red;
    font-size: 14px;
    margin: 0px 0px 10px;
    line-height: normal;
}
a {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 980px) { 
    .section-contact-form.position-relative {
    padding-top: 30px;
}
    .gallery-contents .gallery-wrapper .gallery-info {
    display: block;
    padding-left: 20px;
}
    .gallery-contents {
        --bs-gallery-expand-width: 190%;}
    .mob_pad_btm .col-lg-6:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
}
    .heading-title {
        font-size: 75px;
    }
.mob_pad_top {
    padding-top: 80px;
    }}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
.pad_btm{
    padding-bottom: 80px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: transparent;
    cursor: pointer;
}

.file-wrapper {
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 1px solid #f69c5a;
    cursor: pointer;
    border-radius: 20px;
    border-style: dashed;
}
.file-wrapper input {
    left: 0;
    opacity: .01;
    cursor: pointer;
    position: absolute;
    -moz-opacity: .01;
    width: 100%;
    filter: alpha(opacity=1);
    height: 60px;
}
.file-wrapper .file-button {
	color: #fff;
	float: left;
	cursor: pointer;
	margin-left: -20px;
	padding: 15px;
	background: #fff !important;
	display: inline-block
}
.file-holder {
    top: 15px;
    padding-left: 15px;
    position: relative;
    left: auto;
}
.file-button i {
    margin-right: 8px;
}

input#resume {
    position: absolute;
    width: 100%;
}
i#form_process {
    height: 20px;
    border: 2px dashed #f48533;
    width: 20px;
    border-radius: 100%;
}
.offcanvas-header img {
    width: 200px;
}

.carousel-item {
   
    height: 100vh;
}
.d-xl-block {
        display: none;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
     
        color: #fff;
        font-family: "Season Serif", Georgia, sans-serif;
        font-size: 16px;
    }

    .carousel-indicators {
    display: none;
}
h1,h2,h3,p, span,h4,h5,h6,a{
    font-family: "Season Serif", Georgia, sans-serif !important;
}
.scroll-move .scrolling-text {
   
    display: none;
}

h5.author-name {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}

.team-details-inner p {
   
    font-size: 16px;
}
.team-author-image.overflow-hidden {
    border-left: 10px solid #000;
}

.team-details {
    --bs-team-details-bg: #000;
    --bs-team-details-width: calc(100% - 87px);
    --bs-team-line-spacing: 8px;
    --bs-team-line-width: 1px;
    --bs-team-line-color: transparent;
    background-color: var(--bs-team-details-bg);
    width: var(--bs-team-details-width);
    position: static;
    bottom: -60px;
    left: 0;
    transition: width 0.4s ease-in-out;
    z-index: 1;
}

.team-details-inner p {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.team-details-inner {
    padding: 1rem 1rem 1rem 0.5rem;
}

.subtitle{
    font-size: 18px;
    margin-bottom: 18px;
    font-style: italic;
}

.bg-cream {
    background-color: #f7f7f0;
    width: 100%;
    margin: 0 0px;
}

.col-lg-6.abtt {
    margin-left: 0%;
    padding-left: 8%;
}
.about-section-2{
    color: #000 !important;
    background-color: #fff !important;

}
a.btn.btn-link.link-hover-animation-1.d-inline-flex.gap-10.align-items-center {
    color: #000;
    border: 1px solid #000;
    padding: 2px 2px 2px 6px;
}


/* ==========================================================
   EXPERIENCE SECTION
   2 COLUMNS × 2 ROWS
========================================================== */

.experience-section {
    width: 100%;
    background: #fff;
    padding: 90px 0;
}


/* ==========================================================
   MAIN GRID

   ┌───────────────┬───────────────┐
   │     TEXT      │      20       │
   ├───────────────┼───────────────┤
   │     400       │     IMAGE     │
   └───────────────┴───────────────┘
========================================================== */

.experience-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 300px;

    width: 100%;
}


/* ==========================================================
   COMMON BOX
========================================================== */

.experience-box {
    border: 1px solid #dedede;

    padding: 45px;
}


/* ==========================================================
   TOP LEFT - TEXT
========================================================== */

.experience-text {
    display: flex;
    align-items: center;
}


.experience-text h2 {
    margin: 0;

    font-family: var(--serif);

    font-size: clamp(38px, 4vw, 60px);

    line-height: 1.05;

    font-weight: 700;

    letter-spacing: -0.03em;

    /* color: #202020; */
    /* color: #9e9c9c; */
     color: #fff;
}


/* ==========================================================
   NUMBER BOXES
========================================================== */

.experience-number-box {
    display: flex;
    flex-direction: column;

    justify-content: center;
}


/* Number */

.experience-number {
    font-family: var(--serif);

    font-size: clamp(48px, 5vw, 72px);

    line-height: 1;

    font-weight: 700;

    letter-spacing: -0.04em;

    color: #202020;

    margin-bottom: 12px;
}


/* Text */

.experience-number-box p {
    margin: 0;

    font-family: var(--sans);

    font-size: 14px;

    line-height: 1.5;

    font-weight: 500;

    color: #555;
}


/* ==========================================================
   IMAGE - BOTTOM RIGHT
========================================================== */

.experience-image {
    width: 100%;
    height: 100%;

    overflow: hidden;

    border: 1px solid #dedede;
}


.experience-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform .6s ease;
}


.experience-image:hover img {
    transform: scale(1.03);
}


/* ==========================================================
   DESKTOP REFINEMENT
========================================================== */

@media (min-width: 1200px) {

    .experience-grid {
        grid-template-rows: 280px 320px;
    }

    .experience-box {
        padding: 50px;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .experience-section {
        padding: 70px 0;
    }

    .experience-grid {
        grid-template-rows: 250px 280px;
    }

    .experience-box {
        padding: 35px;
    }

    .experience-text h2 {
        font-size: 40px;
    }

    .experience-number {
        font-size: 52px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .experience-section {
        padding: 60px 0;
    }

    .experience-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }


    .experience-box {
        min-height: 220px;
        padding: 30px;
    }


    .experience-text {
        min-height: 250px;
    }


    .experience-text h2 {
        font-size: 34px;
    }


    .experience-number-box {
        min-height: 200px;
    }


    .experience-image {
        height: 300px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .experience-section {
        padding: 50px 0;
    }

    .experience-box {
        padding: 25px;
    }

    .experience-text h2 {
        font-size: 30px;
    }

    .experience-number {
        font-size: 48px;
    }

}

.bg-shade{
    background-color: #f7f7f0;
}
.numerics{
    background-color: #ffffff82;
}


svg {
    fill: #000;
}

.experience-text {
   
    background-color: #000;
  
}





/* =========================================================
   ADS - TALK TO US SECTION
========================================================= */

.ads-talk-section {
    padding: 130px 0;
   background: #fff;
    position: relative;
    overflow: hidden;
}


/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.ads-talk-heading {
    max-width: 800px;
    margin-bottom: 70px;
}

.ads-talk-label,
.ads-small-title {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
   color: #000;
    margin-bottom: 18px;
}

.ads-talk-heading h2 {
    font-size: clamp(48px, 6vw, 90px);
    line-height: .95;
    font-weight: 800;
    margin: 0 0 25px;
   color: #000;
    letter-spacing: -3px;
}

.ads-talk-heading p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    margin: 0;
  color: #000;
}


/* ---------------------------------------------------------
   MAIN WRAPPER
--------------------------------------------------------- */

.ads-talk-wrapper {
    position: relative;
}


/* ---------------------------------------------------------
   LEFT CONTACT INFORMATION
--------------------------------------------------------- */

.ads-contact-info {
    height: 100%;
    padding: 65px 55px;
    background: #f5f1e8;
   background: #000;
    display: flex;
    flex-direction: column;
}

.ads-contact-intro {
    margin-bottom: 55px;
}

.ads-contact-intro .ads-small-title {
    color: #fff;
}

.ads-contact-intro h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}


/* ---------------------------------------------------------
   CONTACT ITEMS
--------------------------------------------------------- */

.ads-contact-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}

.ads-contact-item:last-of-type {
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.ads-contact-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border: 1px solid rgba(255,255,255,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ads-contact-item span,
.ads-talk-social > span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #fff;
    margin-bottom: 8px;
}

.ads-contact-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.7;
    transition: all .3s ease;
}

.ads-contact-item a:hover {
    color: #fff;
}


/* ---------------------------------------------------------
   SOCIAL
--------------------------------------------------------- */

.ads-talk-social {
    margin-top: auto;
    padding-top: 50px;
}

.ads-social-links {
    display: flex;
    gap: 10px;
}

.ads-social-links a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    transition: all .3s ease;
}

.ads-social-links a:hover {
    background: #fff;
    border-color: #fff;
    color: #f5f1e8;
}


/* ---------------------------------------------------------
   RIGHT FORM
--------------------------------------------------------- */

.ads-contact-form {
    height: 100%;
    padding: 65px 60px;
    background: #ffffff;
    border: 1px solid #e5e1d8;
}

.ads-contact-form .ads-small-title {
    color: #000;
}

.ads-contact-form h3 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin: 0 0 45px;
}


/* ---------------------------------------------------------
   FORM ELEMENTS
--------------------------------------------------------- */

.ads-form-group {
    margin-bottom: 30px;
}

.ads-form-group label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

.ads-form-group input,
.ads-form-group select,
.ads-form-group textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    background: transparent;
    padding: 12px 0;
    font-family: inherit;
    font-size: 15px;
   color: #a3a2a2;
    outline: none;
    border-radius: 0;
    transition: border-color .3s ease;
}

.ads-form-group input:focus,
.ads-form-group select:focus,
.ads-form-group textarea:focus {
    border-color: #f5f1e8;
}

.ads-form-group input::placeholder,
.ads-form-group textarea::placeholder {
    color: #999999;
}

.ads-form-group textarea {
    resize: vertical;
    min-height: 120px;
}


/* ---------------------------------------------------------
   SELECT
--------------------------------------------------------- */

.ads-form-group select {
    cursor: pointer;
}


/* ---------------------------------------------------------
   SUBMIT BUTTON
--------------------------------------------------------- */

.ads-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 17px 28px;
    border: 1px solid #f5f1e8;
    background: #000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
}

.ads-submit-btn svg {
    transition: transform .3s ease;
}

.ads-submit-btn:hover {
    background: transparent;
   color: #000;
    border: 2px solid;
}

.ads-submit-btn:hover svg {
    transform: translateX(6px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ads-talk-section {
        padding: 100px 0;
    }

    .ads-talk-heading {
        margin-bottom: 50px;
    }

    .ads-contact-info {
        padding: 50px 40px;
    }

    .ads-contact-form {
        padding: 50px 40px;
    }

    .ads-contact-intro {
        margin-bottom: 35px;
    }

    .ads-contact-intro h3 {
        font-size: 28px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ads-talk-section {
        padding: 75px 0;
    }

    .ads-talk-heading {
        margin-bottom: 40px;
    }

    .ads-talk-heading h2 {
        font-size: 52px;
        letter-spacing: -2px;
    }

    .ads-talk-heading p {
        font-size: 15px;
        line-height: 1.6;
    }

    .ads-contact-info {
        padding: 40px 25px;
    }

    .ads-contact-form {
        padding: 40px 25px;
    }

    .ads-contact-intro {
        margin-bottom: 30px;
    }

    .ads-contact-intro h3 {
        font-size: 26px;
    }

    .ads-contact-item {
        padding: 20px 0;
    }

    .ads-contact-form h3 {
        font-size: 27px;
        margin-bottom: 35px;
    }

    .ads-form-group {
        margin-bottom: 25px;
    }

    .ads-submit-btn {
        width: 100%;
        justify-content: space-between;
    }

}

footer.section-footer p, a {
    color: #fff;
}
.footer-new-bg {
    --bs-bg-opacity: 1;
    background-color:#000;

    width: 100%;
        margin: 0 0px;
}
.link-hover-animation-1 {
    --bs-link-hover-animation-color: #d6d1d1 !important;
}
h5.fw-extra-bold.separator {
    color: #d0cece;
    border-bottom: 2px solid;
}

.footer-contents {
   
    border-bottom: 1px solid #dbd6d6;
}

.white-logo {
    filter: brightness(0) invert(1);
}

/* =========================================
   SOCIAL MEDIA ICONS
========================================= */

.ads-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.ads-social-icons li {
    list-style: none;
}

.ads-social-icons li a {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #fff;
    border-radius: 50%;

    color: #fff !important;
    background: transparent;

    text-decoration: none !important;

    transition: all 0.3s ease;
}

.ads-social-icons li a i {
    font-size: 15px;
    color: #fff;
    transition: all 0.3s ease;
}


/* Hover */
.ads-social-icons li a:hover {
    background: #fff;
    border-color: #fff;
    transform: translateY(-2px);
}

.ads-social-icons li a:hover i {
    color: #253b2f;
}

.team-wrapper:hover .team-author-image img {
    transform: rotateZ(45deg);
}

a.next-btn svg {
    fill: #fff !important;
}
a.btn.btn-outline-primary.gap-10 svg {
    fill: #000;
}
.team-arrow-icon svg {
    fill: #fff;
}