:root {
	--white:    #fff;
    --black:    #000;
    --gray:     #727272;
    --light:    #eaeaea;
    --dark:     #020081;
    --primary:  #01b2fe;
    --light-gray:#e7e7e7;
}

body {
    font-family: 'Poppins', sans-serif;
	color: var(--black);
    line-height: 30px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}

/* header */
header{
    position: relative;
    z-index: 4;
}
.navbar{
    background: transparent !important;
}
.navbar-brand h1{
    color: var(--white);
    font-size: 35px;
}
.navbar-brand img{
    width:90px;
}
.navbar .nav-link{
    color: var(--white) !important;
    padding-right: 20px !important;
}
.navbar .nav-link.active{
    color: var(--primary) !important;
}
.dropdown-menu {
    border-bottom: 4px solid rgb(1, 178, 254);
    border-radius: 5px;
    padding: 8px;
}
.dropdown-item.active {
    color: var(--light);
    background-color: var(--dark);
}
.call-icon-box{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    min-width: 160px;
}
.call-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.call-icon svg{
    color: var(--white);
    padding-right: 6px;
    width: 26px;
}
.call-icon-box span{
    font-size: 18px;
    color: var(--white);
    font-weight: 600;
}
.social-icons{
    display: flex;
    justify-content: end;
    align-items: center;
}
.social-icons .icon{
    margin-left: 10px;
}
.Sicon input[type="text"] {
    position: relative;
    padding: 10px 20px 10px 10px;
    width: 20px;
    color: #fdfdfd;
    text-transform: capitalize;
    font-size: 15px;
    border: none;
    border-radius: 0;
    transition: width 0.5s ease;
    outline: none;
    background: transparent;
}
.Sicon input[type="text"]:focus {
    width: 200px;
    border-bottom: 1px solid #ececec;
}
.Sicon svg{ position: relative;
    color: var(--white);
}
@media (max-width: 991px){
.navbar{
    background: #efefef !important;
}
.navbar .nav-link{
    color: var(--black) !important;
}
.call-icon-box{
    justify-content: left;
}
.call-icon svg{
    color: var(--black);
}
.Sicon svg{
    color: var(--black);
}
.call-icon-box span{
    color: var(--black);
}
}
@media (max-width: 576px){
.navbar-brand img{
    width:80px;
}
}
/* header */
/* banner */
.carousel{
    margin-top: -120px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 50% 100%, 0% 84%);
}
.carousel-item {
    max-height: 680px;
    background-position: center;
}
.carousel-item::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(34, 34, 34, 0.48);
}
.carousel-caption{
    z-index: 2;
    top: 50%;
    transform: translateY(-35%);
    bottom: 0;
    padding: 0;
    margin: 0;
    right: 10%;
    left: 10%;
    text-align: center;
}
.carousel-indicators {
    bottom: 12%;
}
.carousel-caption h2{
    font-size: 60px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 10px;
}
.carousel-caption p{
    color: var(--white);
    font-weight: 400;
    line-height: 24px;
    max-width: 720px;
    margin: 0 auto;
}
.carousel-btn {
    background: var(--dark);
    color: var(--white);
    padding: 10px 40px;
    border: none;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%, 10% 0%);
    margin-top: 30px;
}
.carousel-btn:hover{
    background: var(--dark);
    color: var(--white);
}
.carousel-indicators [data-bs-target]{
    background-color: var(--primary);
    margin-right: 5px;
    margin-left: 5px;
}
.carousel-control-next {
    z-index: 3;
}
@media (max-width: 992px){
    .carousel-caption h2 {
        font-size: 50px;
    }
    .carousel-caption p {
        line-height: 20px;
        font-size: 14px;
    }
    .carousel-item {
        max-height: 550px;
    }
}
@media (max-width: 767px){
.carousel{
    margin-top: 0;
}
.carousel-item {
    max-height: 450px;
}
.carousel-caption h2 {
    font-size: 40px;
}
.carousel-caption{
    top: 50%;
    transform: translateY(-44%);
}
}
@media (max-width: 567px){
    .carousel-item{
        max-height: 350px;
    }
    .carousel-caption{
        top: 50%;
        transform: translateY(-58%);
    }
    .carousel-indicators {
        bottom: 6%;
    }
.carousel-caption h2 {
    font-size: 24px;
}
.carousel-btn {
    margin-top: 20px;
}
}
@media (max-width: 440px){
    .carousel-caption p {
        line-height: 17px;
        font-size: 12px;
    }
    .carousel-item{
        min-height: 300px;
    }
.carousel-caption h2 {
    font-size: 26px;
    margin-bottom: 0;
}
.carousel-btn {
    margin-top: 10px;
}
}
@media (max-width: 380px){
    .carousel-caption{
        top: 50%;
        transform: translateY(-72%);
    }
}
/* banner */
/* about */
.about{
    padding: 90px 0;
}
.about-image{
    position: relative;
}
.about-image .about-image1{
    width: 90%;
    max-height: 400px;
    object-fit: cover;
}
.about-image .about-image2{
    width: 53%;
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 1;
}
.about-text{
    padding-left: 20px;
}
.about-text h4{
    font-size: 35px;
    font-weight: 300;
    color: var(--dark);
    text-transform: capitalize;
    padding-bottom: 18px;
}
.about-text h4 span{
    font-weight: 700;
    color: var(--primary);
}
.about-text p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray);
    padding-bottom: 8px;
}
@media (max-width: 992px){
    .about-text{
        padding-left: 0;
        padding-top: 50px;
    }
    .about-image .about-image2 {
        width: 42%;
    }
}
/* about */
/* project */
.project{
    padding: 60px 0;
    background: #f5f5f5;
}
.pro-text {
    padding-bottom: 20px;
}
.pro-text h4{
    font-size: 38px;
    font-weight: 300;
    color: var(--dark);
    text-transform: capitalize;
    padding-bottom: 8px;
    text-align: center;
}
.pro-text h4 span{
    font-weight: 700;
    color: var(--primary);
}
.pro-text p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray);
    padding-bottom: 8px;
    text-align: center;
    max-width: 750px;
}
.project-slider{
    padding-bottom: 20px;
}
.project-slider .item{
    position: relative;
    max-height: 350px;
}
.project-slider .item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 42, 0.5);
    opacity: 0;
    transition: width 2s ease-in-out;
}
.project-slider .item:hover .overlay{
    opacity: 1;
    transition: transform 5s ease-in-out;
}
/*.project-slider .item .overlay1{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}*/
.project-slider .item .overlay h5{
    font-size: 24px;
    color: var(--white);
    font-weight: 700;
}
.project-slider .item .overlay span{
    font-size: 18px;
    color: var(--primary);
    font-weight: 500;
}
.project-slider .item .overlay p{
    font-size: 15px;
    color: var(--light-gray);
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}
.project-slider .owl-nav{
    position: relative;
    z-index: 99;
}
.project-slider .owl-nav .owl-prev{
    position: absolute;
    top: -210px;
    left: 0;
}
.project-slider .owl-nav .owl-next{
    position: absolute;
    top: -210px;
    right: 0;
}
.project-slider .owl-nav svg{
    color:var(--black);
}
.pro-btn{
    background: var(--light);
    color: var(--dark);
    padding: 10px 40px;
    border: none;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%, 10% 0%);
    margin-top: 15px;
}
.pro-btn:hover{
    background: var(--light);
    color: var(--dark);
}
@media (max-width: 576px){
.project-slider .item .overlay{
    padding: 30px;
}
}
/* project */
/* testimonial */
.testimonial{
    padding: 60px 0;
}
.test-text {
    padding-bottom: 15px;
}
.test-text h4{
    font-size: 35px;
    font-weight: 300;
    color: var(--dark);
    text-transform: capitalize;
    padding-bottom: 8px;
    text-align: center;
}
.test-text h4 span{
    font-weight: 700;
    color: var(--primary);
}
.test-text p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray);
    padding-bottom: 8px;
    text-align: center;
    max-width: 750px;
}
.test-box{
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: var(--dark);
    border-radius: 10px;
}
.test-box-top{
    display: flex;
    padding-bottom: 15px;
}
.test-box span{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color:var(--white);
    padding: 10px;
}
.test-box p{
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color:var(--light-gray);
}
.test-box img{
    border-radius: 5px;
    width: 60px !important;
    height: 60px;
    margin-right: 6px;
}
.test-slider{
    width: 800px;
}
.test-slider .owl-nav{
    position: relative;
}
.test-slider .owl-nav .owl-prev{
    position: absolute;
    top: -110px;
    left: -85px;
}
.test-slider .owl-nav .owl-next{
    position: absolute;
    top: -110px;
    right: -85px;
}
.test-slider .owl-nav svg {
    color: #a1a1a1;
}
.test-btn{
    background: var(--primary);
    color: var(--dark);
    padding: 10px 40px;
    border: none;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%, 10% 0%);
    margin-top: 30px;
}
@media (max-width: 992px){
    .test-slider{
        width: 700px;
    }
    .test-slider .owl-nav .owl-next {
        top: -124px;
    }
    .test-slider .owl-nav .owl-prev {
        top: -124px;
    }
}
@media (max-width: 880px){
    .test-slider {
        width: 400px;
    }
    .test-slider .owl-nav .owl-prev{
        left: -30px;
    }
    .test-slider .owl-nav .owl-next{
        right: -30px;
    }
}
@media (max-width: 576px){
    .test-slider {
        width: 300px;
    }
    .test-slider .owl-nav svg {
        width: 35px;
    }
    .test-slider .owl-nav .owl-prev{
        left: -50px;
    }
    .test-slider .owl-nav .owl-next{
        right: -50px;
    }
}
@media (max-width: 400px){
    .test-slider .owl-nav .owl-prev{
        left: -15px;
    }
    .test-slider .owl-nav .owl-next{
        right: -15px;
    }
}
/* testimonial */
/* call to banner */
.call-to-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 50px 0;
    position: relative;
}
.call-to-banner::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(70, 70, 70, 0.7);
}
.call-to-caption{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.call-to-caption h4{
    font-size: 35px;
    font-weight: 300;
    color: var(--white);
    text-transform: capitalize;
    padding-bottom: 8px;
    text-align: left;
}
.call-to-caption h4 span{
    font-weight: 700;
    color: var(--primary);
}
@media (max-width: 992px){
    .call-to-caption h4 {
        font-size: 30px;
    }
}
@media (max-width: 767px){
    .call-to-caption h4 {
        text-align: center;
    }
}
/* call to banner */
/* footer */
footer{
    background: #0d0d0d;
    padding: 40px 0 20px;
}
footer .f_logo{
    font-size: 30px;
    font-weight: 800;
    color: var(--primary);
    padding-bottom: 10px;
}
footer p{
    font-size: 15px;
    line-height: 22px;
    color:var(--light);
}
footer h5{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    padding-bottom: 14px;
    text-transform: capitalize;
}
.nav .nav-link{
    color: var(--light) !important;
    padding: 0 10px 5px !important;
}
.foot-contact-box{
    display: flex;
    padding-bottom: 12px;
}
.foot-contact-box svg{
    color: var(--light);
    width: 18px;
    margin-right: 12px;
}
.copyright{
    background: #1f1f1f;
    padding: 10px 0;
}
.copyright p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #b1b1b1;
}
.copyright img {
    width: 24px;
    margin-right: 5px;
}

.copyright a {
    color: var(--black);
    font-size: 12px;
    margin-left: 7px;
    background: #fff;
    padding: 1px 3px;
    display: inline-block;
    border-radius: 7px;
    padding-right: 7px;
}
.copyright span{
    color: #d1232c;
}
/* footer */





/* inner-banner */
.inner-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -120px;
    height: 440px;
    position: relative;
    padding-top: 70px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 50% 100%, 0% 84%);
}
.inner-banner::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 58, 0.51);
}
.inner-banner h2{
    font-size: 50px;
    color: var(--white);
    font-weight: 600;
}
.inner-banner-caption{
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner-banner-caption p{
    color: var(--light-gray);
    font-size: 16px;
    line-height: 27px;
    max-width: 800px;
}
.breadcrumb-item a {
    color: var(--light-gray);
}
.breadcrumb-item.active {
    color: var(--white);
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: var(--white);
    content: var(--bs-breadcrumb-divider, "/");
}

@media (max-width:991px){
    .inner-banner{ 
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .inner-banner h2 {
        font-size: 45px;
    }
}
@media (max-width: 567px){
    .inner-banner h2 {
        font-size: 40px;
    }
    .inner-banner h2 {
        font-size: 32px;
    }
}
@media (max-width: 320px){
    .inner-banner h2 {
        font-size: 32px;
    }
}
/* inner-banner */
/* about-page */

/* about-page */
/* testimonial */
.testimonial-inner{
    padding: 90px 0;
}
.inner-test-box{
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: var(--dark);
    margin-bottom: 20px;
}
.inner-test-box-top{
    display: flex;
    padding-bottom: 15px;
}
.inner-test-box span{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color:var(--white);
    padding: 10px;
}
.inner-test-box p{
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color:var(--light-gray);
}
.inner-test-box img{
    border-radius: 5px;
    width: 60px !important;
    height: 60px;
    margin-right: 6px;
}
/* testimonial */
/* faq */
.faq{
    padding: 90px 0;
}
.accordion-item{
    margin-bottom: 14px;
}
.accordion-item .accordion-button{
    background-color: #dbdbdb;
    color: var(--dark);
    border: 1px solid #dbdbdb;
    padding: 22px 16px;
    font-size: 16px;
    font-weight: 500;
}
.accordion-body{
    padding: 20px;
    font-size: 15px;
    line-height: 24px;
    background-color: #f1f1f1;
}
.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--dark);
    border: 1px solid var(--dark);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
/* faq */
/* contact */
.contact{
    padding: 90px 0;
}
.contact-box {
    padding: 75px 50px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.contact-box::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 58, 0.6);
}
.contact-details{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}
.cont-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light);
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50px;
}
.cont-icon svg{
    color: var(--dark);
    height: 16px;
}
.contact-details p{
    color: var(--light-gray);
}
.cont-form{
    padding: 30px;
    background: #e5e4ff;
    border-radius: 10px;
}
.cont-form .form-control{
    padding: 10px 10px;
    border: none;
    background: #fff;
    font-size: 15px;
    margin-top: 14px;
    min-height: 52px;
}
@media (max-width: 1200px){
    .contact-box {
     padding: 65px 40px;}
}
@media (max-width: 991px){
    .cont-form {
        padding: 20px;
        margin-left: 0;
    }
    .contact-box {
        padding: 20px 18px;
    }
    .cont-icon {
        width: 52px;
        height: 52px;
    }
    .contact-details p {
        font-size: 15px;
    }
}
@media (max-width: 767px){
    .cont-form {
        padding: 30px;
        margin-left: 0;
    }
    .contact-box {
        padding: 30px;
    }
    .cont-icon {
        width: 60px;
        height: 60px;
    }
    .contact-details p {
        font-size: 16px;
    }
}
@media (max-width: 400px){
    .cont-icon {
        width: 50px;
        height: 50px;
    }
    .contact-details p {
        font-size: 15px;
    }
}
/* contact */
.nav-tabs{
    border: 0;
}
.nav-tabs .nav-link{
    padding: 10px 40px !important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #020081;
    color: #020081 !important;
    background: transparent;
    width: 250px;
    margin-left: 10px;
    border-radius: 6px;
}
.nav-tabs .nav-link:hover{ border: 1px solid #020081;}
.nav-tabs .nav-link.active{
    color: #fff !important;
    background: #020081;
}
@media (max-width: 767px){
    .nav-tabs .nav-link {
        width: 245px;
    }
}
@media (max-width: 534px){
    .nav-tabs .nav-link {
        margin-top: 10px;
    }
}
/* ongoing */
.ongoing{
    padding: 30px 0;
}
.ongoing-box{
    padding: 20px;
    background: var(--light-gray);
    border-radius: 5px;
    margin-bottom: 20px;
}
.ongoing-box img{ max-height: 280px;}
.ongoing-text h4{
    font-size: 24px;
    font-weight: 500;
    color: var(--dark);
    text-transform: capitalize;
    padding-bottom: 8px;
    text-align: left;
}
/*.ongoing-text h4 span{
    font-weight: 700;
    color: var(--primary);
}*/
.ongoing-text p{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray);
    text-align: left;
}
.ongoing-form{
    padding: 24px;
    background: #e5e4ff;
    margin-left: 8px;
    border-radius: 10px;
    position: sticky;
    top: 20px;
    right: 0;
}
.ongoing-form .form-control{
    padding: 10px 10px;
    border: none;
    background: #fff;
    font-size: 15px;
    margin-top: 12px;
    min-height: 52px;
}
@media (max-width: 767px){
    .ongoing-text h4{
        padding-top: 10px;
        text-align: center;
    }
    .ongoing-btn-box{
        display: flex;
        justify-content: center;
    }
}


/* ongoing */
/* past */
.past{
    padding: 30px 0;
}
.past-box{
    padding: 20px;
    background: var(--light-gray);
    border-radius: 5px;
    margin-bottom: 20px;
}
.past-box img{max-height: 280px;}
.past-text h4{
    font-size: 26px;
    font-weight: 500;
    color: var(--dark);
    text-transform: capitalize;
    padding-bottom: 8px;
    text-align: left;
}

.past-text p{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray);
    text-align: left;
}
.past-form{
    padding: 24px;
    background: #e5e4ff;
    margin-left: 8px;
    border-radius: 10px;
    position: sticky;
    top: 20px;
    right: 0;
}
.past-form .form-control{
    padding: 10px 10px;
    border: none;
    background: #fff;
    font-size: 15px;
    margin-top: 12px;
    min-height: 52px;
}
@media (max-width: 767px){
    .past-text h4{
        padding-top: 10px;
        text-align: center;
    }
    .past-btn-box{
        display: flex;
        justify-content: center;
    }
}
/* past */
/* pro-details */
.pro-details{
    padding: 90px 0;
}
.pro-page-text h4{
    font-size: 30px;
    font-weight: 300;
    color: var(--dark);
    text-transform: capitalize;
    padding-bottom: 8px;
    text-align: center;
}
.pro-page-text h4 span{
    font-weight: 700;
    color: var(--primary);
}
.pro-page-text p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--gray);
    padding-bottom: 8px;
    text-align: center;
    max-width: 750px;
}
.pro-inner-text h4{
    font-size: 26px;
    font-weight: 300;
    color: var(--dark);
    text-transform: capitalize;
    padding-bottom: 8px;
    text-align: left;
}
.pro-inner-text h4 span{
    font-weight: 700;
    color: var(--primary);
}
.pro-inner-text p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--gray);
    text-align: left;
}
.pro-details-text h4{
    font-size: 26px;
    font-weight: 500;
    color: var(--dark);
    text-transform: capitalize;
    padding-bottom: 15px;
    text-align: center;
}
.pro-details-text p{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray);
    text-align: left;
    margin-bottom: 15px;
}
.pro-form{
    padding: 24px;
    background: #e5e4ff;
    border-radius: 10px;
    margin-bottom: 15px;
}
.pro-form .form-control{
    padding: 10px 10px;
    border: none;
    background: #fff;
    font-size: 15px;
    margin-top: 12px;
    min-height: 52px;
}
.col-overview{
    flex: 0 0 auto;
    width: 25%;
}
.list{
    background: var(--white);
    padding: 24px 15px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(94, 93, 93, 0.24);
}
.list span{
    font-size: 28px;
    font-weight: 700;
    color: #020081;
}
.list p{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0;
}
.Gallery-slider{
    box-shadow: 0 0 10px 2px rgba(94, 93, 93, 0.24);
}
.Gallery-slider .owl-nav{
    position: relative;
}
.Gallery-slider .owl-nav .owl-prev{
    position: absolute;
    top: -240px;
    left: 0;
}
.Gallery-slider .owl-nav .owl-next{
    position: absolute;
    top: -240px;
    right: 0;
}
.Gallery-slider .owl-nav svg {
    color: #ffffff;
}
.highlight{
    background: var(--white);
    padding: 24px 15px;
    text-align: center;
    margin-bottom: 12px;
    min-height: 180px;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgb(34 34 34 / 24%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.highlight img{
    width: 60px;
    margin-bottom: 18px;
}
.highlight p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    color: #666;
    margin: 0;
}
.site img{
    max-height: 400px;
}
.location{
    text-align: left;
}
.location address{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--gray);
    text-align: left;
}
.list-group {
    position: sticky;
    top: 30px;
    box-shadow: 0 0 10px 2px rgb(34 34 34 / 24%);
}
.list-group-item {
    padding: 12px 12px;
    font-size: 16px;
    font-weight: 500;
    margin: 2.5px 5px;
    width: calc(100% - 10px);
    display: block;
    border-radius: 4px;
    border: 0;
    background: #f1f1f1;
}
.list-group-item.active{
    background: #020081 !important;
}
@media (max-width: 991px){
    .col-overview {
        width: 50%;
        margin-bottom: 8px;
    }
}
/* pro-details */

.page-link {
    color: #020081;
    background: #ecebff;
}