@font-face {
    font-family: 'Mona Sans';
    src: url('./font/MonaSans-Light.woff2') format('woff2'),
        url('./font/MonaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./font/MonaSans-Regular.woff2') format('woff2'),
        url('./font/MonaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./font/MonaSans-Medium.woff2') format('woff2'),
        url('./font/MonaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./font/MonaSans-SemiBold.woff2') format('woff2'),
        url('./font/MonaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./font/MonaSans-Black.woff2') format('woff2'),
        url('./font/MonaSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./font/MonaSans-Bold.woff2') format('woff2'),
        url('./font/MonaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./font/MonaSans-ExtraLight.woff2') format('woff2'),
        url('./font/MonaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./font/MonaSans-ExtraBold.woff2') format('woff2'),
        url('./font/MonaSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Mona Sans';
}
p {
    font-size: 15px;
    FONT-WEIGHT: 500;
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link {
    color: #fff !important;
}

:root {
    --primary-color: #686868;
    --secondry-color: #686868;
    --white-color: #fff;
    --black-color: #000;
    --para-text-color: #454545;
    --transition: 0.3s ease-in;
    --font-family-helvetica-medium: "Helvetica CE Medium", sans-serif;
    --font-family-railway-medium: "Railway Medium", sans-serif;
    --font-family-helvetica-bold: "Helvetica CE Bold", sans-serif;
}

.icon svg {
    background: #d3601c;
    padding: 10px;
    color: #ffffff;
    border-radius: 50%;
}

.text h5 {
    font-size: 13px;
    color: var(--primary-color);
    FONT-WEIGHT: 500;
    margin: 0;
}

.text h3 {
    font-size: 16px;
    margin-bottom: 0;
    FONT-WEIGHT: 600;
    margin-top: 1px;
}

.text {
    margin-left: 5px;
}

.logo img {
    width: 63%;
    padding: 10px 10px;
    margin: auto;
    height: auto;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 li a {
    padding-right: 55px;
    color: var(--secondry-color);
    text-decoration: none;
    font-size: 15px;
    FONT-WEIGHT: 600;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.btn:active,
.btn:hover,
.btn:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.btn::before,
.btn::after {
    position: absolute;
    content: "";
}

.btn-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 120px;
    /* margin: auto; */
}

.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 190px;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    overflow: hidden;
}

.btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 13px;
    transition: 0.3s;
}
.btn.hover-filled-slide-left::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .btn.hover-filled-slide-left:hover::before {
    width: 0%;
  }
  .btn-1::before {
    background-color: var(--secondry-color);
    transition: 0.3s ease-out;
    border-radius: 50px;
  }
  .btn-1 span {
    color: rgb(255,255,255);
    border: 1px solid var(--secondry-color);;
    transition: 0.2s 0.1s;
    border-radius: 49px;
  }
  .btn-1 span:hover {
    color: #ffffff;
    transition: 0.2s 0.1s;
    background: #d3601c;
    border-color: #d3601c;
  }
  .next-head {
    padding: 5px 0;
}
.btn span svg {
    rotate: 318deg;
    font-size: 12px;
    margin-left: 2px;
}
section.banner-sec {
    /* height: 511px; */
    background-position: center;
    background-size: cover;
}
.container-fluid.items-end {
    position: relative;
    height: 521px;
}

section.banner-sec .row {
    height: 100%;
}
.bottom-left {
    POSITION: ABSOLUTE;
    BOTTOM: -6%;
    LEFT: 4%;
    FONT-SIZE: 80PX;
    TEXT-TRANSFORM: UPPERCASE;
    font-weight: 900;
    color: #ffffff70;
}
.bottom-right {
    padding: 51px 151px  51px  51px;
    background: #ffffffeb;
    border-right: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    position: relative;
    bottom: 0;
}
.bottom-right:after {
    position: absolute;
    width: 2px;
    height: 40%;
    top: 0;
    background: var(--primary-color);
    content: "";
    left: 0;
}
.bottom-right:before {
    position: absolute;
    width: 64%;
    height: 2px;
    bottom: 0;
    background: var(--primary-color);
    content: "";
    right: 0;
}
.banner-sec .btn-1::before {
    background-color: var(--primary-color);
  }
  .banner-sec .btn-1 span {
    border: 2px solid #d3601c;
  }
  .banner-sec .btn-1 span:hover {
    background: #d3601c;
    border: 2px solid #d3601c !important;
    color: #fff !important;
  }
  h1 {
    color: var(--primary-color);
}
.title h5 {
    text-transform: uppercase;
    padding-left: 47px;
    font-size: 16px;
    letter-spacing: 1px;
    FONT-WEIGHT: 600;
    position: relative;
}

.title h5:before {
    position: absolute;
    width: 34px;
    height: 1px;
    background: #000;
    content: "";
    top: 8px;
    left: 0;
}
.text p {
    font-size: 19px;
    margin-left: 12px;
    FONT-WEIGHT: 600;
}
.title h1, .title h2, .title h3, .title h4 {
    color: var(--primary-color);
    font-size: 32px;
    FONT-WEIGHT: 600;
    text-transform: capitalize;
}

.bg-white .title h5, .bg-black .title h5, .post-sec .title h5 {
    color: #000000;
    display: inline-block;
    padding-right: 47px;
    position: relative;
    font-size: 16px;
}

.bg-white .title h5::before, .bg-black .title h5::before {
    background-color: var(--secondry-color);
}

.bg-white .title h5::after, .bg-black .title h5::after {
    position: absolute;
    top: 9px;
    right: 16px;
    background-color: var(--secondry-color);
}

.bg-white .title h5::after, .bg-black .title h5::after, .post-sec .title h5::after {
    position: absolute;
    width: 34px;
    height: 1px;
    background: var(--secondry-color);
    content: "";
    top: 8px;
    right: 0;
}
.service-list img, .post-list img {
    width: 100%;
    height: 192px;
    object-fit: cover;
}
.service-list .short-text, .post-list .short-text {
    position: absolute;
    padding: 15px 6px;
    width: 85%;
    text-align: center;
    top: 54%;
    background: #ffffff;
    left: 8%;
    z-index: 99;
}


.service-list, .post-list {
    width: 100%;
    position: relative;
    height: 306px;
    padding: 11px;
}

.service-list .short-text h4 {
    font-size: 18px;
    color: var(--primary-color);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.service-list .short-text p {
    font-size: 14px;
    margin-bottom: 6px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-list .short-text  a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    FONT-WEIGHT: 600;
}
.service-list .short-text a svg {
    margin-top: 6px;
    font-size: 10px;
}
.service-list:hover img {
    border-right: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
    position: relative;
}
.service-list:hover .pre-view:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 48%;
    content: "";
    background: var(--primary-color);
}
.service-list:hover .pre-view:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 1px;
    content: "";
    background: var(--primary-color);
    z-index: 1;
}
.pre-view {
    position: relative;
}
.service-list:hover .short-text h4, .service-list:hover .short-text a, .service-list:hover .short-text a svg {
    color: #d3601c;
}

button.slick-prev.slick-disabled, button.slick-next {
    display: none !important;
}
button.slick-prev {
    DISPLAY: NONE !important;
}
section.choose-sec img {
    position: absolute;
    width: 80%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.choose-points {
    border: 1px solid var(--primary-color);
    padding: 20px;
    margin-bottom: 20px;
}

.choose-points h4 {
    FONT-WEIGHT: 600;
    font-size: 17px;
    margin-bottom: 5px;
}

section.choose-sec .bottom-right {
    background: #fff;
    padding: 80px;
    border-right: 0;
}
.profile-img {padding: 10px;}

.profile-img img {
    width: 100%;
    height: 400px;
}
.choose-points p {
    font-size: 14px;
    margin: 0;
}

.choose-points:hover {
    background: var(--primary-color);
}
.choose-sec .container-fluid.items-end .bottom-left {
    bottom: 0;
    line-height: 68px;
}
.choose-points:hover h4, .choose-points:hover p {
    color: #fff;
}
.choose-sec .container-fluid.items-end {
    height: auto;
    background: none;
}
section.choose-sec .bottom-right::before {
    display: none;
}
section.home-form.bg-black.pt-5.text-white {
    background-image: url(../images/bg-img.png)!important;
    position: relative;
    padding-bottom: 169px;
}

section.home-form.bg-black.pt-5.text-white .layer {
    position: absolute;
    background: #ffffffc7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}
.home-form .title.text-center {
    position: relative;
    z-index: 999;
}
.pb-150 {
    padding-bottom: 150px;
}
section.contact-form {
    height: 400px;
}

.form-sec.bg-white {
    position: absolute;
    background: #fff;
    top: -100px;
    border: 1px solid var(--primary-color);
    padding: 5rem;
}

.contact-form .container {
    position: relative;
}
input, textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 7px 13px;
    font-size: 12px;
    color: #000000;
    border-radius: 21px;
    border: 1px solid #d5d5d5;
}

::placeholder {
    color: #9f9f9f;
    text-transform: capitalize;
}

.form-sec.bg-white:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 45%;
    width: 1px;
    background: var(--primary-color);
    display: none;
}

.form-sec.bg-white:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 82%;
    background: var(--primary-color);
    display: none;
}
form.p-5 {
    background: #f9f9f9;
}
input[type="submit"] {
    color: #fff;
    background: var(--secondry-color);
    padding: 10px;
    font-size: 15px;
    FONT-WEIGHT: 600;
}
textarea#Messages {outline: #fff;}

.form-sec.bg-white .icon svg {
    font-size: 18px;
    padding: 15px;
}

.form-sec.bg-white .text h5 {
    font-size: 17px;
}

.form-sec.bg-white .text h3 {
    font-size: 22px;
    color: #555;
}   
.form-sec.bg-white .text {
    margin-left: 10px;
}
.img img {
    width: 100%;
}
section.testmonial .title h5:after {
    display: none;
}
.box-500 {
    WIDTH: 100%;
    max-width: 550px;
}
.description {
    padding: 19px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    position: relative;
    font-style: italic;
    color: #000;
}

.description:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 45%;
    width: 1px;
    background: #000000;
}
.description:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 45%;
    background: #000000;
}
.cli-info.d-flex img {
    width: 66px;
    height: 66px;
    border-radius: 50px;
    position: relative;
    border: 2px solid #fff;
}

.cli-info.d-flex .info h4 {
    margin: 0;
    margin-top: 6px;
    color: var(--secondry-color);
    font-size: 19px;
}

.cli-info.d-flex .info {
    margin-left: 16px;
    color: #000;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li {
    float: right;
    color: #000000;
    margin-left: 15px;
    list-style: none;
    width: 17px;
    height: 3px;
    background: #00000069;
    border-radius: 15px;
}
ul.slick-dots li.slick-active {
    background: #000000;
    width: 39px;
}
ul.slick-dots {
    z-index: 999;
    position: relative;
    bottom: 42px;
}
.cli-info.d-flex img:last-child {
    background: #fff;
    width: 29px;
    height: 29px;
    left: 44px;
    top: -29px;
    filter: grayscale(1);
}
.col-md-6.p-0.img {
    position: relative;
}
.col-md-6.p-0.img .bottom-left {
    font-size: 81px;
    line-height: 129px;
}
section.home-form.bg-black.pt-5.text-white .btn-holder {
    margin: auto;
}
.post-sec .title h5::after {background-color: #000000;}

.post-sec .title h5 {
    color: #000;
}
.post-list .short-text {
    background: #fff;
    padding: 8px 14px;
}

.date svg {
    margin-right: 7px;
    font-size: 13px;
}
.post-list .short-text h4 {
    font-size: 19px;
    margin-top: 6px;
    color: #d3601c;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-list .short-text a {
    font-size: 15px;
    FONT-WEIGHT: 500;
    color: #000;
    text-decoration: none;
}
.date {
    font-size: 13px;
    margin-bottom: 4px;
    FONT-WEIGHT: 600;
}
.post-list:hover .pre-view:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: #00000069;
}
footer.contact.bg-black {
    background-color: #0a0a0a !important;
    color: #ffffff;
}
.post-list:hover  .short-text h4 {
    color: var(--secondry-color);
}
.about_company img {
    width: 96%;
    margin-bottom: 12px;
}

.f-title h5 {
    color: #ffffff;
    margin-bottom: 18px;
}

.f-title ul li {
    list-style: none;
    color: #ddd;
    font-size: 15px;
    FONT-WEIGHT: 500;
    display: flex;
    align-items: center;
}
.f-title.social_media ul li svg {
    background: var(--secondry-color);
    margin: 4px;
    border-radius: 22px;
    margin-right: 12px;
    padding: 10px 10px;
    width: 15px;
}
.f-title ul {
    margin: 0;
    padding: 0;
}

ul#menu-footer-menu li , ul#menu-service-menu li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    /* margin-top: 7px; */
    color: #afafaf;
}
footer.contact.bg-black.aos-init.aos-animate hr {
    margin: 0 8%;
    color: #d3601c;
}
ul#menu-footer-menu li:before , ul#menu-service-menu li:before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    background: #cdcdcd;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 35% 50%);
}
.f-title ul li a {
    text-decoration: none;
    color: #ddd;
    font-size: 14px;
    FONT-WEIGHT: 500;
    margin-top: 10px;
}
.pl-5 {
    padding-left: 60px;
}
p.m-0.text-center {
    padding: 15px;
    color: #959595;
}

.social_media.d-flex ul li {
    display: contents;
    margin-left: 10px;
}

.social_media.d-flex ul {
    padding: 0;
    margin: 0;
}

.social_media.d-flex ul li a svg {
    background: var(--primary-color);
    padding: inherit;
    width: 15px;
    height: 15px;
    font-size: 145px;
    border-radius: 48px;
    margin-right: 10px;
    color: #fff;
    padding: 7px;
    border: 1px solid var(--primary-color);
}

.about_company p {margin-bottom: 9px;color: #ddd;line-height: 1.8;}

.social_media.d-flex ul li a svg:hover {
    background: #e15b28;
    color: #fff;
    border-color: #e15b28;
}
ul#menu-footer-menu li:hover::before {
    color: var(--primary-color);
}
.text h3 a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}
.breadcumb-content {
    text-align: center;
    position: relative;
    position-area: center;
    top: 50px;
}

.breadcumb-content ul li {
    list-style: none;
}

.breadcumb-content ul li {
    display: contents;
    color: #fff;
    font-size: 19px;
}

.breadcumb-area.d-flex.style_two.p-5 {
    position: relative;
    height: 300px;
}

.breadcumb-area.d-flex.style_two.p-5:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000052;
}

.breadcumb-content h4 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.breadcumb-content ul {
    padding: 0;
    margin: 0;
}

.breadcumb-content .breadcumb-title ul li a {
    color: #fff;
}

.breadcumb-content ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
h4.font-16 {
    color: var(--secondry-color);
}

.featured {
    background: #0a0a0a;
}
.featured .col-lg-8 {
    padding: 80px 0 40px;
}
.featured .col-lg-4 img {
    max-width: none;
    float: right;
    object-fit: cover;
    height: 100%;
}
.featured .content {
    margin-bottom: 30px;
    padding-left: 20px;
}
.featured .content:last-child {
    margin-bottom: 49px;
}
.featured .content-wrap {
    width: 85%;
}
.featured .content-wrap h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 10px;
}
.featured .content-wrap p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

.featured .about-image:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 200%;
    width: 1200px;
    background: var(--secondry-color);
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.feature-icon svg {
    font-size: 24px;
    padding: 16px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    margin-bottom: 9px;
}


.bg-black {
    background: #eee !important;
    color: #fff !important;
    padding: 0;
    top: 0;
}

.col-xs-12.col-sm-12.col-md-6 img {
    width: 100%;
}

.section-title.title {
    padding-right: 72px;
}

.section-title.title p {
    margin: 0;
}

.counter {
    FONT-SIZE: 36PX;
    FONT-WEIGHT: 600;
    COLOR: #ffffff;
}

section.home-service.post-sec.pt-5.pb-5.aos-init.aos-animate .short-text {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.process h3 {
    color: #000000;
    font-size: 20px;
    margin: 0 0 9px 0;
}
.service-list img {
    border-right: 1px solid #ffffff00;
    border-top: 1px solid #ffffff00;
}

.service-list .pre-view:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 1px;
    content: "";
    background: #ffffff00;
    z-index: 1;
}

.service-list .pre-view:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 48%;
    content: "";
    background: #ffffff00;
}
.contact-info ul {
    padding: 11px;
    background: #f9f9f9;
    list-style: none;
}

.contact-info ul li {
    display: flex;
    padding: 13px;
    border-top: 1px solid #dcdcdc;
    align-items: center;
}

.contact-info ul li .icon-box svg {
    color: var(--primary-color);
    background: #ffffff;
    padding: 13px;
    border: 2px solid var(--primary-color);
    border-radius: 38px;
    width: 16px;
    height: 16px;
}

.contact-info ul li .text-box {
    margin-left: 9px;
    display: block;
    color: var(--secondry-color);
}

.contact-info ul li .text-box h4 {
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
}

.contact-info ul li .text-box p, .contact-info ul li .text-box p a {
    margin: 0;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    FONT-WEIGHT: 600;
}
.contact-info ul li:first-child {
    border-color: #ffffff00;
}
/* gallery section */


   /* Style for the gallery section */
   .gallery-section {
    text-align: center;
}
.tabs {
    margin-bottom: 20px;
}
.tabs button {
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #eee;
    border: none;
    border-radius: 5px;
    color: #000000;
    transition: background-color 0.3s;
    text-transform: capitalize;
    FONT-WEIGHT: 500;
}
.tabs button.active {
    background-color: var(--secondry-color);
    color: white;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery div {
    display: none; /* Initially hidden, handled via JS */
    margin: 10px;
    position: relative;
}
.gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    /*margin-bottom: 3px;*/
    position: relative;
}
.single-we-are-expert {
    position: relative;
}
.single-we-are-expert .content {
    position: revert;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-top: 4px solid var(--secondry-color);
    padding: 20px;
}
.single-we-are-expert:hover .content {
    border-color: #000000;
    background: var(--secondry-color)cf;
}
/*.single-we-are-expert:hover .content h2,*/
/*.single-we-are-expert:hover .content p {*/
/*    color: #fff;*/
/*}*/

.single-we-are-expert .content h2 {
    font-size: 26px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
}
.single-we-are-expert .content p {
    /*line-height: 26px;*/
    color: #151515;
    /*letter-spacing: .025em;*/
}
.img-holder {
    position: relative;
    display: none;
}

.section-title p {
    margin: 0;
}

.img-holder img {
    width: 100%;
    height: auto;
}
section.we-are-expert.anim-5-all.p-5 {
    background: #f3f3f3;
}
#great-construct-team {
    background: #eee url(../images/Untitled-2.png) center center no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
#great-construct-team h2 {
    text-transform: capitalize;
    /* color: #fff; */
    line-height: normal;
    margin: 0;
    margin-bottom: 12px;
}
#great-construct-team p {
    font-size: large;
}
#great-construct-team p b {
    font-size: 34px;
    color: #161616;
    font-weight: bold;
    font-family: 'PT Serif', sans-serif;
    margin-right: 10px;
    font-style: italic;
    margin-top: 5px;
}
#great-construct-team p.has-btn {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: italic;
    font-weight: bold;
    margin-right: 13px;
    line-height: 1.4;
    display: flex;
    align-items: anchor-center;
}
#great-construct-team p.has-btn a {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #000000;
    display: inline-block;
    line-height: 36px;
    padding: 0 27px;
    position: relative;
    bottom: 5px;
    margin-left: 10px;
}
#great-construct-team p.has-btn a:before {
    background: var(--secondry-color);
}
.sec-padding.light-sec {
    padding: 70px 0;
}

section.sec-padding.light-sec ul {
    list-style: none;
    padding: 0;
}

section.sec-padding.light-sec ul a {
    color: #000;
}
p.mb-1-9 {
    line-height: normal;
    margin: 20px 0 28px 0;
}
.contact-info-section .text-contact h5 {
    margin: 13px 0;
    font-size: 26px;
}

/*=21/06/2024=*/

.la-event {
    width: 100%;
    background: #EEE;
    padding: 30px 30px 0 30px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}

.la-event ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0px;
    border-top: 1px solid #000;
    padding: 10px;
}

.la-event ul li img {
    width: 80px;
    height: 80px;
    max-width: inherit;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.evrnt-text p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.evrnt-text h5 {
    font-size: 13px;
    margin: 10px 0px;
    background: var(--secondry-color);
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 5px;
}

.service-formbox {
    width: 100%;
    padding: 30px;
    background-color: #eeeeee;
    background-position: center center;
    background-size: cover;
    margin: 40px 0 0 0;
    position: sticky;
    top: 40px;
    border-radius: 5px;
}

.service-formbox h3 {
    font-size: 22px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ffffff;
    color: #fff;
}

.service-formbox p , .service-formbox h4 {
    color: #000;
}

.service-formbox form {
    margin: 20px 0 0 0;
}
.solution-content ul li::after {
    position: absolute;
    content: "";
    top: 9px;
    left: -23px;
    width: 12px;
    height: 10px;
    background-color: rgb(26 33 43);
    clip-path: polygon(21% 56%, 0px 0px, 100% 54%, 0% 100%);
}
.solution-content-img img {width: 100%;height: 400px;object-fit: cover;margin-bottom: 22px;}
.la-event ul li:first-child {border: navajowhite;}
.solution-content ul li {
    position: relative;
    /* width: 43%; */
    /* display: inline-block; */
    margin-left: 26px;
    color: #000;
    margin-bottom: 6px;
}
.solution-content h3 {
    color: #000000;
    text-transform: capitalize;
    padding: 8px 13px 10px 19px;
    font-size: 21px;
    background: #eee;
    border-left: 5px solid var(--secondry-color);
    margin-bottom: 17px;
    display: inline-block;
}
.service-side-menu {
    background: #eee;
    padding: 40px;
    text-align: left;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    padding-bottom: 15px;
}

.service-side-menu h4 {
    color: #000;
}

.service-side-menu ul li {
    padding: 5px 13px;
    background: #fff;
    margin: 11px 0;
    border-left: 4px solid var(--secondry-color);
}
.solution-content h6, .solution-content h2 {
    text-align: left;
    margin-bottom: 9px;
}
.service-side-form {
    margin-top: 27px;
    background: #eee;
    padding: 40px;
    text-align: left;
    padding-bottom: 27px;
}

.service-side-form form input, .service-side-form form textarea {
    width: 100%;
    padding: 7px 13px;
    background: #fff;
    margin: 6px 0;
    border: none;
}

::placeholder {
    text-transform: capitalize;
}
.service-side-form h4 {
    color: #000;
}
.service-side-form form input[type="submit"] {
    /* background: var(--secondary-color); */
    /* color: #fff; */
}
.solution-content {
    text-align: left;
    margin: 0 20px;
}

input,
textarea {
    width: 100%;
    border: none;
    padding: 12px 17px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    outline: none;
}

section.form-sec.p-70 .form-div .col-md-6,
section.form-sec.p-70 .form-div .col-md-12 {
    padding: 12px 10px;
}

[type=submit]:not(:disabled) {
    /* width: auto; */
    padding: 10px 41px;
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
}
section.sec-padding.light-sec ul a {
    color: #000;
    text-decoration: none;
}
.detail-icon svg {
    font-size: 26px;
    color: #F95936;
    padding: 12px;
    border: 3px solid #e95f2a;
    width: 37px;
    background: #fff;
    height: 32px;
    display: none;
    position: absolute;
    top: -35px;
    left: 41%;
}
section#why-choose-us h3 {
    /* color: var(--secondry-color); */
    font-size: 21px;
    margin: 7px 0 9px 0;
}
section#why-choose-us p {
    color: #000;
}
.detail-icon {
    padding: 27px 17px 11px 17px;
    border-top: 4px solid #E85E2A;
    position: relative;
    background: #eeeeee6e;
}

.detail-icon:hover {
    background: #e95f2a;
}

.detail-icon:hover svg {
    background: #e95f2a;
    color: #fff;
    border: 3px solid #fff;
}
.img-holder:before {
    background-color: #ea6e3ed9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    display: none;
}
section#why-choose-us .detail-icon:hover h3, section#why-choose-us .detail-icon:hover p {
    color: #fff;
}

a {
    color: #000000;
}

form p {
    margin: 0;
}


.client img {
    width: 100%;
    height: auto;
}

.gallery-item {
    width: 30%;
}

.home-about .text p {
    margin-bottom: 0;
}
.pr-20 {
	padding-right:20px;
}
.footer-copyright a, .footer-copyright a:hover {
    color: #e15b28;
    text-decoration: none;
}
.process .row {
    color: #000;
}
.center-position {
    position: absolute;
    align-self: anchor-center;
    justify-items: center;
    align-content: center;
    justify-self: anchor-center;
    width: 50%;
    text-align: center;
}
.container-fluid.items-end {background: #00000055;}

section.banner-sec .container-fluid.items-end .btn-1 span {
    border: 2px solid #ffffff;
    color: #000000;
}

section.banner-sec .container-fluid.items-end .btn-1::before {
    background: #ffffff;
}
.center-position h2 {font-size: 51px;color: #fff;text-transform: capitalize;}

.center-position p {
    color: #fff;
    font-size: 19px;
}

/* ---------------10/7/2025--------------------- */

/*RESPONSIVE QUERY______*/

form.wpcf7-form.init br {
    display: none;
}
img {
    width: 100%;
}

.about-sec img {
    height: 560px;
    object-fit: cover;
}
header.header-area-3.stiky.scroll-header .header-3 {
    box-shadow: none;
    top: 0;
    border-radius: 0;
    padding: 15px;
}

.header-area-3.stiky.scroll-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    visibility: visible;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.sticky-header {
  position: sticky;
  top: 0;
  background-color: #fff;
/*   color: white;
  padding: 15px;
  text-align: center; */
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.counter-container {
    color: #fff;
}
.process {
    background: #E85E2A !important;
}
.sticky-top {
    z-index: 9 !important;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 li:hover a {
    color: #d3601c;
}

.post-list:hover .short-text a {
    color: #D25F1C;
}
.f-title.social_media ul li svg.svg-inline--fa.fa-location-dot {
    /* width: 25px; */
}
.post-list:hover .short-text .date {
    color: #d3601c;
}
section.choose-sec .bottom-right .title {
    max-width: 700px;
}
.service-side-form.sticky-top {
    top: 25%;
}
.gallery-item.all:hover .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #0000002a;
    top: 0;
    left: 0;
    display: inline;
    margin : 0;
    border-radius: 5px;
}
.post-sec.p-5 ul.slick-dots li {
    display: none;
}
ul#menu-footer-menu li:hover:before, ul#menu-service-menu li:hover:before {
    background: #e15b28;
}


.f-title ul li:hover a, .f-title ul li:hover {
    color: #e15b28;
}

.f-title.social_media ul li:hover svg {
    background: #e15b28;
    color: #fff;
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
    
    button.navbar-toggler {
    order: 2;
    border: 1px solid #fff;
    background: #fff;
    padding: 5px;
}

.first-part .text {
    display: none;
}

.first-part .col-4 {
    width: 13%;
    flex: inherit;
}

.logo {
    order: 1;
}

.first-part .col-4:nth-child(2) {
    order: 1;
}

.first-part .col-4:first-child {
    order: 2;
    margin-left: auto;
}

.first-part .col-4:last-child {
    order: 3;
    /*margin-left: auto;*/
    max-width: max-content !important;
}

.first-part .row {
    justify-content: flex-start !IMPORTANT;
}

.first-part {}

.navbar-collapse {
    position: absolute;
    width: 100%;
    background: #ffffff;
    top: 55px;
    left: 0;
    z-index: 99;
}
    
    section.choose-sec .bottom-right {
    padding: 30px;
}

.bottom-right .col-6 {
    width: 100%;
}

.choose-points {
    margin-bottom: 10px;
}

.title h1, .title h2, .title h3, .title h4 {
    font-size: 28px;
}

.profile-img img {
    /* height: auto; */
    margin-top: 20px;
    object-fit: cover;
}

.form-sec.bg-white {
    position: relative;
    padding: 2rem;
    border: 1px solid var(--primary-color);
    top: 0;
    margin: 20px 0;
}

.form-sec.bg-white:before {
    display: none;
}

.form-sec.bg-white:after {
    display: none;
}

section.contact-form {
    height: auto;
}

section.home-form.bg-black.pt-5.text-white {
    padding: 50px 0;
}

.post-list .short-text {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.post-list .short-text h4 {
    font-size: 16px;
}

.f-title.pl-5 {
    padding: 0;
}

.f-title h5 {
    margin: 15px 0;
}

.about_company img {
    width: auto;
    height: auto;
}

.p-5 {
    padding: 2rem !important;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 li a {
    width: 100%;
    display: inline-block;
    padding: 8px 10px;
    border-bottom: 1px solid #cdcdcd;
}

.bottom-right {
    padding: 25px;
}

.logo img {
    width: auto;
    padding-left: 0;
}

.about-sec img {
    width: 100%;
    height: auto;
}

.featured .col-lg-8 {
    padding: 30px 15px;
}

.why-choose-us-wrap .col-8 , .why-choose-us-wrap .col-4 {
    width: 100%;
}

.detail-icon {
    margin-bottom: 20px;
}

.gallery-item {
    width: 44%;
}

span.navbar-toggler-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.solution-content-img img {
    height: auto;
}

.solution-content {
    margin: 0;
}

.la-event {
    padding: 20px 20px 0 20px;
}

.foo-about.p-5 {
    padding: 2rem 15px !important;
}





}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {
.center-position h1 {
    font-size: 27px;
}
}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
    
.container-fluid.items-end {
    height: 450px;
}

.icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.text p {
    margin-bottom: 0;
    font-size: 17px;
}

.pb-5 {
    padding-bottom: 2rem !important;
}
.pt-5 {
    padding-top: 2rem !important;
}

.service-list img, .post-list img {
    /* height: auto; */
}

.service-list, .post-list {
    height: auto;
    /* padding: 0; */
}

section.choose-sec .bottom-right {
    padding: 25px 15px 0;
}

.bottom-left {
    font-size: 70px;
    left: 0;
}

.btn span {
    font-size: 14px;
}

.profile-img {
    padding: 0;
}

.breadcumb-content h4 {
    font-size: 30px;
}

.breadcumb-content ul li {
    font-size: 15px;
}

.single-we-are-expert {
    margin-bottom: 20px;
}

.single-we-are-expert .content h2 {
    font-size: 20px;
}

.service-list, .post-list {
    margin-bottom: 60px;
}

.tabs button {
    font-size: 13px;
}




}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 575px) {
    
   .title h1, .title h2, .title h3, .title h4 {
        font-size: 24px;
    }
	.center-position {
		    width: 100%;
	}
    .breadcumb-area.d-flex.style_two.p-5 {
      height: 230px;
    }
    
    .breadcumb-content h4 {
        font-size: 24px;
    }
    
    .about_company img {
        width: 170px;
        height: auto;
    }
    
    section.we-are-expert.anim-5-all.p-5 {
      padding: 30px 15px !important;
    }
   
   
    

}

@media only screen and (max-width: 480px) {
    
    .gallery img {
        width: 100%;
        height: 170px;
    }
	section.featured .row.p-5.pb-0.m-0 {
    padding: 0 !important;
}

section.featured .row.p-5.pb-0.m-0 .content.d-flex.justify-content-between {
    margin-bottom: 20px;
    margin-top: 20px;
}
	
#great-construct-team {
    BACKGROUND: #EEE;
}
.service-detail-page  .col-lg-4.col-md-6.col-sm-12 {
/*     order: 1; */
}
	.sec-padding.service-detail-page.light-sec{padding-top:0;}
	.service-detail-page .row {
		display:flex;
		flex-direction:column;
	}
	.solution-content {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}

/* Responsive end   */


[type=submit]:not(:disabled):hover {
    background: #e15b28;
}
hr {
    margin: 0;
}

nav.navbar ul li {
    position: relative;
}

ul.dropdown-menu {}

ul.dropdown-menu {
    min-width: 300px;
    display: none;
    padding: 10px;
    border: 0;
    background: #eeeeee;
}

ul.navbar-nav ul.dropdown-menu li a {
    padding-right: 0 !important;
    padding: 7px 10px !important;
    display: inline-block;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
    color: var(--secondry-color);
}

nav.navbar ul li:hover ul.dropdown-menu {
    display: block;
}

ul.navbar-nav ul.dropdown-menu li a:hover {
    background: #d3601c;
    color: white !important;
}

ul.navbar-nav ul.dropdown-menu li a {
    transition: .4s ease;
}

.clk_btn {
    position: absolute;
    top: 3px;
    right: 30px;
    color: #686868;
    font-size: 14px;
    cursor: pointer;
}
.reshome_frm{display:none;}
@media only screen and (max-width: 991px)  {
.clk_btn {
    top: 0;
    right: 0;
    padding: 10px 15px;
}

	nav.navbar ul li:hover ul.dropdown-menu {
    display: none;
}
	.first-part .col-4:first-child, .first-part .col-4:last-child{display:none;}
	.first-part .col-4:nth-child(2){width:100%; text-align:center;}
	.reshome_frm{display:block;padding-top: 0 !important;padding-bottom: 0 !important;}
}
@media only screen and (max-width: 767px)  {
	.service-side-menu{display:none;}
	.service-side-form.sticky-top{margin-bottom:40px;}
}
.f-title.social_media ul li a {
    margin: 0;
}
.thfaqf-faq-item .thfaqf-faq-item-title h4{font-size:16px;}





