@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@300&family=Josefin+Sans:wght@500&family=Oswald&family=Roboto+Condensed&family=Teko&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Geologica:wght@300&family=Josefin+Sans:wght@500&family=Oswald&family=Roboto+Condensed&family=Teko&display=swap');

body {
    font-family: 'Geologica', sans-serif;
    /* font-family: 'Josefin Sans', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Teko', sans-serif; */
}
html,
body{
    overflow-x: hidden;
}

.page-scroll {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    background-color: #fff;
}

/* top menu start here */
.topmenu {
    background-color: #945404;
    padding: 0px 0;
    color: #fff;
}

.left-top {
    margin-top: 5px;
}

.left-top p {
    margin: 0;
    font-size: 15px;
}

.left-top span {
    color: #fff;
}
.mvw a{
    color: #fff;
}

.right-top {
    text-align: right;
    margin-right: 20px;
}

.right-top span {
    padding: 7px 6px;
    font-size: 15px;
}

.right-top a {
    color: #fff;
}

.mvw {
    color: #fff;
}

.left-top a {
    text-decoration: none;
}

/* top menu end here */

.nav-brand img {
    width: 260px;
}
#rev_slider_1_1_wrapper .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: none !important;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
}

/* about css starts */
.about-info {
    padding: 55px 0 50px;
    position: relative;
}
.about-info .section-title1 {
    text-align: left;
    margin-bottom: 20px;
}
.about-info .section-title1 h5 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    color: #333;
}
.section-title1 h3 {
    color: #333;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}
.about-info .section-title1 p {
    font-size: 16px;
    color: #333;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 600;
    line-height: 26px;
    margin-top: 12px;
}
.about-info .about-description {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0px;
}
.about-info .about-description li {
    font-size: 16px;
    line-height: 27px;
    color: #333;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    /* font-family: 'Open Sans', sans-serif; */
}
.about-info .about-description li:before {
    content: "\f061";
    position: absolute;
    top: 0;
    font-family: 'FontAwesome';
    font-weight: 900;
    left: 0;
    font-size: 15px;
    color: #065185;
}
.callwrap {
    /* background: #e3b000; */
    position: relative;
    /* padding: 25px; */
    line-height: initial;
    border-radius: 5px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-around; */
}
.callwrap .readmore a {
    color: #fff;
}
.readmore a {
    transition: all 0.2s ease-out 0s;
    background: #945404;
    color: #fff;
    /* font-family: 'Jost', sans-serif; */
    border-radius: 5px;
    margin: 0px;
    padding: 8px 15px;
    letter-spacing: 0px;
    font-size: 16px;
}


/* about css ends */

/* services css starts */
.feature-one {
    position: relative;
    display: block;
    padding: 120px 0 20px;
    z-index: 1;
}
.feature-one__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 670px;
    background-color: #94540414;
    z-index: 1;
}
.feature-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
}
.feature-one__shape-1 {
    position: absolute;
    bottom: -238px;
    right: 0;
    z-index: -1;
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes float-bob-x{
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
}
.feature-one__shape-1 img {
    width: auto;
}
.feature-one__left {
    position: relative;
    display: block;
    z-index: 3;
}
.feature-one__left .section-title {
    margin-bottom: 18px;
}
.section-title {
    position: relative;
    display: block;
    margin-top: -10px;
    /* margin-bottom: 48px; */
}
.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 14px;
    /* color: #945404; */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
    margin-bottom: 18px;

}
.section-title__tagline:before {
    content: "";
    position: absolute;
    top: 7px;
    right: -30px;
    height: 1px;
    width: 21px;
    background-color: #ceae92;
}
.section-title__title {
    margin: 0;
    color: #32343b;
    font-size: 38px;
    line-height: 54px;
    font-weight: 700;
    margin-top: 2px;
}
.feature-one__text {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
}
/* .feature-one__right {
    position: relative;
    display: block;
    margin-right: -100px;
    z-index: 2;
} */
.feature-one__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.feature-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 50px 50px 41px;
    z-index: 1;
}
.feature-one__single:hover .feature-one__single-inner:before {
    background-color: #945404;
    transition-delay: 50ms;
}
.feature-one__single-inner:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    height: 60px;
    width: 25px;
    /* background-color: var(--aports-primary); */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-one__icon {
    position: relative;
    display: flex;
}
.feature-one__single:hover .feature-one__icon img {
    transform: scale(.9);
}
.feature-one__icon img {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: #ceae92;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 60px;
}
.feature-one__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 17px;
}
.feature-one__single:hover .feature-one__title a {
    color: #fff;
}
.feature-one__title a {
    color: #32343b;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
/* .feature-one__text:hover{
    color: #fff;
}  */
.feature-one__btn {
    position: relative;
    display: block;
    margin-top: 22px;
}
.feature-one__single:hover p {
    /* background-color: #23252b; */
    transition-delay: 50ms;
    color: #fff;
}
.feature-one__single:hover .feature-one__btn a {
    color: #fff;
}
.feature-one__btn a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #87898e;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
.feature-one__single:hover .feature-one__btn a i {
    background-color:#ceae92;
    color: #32343b;
}
.feature-one__btn a i {
    height: 15px;
    width: 15px;
    background-color: #87898e;
    color:#ffffff;
    font-size: 9px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__single-inner:after {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}
.feature-one__single-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #32343b;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

/* services css ends */


/* why choose us css starts */
section#choose_us.about_choose_us {
    padding: 25px 0px;
}

/* section#choose_us {
    padding-top: 45px;
} */

/* section {
    padding: 75px 0 80px;
    position: relative;
    overflow: hidden;
} */
.section_heading {
    margin: 0 0px 4rem;
    padding-right: 30%;
}

.section_heading h2.section_title {
    position: relative;
    /* padding-left: 25px; */
    font-size: 34px;
}

/* .section_heading h2.section_title:before {
    content: '';
    height: 100%;
    width: 3px;
    background: #ffac00;
    position: absolute;
    top: 0;
    left: 0;
} */
.heading_txt {
    font-size: 16px;
}
.mission-image img {
    width: 87%;
    margin-top: 28%;
}

.choose-list {
    border-width: 1px 1px 1px 3px;
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 #945404;
    border-style: solid;
    padding: 12px 12px 12px 38px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(122, 122, 122, 0.1);
    height: 180px;
}

.mar-bottom-30 {
    margin-bottom: 30px;
}

.choose-list i {
    position: absolute;
    left: -27px;
    top: 30%;
    background: #106921;
    border-radius: 5px;
    padding: 10px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    height: 50px;
}

.choose-list h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.choose-list p {
    margin: 0;
    font-size: 16px;
}

/* why choose us css ends */


/* counter css starts */
.pd-bottom-90 {
    padding-bottom: 90px;
}

.pd-top-120 {
    padding-top: 120px;
}

.bg-overlay {
    position: relative;
    background-size: cover !important;
}

.counter-area .shape-right-bottom {
    right: 30px;
    z-index: 111;
}

.shape-right-bottom {
    position: absolute;
    right: 0;
    bottom: 100px;
    max-width: 100px;
}

.top_image_bounce {
    -webkit-animation: top-image-bounce 3s infinite ease-in-out;
    animation: top-image-bounce 3s infinite ease-in-out;
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.section-title {
    margin-bottom: 40px;
    position: relative;
}

.section-title.style-white .sub-title {
    color: #fd4766;
}

.section-title .sub-title {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

.section-title .title {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.1;
}

.section-title.style-white .title {
    color: #fff;
}

.section-title.style-white .content {
    color: #fff;
}

.section-title .content {
    margin-top: 25px;
    margin-bottom: 0;
}

.counter-area .section-title .read-more-text {
    font-size: 18px;
}

.read-more-text {
    position: relative;
    font-weight: 600;
    text-decoration: underline;
}

.text-white {
    color: #fff !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.read-more-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fd4766;
    height: 1px;
    width: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

.counter-area .section-title .read-more-arrow {
    color: #262626;
}

.read-more-arrow {
    height: 47px;
    width: 47px;
    line-height: 49px;
    font-size: 20px;
    text-align: center;
    background: #ECECEC;
    border-radius: 50%;
    display: inline-block;
}

.single-counter-inner {
    margin-bottom: 30px;
    background: rgba(86, 86, 86, 0.8);
    padding: 50px 38px 40px;
    height: 260px;
}

.single-counter-inner.style-white h3 {
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 23px;
}
.count-value span{
    font-size: 35px;
}
.single-counter-inner.style-white h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
    background: #fff;
}

.single-counter-inner.style-white p {
    color: #fff;
    margin-bottom: 35px;
}

.single-counter-inner.style-white .count-value {
    color: #fff;
}

.single-counter-inner .count-value {
    font-weight: 400;
    font-size: 46px;
    margin-bottom: 0;
}


/* counter css ends */


/* footer css starts */
.footer_section {
    background-color: #000;
    padding: 50px 0px 20px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(45deg, #000000e8, #000000e8), url(../images/line.png);
}
.single-cta {
    display: flex;
}
.single-cta i {
    color: #fff;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #fff;
    font-size: 16px;
}
.foot_row_line {
    border-top: 1px solid #fff;
    margin: 15px 0px 15px 0px;
}
.foot_lg img {
    width: 85%;
}
.foot_lg img {
    margin-bottom: 12px;
    /* width: 100%; */
}
.foot_links h3 {
    font-size: 25px;
    position: relative;
    color: #e2e2e2;
}
.foot_links h3::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    background-color: #ff6600;
    width: 65px;
    height: 2px;
    border-radius: 20px;
}
.foot_links_uls {
    display: flex;
}
.foot_links ul {
    padding: 0px;
}
.foot_links ul li {
    margin: 12px 0px;
    list-style-type: none;
}
.foot_links ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
    font-weight: 100;
}
.foot_links_uls_right {
    margin-left: 30px;
}
.foot_map h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
}
.social_icons {
    margin-top: 10px;
    display: flex;
}
.social_icons li {
    list-style-type: none;
}
.social_icons a {
    color: #fff;
    text-decoration: none;
}
.social_icons i {
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    background-color: #945404;
    height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.cta-text a{
    text-decoration: none;
}
.footer_right {
    width: 100%;
    border-top: 1px solid #eaeaea45;
    background-color: rgb(0, 0, 0);
}
.footerbottom1 h5 {
    font-size: 17px;
    margin-top: 18px;
    color: #fff;
}
.footerbottom2 {
    float: right !important;
    margin-top: 8px;
}
.footerbottom2 h4 {
    font-size: 17px;
    color: #fff;
    margin-top: 12px;
}
.svapps_ft_logo {
    width: 75px;
    margin-top: -16px
}
/* footer css ends */



.scrollToTop {
        background-image: linear-gradient(to right, #945404 52%, #945404 100%, #945404 100%);
}
.scrollToTop {
    background-size: 200% auto;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.3);
    bottom: 15px;
    display: none;
    border-radius: 50%;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
    opacity: 0.8;
}
.scrollToTop i {
    color: #fff;
    font-size: 42px;
}

.ro_wss {
    position: sticky !important;
    top: 0;
}

div .sticky222 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* padding: 50px 0px 50px 50px; */
    font-size: 20px;
}


/* our projects css starts */
.content-area-7 {
    padding: 20px 0px;
}
.main-title-5 {
    margin-bottom: 20px;
    /* text-align: center; */
}
.main-title-5 h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}
.main-title-5 h1 span {
    color: #945404;
}
.title-border {
    height: 5px;
    /* width: 120px; */
    background: transparent;
    border-radius: 10px;
    margin: 0 auto;
}
.title-border-inner {
    height: 5px;
    width: 15px;
    animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
    border-radius: 10px;
    float: left;
    margin: 0 5px;
}
@keyframes pulse{
    0%, 100% {
        background-color: #945404;
    }
    50% {
        background-color: #945404;
    }
}
@keyframes nudge{
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(50px, 0);
    }
    80% {
        transform: translate(20px, 0);
    }
}
.popular-places {
    margin-bottom: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}
.popular-places .popular-places-overflow {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}
.popular-places .popular-places-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
}
.popular-places .popular-places-photo:before {
    position: absolute;
    content: '';
    background: linear-gradient(0,#0a3dc3ad,rgb(74 121 255 / 28%));
    right: 0;
    width: 0%;
    height: 100%;
    transition: 1s;
}
.popular-places-photo:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.popular-places .popular-places-inner:hover .popular-places-photo {
    transform: scale(1.2);
}
.popular-places .popular-places-inner:hover .popular-places-photo:before {
    width: 100%;
}
.popular-places img {
    width: 100%;
    height: 271px;
}
/* .w-100 {
    width: 100%!important;
} */
.popular-places-photo:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,rgb(35 35 37 / 66%) 0%,rgb(35 35 37 / 13%) 35%,rgb(255 255 255 / 0%) 60%,rgb(255 255 255 / 0%) 100%);
    bottom: 0;
}
.popular-places .info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    color: #fff;
    font-weight: 500;
}
.popular-places .info h3 {
    margin-bottom: 2px;
    font-weight: 400;
}
.popular-places .info h3 a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}
.popular-places .info p {
    color: #efefef;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}
.popular-places:hover .new {
    background: #945404;
    color: #fff;
}
.popular-places:hover .new {
    transform: rotateY(360deg);
}
.popular-places .new {
    color: #945404;
}
.popular-places .new {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 100%;
    height: 60px;
    display: block;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.popular-places .big-img {
    height: 567px;
    width: 100%;
    object-fit: cover;
}

/* our projects css ends */


.foot_lg a{
    font-size: 50px;
    line-height: 57px;
    color: #fff;
    text-decoration: none;
}
.foot_lg li{
    margin-top: 60px;
}

@media (max-width: 1024px){
    .contact-head {
    text-align: center;
    font-size: 30px !important;
    color: #000000;
}
    .about_img img{
        width: 100% !important;
    }
    .choose-list h3 {
    margin-bottom: 10px;
    font-size: 22px;
}
.nav-brand {
    line-height: 67px;
    padding: 0;
    color: #945404;
    font-size: 27px;
    text-decoration: none !important;
    font-weight: 700;
}
.footerbottom1 h5{
    text-align: center;
}
.footerbottom2 {
    float: none !important;
    margin-top: 8px;
    text-align: center;
}
.services_inner2-Nsec1pica img {
    width: 100% !important; 
    height: auto !important;
}
.services_inner2-NsecB2, .services_inner2-Nsec1B {
    position: relative;
    margin-left: 0px !important;
    margin-top: 50px;
}
.services_inner2-Nsec1 {
    position: relative;
    left: 0px !important;
    width: 100%;
}
}

@media (max-width: 768px){
    .mission-image img {
        width: 100% !important;
    } 
    .popular-places img {
        width: 100%;
        height: auto;
    }
    .mvw{
        display: none;
    }
    .project img {
     height: auto !important; 
}
}
@media (max-width: 425px){
.rev_slider_1_1_wrapper {
    height: auto !important; 
}
}
@media (max-width: 426px){
    .rev_slider_1_1_wrapper {
    height: auto !important; 
}
.about_img img{
    width: 100% !important;
}
.mission-image img {
    width: 100% !important;
}
.section_heading {
    margin: 0 0px 3rem;
    padding-right:0px;
}
.main-title-5 {
    margin-bottom: 20px;
}
.feature-one {
    padding: 60px 0 20px;
    z-index: 1;
}
.choose-list i {
    position: absolute;
    left: -15px;
    top: 30%;
    background: #106921;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    height: 50px;
    width: 45px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    height: 45px;
}
.single-counter-inner {
     height: auto; 
    text-align: center;
}
.single-counter-inner.style-white h3:after {
    content: "";
    position: absolute;
    left: 40%;
}
}



/* about us page css starts */
.bottom40 {
    margin-bottom: 12px;
}
.color_red {
    color: #ed2a28;
}
.line_1 {
    width: 200px;
    margin-top: 10px;
}
.line_1, .line_2, .line_3, .line_1-1, .line_2-2, .line_3-3 {
    display: block;
    height: 1px;
    background: #dbdbdb;
    position: relative;
}
#about-sev{
    padding: 40px 0px;
}
.about-sev-tag h4 {
    /* font-style: italic; */
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 20px;
    color: #ed2a28;
}
.about-sev-tag p {
    padding-bottom: 15px;
    line-height: 24px;
}
.about-sev-tag ul {
    margin-bottom: 15px;
}
.about-sev-tag ul li {
    font-weight: 400;
    /* font-style: italic; */
    line-height: 32px;
    display: inline-block;
    width: 48%;
}
.about-sev-tag ul li i {
    color: #ed2a28;
}
.about-sev-tag ul li i {
    font-size: 16px;
    display: inline-block;
    padding-right: 15px;
}
.about-sev-tag .founder-text {
    padding-left: 40px;
    position: relative;
    border-left: 2px solid #ddd;
    padding-top: 32px;
    padding-bottom: 0px;
}
.about-sev-tag .founder-text::before {
    position: absolute;
    top: 0;
    left: 10px;
    font-family: "FontAwesome";
    content: "\f10d";
    color: #988484;
    font-size: 22px;
}
.about-sev-tag .founder-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    /* font-style: italic; */
    margin: 0;
}
.about-sev-tag .founder-text h3 {
    color: #ed2a28;
}
.about-sev-tag .founder-text h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 14px 0 0;
}
.about-sev-img img {
    width: 100%;
}





/* about us page css ends */

/* contact us css start */

.contact-head1{
    font-family: 'Cinzel Decorative', cursive;
    font-size: 45px;
    color: #000000;
    font-weight: 600;
}

.contact-para1{
    /* text-align: center; */
    font-size: 17px;
}

.home-span1{
    color: #945404;
}

.cont-line1{
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    color: #0c0a0a;
    font-weight: 600;
    /* border-bottom: 2px solid #0c0a0a; */
}


.contact-head{
    text-align: center;
    font-size: 45px;
    color: #000000;
}

.contact-para{
    text-align: center;
    font-size: 17px;
}

.home-span{
    color: #945404;
}

.cont-line{
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    color: #0c0a0a;
    font-weight: 600;
    /* border-bottom: 2px solid #0c0a0a; */
}

/* #contactSection{
    background-image: url("../images/contact-bg.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
} */

#contactSection{
    background-image: url("../images/contact-bg.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}




@media screen and (max-width: 425px){
    
.contact-para{
     font-size: 16px;

}

.contact-head{
    font-size: 36px;
}

#contactSection{
    padding-top: 80px;
    padding-bottom: 80px;
}



}

.cont-img{
    width: 100%;
}

.icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 150px;
    
}
.icon {
    font-size: 32px;
    text-align: center;
    margin-right: 16px;
    color: #945404;
}




.icon-head{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #945404;
    padding-bottom: 0px;
    
}

.icon-para{
    color: #0C0A0A;
    font-size: 16px;
    font-weight: 700;
}

.img-1{
    border: 1px solid #6e777d24;
    
        margin-bottom: 30px;

}

#makeSection{
    padding-top: 50px;
    padding-bottom: 20px;
}

.touch-para{
    font-size: 35px;
    color: #945404;
    text-align: center;
    /* padding-top: 20px; */
}
.touch-head {
    text-align: center;
    color: #0C0A0A;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
}




* {
    box-sizing: border-box;
  }
  
  /* Style inputs */
  input[type=text], input[type=email], input[type=phone], input[type=mobile], select, textarea ,.touch-space  {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: #F6F6F6;
  }

/* Style the container/contact section */
/* .container {
    border-radius: 5px;
    
    padding: 10px;
  } */
  
  .form-cas{
    display: flex;
    flex-direction: row;
  }
  

  .rowee{
    display: flex;
    flex-direction: row;
    
  }

  .touch-space{
    margin-right: 10px!important;
  }

  .touch-button {
    text-transform: uppercase;
    background-color: #000;
    
    padding: 15px 30px 15px 30px;
    font-family: "Titillium Web",Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    
    letter-spacing: .05em;
    color: #FFF;
    background-color: #945404;
    border-style: none;
    border-radius: 2px 2px 2px 2px;
   
    margin-top: 10px;
    margin-bottom: 20px;

  }

  .sample{
    text-align: center;
    
  }

  #touchSection{
    padding-bottom: 60px;
    
  }


  @media screen and (max-width: 468px){
  
  .rowee {
    display: flex;
    flex-direction: column;
}
  }

  
  @media screen and (max-width: 600px){
  

  .touch-head {
    text-align: center;
    color: #0C0A0A;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
}
.touch-button {
    text-transform: uppercase;
    background-color: #000;
    padding: 15px 20px 15px 20px;
    font-family: "Titillium Web",Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #FFF;
    background-color: #945404;
    border-style: none;
    border-radius: 2px 2px 2px 2px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.touch-para {
    font-size: 16px;
    color: #945404;
    text-align: center;
    /* padding-top: 20px; */
}
  }



  
  @media screen and (max-width: 991px){
  
  #touchSection {
    padding-bottom: 20px;
}
  }

  .nav-menu>li>a:hover {
    color: #945404;
    text-transform: uppercase;
}

#nav-item{
    color: #945404;
}


/* contact us css - end */



/* career section - start */

#careerSection{
    background-image: url("../images/career-bg.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    
}

.career-head {
    text-align: center;
    font-size: 45px;
    color: #ffffff;
}



@media screen and (max-width: 425px){
    
    .contact-para{
         font-size: 16px;
    
    }
    
    .career-head{
        font-size: 36px;
    }
    
    #careerSection{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    
    
    }

.ele-head{
    font-size: 48px;
    margin: 0px 0px 20px 0px;
    padding-top: 30px;
}

.ele-para{
    color: #6E777D !important;
    font-family: Archivo !important;
    font-size: 16px !important;
    padding-bottom: 20px;
}



.home-span:hover{
    text-decoration: none;
    color: #945404;
}

.care-img{
    width: 100%;
}

.comp-head{
    font-size: 48px;
    text-transform: capitalize;
    line-height: 58px;
    margin: 0px 0px 0px 0px;
    font-family: fantasy;
    padding-bottom: 30px;
}

.comp-para{
    color: #0C0A0A;
        margin: 0 0 16px;
        display: block;
        font-size: 16px; 
        font-family: serif;
        font-weight: 600;
        padding-top: 30px;
        
}
.service_number {
    
position: absolute;
content: "";
right: 0;
top: 0%;

font-size: 100px;
font-weight: 700;
font-family: "Titillium Web", sans-serif;
color: rgba(0, 0, 0, 0.05);
}

.ser-head {
    font-size: 24px;
    color: #0C0A0A;
    font-family: fantasy;

}
.ser-para {
    font-size: 16px;
    color: #6e777d;
    margin: 0;
    font-family: math;
    
}

.care-space{
    padding: 15px 9px 27px 13px;
}


#serSection {
    padding-top: 23px;
    padding-bottom: 25px;
}

.service_number1 {
    

    content: "";
    right: 0;
    top: 0%;
    
    font-size: 100px;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    color: rgba(0, 0, 0, 0.05);
    }

.view-button{
    background-color: transparent;
    border: 1px solid #80808085;
    padding: 10px;
    font-size: 16px;
    color: #000;
}

.job-para{
    font-size: 16px;
    color: #6e777d;
    margin: 0;
    font-family: math;
    margin-bottom: 10px;
}

.job-op {
    margin-bottom: 30px;
    border: 1px solid #80808085;
    padding: 30px;
}

#jobSection{
    padding-bottom: 30px;
}

.apply-head {
    color: #0D1427;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 8px;
}

.teamer{
    background-color: #f2f2f2;
}


.apply-img{
    width: 100%;
}

.apply-form{
    display: flex;
    flex-direction: row;
}

.form-1{
    margin-right: 10px;
    background-color: #ffffff;
}

  /* Style inputs */
  input[type=text1] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: #ffffff;
  }

  input[type="file"] {
    display: block;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: #ffffff;
    width: 100%;
}


textarea[class="text-bg"]{
 background-color: #ffffff;
}

.app-space{
    padding: 35px;
}




@media screen and (max-width: 991px){
   
.app-space {
    padding: 18px;
}

.footerbottom1 h5 {
   
    text-align: center;
}

.footerbottom2 {
    float: none !important;
    text-align: center;
}


}



@media screen and (max-width: 600px){
   
.apply-form {
    display: flex;
    flex-direction: column;
}
.care-space {
    padding: 26px 13px 17px 32px;
}

#serSection {
    padding-top: 0px;
    padding-bottom: 6px;
}



.touch-button {
    text-transform: uppercase;
    background-color: #000;
    padding: 15px 20px 15px 20px;
    font-family: "Titillium Web",Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #FFF;
    background-color: #945404;
    border-style: none;
    border-radius: 2px 2px 2px 2px;
    margin-top: 10px;
    margin-bottom: 20px;
}

  

.apply-head {
   
    font-size: 20px;
}

}



@media screen and (max-width: 768px){
   

.comp-head {
    font-size: 35px;
    line-height: 39px;

}

.ele-head {
    font-size: 35px;
}
}



@media screen and (max-width: 425px){
   

    .comp-head {
        font-size: 26px;
        line-height: 23px;
    }

    .ele-head {
        font-size: 26px;
    }
 
    #serSection {
        padding-top: 7px;
        padding-bottom: 2px;
    }

    #jobSection {
        padding-bottom: 8px;
    }

    .care-space {
        padding: 13px 18px 24px 23px;
    }

    .ser-head {
        font-size: 18px;
    }

    .job-op {
        margin-bottom: 27px;
        border: 1px solid #80808085;
        padding: 10px;
    }
    }

/* career section - end */


/* projects page css starts */
.pb-70 {
    padding-bottom: 20px;
}
.pt-100 {
    padding-top: 40px;
}
.service-article .service-article-img {
    margin-bottom: 18px;
}
.service-article .service-content h2 {
    font-size: 35px;
    margin-bottom: 14px;
     color: #925500;
}
.service-article .service-content p {
    margin-bottom: 20px;
}
/* .service-article .service-another {
    margin-top: 35px;
} */
.service-article .service-another .service-another-content {
    margin-bottom: 30px;
}
.service-article .service-another .service-another-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
     color: #925500;
}
.service-article .service-another .service-another-img {
    margin-bottom: 30px;
}
.service-article .service-more h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.service-details-pn-about {
    position: relative;
    z-index: 1;
}
.service-details-pn-about-content {
    padding: 30px;
}
.service-details-pn-about-content {
    text-align: center;
}
.service-details-pn-about::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(27,151,212,.85);
    z-index: -1;
}
.service-details-pn-about-content-title h4 {
    color: #fff;
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
}
.service-details-pn-about-content-text p {
    color: #fff;
}
.service-details-pn-about-content-button a {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #FD7272;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}
.service-article-img img{
    width: 100%;
}
.service-another-img img{
    width: 100%;
}

.green-hills{
    padding-bottom: 30px;
}





/* projects page css ends */

/* service page css starts */
.services-section-iner2{
    padding: 40px 0px;
}
.services_inner2-Nsec1pica img {
    width: 350px;
    height: 360px;
    object-fit: cover;
    border: 6px solid #945404;
    padding: 10px;
}

.services_inner2-Nsec2 p{
    font-size: 16px;
}
.services_inner2-NsecB2 p{
    font-size: 16px;
}
/* service page css ends */
.project img{
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 0 18px rgb(1 1 1 / 15%);
    background: #f1f1f121;
    padding: 15px;
    height: 300px;
}
.project1 img{
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 0 18px rgb(1 1 1 / 15%);
    background: #f1f1f121;
    padding: 15px;
}
/* .project{
    margin-top: 40px;
} */
hr {
    margin-top: 20px;
    /* margin-bottom: 40px; */
    border: 0;
    border-top: 2px solid #000;
}
.services-section-iner2 {
    padding: 12px;
    position: relative;
    margin-bottom: 40px;
}
.services_inner2-Nsec1 {
    position: relative;
    left: -25px;
    width: 100%;
}
.services_inner2-Nsec1pica {
    text-align: center;
    position: relative;
}
/*.services_inner2-Nsec1pica::after {*/
/*content: '';*/
/*position: absolute;*/
/*width: 315px;*/
/*height: 172px;*/
/*background-color: #fff200;*/
/*left: 27px;*/
/*bottom: -17px;*/
/*z-index: -1;*/
/*}*/
@media (max-width: 1198px){
.services_inner2-Nsec1pica::after {
content: '';
left: -8;
display: none;
}
}
.services_inner2-Nsec2 {
position: relative;
}
.services_inner2-Nsec2, .services_inner2-Nsec1 {
position: relative;
margin-top: 50px;
}
.services_inner2-Nsec2 h2, .services_inner2-NsecB2 h2 {
margin-bottom: 18px;
font-size: 23px;
}
/*.services_inner2-Nsec2 h2::after {*/
/*position: absolute;*/
/*height: 8px;*/
/*width: 45px;*/
/*content: '';*/
/*background-color: #f35e1e00;*/
/*margin-top: 13px;*/
/*margin-left: 12px;*/
/*border-top: 2px solid #f04c53;*/
/*border-bottom: 2px solid #f04c53;*/
/*}*/
.services_inner2-Nsec2 p {
color: #737373;
}
.services_inner2-NsecB2, .services_inner2-Nsec1B {
    position: relative;
    margin-left: 11px;
    margin-top: 50px;
}
.Brochure a{
    background-color: #126718;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}

.Brochure h3{
    text-align: center;
    margin-bottom: 20px;
}
.project h1{
    color: #925500;
    font-size: 30px;
}
.project1 h1{
    color: #925500;
    font-size: 30px;
}
.coming_up{
    padding: 40px 0px;
}
.service-content li{
    margin: 10px 0px;
    font-size: 16px;
    list-style-type: none;
}
.service-content ul{
    padding-left: 20px;
}
.service-article{
    width: 100%;
    -webkit-box-shadow: 0 0 18px rgb(1 1 1 / 15%);
    -moz-box-shadow: 0 0 18px rgba(1,1,1,.15);
    box-shadow: 0 0 18px rgb(1 1 1 / 15%);
    padding: 20px;
    /* margin: 0 0 30px 0; */
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    /* background-color: yellow;
    padding: 50px;
    font-size: 20px; */
}


#applySection{
    padding: 40px 0px;
}
.award img{
    width: 100%;
}