.navbar-brand {
    width: 25%;
}

@media (max-width: 1024px) {
    .navbar-brand {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 45%;
    }
}

@media (max-width: 481px) {
    .navbar-brand {
        width: 70%;
    }
}

.navbar-brand img {
    height: 100%;
    width: 100%;
}

.header-social {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#google_translate_element {
    margin:0px 0px 0px 23px;
}

.goog-te-gadget-simple {
    background: transparent !important;
    border: none !important;
}

.goog-te-gadget-simple span {
    color: #fff !important;
}

.food-one {
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    padding: 60px 0px 60px;
}

.food-one .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .food-one .container {
        max-width: 88% !important;
    }
}

.food-one__content-bx {
    /*align-items: center;*/
    gap: 0 40px;
}

.food-one__left {
    width: calc((100% - 508px) / 1);
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .food-one__left {
        width: 100%;
    }
}

.food-one__title {
    font-size: 70px;
    font-weight: 600;
    line-height: 75px;
    color: #00200c;
    word-wrap: break-word;
    margin-bottom: 43px;
}

@media (max-width: 767px) {
    .food-one__title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}

.food-one__text {
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    color: #12110e;
    line-height: 26px;
    padding-right: 40px;
}

@media (max-width: 767px) {
    .food-one__text {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
    }
}

.food-one__featurebx {
    padding-top: 37px;
}

@media (max-width: 991px) {
    .food-one__featurebx {
        max-width: 100%;
        padding-top: 20px;
    }
}

.food-one__col,
.team-skills-one__customers__col {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
    border-bottom: 1px solid #ddd4ce;
    padding-bottom: 24px;
    margin-bottom: 33px;
}

.food-one__col:last-child,
.team-skills-one__customers__col:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.food-one__col:hover .food-one__cricle,
.team-skills-one__customers__col:hover .food-one__cricle,
.food-one__col:hover .team-skills-one__customers__cricle,
.team-skills-one__customers__col:hover .team-skills-one__customers__cricle {
    background-color:var(--theme-color);
    color: #12110e;
}

.food-one__col:hover .team-skills-one__customers__icon-cricle,
.team-skills-one__customers__col:hover .team-skills-one__customers__icon-cricle,
.food-one__col:hover .food-one__icon,
.team-skills-one__customers__col:hover .food-one__icon {
    color: #ffffff;
}

.food-one__cricle,
.team-skills-one__customers__cricle {
    width: 82px;
    height: 82px;
    border-radius: 50%;
        background-color: var(--secondary-color);
    border: 2px solid var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.food-one__icon {
    color: var(--white-color);
    font-size: 40px;
    line-height: 1;
    transition: all 0.5s;
}

.food-one__quality-info-bx,
.team-skills-one__customers__feedback {
    width: calc((100% - 100px) / 1);
}

.food-one__quality-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    color: #080501;
    margin-bottom: 11px;
}

@media (max-width: 767px) {
    .food-one__quality-title {
        font-size: 16px;
        line-height: 1;
    }
}

.food-one__quality-info {
    line-height: 30px;
    font-weight: 400;
    color: #080501;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .food-one__quality-info {
        line-height: 27px;
    }
}

.food-one__right {
    width: 464px;
    padding: 0;
}

@media (max-width: 991px) {
    .food-one__right {
        margin: 0 auto;
        padding-top: 35px;
        padding-right: 16px;
        padding-left: 16px;
    }
}

.food-one__right-img {
       width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 38px;
    height: 600px;
    object-fit: cover;
}

@media (max-width: 1300px) {
    .food-one__right-img {
        padding-right: 16px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 991px)  {
    .food-one__right-img {
        height:470px;
        padding-right: 16px;
        padding-left: 10px;
    }
}
@media(max-width:767px) {
        .food-one__right-img {
        height:410px;
        padding-right: 16px;
        padding-left: 10px;
    }
}

.food-one__right-img>img {
    width: 100% !important;
    border-radius: 215px;
}

@media (max-width: 991px) {
    .food-one__right-img>img {
        object-position: center top;
    }
}

.food-one__right-img::before,
.food-one__right-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid transparent;
    border-radius: 220px;
}

.food-one__right-img::before {
    border-color: #abbcb1;
    width: 455px;
    height: 672px;
    top: -26px;
    right: initial;
    left: 21px;
    border-radius: 240px;
}

.food-one__right-img::after {
    border-color: var(--theme-color);
    width: 431px;
    height: 637px;
    top: -21px;
    right: initial;
    left: 13px;
}

@media (max-width: 1300px) {
    .food-one__right-img::before {
        left: 0px;
        width: calc(100% - 7px);
        height: calc(100% + 30px);
        top: -20px;
    }

    .food-one__right-img::after {
        left: -10px;
        width: calc(100% - 15px);
        height: calc(100% + 0px);
        top: -10px;
    }
}

@media (max-width: 991px) {
    .food-one__right-img::before {
        left: 4px;
    }

    .food-one__right-img::after {
        left: -4px;
    }
}

.sec-title,
.sec-title2 {
    padding-bottom: 27px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {

    .sec-title,
    .sec-title2 {
        padding-bottom: 37px;
    }
}

.sec-title__img,
.sec-title2__img {
    display: inline-flex;
    align-items: center;
    margin: 0px 8px;
    font-size: 12px;
    color: var(--theme-color);
}

.sec-title__img:first-child,
.sec-title2__img:first-child {
    animation: right 2s ease-in infinite;
}

.sec-title__img:last-child,
.sec-title2__img:last-child {
    animation: left 2s ease-in infinite;
}

@keyframes left {
    0% {
        transform: translateX(0px);
    }

    70% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes right {
    0% {
        transform: translateX(0px);
    }

    70% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

.sec-title__tagline,
.sec-title2__tagline {
    margin-top: -5px;
    margin-bottom: 5px;
    font-family: var(--subheading-font);
       color: var(--theme-color);
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.sec-title__par {
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6D7076;
}

.sec-title__title,
.sec-title2__title {
    font-weight: normal;
    letter-spacing: -1.2px;
    margin: 0;
    font-size: 40px;
   color: var(--secondary-color);
    line-height: 1.256;
    margin-bottom: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {

    .sec-title__title,
    .sec-title2__title {
        font-size: 35px;
    }
}

@media screen and (max-width: 576px) {

    .sec-title__title,
    .sec-title2__title {
        font-size: 35px;
    }
}

.sec-title2__tagline {
    color: var(--white-color);
}

.sec-title2__title {
    color: var(--white-color);
}

.fancybox-layout5 .fancybox-item {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    padding: 36px 40px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    transition: all 0.3s ease;
    margin-bottom: 45px;
}

.fancybox-layout5 .fancybox-item .fancybox-icon {
    position: absolute;
    z-index: -1;
    font-size: 70px;
    color: #e9e9f0;
}

.fancybox-layout5 .fancybox-item .fancybox-title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
}

.fancybox-layout5 .fancybox-item .fancybox-desc {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
}

.fancybox-layout5 .fancybox-item .btn {
    height: 48px;
    min-width: 130px;
    margin-top: 25px;
}

.fancybox-layout5 .fancybox-item:hover {
    transform: translateY(-10px);
}

/* .fancybox-layout5 .fancybox-item {
    margin-top: -150px;
} */

.fancybox-layout5 .fancybox-item .fancybox-icon {
    bottom: 0px;
    right: 30px;
}

@media (max-width: 991px) {
    .fancybox-layout5 .fancybox-item {
        padding: 20px;
        margin: 0 0 20px;
    }

    .fancybox-layout5 .fancybox-item .fancybox-icon {
        font-size: 40px;
    }

    .fancybox-layout5 .fancybox-item .fancybox-icon {
        bottom: 20px;
        right: 20px;
    }

    .fancybox-layout5 .row>[class*=col-]:first-child .fancybox-item {
        margin-top: 0px;
    }

}

.pillars-card {
    text-align: center;
    margin: 0 20px;
    margin-top: 80px;
    width: 20%;
    animation: upAndDown 20s infinite;
}

.pillars-card:hover .image::before {
    opacity: 1;
    visibility: visible;
}

.pillars-card .image {
    max-width: 312px;
    max-height: 423px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
}

.pillars-card .image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.pillars-card .image img {
    width: 100%;
    transition: all 1s ease-in-out;
}

.pillars-card .image .popup-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-in-out;
}

.pillars-card:hover .image .popup-icon {
    opacity: 1;
    visibility: visible;
}

.pillars-section-s3 {
    padding: 0px 0px 80px;
}

.pillars-section-s3 .pillars-card {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    width: 20%;
}

.pillars-card h2 {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .pillars-section-s3 .pillars-card {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.pillars-section-s3 .pillars-card .image {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 2px 10px 50px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .pillars-section-s3 .pillars-card .image {
        border-radius: 100%;
    }
}

@media (max-width: 767px) {
    .pillars-section-s3 .pillars-card .image {
        border-radius: 100%;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.pillars-section-s3 .pillars-card .image img {
    border-radius: 156px;
    border: 20px solid #fff;
    width: 320px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pillars-wrap .slick-slide.slick-active:nth-child(odd) {
    animation: upAndDown1 20s infinite;
}

.pillars-wrap .slick-slide.slick-active:nth-child(even) {
    animation: upAndDown2 20s infinite;
}

@keyframes upAndDown1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-80px);
    }
}

@keyframes upAndDown2 {

    0%,
    100% {
        transform: translateY(-80px);
    }

    50% {
        transform: translateY(0);
    }
}

.team-one {
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: var(--white-color);
}

.team-one .sec-title {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .team-one__carousel .owl-nav {
        display: none;
    }
}

.team-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.team-card__image {
    position: relative;
    height: 330px;
    width: auto;
    overflow: hidden;
}

@media (max-width: 575px) {
    .team-card__image {
        height: 370px;
    }
}

.team-card__image img {
    object-fit: Cover;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}

.team-card__image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 0%;
    height: 0%;
    transform: translateY(-100%);
    transition: all 500ms ease;
    z-index: 1;
}

.team-card__content {
    position: relative;
    z-index: 1;
       margin-top: -40px;
       margin-left: 19px;
    padding: 29px 15px;
    background-color: var(--white-color);
    border-left: 5px solid var(--theme-color);
    box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.team-card__content-share-icon {
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    margin-top: -55px;
    right: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 16px;
    display: flex;
    border-radius: 500px;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}

.team-card__content-share-icon:hover {
    background-color: #111117;
}

.team-card__content-share-icon:hover>i {
    color: var(--white-color);
}

.team-card__content-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 54px;
}

.team-card__content-shape svg {
    transition: all 500ms ease;
    fill: #F5F5F5;
    width: 100%;
    height: auto;
}

.team-card__content::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    background-image: url(../images/team-line.webp);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100px;
    height: 100%;
    z-index: 0;
}

.team-card__title {
  text-transform: capitalize;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: -5px;
}

.team-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.team-card__title a:hover {
    background-size: 100% 1px;
}

.team-card__title a:hover {
    color: var(--theme-color);
}

.team-card__designation {
    color: #6D7076;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: -3px;
}

.team-card__hover:hover .team-card__social {
    opacity: 1;
    transform: translateY(-15px);
}

.team-card:hover .team-card__image img {
    transform: scale(1.1);
}

.team-card:hover .team-card__image::before {
    width: 100%;
    height: 100%;
    transform: translateY(0%);
}

.team-card:hover .team-card__content-shape svg {
    fill: #111117;
}

.feature-area {
    padding: 80px 0px;
    position: relative;
    z-index: 1; background:#fbfbfb;
}

.feature-item {
    padding: 28px;
    position: relative;
    background: var(--white-color);
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: var(--transition);
    z-index: 1;
}

.feature-item:hover {
    transform: translateY(-10px);
}

.feature-item::before {
    content: "";
    position: absolute;
    height: 3px;
    left: 20px;
    right: 20px;
    bottom: 0;
    background: var(--theme-color);
}

.feature-item .count {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 50px;
    font-weight: 800;
    -webkit-text-stroke: 2px var(--theme-color);
    -webkit-text-fill-color: transparent;
}

.feature-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    color: var(--white-color);
    font-size: 60px;
    background: var(--theme-color);
    margin-bottom: 25px;
    box-shadow: 5px 5px 0 #FAF8F7;
    position: relative;
    transition: var(--transition);
}

.feature-icon img {
    height: 60px;
    width: 60px;
    margin-top: -8px;
}

.feature-item:hover .feature-icon {
    transform: rotateY(360deg);
}

.feature-item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media all and (max-width: 1199px) {
    .feature-area {
        margin-top: -20px;
    }
}

.call-action {
    position: relative;
    z-index: unset
}

.call-action.style-1 .inner-content {
    text-align: center;
    background: rgba(255, 129, 57, .5);
    margin: 0 -65px;
    padding: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 30px 65px #0000001a
}

.call-action.style-1 .inner-content:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: skewY(-2.5deg)
}

.call-action.style-1 .inner-content .title {
    color: var(--white-color);
    font-weight: normal;
}

@media only screen and (max-width: 575px) {
    .call-action.style-1 .inner-content .title {
        font-weight: 600;
        font-size: 24px
    }
}

.call-action.style-1 .inner-content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize
}

@media only screen and (max-width: 1280px) {
    .call-action.style-1 .inner-content p {
        font-size: 16px
    }
}

@media only screen and (max-width: 575px) {
    .call-action.style-1 .inner-content p {
        font-size: 14px;
        margin-bottom: 0
    }
}

.call-action.style-1 .inner-content .form-control,
.call-action.style-1 .inner-content .wp-block-categories-dropdown select,
.wp-block-categories-dropdown .call-action.style-1 .inner-content select,
.call-action.style-1 .inner-content .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .call-action.style-1 .inner-content select {
    border: 0;
    border-radius: 0;
    height: 100%
}

@media only screen and (max-width: 1280px) {
    .call-action.style-1 .inner-content {
        margin: 0
    }
}

@media only screen and (max-width: 991px) {
    .call-action.style-1 .inner-content {
        padding: 50px
    }
}

@media only screen and (max-width: 767px) {
    .call-action.style-1 .inner-content {
        padding: 40px
    }
}

@media only screen and (max-width: 575px) {
    .call-action.style-1 .inner-content {
        padding: 30px
    }

    .call-action.style-1 .inner-content .input-group-addon {
        width: 100%
    }

    .call-action.style-1 .inner-content .input-skew {
        width: 100%;
        margin: 0 10px 15px
    }
}

.call-action.footer-action {
    margin-bottom: -100px;
    position: relative;
    z-index: 9
}

footer {
    position: relative
}

footer .widget {
    margin-bottom: 22px
}

footer strong {
    color: #fff
}

footer .footer-logo {
    margin-bottom: 25px
}

footer .footer-logo img {
    max-width: 100%
}

footer .widget-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

footer .widget-logo ul li {
    display: inline-block;
    flex: 50%;
    padding: 0 15px 15px 0
}

footer .widget_about p {
    font-size: 14px;
    text-align: justify;
    margin-right: 23px;
    margin-bottom: 30px;color: #d2d2d2;
}

@media only screen and (max-width: 1200px) {
    footer .widget_about {
        padding: 0
    }
}

@media only screen and (max-width: 1191px) {
    footer .widget_about {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

footer .footer-title {
    margin: 0 0 30px;
    position: relative
}

footer .footer-title a {
    color: inherit
}

footer .footer-title .title {
    color: #222222
}

footer .footer-title .dz-separator {
    position: absolute;
    bottom: 0;
    left: 0
}

footer .footer-top {
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1280px) {
    footer .footer-top {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-top {
        padding-top: 60px;
        padding-bottom: 0
    }
}

footer .footer-bottom {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

footer .footer-bottom a {
    color: #fff;
}

footer .footer-bottom a:hover {
    color: #fff;
    transition: var(--transition);
}

@media only screen and (max-width: 991px) {
    footer .footer-bottom {
        text-align: center !important
    }

    footer .footer-bottom .text-left,
    footer .footer-bottom .text-right {
        text-align: center !important
    }

    footer .footer-bottom .text-right {
        margin-top: 10px
    }
}

footer .widget-link li {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 20px
}

@media only screen and (max-width: 767px) {
    footer .widget-link li {
        margin-left: 8px;
        margin-right: 7px
    }
}

footer .widget-link a {
    color: #fff
}

footer .widget_services ul li a {
    color: inherit;
    display: block;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

footer .wp-block-latest-posts li,
footer .wp-block-categories-list li,
footer .wp-block-archives-list li,
footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

footer .widget_rss ul li {
    color: #fff;
    border-bottom: .0625rem solid rgba(255, 255, 255, .1)
}

footer .wp-block-calendar table caption,
footer .wp-block-calendar table tbody {
    color: #fff
}

footer .wp-block-tag-cloud a,
footer .widget_tag_cloud .tagcloud a {
    border-color: #ffffff1a
}

footer .wp-block-search,
footer .wp-block-archives,
footer .wp-block-latest-posts,
footer .wp-block-latest-comments,
footer .wp-block-categories,
footer .wp-block-calendar {
    margin-bottom: 0
}

footer .dz-meta ul li span,
footer .dz-meta ul li a {
    color: var(--theme-color)
}

footer .dz-social-icon ul li {
    padding: 0 10px 0 0
}

.contact-ft {
    text-align: center;
    margin-bottom: 40px
}

.contact-ft i {
    color: var(--theme-color);
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block
}

.contact-ft h4,
.contact-ft .h4,
.contact-ft .comments-title,
.contact-ft .blog-title,
.contact-ft .comment-reply-title,
.contact-ft .wp-block-search .wp-block-search__label,
.wp-block-search .contact-ft .wp-block-search__label {
    color: #fff;
    text-decoration: underline
}

.contact-ft h5,
.contact-ft .h5 {
    color: #fff;
    font-weight: 400
}

.list-column ul {
    display: flex;
    flex-wrap: wrap
}

.list-column ul li {
    flex: 0 0 50%;
    max-width: 50%
}

.fb-link {
    list-style: none;
    margin: 0;
    padding: 0
}

.fb-link li {
    display: inline-block
}

.fb-link li a {
    color: #fff;
    position: relative
}

.fb-link li a:after {
    content: "";
    background: var(--theme-color);
    width: 5px;
    height: 5px
}

.footer-link li {
    display: inline-block;
    position: relative;
    padding: 0 25px 0 20px
}

.footer-link li a {
    color: inherit
}

.footer-link li:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--theme-color);
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 8px;
    transform: translateY(-50%)
}

.svg-shape-1 {
    position: absolute;
    top: -67%;
    left: -15%
}

@media only screen and (max-width: 1480px) {
    .svg-shape-1 {
        top: -45%;
        height: 80%;
        left: -20%
    }
}

@media only screen and (max-width: 1199px) {
    .svg-shape-1 {
        top: -45%;
        height: 73%;
        left: -30%
    }
}

@media only screen and (max-width: 767px) {
    .svg-shape-1 {
        display: none;
        top: -5%;
        height: auto;
        width: 60%;
        left: -20%
    }
}

@media only screen and (max-width: 575px) {
    .svg-shape-1 {
        top: -5%;
        height: auto;
        width: 92%;
        left: -40%
    }
}

.svg-shape-2 {
    z-index: 1;
    position: absolute;
    bottom: -70%;
    right: -20%
}

@media only screen and (max-width: 1480px) {
    .svg-shape-2 {
        bottom: -50%;
        right: -22%;
        height: 80%
    }
}

@media only screen and (max-width: 1199px) {
    .svg-shape-2 {
        bottom: -30%;
        right: -20%;
        height: 50%
    }
}

@media only screen and (max-width: 991px) {
    .svg-shape-2 {
        bottom: -30%;
        right: -30%;
        height: 40%
    }
}

@media only screen and (max-width: 767px) {
    .svg-shape-2 {
        bottom: -20%;
        display: none;
        right: -55%;
        height: 40%;
        width: 100%
    }
}

.site-footer.style-1 {
    color: #444;
    background-position: center;
    overflow: hidden;
    background-color: var(--secondary-color);
    background-size: cover
}

.site-footer.style-1 .footer-title {
       color: #fff;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: normal;
    text-transform: uppercase;
}


.site-footer.style-1 .footer-title:after,
.site-footer.style-1 .footer-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 5px;
    transform: skew(-20deg);
    background: var(--theme-color)
}

.site-footer.style-1 .footer-title:after {
    left: 0;
    width: 55px
}

.site-footer.style-1 .footer-title:before {
    left: 60px;
    width: 7px
}

.site-footer.style-1 .footer-logo img {
    max-width: 240px
}

.site-footer.style-1 .girl-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

@media only screen and (max-width: 1480px) {
    .site-footer.style-1 .girl-img {
        width: 250px
    }
}

@media only screen and (max-width: 1280px) {
    .site-footer.style-1 .girl-img {
        width: 150px
    }
}

@media only screen and (max-width: 767px) {
    .site-footer.style-1 .girl-img {
        display: none
    }
}

.site-footer.style-1.footer-action .footer-top {
    padding-top: 200px
}

@media only screen and (max-width: 1280px) {
    .site-footer.style-1.footer-action .footer-top {
        padding-top: 180px
    }
}

@media only screen and (max-width: 767px) {
    .site-footer.style-1.footer-action .footer-top {
        padding-top: 160px
    }
}

@media only screen and (min-width: 991px) {
    .site-footer.style-1 .widget-post-bx {
        padding-right: 30px
    }
}

@media only screen and (max-width: 575px) {
    .site-footer.style-1 .footer-bottom .copyright-text {
        font-size: 14px
    }
}

.site-footer.bg-dark,
.site-footer.bg-dark p {
    color: #fff9
}

.site-footer.bg-dark h1,
.site-footer.bg-dark .h1,
.site-footer.bg-dark h2,
.site-footer.bg-dark .h2,
.site-footer.bg-dark h3,
.site-footer.bg-dark .h3,
.site-footer.bg-dark h4,
.site-footer.bg-dark .h4,
.site-footer.bg-dark .comments-title,
.site-footer.bg-dark .blog-title,
.site-footer.bg-dark .comment-reply-title,
.site-footer.bg-dark .wp-block-search .wp-block-search__label,
.wp-block-search .site-footer.bg-dark .wp-block-search__label,
.site-footer.bg-dark h5,
.site-footer.bg-dark .h5,
.site-footer.bg-dark h6,
.site-footer.bg-dark .h6,
.site-footer.bg-dark h1 a,
.site-footer.bg-dark .h1 a,
.site-footer.bg-dark h2 a,
.site-footer.bg-dark .h2 a,
.site-footer.bg-dark h3 a,
.site-footer.bg-dark .h3 a,
.site-footer.bg-dark h4 a,
.site-footer.bg-dark .h4 a,
.site-footer.bg-dark .comments-title a,
.site-footer.bg-dark .blog-title a,
.site-footer.bg-dark .comment-reply-title a,
.site-footer.bg-dark .wp-block-search .wp-block-search__label a,
.wp-block-search .site-footer.bg-dark .wp-block-search__label a,
.site-footer.bg-dark h5 a,
.site-footer.bg-dark .h5 a,
.site-footer.bg-dark h6 a,
.site-footer.bg-dark .h6 a {
    color: #fff
}

.site-footer.bg-dark .post-date {
    color: var(--theme-color)
}

.site-footer.bg-dark .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.site-footer.bg-dark .recent-posts-entry .widget-post-bx .widget-post:not(:last-child) {
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%)
}

#bg {
    background-attachment: fixed;
    background-size: cover
}

.dz-social-icon ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.dz-social-icon ul li a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.dz-social-icon ul li a:hover {
    color: var(--theme-color)
}

.dz-social-icon ul li:first-child {
    padding-left: 0;
    margin-left: 0
}

.dz-social-icon.dark ul li a {
    color: #222
}

.dz-social-icon.style-1 ul li {
    display: inline-block
}

.dz-social-icon.style-1 ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.dz-social-icon.style-1 ul li a:hover {
    background-color: #232323;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .dz-social-icon.style-1 ul li a {
        height: 32px;
        width: 32px;
        min-width: 32px;
        line-height: 32px;
        font-size: 14px
    }
}

.dz-social-icon.style-1.dark ul li a:hover {
    background-color: #fff;
    color: #000
}

.rotate-360 {
    animation: rotate-360 20s infinite linear;
}

@keyframes rotate-360 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.widget_getintuch ul li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 35px;
    color: #fff
}

.widget_getintuch p {
        font-size: 14px;
    color: #d2d2d2 !important;
}

.p-range ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
}

.p-range ul li a {
    font-size: 15px;
    color: #d2d2d2;
}

.p-range ul li::before {
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #d2d2d2;
}

.p-range ul li i {
    padding-right: 10px;
}

@media only screen and (max-width: 1280px) {
    .widget_getintuch ul li {
        padding-left: 25px
    }
}

@media only screen and (max-width: 1199px) {
    .widget_getintuch ul li {
        margin-bottom: 15px;
        padding-left: 25px
    }
}

.widget_getintuch ul li h5,
.widget_getintuch ul li .h5 {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 5px
}

.widget_getintuch ul li i {
    position: absolute;
    font-size: 24px;
    line-height: 1;
    left: 0;
    top: 2px;
    color: var(--theme-color)
}

@media only screen and (max-width: 575px) {
    .widget_getintuch ul li i {
        font-size: 20px
    }
}

@media only screen and (max-width: 991px) {
    .widget_getintuch ul li p {
        font-size: 14px
    }
}

.m-b15 {
    margin-bottom: 15px;
}

.portfolio-wrapper {
    position: relative;
    transform: skewY(-4deg);
       background: var(--secondary-color);
    margin-top: 160px;
    z-index: 2;
}

.portfolio-wrapper-inner {
    transform: skewY(4deg);
    margin-top: -200px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.portfolio-wrapper .shape-up {
    position: absolute;
    top: -75px;
    transform: skewY(5.5deg);
    left: 0;
}

.portfolio-wrapper .shape-down {
    position: absolute;
    bottom: -76px;
    right: 0;
    transform: skewY(4deg);
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin: 24px 0 -0.4em;
    /* Small devices */
}

.breadcumb-menu li {
    display: inline-block;
    padding-right: 3px;
    list-style: none;
    position: relative;
}

.breadcumb-menu li:after {
    content: "/";
    position: relative;
    margin-left: 7px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color);
}

.breadcumb-menu li.active {
    color: var(--white-color);
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcumb-menu li:last-child:after {
    display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 500;
    font-size: 18px;
    color: var(--theme-color);
}

.breadcumb-menu a:hover {
    color: var(--theme-color);
}

@media (max-width: 767px) {
    .breadcumb-menu {
        margin-top: 25px;
    }
}

.breadcumb-title {
    color: var(--white-color);
    margin: -0.2em 0 -0.2em 0;
    line-height: 1.1;
    font-size: 60px;
    font-weight: normal;
    z-index: 1;
    position: relative;
    /* Medium Large devices */
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1399px) {
    .breadcumb-title {
        font-size: 48px;
    }
}

@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 40px;
    }
}

.breadcumb-wrapper {
    padding: 70px 0px;
    overflow: hidden;
    position: relative;
    z-index: auto;
    text-align: center;
}

.breadcumb-wrapper::before {
    content: ' ';
    background-color: #000;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}


/* Medium Large devices */

/* Medium devices */
@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 80px 0px;
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        text-align: center;
        padding: 100px 0 100px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 40px;
    }

    .breadcumb-menu {
        text-align: center;
        margin: 22px 0 -0.45em 0;
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 14px;
    }
}

.contact-area-main {
    padding: 100px 0px;

}

.contact-info {
    display: flex;
    gap: 20px;
    border-radius: 0px;
    padding: 30px 40px;
    box-shadow: 0px 1px 42.48px 3px rgba(0, 0, 0, 0.053);
    border-bottom: 5px solid var(--theme-color);min-height: 195px;
}

.contact-info .contact-info_icon {
    flex: none;
}

.contact-info .contact-info_icon img {
    height: 50px;
    width: 50px;
}

.contact-info .contact-info_title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px; font-weight:normal;
}
.contact-info span{font-size:14px;color:#000;}
.contact-map-sec {
    height: 100%;
    min-height: 500px;
}

.contact-map-sec iframe {
    height: 100%;
}

/* Extra small devices */
@media (max-width: 575px) {
    .contact-info {
        padding: 30px;
        margin-bottom: 30px;
        display: block;
    }

    .contact-info .contact-info_icon {
        margin-bottom: 15px;
    }
}

select,
.single-select,
.form-control,
.form-select,
textarea,
input {
    height: 58px;
    padding: 0 30px;
    border: 1px solid transparent;
    color: #878680;
    background-color: var(--smoke-color);
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    font-family: var(--body-font);
    transition: 0.4s ease-in-out;
    padding-right: 45px;
    border-radius: 5px;
}

select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--smoke-color);
}

select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #878680;
}

select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #878680;
}

select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #878680;
}

select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: #878680;
}

select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
    height: auto;
    border: none;
    border: 2px solid var(--theme-color);
    padding: 14.5px 30px;
    background-color: transparent;
    line-height: initial;
}

select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
    background-color: var(--title-color);
    color: #878680;
    padding: 2px 15px;
}

select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
    color: #878680;
}

select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
    color: #878680;
}

select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
    color: #878680;
}

select.style2::placeholder,
.single-select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
    color: #878680;
}

select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
    background: var(--white-color);
}

select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
    background: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    color: #878680;
}

.space-bottom {
    padding-bottom: 80px;
}

select.style-border::placeholder,
.single-select.style-border::placeholder,
.form-control.style-border::placeholder,
.form-select.style-border::placeholder,
textarea.style-border::placeholder,
input.style-border::placeholder {
    color: #878680;
}

select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
    background: transparent;
    border: 1px solid #E8E8E8;
    border-radius: 0;
}

select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
    background: var(--smoke-color3);
}

.form-text {
    font-size: 16px;
}

.form-text a {
    font-weight: 500;
}

.single-select,
.form-select,
select {
    display: block;
    width: 100%;
    line-height: 58px;
    cursor: pointer;
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.single-select:after,
.form-select:after,
select:after {
    right: 30px;
    height: 8px;
    width: 8px;
}

.single-select .list,
.form-select .list,
select .list {
    width: 100%;
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 100px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 21px;
    font-size: 16px;
    color: #878680;
}

.form-group>i.fa-envelope {
    padding-top: 1px;
}

.form-group>i.fa-comment {
    margin-top: -2px;
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color);
}

.form-group.form-icon-left>i {
    display: inline-block;
    position: absolute;
    left: 25px;
    right: auto;
    top: 20px;
    font-size: 16px;
    line-height: 1;
}

.form-group.form-icon-left>i.fa-envelope {
    padding-top: 0px;
}

.form-group.form-icon-left>i.fa-comment {
    margin-top: -2px;
}

.form-group.form-icon-left>i.fa-chevron-down {
    width: 17px;
    background-color: #F8F7F0;
}

.form-group.form-icon-left input {
    padding: 0 30px 0 55px;
}

.form-group.has-label>i {
    top: 50px;
}

.form-group.has-icon .form-control {
    padding-left: 70px;
}

.form-group.has-icon .input-icon {
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 18px;
    font-size: 16px;
    color: #878680;
}

.form-group.has-icon .input-icon:hover {
    color: var(--theme-color);
}

.form-group.radius-group input {
    border-radius: 100px;
}

.form-group.style-2 .form-control {
    padding: 0 30px 0 55px;
}

.form-group.style-2 textarea.form-control {
    padding: 16px 30px 30px 55px;
}

.form-group.style-3 .form-control {
    padding: 0 60px 0 30px;
}

.form-group.style-4 i {
    color: var(--theme-color);
}

.form-group.style-4 .form-control {
    padding: 0 30px 0 60px;
    border: 1px solid #E3E1DC;
    height: 60px;
    line-height: 60px;
    color: #878680;
}

.form-group.style-4 .form-control::placeholder {
    color: #878680;
    font-size: 14px;
    font-weight: 300;
}

.form-group.style-4 textarea.form-control {
    line-height: normal;
    padding: 15px 30px 30px 60px;
}

input[type=date] {
    padding: 0 25px 0 25px;
    position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

[class*=col-].form-group>i {
    right: calc(var(--bs-gutter-x) / 2 + 25px);
}

[class*=col-].form-group .form-icon-left {
    left: calc(var(--bs-gutter-x) / 2 + 30px);
    right: auto;
}

option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.latest-work-one {
    padding: 100px 0 0px;
}

.latest-work-one .section-common-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}

.latest-work-one__chose-reasone {
    flex-direction: column;
    padding-bottom: 14px;
}

.latest-work-one__title {
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 65px;
}

@media (max-width: 1250px) {
    .latest-work-one__title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 20px;
    }
}

.latest-work-one__bx {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 66px;
}

@media (max-width: 1250px) {
    .latest-work-one__bx {
        gap: 30px 0;
    }
}

@media (max-width: 991px) {
    .latest-work-one__bx {
        padding-bottom: 42px;
    }
}

/* .latest-work-one__bx::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 330px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fcfaf0;
} */

.latest-work-one__carousel {
    z-index: 2;
}

.latest-work-one__col {
    position: relative;
    z-index: 2;
}

.latest-work-one__img {
    position: relative;
}

.latest-work-one__inner-img {
    position: relative;
    overflow: hidden;
}

.latest-work-one__inner-img::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 0;
    height: 100%;
    max-height: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(18, 17, 14, 0.4);
    transition: all 0.5s ease;
}

.latest-work-one__inner-img img {
    width: 100% !important;
    max-height: 344px;
    min-height: 344px;
    object-fit: unset;
    transition: all 0.6s ease;
}

.latest-work-one__inner-img:hover::after {
    max-width: 100%;
    max-height: 100%;
}

.latest-work-one__inner-img:hover img {
    transform: scale(1.1);
}

.latest-work-one__btm-info {
    position: absolute;
    width: calc(100% - 7px);
    height: auto;
    left: -17px;
    bottom: 11px;
    z-index: 2;
    background-color: var(--secondary-color);
    padding: 20.5px 37px 20.5px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .latest-work-one__btm-info {
        width: calc(100% - 0px);
        padding: 22px 20px 22px 21px;
        left: -12px;
    }
}

.latest-work-one__btm-info::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    z-index: 99;
    border-right: 18px solid transparent;
    border-top: 18px solid var(--theme-color);
    left: 0px;
    top: -18px;
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .latest-work-one__btm-info::after {
        display: none;
    }
}

.latest-work-one__work-title {
    font-size: 22px;
    line-height: 31px;
    font-weight: 600;
    color: var(--white-color);
    border-left: 4px solid rgb(253, 214, 31);
    padding-left: 14px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .latest-work-one__work-title {
        font-size: 20px;
        line-height: 29px;
    }
}

.latest-work-one .latest-work--btn {
    min-width: 115px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 3px;
    background-color: rgb(253, 214, 31);
    color: #0b3b1d;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 26px 0 30px;
}

.latest-work-one .latest-work--btn::before {
    left: -85%;
    background-color: var(--theme-color);
}

.latest-work-one .latest-work--btn::after {
    right: -85%;
    background-color: var(--theme-color);
}

.latest-work-one .latest-work--btn:hover::before {
    left: -35%;
}

.latest-work-one .latest-work--btn:hover::after {
    right: -35%;
}

.latest-work-one .latest-work--btn:hover span {
    color: var(--white-color);
}

.latest-work-one .latest-work--btn .latest-work-btn--arrow {
    font-size: 13px;
    line-height: 1;
    margin-left: 4px;
    color: #0b3b1d;
    position: relative;
    z-index: 2;
}

.latest-work-one .latest-work--btn:hover .latest-work-btn--arrow {
    color: var(--white-color);
}

.latest-work-one__more-work {
    background-color: #fcfaf0;
    padding: 0 15px 118px 15px;
}

@media (max-width: 991px) {
    .latest-work-one__more-work {
        padding-bottom: 52px;
    }
}

.latest-work-one__more-inner-bg {
    max-width: 1170px;
    background-color: 253, 214, 31;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .latest-work-one__more-inner-bg {
        padding: 15px 20px;
        flex-direction: column;
    }
}

.latest-work-one__more-work-title {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    color: #12110e;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .latest-work-one__more-work-title {
        text-align: center;
        margin-bottom: 15px;
    }
}

.latest-work-one .more-work--btn {
    min-width: 203px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
    border-radius: 3px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    padding: 0 31px;
}

.latest-work-one .more-work--btn::before {
    left: -80%;
}

.latest-work-one .more-work--btn::after {
    right: -80%;
}

.latest-work-one .more-work--btn:hover::before {
    left: -36%;
}

.latest-work-one .more-work--btn:hover::after {
    right: -36%;
}

.counter {
    padding-top: 15px;
}

.single_counter {
    margin-bottom: 20px;
    text-align: left;
}

.sc_content {
    overflow: hidden;
    padding-left: 18px;
}

.single_counter .scicon {
    width: 50px;
    height: 50px;
    background: #FF9933;
    float: left;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
}

.single_counter .scicon svg {
    fill: #fff;
    width: 30px;
    display: inline-block;
}

.single_counter h3 {
    color: #222;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 35px;
    font-weight: 700;
}

.single_counter p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
}

.why_choose {
    position: relative;
    margin: 100px 0px 120px;
}

.why_img {
    padding-left: 25px;
}

.why_choose::before {
    position: absolute;
    content: '';
    width: 506px;
    /* height: 470px; */
    height: 100%;
    background: var(--theme-color);
    right: 0;
    z-index: -1;
    top: -12px;
    border-radius: 25px 0 0 123px;
}

.why_img img {
    border-radius: 15px;
    margin-bottom: 25px;
    float: right;
    height: 300px;
    border: 8px solid #fff;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
    .why_img {
        padding-top: 40px;
        padding-left: 0px;
    }

    .why_choose::before {
        display: none;
    }
}

.p-detail-inner {
    margin-bottom: 50px;
}

.p-detail-inner .detail-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.detail-title::after,
.detail-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 5px;
    transform: skew(-20deg);
    background: var(--theme-color);
}

.detail-title:before {
    left: 60px;
    width: 7px;
}

.detail-title:after {
    left: 0;
    width: 55px;
}

.p-detail-inner ul {
    list-style: none;
}

.p-detail-inner ul li {
    display: table;
    text-align: justify;
    width: 100%;
    padding: 10px 0px 0 24px !important;
    line-height: 1.3 !important;
}

.p-detail-main ul li::before {
    content: "\f14a";
    font-family: "FontAwesome";
    background: transparent;
    width: auto;
    height: auto;
    position: absolute;
    left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
}

.why-choose-one {
    position: relative;
    background-color: #f7f4e5;
    margin-bottom: -107px;
}

.why-choose-one::before {
    right: initial;
    left: 95px;
}

@media (max-width: 1600px) {
    .why-choose-one::before {
        left: 10px;
    }
}

.why-choose-one::after {
    left: initial;
    right: 72px;
}

.why-choose-one .container {
    max-width: 1600px;
    padding-top: 118px;
    padding-bottom: 200px;
}

@media (max-width: 991px) {
    .why-choose-one .container {
        padding-top: 52px;
    }
}

@media (max-width: 767px) {
    .why-choose-one .container {
        padding-bottom: 100px;
    }
}

.why-choose-one .section-common-title {
    max-width: 800px;
    margin: 0 auto;
}

.why-choose-one__chose-reasone {
    flex-direction: column;
    padding-bottom: 14px;
}

.why-choose-one__chose-name {
    color: #008d36;
    font-weight: 600;
}

.why-choose-one__chose-name::after {
    background-color: #008d36;
}

.why-choose-one__title {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .why-choose-one__title {
        margin-bottom: 34px;
    }
}

.why-choose-one__row {
    gap: 30px 0;
}

@media (max-width: 1440px) {
    .why-choose-one__col {
        width: calc((100% - 0px) / 2);
    }
}

@media (max-width: 991px) {
    .why-choose-one__col {
        width: calc((100% - 0px) / 1);
    }
}

.why-choose-one__bg {
    background-color: var(--white-color);
    border-radius: 8px;
    height: 100%;
    padding: 37px 33px 54px 33px;
    position: relative;
}

@media (max-width: 991px) {
    .why-choose-one__bg {
        padding: 24px 20px 35px 20px;
    }
}

.why-choose-one__bg:hover::after {
    transform: scaleX(-1);
}

.why-choose-one__bg:hover .why-choose-one__icon-bx {
    background-color: var(--secondary-color);
}

.why-choose-one__bg:hover .why-choose-one__icon {
    transform: scale(0.8);
    color: var(--white-color);
}

.why-choose-one__bg-inner {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
}

.why-choose-one__bg-inner::after,
.why-choose-one__bg-inner::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 1px;
    top: 34px;
    background-color: #008d36;
    z-index: 1;
}

.why-choose-one__bg-inner::after {
    width: 107px;
    height: 5px;
    top: initial;
    bottom: 0;
    transition: all 0.3s ease;
}

.why-choose-one__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .why-choose-one__top {
        padding-bottom: 22px;
    }
}

.why-choose-one__icon-bx {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    background-color: var(--theme-color);
    border: 4px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    margin-right: 25px;
}

.why-choose-one__icon {
    color: var(--white-color);
    font-size: 45px;
    line-height: 1;
    transition: all 0.3s;
}

.why-choose-one__name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 0;
}

.why-choose-one__content {
    position: relative;
    z-index: 2;
    padding-left: 25px;
}

.why-choose-one__descript {
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
}

.why-choose-one--three::before,
.why-choose-one--three::after {
    display: none;
}

.why-choose-one--three .container {
    max-width: 1200px;
    padding-top: 118px;
    padding-bottom: 170px;
}

@media (max-width: 1400px) {
    .why-choose-one--three .container {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .why-choose-one--three .container {
        padding-top: 52px;
        padding-bottom: 25px;
    }
}

.why-choose-one--three .section-common-title {
    max-width: initial;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .why-choose-one--three .section-common-title {
        padding-bottom: 42px;
    }
}

.why-choose-one--three .section-additional-title-wrap {
    width: calc((100% - 220px) / 1);
    padding-right: 20px;
}

@media (max-width: 991px) {
    .why-choose-one--three .section-additional-title-wrap {
        width: calc((100% - 0px) / 1);
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.why-choose-one--three .why-choose-one__chose-reasone {
    flex-direction: row;
}

.why-choose-one--three .why-choose-one__chose-name {
    color: #9e9e9e;
    font-weight: 500;
}

.why-choose-one--three .why-choose-one__title {
    text-align: left;
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__title {
        text-align: center;
    }
}

.why-choose-one--three .why-choose-one__more-btn-wrap {
    width: 220px;
    margin: -36px 0 0 auto;
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__more-btn-wrap {
        margin: 0 auto;
    }
}

.why-choose-one--three .why-choose-more--btn {
    border-color: rgb(253, 214, 31);
    margin-left: 0;
}

.why-choose-one--three .why-choose-more--btn::after,
.why-choose-one--three .why-choose-more--btn::before {
    background-color: rgb(253, 214, 31);
}

.why-choose-one--three .why-choose-more--btn:hover {
    color: #12110e;
}

.why-choose-one--three .why-choose-more--btn:hover span {
    color: inherit;
}

.why-choose-one--three .why-choose-one__row {
    counter-reset: num-counter;
}

@media (max-width: 1200px) {
    .why-choose-one--three .why-choose-one__row {
        gap: 30px 0px;
    }
}

.why-choose-one--three .why-choose-one__col {
    counter-increment: num-counter;
}

@media (max-width: 1440px) {
    .why-choose-one--three .why-choose-one__col {
        width: 33.33%;
    }
}

@media (max-width: 1200px) {
    .why-choose-one--three .why-choose-one__col {
        width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__col {
        width: calc((100% - 0px) / 1);
    }
}

.why-choose-one--three .why-choose-one__bg {
    padding: 40px 25px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
}

.why-choose-one__bg::after {
    content: "";
    position: absolute;
    width: 37px;
    height: 51px;
    right: 47px;
}

.why-choose-one--three .why-choose-one__bg::after {
    background-image: none;
    width: initial;
    height: initial;
    content: "0" counter(num-counter);
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 32, 12, 0.1);
    bottom: 48px;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__bg::after {
        font-size: 42px;
        bottom: 32px;
        right: 22px;
    }
}

.why-choose-one--three .why-choose-one__bg:hover::after {
    transform: rotateX(360deg);
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__bg {
        padding: 20px 20px 36px 20px;
    }
}

.why-choose-one--three .why-choose-one__bg-inner {
    padding-bottom: 0;
}

.why-choose-one--three .why-choose-one__bg-inner::after,
.why-choose-one--three .why-choose-one__bg-inner::before {
    content: none;
}

.why-choose-one--three .why-choose-one__top {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 22px;
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__top {
        padding-bottom: 16px;
    }
}

.why-choose-one--three .why-choose-one__icon-bx {
    margin-right: 0;
    margin-left: 15px;
    position: relative;
}


.why-choose-one--three .why-choose-one__content {
    padding-left: 4px;
}



@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__descript {
        margin-bottom: 16px;
    }
}

.why-choose-one--three .why-choose-one__read-btn::before,
.why-choose-one--three .why-choose-one__read-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -6px;
    z-index: 1;
    border-bottom: 3px solid var(--theme-color);
}

.why-choose-one--three .why-choose-one__read-btn::before {
    border-color: rgb(253, 214, 31);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    width: 0%;
}

.why-choose-one--three .why-choose-one__read-btn:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.why-choose-one--three .why-choose-one__more-choose {
    width: calc(100% + 305px);
    bottom: -50px;
    z-index: 2;
}

@media (max-width: 1800px) {
    .why-choose-one--three .why-choose-one__more-choose {
        width: calc(100% + 200px);
    }
}

@media (max-width: 1600px) {
    .why-choose-one--three .why-choose-one__more-choose {
        width: calc(100% + 100px);
        padding: 0 15px;
    }
}

@media (max-width: 1400px) {
    .why-choose-one--three .why-choose-one__more-choose {
        position: relative;
        width: calc(100% + 0px);
    }
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__more-choose {
        bottom: -35px;
    }
}

@media (max-width: 767px) {
    .why-choose-one--three .why-choose-one__more-choose {
        display: block;
    }
}

.why-choose-one--three .why-choose-one__more-choose--bg {
    max-width: 1475px;
    border-radius: 0;
    padding: 24px 45px 24px 48px;
}

.why-choose-one--three .why-choose-one__more-choose--bg::before,
.why-choose-one--three .why-choose-one__more-choose--bg::after {
    display: none;
}

@media (max-width: 1800px) {
    .why-choose-one--three .why-choose-one__more-choose--bg {
        max-width: 1370px;
    }
}

@media (max-width: 1600px) {
    .why-choose-one--three .why-choose-one__more-choose--bg {
        max-width: 1270px;
    }
}

@media (max-width: 1400px) {
    .why-choose-one--three .why-choose-one__more-choose--bg {
        max-width: 1170px;
    }
}

@media (max-width: 1200px) {
    .why-choose-one--three .why-choose-one__more-choose--bg {
        gap: 16px 0;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.why-choose-one--three .why-choose-one__more-choose--title {
    color: #132f1d;
    font-size: 34px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 0;
    padding-right: 12px;
}

@media (max-width: 1200px) {
    .why-choose-one--three .why-choose-one__more-choose--title {
        text-align: center;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__more-choose--title {
        font-size: 24px;
        line-height: 29px;
    }
}

.why-choose-one--three .why-choose-one__more-choose--phone-number-wrap {
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--secondary-color);
    border-radius: 40px 0 0 40px;
    padding: 13px 22px 13px 81px;
    min-width: 324px;
}

.why-choose-one--three .why-choose-one__more-choose--phone-number-wrap:hover .why-choose-one__more-choose--phone-number {
    text-decoration: underline;
}

.why-choose-one--three .why-choose-one__more-choose--phone-number-wrap:hover .why-choose-one__more-choose--phone-icon {
    background-color: var(--white-color);
    color: #12110e;
}

@media (max-width: 1200px) {
    .why-choose-one--three .why-choose-one__more-choose--phone-number-wrap {
        min-width: initial;
    }
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__more-choose--phone-number-wrap {
        padding-left: 58px;
        padding-right: 20px;
    }
}

.why-choose-one--three .why-choose-one__more-choose--phone-icon {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    z-index: 1;
    margin: auto 0;
    width: 62px;
    min-width: 62px;
    height: 62px;
    background-color: var(--theme-color);
    border: 1px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 28px;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__more-choose--phone-icon {
        font-size: 20px;
        width: 52px;
        min-width: initial;
        height: 52px;
    }
}

.why-choose-one--three .why-choose-one__more-choose--phone-number {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #116731;
    transition: all 0.4s;
}

@media (max-width: 991px) {
    .why-choose-one--three .why-choose-one__more-choose--phone-number {
        font-size: 19px;
    }
}

.why-choose-one--services .container-fluid {
    padding-top: 120px;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .why-choose-one--services .container {
        padding-top: 64px;
        padding-bottom: 72px;
    }
}

.why-choose-one--services .why-choose-one__bg {
    padding-bottom: 40px;
}

.why-choose-one--services .why-choose-one__bg::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 0;
    height: 100%;
    max-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid var(--theme-color);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.why-choose-one--services .why-choose-one__bg::after {
    bottom: 42px;
}

.why-choose-one--services .why-choose-one__bg:hover::before {
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}

.about-one {
    position: relative;
    padding: 80px 0 0px;
    background-color: var(--white-color);
}

@media (max-width: 767px) {
    .about-one {
        padding: 80px 0;
    }
}

.about-one__item__head .sec-title {
    padding-bottom: 15px;
}

.about-one__item__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 187.5%;
    letter-spacing: 0.48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-one__item__left {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .about-one__item__left {
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .about-one__item__left {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

.about-one__item__left__img {
    position: relative;
    width: 100%;
    max-width: 470px;
    height: 580px;
}

.about-one__item__left__img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media (max-height: 992px) {
    .about-one__item__left__img {
        height: auto;
    }
}

.about-one__item__left__img__sub_img {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    max-width: 205px;
}

.about-one__item__left__img__sub_img svg {
    position: absolute;
    top: -138px;
    left: -138px;
    max-width: 245px;
    max-height: 150px;
}

@media (max-width: 575px) {
    .about-one__item__left__img__sub_img {
        right: 0px;
        bottom: -40px;
        max-width: 175px;
    }
}

.about-one__item__left__img__shape {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
}

.about-one__item__left__img__shape img {
    width: 100%;
}

.about-one__item__left__contact {
    position: relative;
    z-index: 1;
    bottom: 77px;
}

.about-one__item__left__contact__link {
    background: #111117;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 10px 40px 10px 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-one__item__left__contact__link {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__item__left__contact__link {
        padding: 15px 25px;
    }
}

@media (max-width: 425px) {
    .about-one__item__left__contact__link {
        margin-top: -49px;
        display: inline-block;
        padding: 15px 25px;
    }
}

.about-one__item__left__contact__link__icon i {
    font-size: 36px;
    color: var(--theme-color);
}

.about-one__item__left__contact__link__subtext {
    color: #6D7076;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 176.923%;
}

.about-one__item__left__contact__link__text {
    color: var(--white-color);
    font-size: 18px;
    margin-top: -4px;
    font-weight: 600;
    line-height: 166.667%;
    margin-bottom: 0;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.about-one__item__left__contact__link__text:hover {
    background-size: 100% 1px;
}

.about-one__item__left__contact__link__text:hover {
    color: var(--theme-color);
}

.about-one__item__left__contact__link:hover .text__icon {
    animation: top-bottom 0.4s ease-in-out;
}

.about-one__item__block-contents {
    margin-top: 25px;
    padding: 30px 40px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__item__block-contents {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-one__item__block-contents {
        padding: 20px 30px;
    }
}

.about-one__item__block-contents__text {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 20px;
}

.about-one__item__elememt__single {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__item__elememt__single {
        gap: 10px;
    }
}

.about-one__item__elememt__single__icon .icon {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 500px;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__item__elememt__single__icon .icon {
        width: 50px;
        height: 50px;
    }
}

.about-one__item__elememt__single__icon .icon i {
    font-size: 30px;
    color: var(--white-color);
}

.about-one__item__elememt__single__icon .icon::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    border-radius: 500px;
    background: #111117;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.about-one__item__elememt__single__text {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 20px;
    max-width: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__item__elememt__single__text {
        font-size: 17px;
    }
}

.about-one__item__elememt__single:hover .icon {
    background-color: transparent;
}

.about-one__item__elememt__single:hover .icon::after {
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.about-one__progress {
    margin-top: 0px;
    margin-bottom: 40px;
}

.about-one__progress__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-shadow: 0 0 1px currentColor;
}

.about-one__progress__bar {
    width: 100%;
    height: 10px;
    position: relative;
    background-color: #F5F5F5;
}

.about-one__progress__inner {
    position: absolute;
    height: 10px;
    background-color: var(--theme-color);
    transition: all 700ms linear;
    width: 0px;
}

.about-one__progress__number {
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0;
    margin-bottom: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 144.444%;
}

.about-one__item__one {
    padding-left: 70px;
}

@media (max-width: 1200px) {
    .about-one__item__one {
        padding-left: 0px;
    }
}

.about-one .drivschol-btn {
    padding: 19px 39px;
}

.about-one__element {
    position: absolute;
    left: 0;
    bottom: -51%;
    z-index: 1;
}

.about-one__element img {
    animation: topbottom 2s ease-in-out infinite;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-one__element {
        display: none;
    }
}

.about-one::after {
    content: "";
    clear: both;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-sec {
    padding: 80px 0px 0px;
}

.img-box1 {
    position: relative;
    margin-bottom: 46px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media (max-width: 1199px) {
    .img-box1 {
        margin-bottom: 70px
    }
}

.img-box1 .img1 {
    text-align: center
}

.img-box1 .img1 img {
    border-radius: 30px;
    max-width: 85%;
}

.img-box1 .img2 {
    position: absolute;
    right: 2%;
    bottom: -5%;
    max-width: 210px;
    z-index: 2
}

.img-box1 .img2:after {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    height: 210px;
    width: 210px;
    background-color: var(--theme-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-animation: spin 7s infinite;
    animation: spin 7s infinite
}

@media (max-width: 375px) {
    .img-box1 .img2 {
        display: none
    }
}

.img-box1 .img2 img {
    width: 210px;
    height: 210px;
    border-radius: 50%
}

.th-experience {
    position: absolute;
    top: 15px;
    display: flex;
    left: 0;
    z-index: 2;
    border-radius: 30px;
    background: var(--theme-color);
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.05);
    width: 200px;
    color: var(--white-color);
    text-align: center;
    padding: 30px 10px;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 375px) {
    .th-experience {
        top: auto;
        bottom: 0
    }
}

.th-experience .experience-year {
    font-size: 54px;
    line-height: 54px;
    color: var(--white-color);
    margin-bottom: 0px
}

.th-experience .experience-text {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.features-area {
    padding-top: 250px !important
}

@media (max-width: 1199px) {
    .features-area {
        padding-top: 150px !important
    }
}

.feature-item-2 {
    position: relative;
    border-radius: 30px;
    border: 1px solid #D8DDE1;
    background: var(--white-color);
    padding: 30px;
    text-align: center;
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.feature-item-2:before,
.feature-item-2:after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 30px 0 0 0;
    border: 1px solid;
    border-color: var(--theme-color);
    top: -1px;
    left: -1px;
    transition: height, width, 0.4s ease;
}

.feature-item-2:before {
    border-width: 2px 0 0 2px
}

.feature-item-2:after {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 30px 0
}

@media (max-width: 1299px) {
    .feature-item-2 {
        padding: 25px
    }
}

@media (max-width: 1199px) {
    .feature-item-2 {
        padding: 20px 16px;
        display: block;
        text-align: center
    }
}

.feature-item-2 .box-title {
    font-size: 20px;
    margin-bottom: 10px
}

.feature-item_icon {
    margin-bottom: 25px
}
.feature-item-2 p{text-align:center !important;    font-size: 14px;
}
.feature-item_icon img {
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.feature-item_text {
    line-height: 26px;
    margin-bottom: -0.4rem
}

.feature-item-2:hover {
    background: var(--white-color);
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid transparent;
    border-radius: 30px 0 30px 0
}

.feature-item-2:hover:before,
.feature-item-2:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible
}

.feature-item-2:hover .feature-item_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.content-inner-2 {
    padding-top: 80px;
    padding-bottom: 100px;
}

.cert_main {
    position: relative;
    display: flex;
    justify-content: center;
}

.cert_main img {
    max-height: 600px;
}

.why-checklist {
    padding-top: 40px
}

.why-checklist ul li {
    position: relative;
    border-radius: 20px;
    border: 1px solid #F5F7FA;
    background: var(--white-color);
    padding: 18px;
    font-size: 16px;
    font-weight: 600;
    width:270px;
    line-height: 30px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 0
}

@media (max-width: 991px) {
    .why-checklist ul li {
        min-width: 50%
    }
}

@media (max-width: 375px) {
    .why-checklist ul li {
        font-size: 16px;
        line-height: 26px
    }
}

.why-checklist ul li:before,
.why-checklist ul li:after {
    content: "";
    position: absolute;
    width: 84px;
    height: 90px;
    background: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.why-checklist ul li:before {
    left: -10px;
    top: -10px;
    -webkit-clip-path: path("M0 0H84L0 90V0Z");
    clip-path: path("M0 0H84L0 90V0Z")
}

.why-checklist ul li:after {
    left: -6px;
    top: 0;
    -webkit-clip-path: path("M0 0H84L0 90V0Z");
    clip-path: path("M0 0H84L0 90V0Z");
    opacity: 0.2
}

.why-checklist ul li .check-img {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    z-index: 4
}

.why-checklist ul li .check-img:before {
    content: "";
    position: absolute;
    inset: 10px;
    background-color: rgba(41, 70, 184, 0.1);
    z-index: 1;
    border-radius: inherit
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist.list-two-column ul {
    display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
    .checklist.list-two-column ul {
        grid-template-columns:auto
    }

    .checklist.list-two-column ul li {
        text-align: initial
    }
}

.checklist.list-two-column.why-checklist ul {
    gap: 30px
}

.checklist.list-two-column.why-checklist ul li {
    margin: 0
}

.checklist li {
    position: relative;
    font-weight: 400;
    padding-left: 17px
}

.checklist li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--theme-color);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    margin-right: 10px
}

.checklist li:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom:40px
    }
}
.checklist-inner{
    display: flex;
    align-items: center;
}

.Inquiry-main{
    padding: 80px 0px 100px;
}
.widget-2 {
    padding: 30px;
    background-color: #F5F7FA;
    margin-bottom: 40px;
    position: relative;
}
.widget-2 .widget_title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 25px 0;
}
.widget-2 .widget_title:after, .widget-2 .widget_title:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color:#d8dde1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget-2 .widget_title:after {
    background-color: var(--theme-color);
    width: 58px;
}
.widget-2.widget_categories ul{
    list-style: none;
}
.widget-2.widget_categories li{
    display: block;
    position: relative;
}
.widget-2.widget_categories li>i{
    text-align: center;
    position: absolute;
    right: 15px;
    top: 14px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right;
    opacity: 0;
}
.widget-2.widget_categories a{
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 11px 0 11px 15px;
    font-size: 16px;
    line-height: 1.313;
    border-radius: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color:#343a40
}
.widget-2.widget_categories a:hover{
    padding: 11px 15px 11px 15px;
    background-color: var(--theme-color);
    color: var(--white-color);
}
.widget-2.widget_categories a:hover ~ i{
    color: var(--white-color);
    opacity: 1;
}
.copyright-wrap{    background: #130b2b;}
.copyright-wrap p, .copyright-wrap a{    color: #fff;
    font-size: 14px;}
    .list-custom li{       font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    margin-bottom: 15px;
    text-align: justify;
    display: flex;}
    .list-custom li i{    margin-right: 10px;    color: #f58220;}
    .mb-0{margin-bottom:0px !important;}
    
    
    

/* BLOG */
.blog-page-one {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.blog-one__img-box {
    position: relative;
    display: block;
}
.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.blog-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(#1319224d, .30);
    width: 0%;
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
}
.blog-one__img img {
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.blog-one__single:hover .blog-one__img:before {
    transform: translateY(0);
    width: 100%;
}
.blog-one__single:hover .blog-one__img img {
    transform: scale(1.1) rotate(2deg);
}
.blog-one__content {
    position: relative;
    display: block;
    background-color: #f7f7f5;
    margin-left: 80px;
    margin-top: -35px;
    padding: 10px 25px 15px;
    z-index: 2;
}
.blog-one__date {
    position: absolute;
    top: 0;
    left: -70px;
}
.blog-one__date p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    width: 70px;
    height: 80px;
   color: #ffffff;
    background-color: #fc8332;
}
.blog-one__date p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}
.blog-one__title {
       font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    text-transform: capitalize;
    margin-top: 14px;
    margin-bottom: 15px;
}
.blog-one__title a {
       color: #131922;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-one__title a:hover {
    color: #190e32;
}
.blog-one__btn {
   position: relative;
    display: flex;
    align-items: center;
    font-weight: normal;
    color: #131922;
    font-size: 14px;
    margin-top: 0;

    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__btn span {
    position: relative;
    top: -1px;
    margin-right: 7px;
}
.blog-one__btn:hover {
    color: #190e32;
}
/* BLOG */

/* BLOG  DETAIL*/
.blog-details {
    position: relative;
    display: block;
        padding-top: 50px;
    padding-bottom: 50px;
}
.blog-details .sec-title__title, .sec-title2__title {
    font-weight: normal;
    letter-spacing: -1.2px;
    margin: 0;
    font-size: 26px;
    color: var(--secondary-color);
    line-height: 1.256;
    margin-bottom: 0px;
}
.blog-details .sec-title__tagline, .sec-title2__tagline {
    margin-top: -5px;
    margin-bottom: 5px;
    font-family: var(--subheading-font);
    color: var(--theme-color);
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}
.blog-details__left {
    position: relative;
    display: block;
}
.blog-details__content-one {
    position: relative;
    display: block;
}
.blog-details__content-one-img {
    position: relative;
    display: block;
}
.blog-details__content-one-img img {
    width: 100%;
}
.blog-details__date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.blog-details__date p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    width: 70px;
    height: 80px;
    color: #131922;
    background-color: #ffb41d;
}
.blog-details__date p span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}
.blog-details__content-one-details {
    position: relative;
    display: block;
    margin-top: 31px;
}
.blog-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin-top: 16px;
    margin-bottom: 25px;
}
.blog-details__text-1 {
    margin-bottom: 26px;
}
.blog-details__points {
    position: relative;
    display: block;
    margin-top: 26px;
}
.blog-details__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
}
.blog-details__points li i {
   color: #180f34;
}

.blog-details__tag-and-social {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #EEF0F1;
    border-bottom: 1px solid #EEF0F1;
    margin-top: 35px;
    margin-bottom: 40px;
}
.blog-details__tag {
    position: relative;
    display: flex
;
    align-items: center;
        gap: 10px;
}
.blog-details__tag>span {
    font-size: 16px;
    font-weight: normal;
    color: #131922;
    position: relative;
    margin-right: 10px;
}   
.blog-details__tag a {
    font-size: 13px;
    color: #6a6c71;
    line-height: 26px;
    background-color: #f7f7f5;
    padding: 5px 20px 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__tag a:hover {
    background-color: #fc8332;
    color: #ffffff;
}
.blog-details__social {
    position: relative;
    display: flex
;
    align-items: center;
    gap: 15px;
}
.blog-details__social>span {
    font-size: 14px;
    color: #6a6c71;
    position: relative;
    margin-right: 10px;
}
.blog-details__social>a {
    position: relative;
    font-size: 16px;
    color: #6a6c71;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #f7f7f5;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.blog-details__social>a i{
        position: absolute;
    font-size: 18px;
    right: 13px;
    top: 11px;
}
.blog-details__social>a:hover {
       color: #ffffff;
    background: #fc8332;
}
.sidebar {
    position: relative;
    display: block;
}
.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 28px 35px 35px;
    background-color: #f7f7f5;
}

.sidebar__title-box {
    position: relative;
    display: block;
    margin-bottom: 26px;
    /*padding-left: 25px;*/
}
.sidebar__title {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}
.sidebar__post-list {
    position: relative;
    display: block;
}
.sidebar__post-list li {
    position: relative;
    display: flex
;
    align-items: center;
    border-bottom: 1px solid #E4E4E1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.sidebar__post-image {
    position: relative;
    display: block;
    max-width: 100px;
    width: 100%;
}
.sidebar__post-image img {
    width: 100%;
}
.sidebar__post-content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.sidebar__post-date {
    font-size: 15px;
    font-weight: 500;
    margin-top: 6px;
        margin-bottom: 0;
            color: #180f34;
}
.sidebar__post-date i {
    position: relative;
    display: inline-block;
    /*margin-right: 6px;*/
}
.sidebar__post-title {
       font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    width: 110%;
}
.sidebar__post-title a {
    color: #131922;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
     overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
}
.sidebar__post-title a:hover {
    color: #fc8332;
}
/* BLOG  DETAIL*/
/*404*/
.left {
    font-size: 200px;
    color: #180f34;
    text-shadow: 1px 1px 10px #190e328c;
        /*margin-bottom: -70px;*/
}
.padding{
    padding-top:50px;
    padding-bottom:50px;
}
.padding .main-btn.main-btn-2 {
    border: 1px solid #f58220;
}
/*404*/
