/*

* Theme Name: NS - Htut

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');



:root {

    --color1: #302872;

    --color2: #F6C262;

}



body {

    margin: 0 auto;

    font-family: "Reddit Sans", sans-serif;

    font-size: 16px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Reddit Sans", sans-serif;

}



/* Pagination */



ul.page-numbers {

    padding-left: 0px;

}



ul.page-numbers li {

    float: left;

    height: 35px;

    width: 35px;

    list-style: none;

    line-height: 35px;

    text-align: center;

    padding: 0px;

    border-radius: 100px;

    margin-right: 3px;

    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);

}



ul.page-numbers li span.current {

    color: #000;

    font-size: 16px;

}



.content-img img {

    width: 100%;

    height: auto;

}



/* 404 error */

.error img {

    position: relative;

    margin: 0 auto;

}




.back-home-wrap p {

    font-size: 21px;

    margin-top: 50px;

}



.back-home-wrap {

    text-align: center;

    left: 0;

    right: 0;

}



.error {

    height: 400px;

}



.back-home {

    margin-top: 14px;

    border-radius: 0;

}



.mm-menu--offcanvas {

    position: absolute;

}



/* Breadcrumb */



#breadcrumbs {

    list-style-type: none;

    padding-left: 0;

    gap: 10px;

    display: flex;

    justify-content: center;

    align-items: center;

}



#breadcrumbs a {

    color: #ffc63f;

    font-weight: 600;

}



#breadcrumbs li {

    display: inline-block;

}



/*********************** Widget ******************/

a.logo {

    background: rgba(8, 21, 46, 1);

    display: inline-block;

    /* width: 224px; */

    height: 102px;

    display: flex;

    align-items: center;

    justify-content: center;

    /* margin-top: -53px; */

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 30px;

    padding-top: 50px;

}



a.logo:after {

    position: absolute;

    content: "";

    left: 0;

    right: 0;

    bottom: -24px;

    background: url(/wp-content/themes/ns-goldenhexagon/images/logo-pattern.png) no-repeat;

    width: 100%;

    height: 24px;

    z-index: 99;

    background-size: 100%;

}



a.logo img {

    position: relative;

    z-index: 100;

}



.menu i {

    color: rgba(49, 49, 49, 1);

    font-size: 24px;

}



.menu .socials {

    gap: 10px;

}



.menu a {

    color: rgba(49, 49, 49, 1);

}



ul#menu-main-menu {

    width: 100%;

    justify-content: space-between;

    align-items: center;

}



.logo-item {

    width: 35%;

    text-align: center;

    display: flex;

    align-items: center;

    justify-content: center;

}



header {

    background: rgba(8, 21, 46, 1);

}



a.nav-link {

    font-size: 20px;

    font-weight: 500;

    text-transform: capitalize;

    color: rgba(241, 193, 129, 1);

}



.navbar-nav .nav-link.active,

.navbar-nav .nav-link.show {

    color: rgb(255 255 255);

}



nav#menu {

    padding: 0;

}



.slide img {

    border-radius: 30px;

}



i.fa-solid.fa-envelope {

    font-size: 18px;

    display: inline-block;

}



a.email {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    gap: 10px;

    text-decoration: none;

}



.container-fluid {

    max-width: 1800px;

}



.hero-section:before {

    position: absolute;

    content: "";

    background: #08152e;

    left: 0;

    top: 0;

    right: 0;

    height: 50%;

}



.hero-section {

    position: relative;

}



.carousel-control-next,

.carousel-control-prev {

    top: unset;

    left: 0;

    right: 0;

    margin-left: auto;

}



.carousel-control {

    margin-top: -52px;

    position: relative;

    z-index: 999;

}



button.btn.custom-control-next,

button.btn .custom-control-prev {

    position: relative;

}



button.btn.custom-control-next:before {

    /* width: 100px; */

    height: 1px;

    background: #fff;

    position: absolute;

    left: 30px;

    right: 20px;

    top: 16px;

    content: "";

}



button.btn.custom-control-prev::after {

    height: 1px;

    background: #fff;

    position: absolute;

    left: 20px;

    right: 30px;

    top: 16px;

    content: "";

}



.carousel-control-next-icon,

.carousel-control-prev-icon {

    display: inline-block;

    width: 1.3rem;

    height: 1.3rem;

    background-repeat: no-repeat;

    background-position: 50%;

    background-size: 100% 100%;

}



button.btn.custom-control-prev {

    width: 150px;

    position: relative;

    text-align: left;

    margin-right: -10px;

}



button.btn.custom-control-next {

    width: 150px;

    position: relative;

    text-align: right;

    margin-left: -10px;

}



.carousel-caption {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    display: flex !important;

    align-items: center;

    justify-content: flex-start;

    text-align: left;

    background: rgb(0, 0, 0, 0.35);

    border-radius: 30px;

}



a.btn.btn-glass {
    backdrop-filter: blur(5px);
    background: rgb(255, 255, 255, 0.4);
    border-radius: 100px;
    color: #000000;
}

/* btn hover */

a.home-hero-btn {
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    color: rgba(241, 193, 129, 1);
    padding: 12px 36px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
a.home-hero-btn:hover {
    background: rgba(241, 193, 129, 1);
    color: #111;
    box-shadow: 0 12px 30px rgba(241, 193, 129, 0.2);
    transform: translateY(-2px);
    border-color: rgba(241, 193, 129, 1);
}




.slide-indicator {

    font-size: 16px;

    font-weight: bold;

    display: inline-block;

    margin-right: 10px;

    color: #fff;

}



.btn:active {

    border-color: transparent !important;

}



.hero-section h2 {

    font-weight: 600;

    font-size: 41px;

    text-transform: uppercase;

}



.carousel-caption p {

    max-width: 537px;

}

.hero-section .social-tab {

    position: absolute;

    right: 15%;

    bottom: 0;

    top: 0;

    width: 50px;

    z-index: 999;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 10px;

}


.social-tab a {
    color: #fff;
}


.social-tab a {

    color: #fff;

    bottom: 0;

    font-size: 20px;

    background: rgba(255, 255, 255, 0.4);

    backdrop-filter: blur(5px);

    display: flex;

    align-items: center;

    justify-content: center;

    width: 40px;

    height: 40px;

    text-decoration: none;

    border-radius: 100%;

     transition: all 0.25s ease;

}

/* social tab hover */
.hero-section .social-tab a:hover {
    background: rgba(241, 193, 129, 1);
    color: #08152e;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 25px rgba(241, 193, 129, 0.45);
    border-color: rgba(241, 193, 129, 1);
}




.pd-100 {

    padding-top: 100px;

    padding-bottom: 100px;

}



.ab-img {

    border-radius: 30px;

}



.home-title {

    font-size: 36px;

    font-weight: 600;

}



/* hover btn-primary */

.btn.btn-primary {
    background: rgba(241, 193, 129, 1);
    border-color: transparent;
    color: #000;
    border-radius: 30px;
    padding: 14px 30px;
    -webkit-box-shadow: inset 0px -1px 0px 1px #000000;
    box-shadow: inset 0px -1px 0px 1px #000000;
    transition: all 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.btn.btn-primary:hover {
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 10px 20px rgba(241, 193, 129, 0.5), inset 0px -1px 0px 1px #000000;
    box-shadow: 0px 10px 20px rgba(241, 193, 129, 0.5), inset 0px -1px 0px 1px #000000;
}





.home p {

    /* color: rgba(69, 69, 69, 1); */

    line-height: 32px;

    font-weight: 400;

}



h3.number:before {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    content: "";

    width: 129px;

    height: 129px;

    background: rgba(241, 193, 129, 0.5);

    border-radius: 100%;

    margin: auto;

    z-index: -1;

}



h3.number {

    font-size: 60px;

    font-weight: 700;

    color: rgba(8, 21, 46, 1);

    position: relative;

}



.counter-box {

    text-align: center;

    margin-top: 50px;

}



.counter-box p {

    font-size: 24px;

    font-weight: 600;

    color: rgba(8, 21, 46, 1);

    margin-top: 30px;

}



span.sub-title {

    background: rgba(241, 193, 129, 1);

    padding: 6px 20px;

    display: inline-block;

    font-size: 22px;

    font-weight: 600;

    text-transform: uppercase;

    border-radius: 100px;

    border-bottom-left-radius: 150px;

    border-top-left-radius: 0px;

    margin-bottom: 10px;

}



a.nav-link:hover {

    color: #fff;

}



.service-section .container-fluid {

    background: url(/wp-content/themes/ns-goldenhexagon/images/service-bg.jpg) no-repeat top center;

    border-radius: 30px;

    position: relative;

}



.service-section .container-fluid .row {

    position: relative;

    z-index: 1;

}



.service-section .container-fluid:before {

    position: absolute;

    content: "";

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: linear-gradient(104.96deg, #EAE6E3 2.28%, #FAF4F0 100%);

    opacity: 0.6;

}



.service-section .container-fluid {

    background: url(/wp-content/themes/ns-goldenhexagon/images/service-bg.jpg) no-repeat top center;

    border-radius: 30px;

    position: relative;

    overflow: hidden;

}



.service-icon img {

    width: auto !important;

}



.service-box {

    background: #fff;

    border-radius: 30px;

    padding: 20px;

    min-height: 317px;

}



.service-box h5 {

    min-height: 48px;

    color: rgba(69, 69, 69, 1);

}



.service-icon img {

    position: absolute;

    top: 50%;

    left: 50%;

}



.service-icon {

    width: 60px;

    height: 60px;

    background: rgba(241, 193, 129, 0.2);

    border-radius: 100%;

    position: relative;

    margin-bottom: 30px;

}



.service-box:before {

    position: absolute;

    background: rgba(241, 193, 129, 1);

    top: 30px;

    left: -15px;

    right: 0;

    height: 100px;

    content: "";

    z-index: -1;

    border-radius: 10px;

}



.service-box {

    background: #fff;

    border-radius: 30px;

    padding: 20px;

    min-height: 317px;

    position: relative;

    margin-left: 20px;

}



a {

    text-decoration: none;

}



.service-box::after {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background: rgba(8, 21, 46, 1);

    content: "";

    z-index: 1;

    width: 0;

    height: 0;

    transition: 0.3s ease-in-out;

}



p.desc {
    line-height: 24px;
    color: #333;
}


.service-box:hover::after {

    width: 100%;

    height: 100%;

    border-radius: 30px;

}



.service-box:hover * {

    position: relative;

    z-index: 2;

    color: #fff;

}



span.btn-readmore {

    color: rgba(8, 21, 46, 1);

}

/* btn hover */
.info-box span.btn-readmore {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 15px;
    border: 1px solid rgba(8, 21, 46, 1);
    border-radius: 20px;
    color: rgba(8, 21, 46, 1);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.35s ease;
}

/* Hover effect */
.info-box span.btn-readmore:hover {
    background: rgba(241, 193, 129, 1); 
    color: #111; 
    border-color: rgba(241, 193, 129, 1);
    transform: scale(1.05);
}

.info-box span.btn-readmore i {
    transition: transform 0.35s ease;
}

.info-box span.btn-readmore:hover i {
    transform: translateX(4px);
}



/* .project-box img {
    border-radius: 30px;
    margin-bottom: 20px;
} */

/* hover */
.project-box .img-box {  
    overflow: hidden;  
    border-radius: 30px;     
    margin-bottom: 20px; /* space below the image */
    display: inline-block;   /* shrink container to image width */
}

.project-box img {
    display: block;
    max-width: 100%;       /* scale down if needed, never stretch */
    height: auto;          /* maintain aspect ratio */
    transition: transform 0.5s ease; 
}

.project-box img:hover {
    transform: scale(1.1); 
}








.project-box .count-div {

    font-size: 4.5rem;

    color: rgba(241, 193, 129, 0.3);

    font-weight: 700;

    line-height: 55px;

}



.info-box h4 {

    margin-bottom: 0px;

    color: rgba(69, 69, 69, 1);

    font-weight: 700;

}



.project-box .info-box {

    color: rgba(8, 21, 46, 1);

    display: flex;

    gap: 10px;

}



.project-box {

    margin-bottom: 30px;

}



.row.explore-row .col-lg-6:last-child .project-box {

    margin-bottom: 0;

}



.row.explore-row {

    position: relative;

}



.row.explore-row:before {

    position: absolute;

    left: -25%;

    top: 0;

    bottom: 0;

    right: 0;

    background: rgb(0, 0, 0, 0.1);

    content: "";

    width: 75%;

    background: linear-gradient(104.96deg, #EAE6E3 2.28%, #FAF4F0 100%);

    /* opacity: 0.1; */

    z-index: -1;

    border-top-right-radius: 30px;

    border-bottom-right-radius: 30px;

}



.mb-6 {

    margin-bottom: 4.5rem !important;

}



.secondary-title {

    font-weight: 700;

    color: rgba(69, 69, 69, 1);

    font-size: 26px;

}



.owl-partners img {

    width: unset !important;

    margin: auto;

}



footer {

    background: rgba(8, 21, 46, 1);

    color: #fff;

}



footer p,
footer a,
footer i {
    color: #ffffff;
}

/* footer i hover */
.social-link a i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-link a:hover i {
    color: #f1c181;            
    transform: scale(1.2);     
}





.pd-50 {

    padding-top: 50px;

    padding-bottom: 50px;

}



footer h4 {

    color: rgba(241, 193, 129, 1);

    font-weight: bold;

    font-size: 16px;

    margin-bottom: 20px;

}



.follow h4 {

    margin: 0px;

}



.follow {

    gap: 10px;

    align-items: center;

    margin-top: 30px;

}



.social-link {

    font-size: 28px;

    gap: 10px;

    display: flex;

}



.c-box i {

    color: #f1c181 !important;

}



.c-box h5 {

    font-size: 14px;

    font-weight: 700;

}



footer p {

    font-size: 14px;

    font-weight: 500;

    line-height: 1.8 !important;

}



.copyright {

    font-size: 14px;

    border-top: 1px solid #fff;

    padding-top: 15px;

    padding-bottom: 15px;

}



.d-flex.c-box {

    gap: 10px;

}



.btn-check:checked+.btn.btn-primary,

.btn.btn-primary.active,

.btn.btn-primary.show,

.btn.btn-primary:first-child:active,

:not(.btn-check)+.btn.btn-primary:active {

    color: #000;

    background-color: #f1c181;

    border-color: #f1c181;

}



.banner-caption {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    background: rgb(0, 0, 0, 0.4);

    border-radius: 30px;

}



.nav-link:focus,

.nav-link:hover {

    color: #fff;

}



.theme-inner-banner {

    position: relative;

}



.cbox .contact-icon {

    color: #f1c181;

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 30px;

    background: #08152e;

    border-radius: 20px;

}



.cbox {

    display: flex;

    gap: 10px;

    justify-content: flex-start;

    align-items: flex-start;

    margin-bottom: 20px;

}



.cbox .info {

    width: 85%;

}



.cbox a {

    color: inherit;

}



.nav-pills .nav-link {

    color: #08152e !important;

    background-color: #f1c181;

    padding: 15px 40px;

    margin-bottom: 10px;

}



.nav-pills .nav-link:focus,

.nav-pills .nav-link:hover,

.nav-pills .nav-link {

    color: #08152e !important;

}



.nav-pills .nav-link.active,

.nav-pills .show>.nav-link {

    background: #08152e;

    color: #fff !important;

    border: 3px solid #bed4ff;

}



.cbox.address {

    background: #f1f1f1;

    padding: 20px;

    border-radius: 10px;

}



.form-control {

    background: #fffaf3;

    padding: 10px 20px;

    margin-bottom: 20px;

    border-radius: 20px;

}



button.btn.btn-primary {

    background: #f1c181;

    color: #000;

    border-color: transparent;

    padding: 15px 20px;

    font-size: 17px;

    text-align: center;

    border-radius: 30px;

}



.theme-inner-banner img {

    min-height: 250px;

    object-fit: cover;

}



html {

    overflow-x: hidden;

}



.new-box img {

    border-radius: 20px;

}

/* img hover */
.new-box .img-wrapper {
    overflow: hidden; 
    border-radius: 20px; 
    position: relative; 
}

.new-box .img-wrapper img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.new-box:hover .img-wrapper img {
    transform: scale(1.1); 
}




.new-content h3 {

    font-size: 23px;

}



.new-content {

    padding: 10px 15px;

}



.new-box {

    color: #000;

}





.mywidget h4 {

    font-size: 18px;

    color: #000;

    margin-bottom: 0px;

    line-height: 1;

}



.mywidget img {

    border-radius: 10px;

    border: 1px solid #ddd;

}



.text-primary {

    color: #08152e !important;

}



.sidebar.sticky {

    position: sticky;

    top: 50px;

}



.details img {

    border-radius: 20px;

}



aside .widget-inner {

    background: #ededed;

    padding: 20px;

    border-radius: 20px;

}



aside h3:before {

    position: absolute;

    left: 0;

    bottom: -10px;

    height: 3px;

    width: 80px;

    background: #f1c181;

    content: "";

    border-radius: 20px;

}



aside h3 {

    color: #08152e !important;

    position: relative;

    margin-bottom: 30px;

}



.theme-inner-banner img {

    border-radius: 30px;

}



.text-color {

    color: #f1c181;

}



.about,

.pattern-bg {

    /* background: url(/wp-content/themes/ns-goldenhexagon/images/about-bg.png) no-repeat top center; */

    position: relative;

}



section.about:before,

.pattern-bg:before {

    position: absolute;

    left: 0;

    top: -184px;

    right: 0;

    bottom: 0;

    background: url(/wp-content/themes/ns-goldenhexagon/images/about-bg.png) no-repeat top center;

    content: "";

    z-index: -1;

}



.vm-text {

    text-align: center;

    max-width: 418px;

    margin: auto;

}



.navbar-nav .nav-link.active,

.navbar-nav .nav-link.show {

    color: rgb(255 255 255);

    border-bottom: 2px solid #fff;

    /* line-height: 50px; */

    /* border-radius: 50px 10px; */

}



.project-main-title {

    font-size: 50px;

    text-transform: uppercase;

    font-weight: 300;

}



.project-main-title strong {

    font-weight: 800;

}



.inner-project-box {

    position: relative;

}

/* project box img hover */
.inner-project-box .img-box {
    position: relative; 
    overflow: hidden;
    border-radius: 30px; 
}

.inner-project-box .img-box::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(8, 21, 46, 0) 50%, rgba(8, 21, 46, 0.7) 100%);
    pointer-events: none; 
    z-index: 2; 
}

.inner-project-box .img-box img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 1; 
}

.inner-project-box:hover .img-box img {
    transform: scale(1.1);
}



.inner-project-box .info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    z-index: 100;
    margin-bottom: 20px;
}


.inner-project-box .info-box h4 {

    color: #fff;

    font-size: 20px;

}



.project-box.inner-project-box:before {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    content: "";

    border-radius: 30px;

}



.inner-project-box.project-box img {

    margin: 0;

}


/* cat hover */
.inner-project-box span.cat {
    padding: 5px 15px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    transition: all 0.35s ease; 
}

/* Hover effect */
.inner-project-box span.cat:hover {
    background: rgba(241, 193, 129, 1); 
    color: #111; 
    border-color: rgba(241, 193, 129, 1);
    transform: scale(1.05); 
}


.project-box.inner-project-box .btn-readmore i {

    transform: rotate(-45deg);

}

.inner-project-box span.btn-readmore {

    color: #fff;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 100%;

    border: 1px solid #fff;

}

/* read more btn hover */
.inner-project-box span.btn-readmore {
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    font-size: 16px;
    transition: all 0.35s ease;
    position: relative;
}

.inner-project-box span.btn-readmore:hover {
    background: rgba(241, 193, 129, 1); 
    color: #111;
    transform: scale(1.2);
    border-color: rgba(241, 193, 129, 1);
    box-shadow: 0 8px 20px rgba(241, 193, 129, 0.45);
}

.inner-project-box span.btn-readmore i {
    transition: transform 0.35s ease;
}

.inner-project-box span.btn-readmore:hover i {
    transform: translateX(4px);
    margin-right: 6px;
}




ul#projectTabs {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

}



/* nav link hover */
#projectTabs .nav-link {
    background: transparent;
    border: 1px solid rgba(8, 21, 46, 1);
    color: rgba(8, 21, 46, 1);
    border-radius: 20px;
    padding: 8px 20px;
    transition: all 0.3s ease; 
    cursor: pointer;
}



#projectTabs .nav-link.active {

    background: #F1C181;

}



#projectTabs .nav-link.active {

    background: #F1C181;

}



ul#projectTabs {

    border: 0;

}

.inner-services-box img {
    border-radius: 30px;
}


/* img hover */

.inner-services-box {
    overflow: hidden; 
    border-radius: 30px; 
}

.inner-services-box img {
    width: 100%;
    display: block;
    border-radius: 30px;
    transition: transform 0.5s ease;
}

.inner-services-box:hover img {
    transform: scale(1.1); 
}




.inner-services-box .info-box {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    color: #fff;

    padding: 10px 15px;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: 1;

}



.inner-services-box {

    position: relative;

}



.info-box h5 {

    width: 90%;

    min-height: 48px;

    text-transform: uppercase;

    font-size: 20px;

}



.inner-services-box span.btn-readmore i {

    transform: rotate(-45deg);

}



.inner-services-box span.btn-readmore {
    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 2px solid #fff;

    border-radius: 100%;

    color: #fff;

}

/* read more arrow btn hover */
.inner-services-box span.btn-readmore {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    transition: all 0.35s ease;
    position: relative;
}

/* Hover effect */
.inner-services-box span.btn-readmore:hover {
    background: rgba(241, 193, 129, 1); 
    color: #111;
    transform: scale(1.2);
    border-color: rgba(241, 193, 129, 1);
    box-shadow: 0 8px 20px rgba(241, 193, 129, 0.45);
}

.inner-services-box span.btn-readmore i {
    transition: transform 0.35s ease;
}

.inner-services-box span.btn-readmore:hover i {
    transform: translateX(4px);
    margin-right: 6px;
}




.inner-services-box:before {

    position: absolute;

    content: "";

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background: linear-gradient(180deg, rgba(8, 21, 46, 0) 50.09%, rgba(8, 21, 46, 0.7) 100%);

    z-index: 1;

    border-radius: 30px;

}



.accordion-button::after {

    content: "\2b";

    font-family: 'Font Awesome 6 Free';

    font-weight: bold;

    background-image: none;

    color: #fff;

    position: relative;

}



.accordion-button:not(.collapsed)::after {

    background-image: none;

    transform: unset;

    content: "\f068";

}



.accordion-button:not(.collapsed),

button.accordion-button {

    background: rgba(217, 217, 217, 1);

    color: rgba(8, 21, 46, 1);

    overflow: hidden;

    margin: 0;

}



button.accordion-button {

    font-size: 20px;

    font-weight: 700;

    border: none;

    color: rgba(8, 21, 46, 1);

}



button.accordion-button.collapsed {

    color: rgba(8, 21, 46, 1);

}



.accordion-button::before {

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    width: 80px;

    background: #000;

    content: "";

    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);

}



.accordion-item:first-of-type>.accordion-header .accordion-button,

.accordion-button:focus {

    border-top-left-radius: unset;

    border-top-right-radius: unset;

    box-shadow: none;

}



.accordion-button {

    padding: 25px;

}



.accordion-item {

    border: none;

}



button.accordion-button {

    border-radius: 15px !important;

    margin-bottom: 20px;

}



.sticky-wrapper .item {

    position: sticky;

    top: 10px;

    background: #f5f9ff;

    margin-bottom: 30px;

    /* color: #fff; */

    border-radius: 20px;

    padding-top: 20px;

    padding-bottom: 20px;

    /* border: 1px solid #08152e; */

    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

}

.sticky-wrapper .item h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sticky-wrapper .item img {

    border-radius: 20px 0px 0px 20px;

}



.sticky-wrapper {

    overflow: visible;

}



.c-box .info p {

    word-break: break-word;

}



.cbox .info {

    width: 75%;

}



.cbox h3 {

    font-size: 18px;

}

.pr-collaborate img {
    background: #08152e;
    /* margin-bottom: 20px; */
    padding: 5px 10px;
    width: 160px;
}

.pr-collaborate {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 14px;
    background: #e7e7e7;
}

.project-details img {
    border: 1px solid #ddd;
}
.info-box h5 b {
    color: #fff;
}
.services-type .info-box h5 b {
    color: #3c3a3a;
    text-transform: capitalize;
    font-size: 18px;
}
@media (min-width:992px) {

    .mm-wrapper {

        overflow-x: visible;

        position: relative;

        overflow-y: visible;

    }

	#menu-item-270 {
		display:none;
	}


    .row.explore-row:before {

        top: 5%;

        bottom: 5%;

    }



    .project-box.box3 {

        margin-top: -120px;

        margin-left: 100px;

    }



    .project-box.box2 {

        margin-top: -150px;

    }

}



.menu i {

    color: rgb(255 255 255);

    font-size: 24px;

}

.project-details table {
    border-radius: 25px;
    overflow: hidden;
}

.project-details table td {
    background: #e7e7e7;
    color: #0e0e0e;
    padding: 15px 30px;
}

.row.project-details iframe {
    height: 231px;
}

.project-details img,
.project-details iframe {
    border-radius: 20px;
}

.wp-block-heading {
    color: #08152e;
    font-size: 26px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
}
.service-details img {
    border-radius: 30px;
}
.service-details iframe {
    width: 100% !important;
    height: 400px;
    border-radius: 30px;
}
ul.wp-block-list li::before {
    position: absolute;
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    left: -30px;
    font-size: 20px;
    color: #edad58;
}
ul.wp-block-list li {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}
.services-type {
    background: #ededed;
    border-radius: 20px;
    padding: 20px;
}
.services-type .box .icon {
    width: 100px;
}
.box {
    display: flex;
    align-items: center;
}
.services-type .info-box {
    display: flex;
    justify-content: space-between;
    width: 85%;
}
.services-type{
    position:sticky;
    top:10px;
}
.services-type .info-box h5 b {
    font-size: 18px;
    text-transform: capitalize;
    color: #2a2a2a;
}
.services-type .item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.services-type .item:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.info-box h5 {
    color: #181818;
    text-transform: capitalize;
}
.info-box h5 {
    width: 95%;
    min-height: 48px;
    text-transform: uppercase;
    font-size: 20px;
}
.row.item.align-items-center:nth-child(even ) {
    background: #08152e;
    color: #fff;
}
@media (max-width:1500px) {

    .project-main-title {

        font-size: 30px;

    }
    #breadcrumbs {
    flex-wrap: wrap;
    line-height: 0.5;
}

}



@media (max-width:1199px) and (min-width:992px) {



    .container,

    .container-lg,

    .container-md,

    .container-sm {

        max-width: 1199px;

    }

}



@media (max-width:1199px) {

    .info-box div {

        width: 70%;

    }

    .inner-title {

        font-size: 23px;

        margin-bottom: 20px !important;

    }

    .my-5 {

        margin-top: 1rem !important;

        margin-bottom: 1rem !important;

    }

    h1.title {

        font-size: 30px;

    }



    .new-content h3 {

        font-size: 18px;

    }



    .new-content p {

        font-size: 14px;

        margin-bottom: 0px;

    }



    a.nav-link {

        font-size: 15px;

    }



    .pd-100 {

        padding-top: 50px;

        padding-bottom: 50px;

    }



    .follow h4 {

        margin: 0px;

        font-size: 14px;

    }

}



@media (max-width:991px) {
    .vm-text {
        margin-top: 20px;
    }

    .pr-collaborate h5 {
        font-size: 16px;
    }

    .project-box {
        margin-bottom: 30px;
        max-width: 442px;
        margin-left: auto;
        margin-right: auto;
    }

    .cbox h3 {

        font-size: 22px;

    }



    .slide img {

        border-radius: 30px;

        height: 400px;

        object-fit: cover;

    }



    .home p {

        line-height: 22px;

    }



    .hero-section h2 {

        font-size: 20px;

        line-height: 22px;

    }



    .hero-section .social-tab {

        position: absolute;

        right: 15%;

        bottom: 50px;

        top: unset;

        width: 100%;

        z-index: 999;

        display: flex;

        flex-direction: row;

        justify-content: center;

        gap: 10px;

        flex-wrap: wrap;

    }



    button.btn.custom-control-next {

        width: 90px;

        position: relative;

        text-align: right;

        margin-left: -25px;

    }



    button.btn.custom-control-prev {

        width: 90px;

        position: relative;

        text-align: left;

        margin-right: -20px;

    }



    .social-tab a {

        color: #fff;

        bottom: 0;

        font-size: 16px;

        background: rgba(255, 255, 255, 0.4);

        backdrop-filter: blur(5px);

        display: flex;

        align-items: center;

        justify-content: center;

        width: 35px;

        height: 35px;

        text-decoration: none;

        border-radius: 100%;

    }



    a.btn.btn-glass {

        font-size: 15px;

    }



    .home-title {

        font-size: 23px;

        font-weight: 600;

    }



    .mb-5 {

        margin-bottom: 1rem !important;

    }



    a.btn.btn-primary {

        border-radius: 30px;

        padding: 10px 25px;

        font-size: 14px;

    }



    h3.number:before {

        width: 100px;

        height: 100px;

    }



    h3.number {

        font-size: 45px;

    }



    .counter-box p {

        font-size: 19px;

    }



    span.sub-title {

        background: rgba(241, 193, 129, 1);

        padding: 6px 15px;

        display: inline-block;

        font-size: 13px;

        font-weight: 600;

        text-transform: uppercase;

        border-radius: 100px;

        border-bottom-left-radius: 150px;

        border-top-left-radius: 0px;

        margin-bottom: 10px;

    }



    .explore-box {

        background: linear-gradient(104.96deg, #EAE6E3 2.28%, #FAF4F0 100%);

        padding: 20px;

        border-radius: 20px;

        margin-bottom: 20px;

        position: relative;

    }



    .row.explore-row:before {

        background: unset;

    }



    .secondary-title {

        font-weight: 700;

        color: rgba(69, 69, 69, 1);

        font-size: 20px;

    }



    .pd-100 {

        padding-top: 50px;

        padding-bottom: 30px;

    }



    .info-box h4 {

        font-weight: 700;

        font-size: 18px;

    }



    .home p {

        line-height: 20px;

    }



    .new-content h3 {

        font-size: 20px;

        margin-bottom: 30px;

    }



    div#v-pills-tab {

        display: flex;

        flex-direction: row !important;

        gap: 10px;

    }



    .cbox .info {

        width: 75%;

    }



    .sticky-wrapper .item img {

        margin-bottom: 20px;

        border-radius: 20px 20px 0px 0px;

    }



    .sticky-wrapper .item {

        max-width: 660px;

        margin: auto;

        margin-bottom: 20px;

    }



}



@media (max-width:768px) {

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #ffc63f;
    }

    .project-main-title {

        font-size: 22px;

    }



    .my-5 {

        margin-top: 20px !important;

        margin-bottom: 20px !important;

    }



    .nav-pills .nav-link {

        padding: 10px 10px;

    }

}



@media (max-width:425px) {

    h1.title {
        font-size: 20px;
    }

    .project-main-title {

        font-size: 18px;

    }



    p.my-5.text-uppercase {

        text-transform: unset !important;

    }



    button.accordion-button {

        font-size: 17px;

        padding: 25px 15px;

        font-weight: 700;

        border: none;

        color: rgba(8, 21, 46, 1);

    }



    .nav-pills .nav-link {

        padding: 10px;

        font-size: 12px;

    }

    .pr-collaborate {
        flex-direction: column;
    }
}

/* service page indicator */
@media (max-width: 1400px) {
    .owl-carousel-wrapper {
        position: relative;
    }

    .owl-nav-custom {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 10;
    }

    .owl-nav-custom button {
        background: #32a3ff;
        border: none;
        padding: 10px 15px;
        border-radius: 50%;
        color: rgba(241, 193, 129, 1);
        font-size: 20px;
        pointer-events: all;
        cursor: pointer;
        transition: 0.3s;
    }

    .owl-nav-custom button:hover {
        background: #000;
    }

    .owl-nav-custom i {
        pointer-events: none;
    }
}

/* Hide arrows above 1400px */
@media (min-width: 1401px) {
    .owl-nav-custom {
        display: none;
    }
}

/* home indicator */

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: contents;
}


.menu-item-has-children:hover ul.dropdown-menu{
    display: block;
}

.project_gallery_items {
    margin-bottom: 20px;
}
.project_gallery_items img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
tr.category-list td:nth-child(2) a:last-child span.sperator {
    display: none;
}
.category-list td:nth-child(2) a {
    color: rgb(8 21 46);
}