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

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

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

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

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




dl,
ol,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

p,
li {
    font-family: 'Poppins';
    font-size: 15px;
    color: #000;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Syne';
    color: #000;
    font-weight: 800;
}

a {
    font-family: 'Poppins';
}

:root {
    --primary-color: #e36002;
    --black-color: #000;
    --white-color: #fff;
}

img {
    width: auto;
    max-width: 100%;
    transition: .4s ease;
}

.pt-6 {
    padding-top: 60px;
}

.pb-6 {
    padding-bottom: 60px;
}
.sticky {
    background: white;
    position: fixed !important;
    top: 0px;
    z-index: 99999;
    transition: 0.2s ease-in;
    padding: 7px 0px 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
    animation: slidetop 1s ease-in-out backwards;
}

@keyframes slidetop {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}


/*============= header =================*/

.logo-sec {
    position: absolute;
    /* width: 25%; */
}

.main-sec {
    width: 100%;
    height: 110px;
}

.contact-info ul {
    display: flex;
}

.contact-info ul li {
    margin-left: 20px;
}

.social-icons ul {
    display: flex;
}

.navbar-logo {
    background-color: rgb(255, 255, 255);
    padding-left: 50px;
}

.nav-menu ul {
    display: flex;
}

.nav-menu ul li {
    padding: 18px 20px;
}

section.navbar-sec {
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 0;
}

.nav-top {
    background: var(--primary-color);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 2% 100%);
    padding: 6px 60px 6px 350px;
    position: relative;
}

.logo img {
    width: 225px;
    padding: 10px;
    position: relative;
    height: 108px;
    z-index: 6;
}

.nav-menu ul li a {
    color: black;
    font-family: 'Syne';
    font-weight: 600;
}

.navbar-logo {
    background: #ffffff;
    position: relative;
    width: 100%;
    z-index: 5;
}

.navbar-logo::before {
    position: absolute;
    top: -19px;
    right: -20px;
    width: 47px;
    height: 125px;
    background-color: #ffffff;
    content: "";
    transform: rotate(20deg);
    box-shadow: 7px -1px 3px #00000017;
    z-index: -1;
}

.menu-list {
    padding: 0px 60px 0px 350px;
}

.nav-top:before {
    background: #dfdfdf;
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -7px;
    left: 262px;
    clip-path: polygon(48% 0%, 0% 100%, 100% 100%);
}

.contact-info ul li i {
    background-color: #b24400;
    padding: 7px;
    color: white;
    border-radius: 50%;
    font-size: 13px;
}

.contact-info ul li a {
    color: #efefef;
    font-size: 14px;
}

.social-icons ul li i {
    background-color: #b24400;
    padding: 6px;
    margin-left: 10px;
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: grid;
    justify-items: center;
}

.nav-menu-btn a {
    color: white;
    background: black;
    padding: 8px 20px;
    border-radius: 4px;
}

/*======== silder-img ============ */
.silder-img {
    position: relative;
    overflow: hidden;
}

.silder-img:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 4%, rgba(0, 0, 0, 0.8211659663865546) 27%, rgba(0, 0, 0, 0.5606617647058824) 42%, rgba(255, 255, 255, 0.28335084033613445) 65%, rgba(255, 255, 255, 0) 83%);
    width: 100%;
    height: 100%;
    content: "";
}

.silder-text {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 45%;
}

.silder-text h6 {
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
}

.silder-text h2 {
    color: white;
    font-size: 57px;
}

.silder-text p {
    color: white;
}

.silder-text h6:before {
    background: var(--primary-color);
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: 24px;
    left: 0px;
}

.silder-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.header-btn a {
    color: white;
    background: var(--primary-color);
    padding: 8px 20px;
    border-radius: 4px;
}

/* =============== About ===================*/
.img-area {
    position: relative;
}

.img-first img {
    width: 260px;
    height: 260px;
    object-fit: cover;
}

.img-area-1 {
    display: flex;
    justify-content: space-between;
}

.img-second img {
    width: 300px;
    height: 300px;
}

.img-second {
    position: absolute;
    top: 120px;
    left: 200px;
    border: 12px solid white;
}

.img-first:before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 181px;
    width: 277px;
    z-index: -1;
    border: 2px solid var(--primary-color);
    top: 9%;
}

.img-second:before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 270px;
    width: 323px;
    z-index: -1;
    border: 2px solid var(--primary-color);
    top: 9%;
}

.text-first {
    margin-right: 40px;
}

.text-first {
    margin-right: 110px;
    text-align: center;
}

.text-first h2 {
    font-size: 72px;
    font-weight: 800;
    font-family: 'Poppins';
    margin: 0;
    color: var(--primary-color);
}

.text-first p {
    margin: auto;
}

.text-second {
    width: 170px;
    background: #eeeeee;
    height: 130px;
    text-align: center;
    /* display: grid; */
    justify-items: center;
    align-items: center;
    padding: 30px;
    margin-left: 15px;
    margin-top: 24px;
}

.about-text h6 {
    color: var(--primary-color);
    font-size: 18px;
}
.nav-menu {
    margin-top: 12px;
}
.about-text h1 {
    color: black;
    font-size: 42px;
    font-weight: 900;
}

/* ============= offer-sec ===============*/
section.offer-sec {
    background: #fdecde;
    padding: 70px 0px 80px;
}
.head-offer h6 {
    color: var(--primary-color);
}

.head-offer h2 {
    font-size: 42px;
    width: 80%;
}

.offer-box {
    background: white;
    position: relative;
    padding: 26px;
    z-index: 8;
}

.offer-box h2 {
    font-size: 22px;
    margin-top: 20px;
}

.offer-div {
    position: relative;
    width: 96%;
}

.offer-div:before {
    position: absolute;
    top: 18px;
    left: 15px;
    width: 100%;
    height: 100%;
    background: #fdecde;
    content: "";
    border: 2px solid #f26901ab;
}

.offer-num h3 {
    position: absolute;
    right: 19px;
    top: 0;
    font-size: 48px;
    font-family: 'Poppins';
    color: transparent;
    -webkit-text-stroke: 1px rgb(88, 88, 88);
    font-weight: 700;
}

.offer-box:hover {
    background: #e36002eb;
}
.offer-img img {
    display: none;
    z-index: 0;
}

.offer-div:hover .offer-img img {
    width: 100%;
    position: absolute;
    z-index: 4;
    height: 100%;
    object-fit: cover;
    display: block;
}

.offer-div:hover img.offer-icon {
    filter: grayscale(100%);
}

.bg-text-area {
    position: absolute;
    top: 0;
    background: var(--primary-color);
    width: 73%;
    height: 100%;
    border-radius: 0px 220px 220px 0px;
    left: 0;
}
.silder-text {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 47%;
}

.bg-sec {
    position: relative;
}

.text-area {
    padding: 60px 0px 60px 50px;
    width: 80%;
    display: grid;
    align-items: center;
}

.text-area h2 {
    font-size: 42px;
    color: white;
}

section.bg-sec img {
    width: 100%;
    height: 448px;
    object-fit: cover;
}

section.icon-sec {
    padding: 60px 0px;
}

.icon-area {
    text-align: center;
}

.icon-img img {}

.icon-text h3 {
    font-size: 20px;
    margin-top: 20px;
}

.icon-img {
    width: 120px;
    height: 120px;
    padding: 14px;
    background: #e8e8e8;
    border-radius: 50%;
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    margin: auto;
}

.icon-img:after {
    content: "";
    background: rgb(255, 255, 255);
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: 1;
}

.icon-area:hover .icon-img:after {
    content: "";
    background: rgb(255, 255, 255);
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: 1;
    border: 2px solid var(--primary-color);
}

.icon-area:hover .icon-img {
    width: 120px;
    height: 120px;
    background-color: var(--primary-color);
}

.icon-area:hover .icon-img img.icon-img-1 {
    display: none;
}

img.icon-img-2 {
    display: none;
}

.icon-area:hover img.icon-img-2 {
    display: block;
}

.icon-area:hover .icon-text h3 {
    color: var(--primary-color);
}

section.form-sec {
    background: #f1f1f1;
}

.form-area input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 0px;
    background-color: #e3e3e3;
}

.form-area textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 0px;
    background-color: #e3e3e3;
}

.form-area select {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 0px;
    background-color: #e3e3e3;
	    color: #757575;
}

input.submit-button {
    background: var(--primary-color);
    color: white;
    border-radius: 4px;
}

.form-area h2 {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.form-text h6 {
    color: var(--primary-color);
}

.form-text h2 {
    font-size: 42px;
}

.form-text {
    width: 90%;
}

.form-loc {
    background: #e36002;
    width: 55%;
    padding: 16px;
}
.form-area {
    width: 90%;
    float: inline-end;
}

.form-loc h5 {
    color: white;
    margin-right: 20px;
}

.form-loc h5 i {
    margin-right: 14px;
}

.form-loc p {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
}

section.tab-sec {
    background: url(../images/tabs-img.jpg);

}

.tab-botton {
    display: flex;
    width: -webkit-fill-available;
}

.tab-botton h3 {
    color: var(--primary-color);
}

.tab-botton h4 {
    font-size: 25px;
    margin-left: 24px;
    margin-bottom: 0;
}

section.tab-sec div#nav-tab button {
    padding: 14px !important;
    border-radius: 0px !important;
    background-color: white !important;
    margin-bottom: 40px;
    width: 95%;
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
}
section.tab-sec div#nav-tab button:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 103%;
    height: 102%;
    z-index: 0;
    border: 2px solid #e36002;
}
div#nav-tabContent {
    width: 96%;
    float: inline-end;
}

.tab-botton h3 {
    color: var(--primary-color);
    border-right: 2px solid var(--primary-color);
    width: 58px;
    font-family: 'Poppins';
    color: transparent;
    -webkit-text-stroke: 1px var(--primary-color);
    font-weight: 700;
    width: 59px;
    height: 36px;
}

div#nav-tab {
    border: none;
}

.detail-tab h3 {
    color: var(--primary-color);
    font-size: 36px;
}

.detail-tab h4 {
    color: var(--primary-color);
    font-size: 28px;
}

.detail-tab p {
    color: white;
    margin: 0;
}

.detail-tab img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin: 20px 0px;
}

.project-box {
    position: relative;
    transition: 0.8s ease;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.project-box a {
    color: black;
    font-size: 18px;
}
.project-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}


.project-text h3 {
    color: var(--primary-color);
    margin: 0;
    margin-top: 16px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    border-bottom: 1px solid var(--primary-color);
    font-size: 22px;
    line-height: 46px;
}

.project-text {
    /* margin-top: -57px; */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    /* background: red; */
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 4%, rgba(0, 0, 0, 0.8211659663865546) 27%, rgba(0, 0, 0, 0.5606617647058824) 75%, rgba(255, 255, 255, 0.28335084033613445) 91%, rgba(255, 255, 255, 0) 100%);
    padding: 20px;
}

.project-box:hover .project-text {
    display: none
}

.project-text-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
    display: none;
}

.project-box:hover .project-text-hover {
    width: 100%;
    top: 0%;
    padding: 30px 24px;
    text-align: center;
    background: var(--primary-color);
    display: block;
    opacity: .9;
}

.head-box h2 {
    font-size: 42px;
}

.head-blog h2 {
    font-size: 42px;
}

.blog-img img {
    width: 100%;
    position: relative;
}

.blog-box {
    position: relative;
}
/* 
.blog-text {
    width: 92%;
    background: white;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: -37px;
    margin-left: 4%;
    position: absolute;
    bottom: -118px;
} */

.blog-text h2 {
    font-size: 24px;
}

.blog-text h6 {
    font-size: 15px;
    color: gray;
}
.blog-text {
    margin-top: -40px;
    z-index: 5;
    position: relative;
    background: white;
    width: 90%;
    padding: 20px;
    left: 5%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
section.footer-sec {
    padding: 60px 0px;
    background: #e36002;
}
.footer-list h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}
.footer-list {
    position: relative;
}
.client-box h2 {
   font-size: 29px;
    margin-bottom: 20px;
}
.blog-text h2 {
    font-size: 22px;
    color: #e36002;
}
.blog-text a {
    color: #000000;
    font-size: 18px;
}


.footer-list ul li a {
    color: black;
    margin-left: 20px;
}
.footer-list ul li {
    position: relative;
    margin-top: 8px;
}
.footer-list ul li:before {
    position: absolute;
    content: "";
    top: 8px;
    background: white;
    height: 11px;
    width: 11px;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 20% 50%);
}
ul.footer_contact li {
    display: flex;
    margin-bottom: 16px;
}
ul.footer_contact li .link-icon i {
    color: #e36002;
    background: white;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
}
.footer_box .link-text a {
    color: black;
}
.footer_box h4 {
    color: white;
    margin-bottom: 20px;
}
.footer-logo {
    width: 84%;
}
.footer-search {
    position: relative;
    width: 80%;
    float: inline-end;
}
.footer-search input[type="text"] {
    width: 100%;
    border: none;
    padding: 10px 30px;
    border-radius: 32px;
    background-color: #b24400;
    color: white;
}
.footer-search input[type="text"]::placeholder{
    color: var(--white-color);
  }
.footer-search button {
    position: absolute;
    width: 150px;
    right: -2px;
    border-radius: 59px;
    height: 44px;
    border: none;
    background: black;
    color: white;
    font-size: 18px;
}
.footer-top {
    border-bottom: 1px solid rgb(59, 59, 59);
    margin: 20px 0px;
}
.footer-head h3 {
    margin: 0;
    color: white;
    font-size: 36px;
}
.footer-head p{
    padding: 0;
}
.clients-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.client-main {
    background: #fdecde;
}

.inner-banner {
    position: relative;
    height: 300px;
}
.inner-banner:before {
    position: absolute;
    content: "";
    height: 300px;
    width: 100%;
    top: 0;
    left: 0;
    background: #00000083;
}
section.inner-banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.inner-content {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-content h2 {
    color: white;
    font-size: 3rem;
}
.inner-content h2 {
    color: white;
    font-size: 2rem;
	text-align: center;
}
nav ol li {
    color: white;
}
nav ol li.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.cont-box {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    border-radius: 5px;
    background: #ffffff;
    transition: .4s;
}
.cont-box i {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    display: grid;
    place-content: center;
    color: #fff;
    font-size: 40px;
    border-radius: 5px;
}
.cont-box>div>div {
    padding-left: 30px;
}
.cont-box p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins';
}
.cont-box h3 {
    font-size: 24px;
}
.hr-sec {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 10px 0px;
}
.cont-box a {
    color: #000;
    font-size: 18px;
}
.contact-map iframe {
    width: 96%;
    height: 540px;
    border-radius: 10px;
}
.title h2 {
    font-size: 42px;
    font-weight: bold;
    color: var(--primary-color);
    text-transform: capitalize;
}
form {
    background: #0000000a;
    padding: 40px 20px;
    border-radius: 10px;
}
.home-form input, .home-form textarea, .home-form select {
    width: 100%;
    outline: none;
    border: none;
    margin-bottom: 15px;
    border: 1px solid #dfdfdf;
    padding-bottom: 10px;
    font-family: 'jost';
    background: white;
    font-family: 'Poppins';
    font-size: 12px;
    padding: 10px;
    border-radius: 7px;
}
.home-form input[type=submit] {
    border: none;
    padding: 10px 40px;
    width: max-content;
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
    border-radius: 5px;
}
.social-icons ul li i:hover{
    background-color: white;
    color: var(--primary-color);
}
.nav-menu ul li a:hover{
    color: var(--primary-color);
}
.nav-menu-btn a:hover{
    background-color: var(--primary-color);
    color: white;
}
.header-btn a:hover{
    background-color: black;
    color: white;
}
.offer-btn a {
    color: #e36002;
}
.offer-box:hover .offer-btn a {
    color: black;
}
section.offer-inner {
    background: #fdecde;
}

section.offer-inner .offer-div {
    margin-bottom: 60px;
}
.cs-box img {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50px;
    border: 2px solid #e36002;
}
.client-box {
    width: 96%;
    float: inline-end;
}
.cs-text h6 {
    color: #e36002;
}

ul.slick-dots li button {
    border: 0;
    color: transparent;
    background-color: #e36002;
    width: 30px;
    height: 3px;
}

ul.slick-dots {
    display: flex;
    gap: 10px;
}

ul.slick-dots li.slick-active button {
    background-color: #000;
}
.blog-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #e36002;
    padding: 4px 6px;
    color: white;
}
.blog-date h4 {
    color: black;
    display: block;
    font-size: 22px;
}
.blog-date h4 span{
     display: block;
     color: white;
}
.heading-ser h2 {
    color: #f15a2c;
    background: #ebebebc2;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 28px;
}
.detail-image {
    margin: 20px 0px;
    overflow: hidden;
}
.detail-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.la-event {
    width: 100%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    padding: 30px;
    border-radius: 5px;
    border: 2px solid var(--primary-color);
}
.la-event ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 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;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.evrnt-text h5 {
    font-size: 11px;
    margin: 10px 0px;
    background: #000;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 30px;
}

.service-sidebar {
    background: var(--primary-color);
     padding: 20px;
    margin-bottom: 30px;
}
.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 26px;
    color: rgb(255, 255, 255);
}
.widget .category-list a {
    display: block;
    padding: 10px 18px;
    font-weight: 500;
    color: var(--secondary-color);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: white;
    border-radius: 6px;
}
.service-download.mt-4 {
    background: black;
}
.guest-form h4 {
    font-size: 32px;
    color: #ededed;
    text-align: center;
    margin: 20px;
    font-weight: 600;
}
.guest-form input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 4px;
}
.guest-form textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 4px;
}
.service-download {
    background: #e36002;
    margin-top: 30px;
}
.guest-form input[type="submit"] {
    color: #fff;
    background: black;
    font-size: 21px;
    padding: 7px 2px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.widget.category {
     background: black;
    padding: 20px;
}
.service-details-img img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.footer-top form {
        background: #e36002;
        border-radius: 10px;
        position: relative;
        padding: 0px;
    }
	.footer-top input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    width: 100%;
    padding: 9px;
    border-radius: 6px;
    border: 0px;	
}
   .footer-top input.wpcf7-form-control.wpcf7-submit.has-spinner {
        background: #e36002;
        border: 0px;
        padding: 6px 20px;
        color: #ffffff;
        position: absolute;
        top: 3px;
        right: 4px;
        border-radius: 6px;
    }
a.btn.btn-orange {
    background: #e36002;
    color: white;
}
.form-area select {  
    background-color: #ffffff;
}
.form-area textarea {  
    background-color: #ffffff;
}
.form-area input {  
    background-color: #ffffff;
}
a.btn.btn-orange {
    background: #e36002;
    color: white;
    display: none;
}
h2.mb-20 {
    font-size: 38px !important;
    font-weight: 600;
    color: #e36002;
}
/* RESPONSIVE QUERY______ */

@media only screen and (max-width: 1280px) {
.silder-text {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 50%;
}
}

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

}

@media only screen and (max-width: 1140px) {
.menu-list {
    padding: 0px 60px 0px 300px;
}
}

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

}

@media only screen and (max-width: 991px) {
.offcanvas-body .nav-menu ul {
    display: flex;
    flex-direction: column;
}

.nav-menu ul#menu-primary-menu {
  display : none;
}
	.menu-list {
    display: flex !important;
    align-items: center;
    margin-top: 13px;
    justify-content: flex-end;
}
	.offer-box {   
    margin: 0px 0px 40px 0px;
}
	    .silder-text {       
        top: 20%;      
        width: 80%;
    }
	.about-text {
    margin-top: 40px;
}
	.bg-text-area {   
    width: 70%;
    border-radius: 0px 220px 220px 0px;
    left: 0;
}
	.icon-area {   
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    margin-bottom: 26px;
}
	.form-loc {   
    width: 100%;   
}
	.form-area {
    width: 100%;   
		margin-top:40px;
}
	.form-text {
    width: 100%;
}
	section.tab-sec div#nav-tab button {   
    width: 40%;   
    margin: 13px 20px;   
}
	.blog-date {   
    width: 20%;
}
	.blog-box {  
    margin-bottom: 40px;
}
	.footer-search { 
    width: 100%;  
}
.footer_box {
    margin-top: 30px;
}
.footer-list {  
    margin-top: 30px;
}
	.cont-box {
    margin-bottom: 20px;
}
	a.btn.btn-orange {
    background: #e36002;
    color: white;
    display: block;
}
}

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

}

@media only screen and (max-width: 840px) {
.contact-info ul {
    display: none;
}
	.bg-text-area {
        width: 80%;
        border-radius: 0px 220px 220px 0px;
        left: 0;
    }
}


@media only screen and (max-width: 800px) {
	h1{
		font-size: 36px !important;
	}
	h2{
		font-size: 24px !important;
	}
	h3{
		font-size: 24px !important;
	}
	h4{
		font-size: 24px !important;
	}
	h5{
		font-size: 18px  !important;;
	}
	h6{
		font-size: 16px !important;
	}
	p{
		font-size: 15px !important;
	}
	.offer-box h2 {
    font-size: 20px !important;   
}
	.icon-text h3 {
    font-size: 20px !important;  
}
	.tab-botton h1 {
    font-size: 22px !important;  
}
	.text-first h2 {
    font-size: 72px !important;   
}
	
}


@media only screen and (max-width: 768px) {
h2.mb-20 {
    font-size: 32px !important;    
}
	section.tab-sec div#nav-tab button {
        width: 92%;
        margin: 13px 20px;
    }
	    .bg-text-area {
        width: 100%;
        border-radius: 0px;
        left: 0;
    }
	.inner-content {   
    width: 90%;
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
.nav-top {   
    padding: 6px 10px 6px 350px;   
}
	.navbar-logo {
    background-color: rgb(255, 255, 255);
    padding-left: 8px;
}
	.nav-top:before {
        top: -1px;
        left: 198px;
    }
	.nav-top {
        padding: 6px 10px 6px 250px;
    }
	.logo img {
    width: 200px;
    height: auto;
}
	
	section.inner-banner img {  
    height: 200px;  
}
	.inner-banner:before {   
    height: 200px;    
    background: #00000083;
}
	.inner-banner {
    position: relative;
    height: 200px;
}
	.gallery-item {
    width: 250px;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
}
}

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

}

@media only screen and (max-width: 600px) {
.img-second:before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 100%;
    width: 106%;
    z-index: -1;
    border: 2px solid var(--primary-color);
    top: 9%;
}
	.nav-menu-btn a {
    display: none;
}
}

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

}

@media only screen and (max-width: 480px) {
.logo img {
        width: 160px;    
    }
	    .nav-top:before {      
        left: 158px;
    }
	a.btn.btn-orange {
    background: #e36002;
    color: white;
    display: flex;
    align-items: center; 
}
	a.btn.btn-orange i {
    padding-right: 10px;
}
	.menu-list {      
        margin-top: 6px;       
}
	.navbar-logo::before {   
    right: -25px;   
    height: 104px;   
}
	.main-sec {
    width: 100%;
    height: 90px;
}
	.img-first img {  
    height: 180px;   
}
	.img-first:before {   
    height: 163px;
    width: 198px;
    top: 8%;
}
	.img-second img {
    width: 300px;
    height: 180px;
}
	.text-first h2 {   
   font-size: 54px !important;
}
	.text-first {
    margin-right: 0px;
    text-align: center;
}
	.img-second {  
    border: 6px solid white;
}
	    .img-first:before {
        width: 69%;
        top: 8%;
        height: 169px;
    }
	    .silder-text {
        top: 16%;
        width: 96%;
    }
	    .img-second img {
        width: 300px;
        height: 180px;
        object-fit: cover;
    }
	.text-area {
    padding: 40px 0px 40px 0px;
    width: 100%;
    display: grid;
    align-items: center;
}
	    .nav-top {
        padding: 6px 10px 6px 215px;
    }
	.nav-menu ul li {
    padding: 6px 20px;
}
	.social-icons ul li i {   
    padding: 4px;   
    width: 26px;
    height: 26px;  
}
	section.footer-sec {
    padding: 25px 0px;   
}
	section.icon-sec {
    padding: 30px 0px;
}
	.pt-6 {
    padding-top: 30px;
}
	.pb-6 {
    padding-bottom: 30px !important;
}
	.head-box.text-center.w-75.m-auto.mb-5 {
    width: 100% !important;
}
}
@media only screen and (max-width: 414px) {
    .menu-list {
        padding: 3px 60px 0px 270px;
    }
}

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

}

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

}


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

}

.head-offer h2 {
    font-size: 32px;
    width: 99%;
    margin-bottom: 49px;
}
.col-lg-6.col-md-12 .img-area {
    position: sticky !important;
    top: 30px;
}	


section.project-sec {
    display: block;
}

   
       .gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    /* align-items: center; */
    width: 100%;
    justify-content: center;
}

.gallery-item {
    width: 320px;
    height: 320px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
}
        

       .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 09999990;
}

        .popup-content {
            max-width: 60%;
            max-height: 60%;
            position: relative;
        }

        .close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 40px;
            color: white;
            cursor: pointer;
        }

        .prev, .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 40px;
            color: white;
            cursor: pointer;
            user-select: none;
            padding: 0 20px;
        }

        .prev {
            left: 0;
        }

        .next {
            right: 0;
        }

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-button {
    background-color: #e36002;
    color: white;
    margin: auto;
}

/* Additional styling for modal */
.modal-content {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Styling the modal header */
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
}

.modal-title {
    font-weight: bold;
    color: #333;
}

/* Styling the modal body */
.modal-body {
    padding: 2rem;
}

/* Styling the form labels */
.form-label {
    font-weight: bold;
    color: #333;
}

/* Styling form inputs */
.form-control {
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-color: #ced4da;
}

/* Styling the submit button */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 4px;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
}

.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Centering the modal */
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}


@media only screen and (max-width: 786px) {
	.gallery-item {
    width: 250px;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
}
}
@media only screen and (max-width: 540px) {
.gallery-item {
        width: 175px;
        height: 175px;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s;
	}
}
.menu-list.d-flex.justify-content-between.align-items-center {
    position: relative;
    z-index: 9999;
}

section.offer-sec .offer-main .offer-div h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section.offer-sec .offer-main .offer-div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-slider {
  width: 80%;
  margin: auto;
}

.video-slider video {
  width: 100%;
}
.video-slider video {
    width: 90%;
    /* height: 400px; */
    margin: 10px !important;
}
form p {
    margin: 0;
}


/* .area-list-section{background: #115178;margin-bottom: 30px;} */
.entire-hed h3{color: #115178;font-weight: 600;font-family: "Outfit", sans-serif;}
.list-hed h2{color: #e36002;font-weight: 600;font-family: "Outfit", sans-serif;}
.area-list .area_btn{margin-bottom: 16px;}
.area-list .area_btn a {
    width: 100%;
    display: inline-flex;
    border-radius: 5px;
    background: #fff;
    color: #000;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 10px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #e36002;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.area-list .area_btn a:hover {
    background: #e36002;
    border: 1px solid #e36002;
    color: #fff;
}
.areas-doc{position: relative;height: 130px;}
.main-area-content iframe {
    width: 100%;
}
