/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Headings */

dl,
ol,
ul {
    padding: 0;
}

li {
    list-style: none;
}

/* Links */
a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0056b3;
}

p {
    font-size: 14px;
}

/* Container */
.container-fluid {
    width: 80%;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive images */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Utility classes */
.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.mt-1 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.p-2 {
    padding: 2rem;
}

/* Buttons */
.button {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #0056b3;
}

/* Forms */
input,
textarea {
    width: 100%;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}


/* Responsive media queries */
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .container {
        padding: 0 15px;
    }

    .flex-column-mobile {
        flex-direction: column;
    }
}

/* Card styling */
.card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin: 1rem 0;
}

/* CSS Grid */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

/* CSS Variables */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
}

ul#breadcrumb a {
    color: #fff;
    font-size: 16px;
    font-weight: bold !important;
}

.bread_crumb .functionalities i {
    color: white;
}

/* Button Css */

.button-primary {
    border: 1px solid #a96416;
    display: inline-block;
    padding: 5px 25px;
    transition: all 0.3s ease-in;
    color: #a96416;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .50px;
    font-family: "Inter", sans-serif;
    border-radius: 8px;
}

.button-primary:hover {
    background: #a96416;
    color: #ffffff;
    border-color: #a96416;
}

.mar-top-20 {
    margin-top: 20px;
}

/* section heading */
.sub-heading {
    font-size: 20px;
    font-weight: 600;
    color: #A96416;
    text-align: center;
    margin-bottom: 20px;
}

.section-heading.text-center {
    margin-bottom: 40px;
}

section.bg-color {
    background-color: #fff8ef;
}

/* index page css start */

/* slider css start */
.swiper {
    width: 100%;
    height: 80vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.bg-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.swiper-slide .swiper-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    width: 100%;
    text-align: left;
}

.swiper-slide .swiper-caption h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

.swiper-slide .swiper-caption p {
    font-size: 18px;
    margin-bottom: 20px;
}

.swiper-slide .swiper-caption a {
    padding: 10px 20px;
    border: 1px solid #3CB64A;
    color: #ffffff;
    background: #3CB64A;
    transition: all 0.3s ease-in;
    font-family: "Inter", sans-serif;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
}

.swiper-slide .swiper-caption a i {
    color: #ffffff;
    transition: all 0.3s ease-in;
}

.swiper-slide .swiper-caption a:hover i {
    padding-left: 8px;
}


/* slider css end */

/* project-content start */

.counter-box-one-one {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

/* project-content end */

/* providing work css start */

.providing-work-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.providing-work-inner .providing-work-box-inner {
    position: relative;
}

.providing-work-inner .providing-work-box-inner .providing-work-icon {
    height: 74px;
    width: 74px;
    border-radius: 50%;
    border: 1px solid #D2D2D2;
    margin: auto;
}

.providing-work-box-inner:hover .providing-work-icon {
    border: 1px solid #a96416;
}

.providing-work-inner .providing-work-box-inner .providing-work-icon img {
    height: 40px;
    width: 40px;
    margin: 15px;
}

.providing-work-inner .providing-work-box-inner h3 {
    position: relative;
    text-align: center;
    color: #5D645E;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px !important;
    margin-top: 20px;
}

.providing-work-inner .providing-work-box-inner .icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    text-align: center;
    background: rgba(60, 182, 74, .15);
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #a96416;
    transition: all .6s ease-in-out;
    font-size: 12px;
    position: absolute;
    right: 50px;
    top: 50px;
}

.providing-work-inner .providing-work-box .case-study-one-info {
    padding: 10px;
    position: absolute;
    bottom: auto;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #D2D2D2;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 0fr));
    margin-top: 10px;
    pointer-events: none;
}

.providing-work-inner .providing-work-box:hover .case-study-one-info {
    opacity: 1;
    transform: translateY(0);
    z-index: 4;
    pointer-events: auto;
}

.case-study-one-info .case-study-one-services {
    display: block;
    margin-bottom: 10px;
    border-top: 3px solid #a96416;
    position: relative;
    top: -12px;
    width: 75%;
    left: 35px;
}

.case-study-one .case-study-one-lg+.case-study-one-info .text {
    height: auto;
    overflow: auto;
}

.case-study-one-info li {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.case-study-one-info li:before {
    content: "\f111";
    font-family: "fontawesome";
    font-size: 8px;
    color: #a96416;
    margin-right: 8px;
}

.contentBoxWrap.call-to-action-section {
    padding-top: 50px;
    text-align: center;
}

.call-to-action-section .call-to-action-content .view-more-link a {
    border: 1px solid #a96416;
    display: inline-block;
    padding: 5px 25px;
    transition: all 0.3s ease-in;
    color: #a96416;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .50px;
    font-family: "Inter", sans-serif;
    border-radius: 8px;
}

.call-to-action-section .call-to-action-content .view-more-link a i {
    font-size: 20px;
    position: relative;
    top: 2px;
    left: 7px;
    transition: all 0.3s ease-in;
}

.call-to-action-section .call-to-action-content .view-more-link a:hover {
    background: #a96416;
    color: #ffffff;
    border-color: #a96416;
}

.call-to-action-section .call-to-action-content .view-more-link a:hover i {
    padding-left: 10px;
}

/* providing work css end */

/* Clients Section Css start */

.clients .our-clients {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
}

.clients .our-clients .clients-name {
    text-align: left;
    margin-top: 10px;
    width: 175px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 14px;
    text-overflow: ellipsis;
}

.sub-heading-bold {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    padding-top: 25px;
    color: #a96416;
    text-align: center;
}

/* Clients Section css end */

/* awards css section start */

.achievements-box h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

/* awards css section end */

/* index page css end */



/* About Us Css Start */

.con_title {
    margin-bottom: 30px;
}

.con_title h6 span {
    display: inline-block;
    position: relative;
}


.con_title h6 span:after,
.con_title h6 span:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #9596e3;
    -webkit-transition: width .3s;
    transition: width .3s;
    right: -90px;
    top: 10px;
    margin-top: 0;
}

.con_title h6 span:before {
    left: -90px;
    right: unset;
}

.about_us_sec.about_page .about_sec .con_title h2 {
    text-align: center;
}

.con_title h6 {
    text-align: center;
    margin: 0 auto -3px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mission-box.orange:before {
    background: linear-gradient(to right, #ff6348, #ff7f50);
}

.mission-box:before {
    content: "";
    background: linear-gradient(to right, #ffa502, #f9ca24);
    width: 100%;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mission-box.orange .service-icon {
    color: #ff6348;
    border-color: #ff6348;
}

.mission-box {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.mission-box .service-icon {
    color: #ffa502;
    background-color: #fff;
    font-size: 35px;
    line-height: 57px;
    width: 65px;
    height: 65px;
    margin: 0 auto 70px;
    border: 5px solid #ffa502;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff, 0 0 25px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s ease 0s;
}

.mission-box .service-icon:before,
.mission-box .service-icon:after {
    content: '';
    background-color: #ff6348;
    height: 60px;
    width: 5px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 1;
}

.mission-box .service-icon:after {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: auto;
    bottom: -60px;
    background-color: #ff6348;
}

.mission-box .title {
    color: #ff6348;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.mission-box .service-icon i.fa {
    transform: rotateY(0deg);
    transition: all 0.3s ease 0s;
}

.mission-box:hover .service-icon i.fa {
    transform: rotateY(360deg);
}

.mission-box.blue:before {
    background: linear-gradient(to right, #1e90ff, #70a1ff);
}

.mission-box.blue .service-icon {
    color: #1e90ff;
    border-color: #1e90ff;
}

.mission-box.blue .service-icon:before,
.mission-box.blue .service-icon:after {
    background-color: #1e90ff;
}

.mission-box.blue .title {
    color: #1e90ff;
}

.our-team {
    border: 2px solid #fe7d0b;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}

.our-team:before,
.our-team:after {
    content: "";
    width: 100%;
    height: 104%;
    background: #fe7d0b;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}

.our-team:after {
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}

.our-team:hover:before {
    transform: translateY(-50%) scaleX(0.7);
}

.our-team:hover:after {
    transform: translate(-50%, -50%) scaleY(0.7);
}

.our-team img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.our-team .team-content {
    width: 93%;
    padding: 25px 0 10px;
    background: #fe7d0b;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
}

.our-team .title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.our-team .post {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.our-team:hover .team-content {
    bottom: 10px;
    opacity: 1;
}


.our-team .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team .social li {
    display: inline-block;
    margin: 0 5px;
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #ff3232;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    background: linear-gradient(to bottom, #ff3232, #fdfdfd);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    color: #011c14;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #1d216a;
    text-align: left;
    margin: 0;
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con figcaption {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con figcaption .link_icon {
    margin-top: 13px;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con figcaption a {
    background-color: #fe7d0b;
    width: 45px;
    color: #ffffff;
    height: 45px;
    padding: 13px;
    font-size: 20px;
    -webkit-transform: scale(3) rotate(90deg);
    transform: scale(3) rotate(90deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con h5 {
    margin-top: 10px;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con:hover figcaption a {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con:hover figcaption h5 {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.filter.cate_7 {
    padding: 10px;
}

.testimonial_slide_4 .testimonial_sec {
    text-align: center;
    padding: 70px 35px 40px;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    margin: 10px;
}

.testimonial_slide_4 .testimonial_sec img {
    position: absolute;
    width: 150px;
    display: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    padding: 10px;
    height: 150px;
}

.testimonial_slide_4.owl-carousel .owl-item {
    overflow: visible;
    padding: 50px 15px 0 15px;
}

.rating_sec {
    background-color: #fe7d0b;
    position: relative;
    padding: 40px;
}

.rating_sec .rating_cls {
    text-align: center;
    color: #FFF;
}

.rating_sec .rating_cls img {
    margin: 0 auto;
    margin-bottom: 7px;
}

/* Contact us Style Start */
.bread_crumb {
    position: relative;
    padding: 30px 0px;
    background-image: url(../images/brad_back.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(187, 187, 187, 0.3);
    background-blend-mode: multiply;
}

.bread_crumb:before {
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background-color: rgba(40, 40, 40, 0.5);
    width: 100%;
    height: 100%;
}

.bread_crumb .functionalities {
    clear: both;
    position: relative;
}

.bread_crumb .functionalities ul.breadcrumb {
    clear: both;
    padding: 45px 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: unset;
    color: #fff;
    align-items: center;
}

.bread_crumb .page-title {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bread_crumb .page-title h2 {
    margin-bottom: 0;
    color: #fff;
    z-index: 99;
}

.cmn_bg {
    background-image: none !important;
    background-attachment: fixed;
    position: relative;
}

.comment_form {
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
}

.comment_form.contact_form .contact_text {
    padding: 30px;
    background-color: rgba(12, 20, 41, 0.04);
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.contact_form .contact_text:before,
.contact_form .contact_text:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #999999;
    position: absolute;
    top: 150px;
    right: 15px;
}

.contact_form .contact_text:after {
    top: unset;
    bottom: 150px;
}

.angle:before {
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #818282), color-stop(50%, #727373));
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px #707070;
    box-shadow: 0 0 5px #707070;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.angle.angle-left:before {
    right: -4px;
    top: 134px;
}

.angle.angle-right:before {
    left: -4px;
    bottom: 134px;
}

.comment_form.contact_form .contact_text .title {
    margin-top: 0;
    text-align: unset;
    color: #0c1429;
    font-weight: 500;
    text-transform: capitalize;
}

.comment_form.contact_form .contact_text .contect_info .contant-text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    color: rgba(12, 20, 41, 0.7);
    font-weight: 400;
    align-items: center;
}

.comment_form.contact_form .contact_text .contect_info .contant-text ul li:nth-child(4) {
    margin-bottom: 0;
}

.comment_form.contact_form .contact_text .contect_info .contant-text ul li i {
    margin-right: 10px;
}

.quote_2 .quote_form form {
    margin-top: -4px;
}

.comment_form.contact_form.contect_f .quote_2.comment_form_sec .quote_form .form-row .form-group .form-control {
    border: 1px solid rgba(12, 20, 41, 0.03);
    padding: 15px 15px;
    font-size: 12px;
}

.quote_2 .quote_form .form-row .form-group label {
    font-weight: 600;
    color: #0c1429;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}

.center_btn a {
    display: inline-block;
    text-align: center;
    font-weight: 400;
}

.comment_form.contact_form.contect_f .quote_2.comment_form_sec:before,
.comment_form.contact_form.contect_f .quote_2.comment_form_sec:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #999999;
    position: absolute;
    top: 150px;
    left: 15px;
}

.comment_form.contact_form.contect_f .quote_2.comment_form_sec:after {
    top: unset;
    bottom: 150px;
}

.quote_2 {
    background-color: #fafafa;
    position: relative;
    padding-top: 30px;
}

.comment_form.contact_form .center {
    padding: 0;
    position: relative;
}

.quote_2.comment_form_sec .quote_form .quote_btn {
    margin-top: 0px;
}

/* Contact us style end */