@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: 16px;
    FONT-WEIGHT: 400;
}
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: #da641e;
    --secondry-color: #39a3f8;
    --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: var(--primary-color);
    padding: 10px;
    color: aliceblue;
    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: 60%;
    padding: 10px 0;
    height: auto;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 li a {
    padding-right: 55px;
    color: #eee;
    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: 138px;
    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: var(--primary-color);;
    border: 1px solid var(--primary-color);;
  }
  .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: -7%;
    LEFT: 4%;
    FONT-SIZE: 95PX;
    TEXT-TRANSFORM: UPPERCASE;
    font-weight: 900;
    color: #ffffff70;
}
.bottom-right {
    padding: 40px;
    background: #ffffffeb;
    border-right: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    position: relative;
}
.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: 1px solid var(--primary-color);
  }
  .banner-sec .btn-1 span:hover {
    background: var(--secondry-color);
    border: 1px solid var(--secondry-color);
  }
  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 h2 {
    color: var(--primary-color);
    font-size: 30px;
    FONT-WEIGHT: 600;
    text-transform: capitalize;
}

.bg-black .title h5, .post-sec .title h5 {
    color: var(--secondry-color);
    display: inline-block;
    padding-right: 47px;
    position: relative;
}

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

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

.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 10px;
    width: 85%;
    text-align: center;
    top: 54%;
    background: #000000;
    left: 8%;
    z-index: 99;
}


.service-list, .post-list {
    width: 100%;
    position: relative;
    height: 300px;
    /* padding: 11px; */
    margin-bottom: 25px;
}

.service-list .short-text h4 {
    font-size: 18px;
    color: var(--primary-color);
}

.service-list .short-text p {
    font-size: 15px;
    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: var(--secondry-color);
}

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: 593px;
}
.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: 50px 35px  50px  50px;
    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;
}
section.choose-sec .bottom-right::before {
    display: none;
}
section.home-form.bg-black.pt-5.text-white {
    background-image: url(../images/bg-img.png);
    position: relative;
}

section.home-form.bg-black.pt-5.text-white .layer {
    position: absolute;
    background: #000000c4;
    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-top: 1px solid var(--primary-color);
    padding: 5rem;
}

.contact-form .container {
    position: relative;
}
input, textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 13px;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    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);
}

.form-sec.bg-white:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 82%;
    background: var(--primary-color);
}
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;
}   
.form-sec.bg-white .text {
    margin-left: 10px;
}
.img img {
    width: 100%;
}
section.testmonial .title h5:after {
    display: none;
}
.box-500 {
    WIDTH: 100%;
}
.description {
    padding: 19px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
    font-style: italic;
}

.description:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 45%;
    width: 1px;
    background: #ffffff;
}
.description:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 45%;
    background: #ffffff;
}
.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;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li {
    float: right;
    color: #fff;
    margin-left: 15px;
    list-style: none;
    width: 17px;
    height: 3px;
    background: #ffffff69;
    border-radius: 15px;
}
ul.slick-dots li.slick-active {
    background: #fff;
    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;
}
.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: #d3601c;
    margin-bottom: 20px;
}

.f-title ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.f-title.social_media ul li svg {
    background: var(--secondry-color);
    padding: 7px;
    width: 15px;
    height: 15px;
    font-size: 145px;
    margin: 6px;
    border-radius: 22px;
    margin-right: 13px;
}
.f-title ul {
    margin: 0;
    padding: 0;
}

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

.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: #000000; */
    padding: inherit;
    width: 15px;
    height: 15px;
    font-size: 145px;
    border-radius: 48px;
    margin-right: 10px;
    color: var(--primary-color);
    padding: 7px;
    border: 1px solid var(--primary-color);
}

.about_company p {margin-bottom: 9px;}

.social_media.d-flex ul li a svg:hover {
    background: var(--secondry-color);
    color: #fff;
    border-color: var(--secondry-color);
}
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: absolute;
    position-area: center;
}

.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: #0000009c;
}

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

.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;
}
.featured .content {
    margin-bottom: 30px;
}

.featured .content-wrap {
    width: 85%;
}
.featured .content-wrap h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--secondry-color);
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 15px;
}
.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 {
    color: #0a0a0a !important;
    color: #fff !important;
}

.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: var(--primary-color);
}

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: var(--secondry-color);
    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: 15px;
    color: #000;
    text-decoration: none;
}
.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 {
    font-size: 14px;
    padding: 8px 18px;
    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;
}
.gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    /*margin-bottom: 3px;*/
}
.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;
}
#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;
}
#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;
    position: sticky;
    top: 0;
}

.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: 0;
    color: #000;
    margin-bottom: 9px;
    list-style: inside;
    font-size: 16px;
}
.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; */
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.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: 10px 15px;
    background: #fff;
    margin: 11px 0;
    border-left: 4px solid var(--secondry-color);
}
solution-content h2 {
    text-align: left;
    margin-bottom: 20px;
}
.service-side-form {
    margin-top: 27px;
    background: #eee;
    padding: 30px;
    text-align: left;
    padding-bottom: 27px;
}

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

::placeholder {
    text-transform: capitalize;
}
.service-side-form h4 {
    color: #000;
    margin-bottom: 20px;
}
.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: 10px 17px;
    outline: none;
    box-shadow: rgb(99 99 99 / 38%) 0px 2px 8px 0px;
}

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 #e95f2a;
    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: #d3601c;
    font-size: 16px;
}

form p {
    margin: 0;
}


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

.gallery-item {
    width: 30%;
}

img.ab-img {
    position: sticky;
    top: 0;
}

form br {
    display: none;
}

.solution-content.title h2, .solution-content.title h3, .solution-content.title h4, .solution-content.title h5, .solution-content.title h6 {
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
        line-height: normal;
}

.services-slider .service-list {
    padding: 10px;
}

.clients img {
    width: 200px;
    height: auto;
}

.clients {
    text-align: center;
}




/*RESPONSIVE QUERY______*/


@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: auto;
    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: #000;
    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 h2 {
    font-size: 28px;
}

.profile-img img {
    height: auto;
    margin-top: 20px;
}

.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;
}

.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) {

}


@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: 30px;
}

.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 h2 {
        font-size: 24px;
    }
    
    .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;
    }
   
       .bottom-left {
        font-size: 40px; 
       }
       
       p {
    font-size: 15px;
}
    
    .logo img {
        width: 160px;
    }

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.solution-content.title h2, .solution-content.title h3, .solution-content.title h4, .solution-content.title h5, .solution-content.title h6 {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;

}

#great-construct-team h2 {
    width: 70%;
}#great-construct-team p {
    font-size: 15px;
    width: 70%;
}




}

@media only screen and (max-width: 480px) {
    
    .gallery img {
        width: 100%;
        height: 170px;
    }
    .text-box a {
    word-break: break-word;
}

}

@media only screen and (max-width: 400px) {
    
    
        .service-list, .post-list {
        margin-bottom: 55px;
    }

.title h2 {
        font-size: 20px;
    }
    
        .container-fluid.items-end {
        height: 390px;
    }
    
    
    
}

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

}

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

}


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

}