﻿

/*--------------------------------------------logo------------------------------------*/
.main-menu-three__logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-menu-three__logo .logo-img img {
    width: 300px;
    height: auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.logo-text span {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    line-height: 1.2;
    text-transform: uppercase;
}

.logo-text p {
    margin: 3px 0 0;
    font-size: 14px;
    color: #d35400;
    font-weight: 700;
    /* font-style: italic; */
    line-height: 1.2;
}

.right-logo img{
      width: 75px;
    height: auto;
}
/*---------------------------------------------end------------------------------------*/


.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 7px 28px;
    background: #401384;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: #084298;
    color: #fff;
    transform: translateY(-2px);
}

.read-more-btn i {
    font-size: 14px;
}



.common__title {
    position: relative;
    padding-bottom: 12px;
}

.common__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #f47c20; 
    border-radius: 5px;
}


/*------------------------------------------------management-------------------------------------------*/
/* Management Section */

.management-section {
    padding: 80px 0px 0px;
    background: #fff;
}


.management-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: all .4s ease;
    padding: 12px;
}


.management-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}


/* Image */

.management-img {
    overflow: hidden;
    height: auto;
    width: 200px;
    border-radius: 8px;
}


.management-img img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}


.management-card:hover .management-img img {
    transform:scale(1.08);
}


/* Content */

.management-content {
    padding: 15px 0px;
    text-align:center;
}


.management-content h3 {
    font-size: 20px;
    font-weight:700;
    color:#222;
    margin-bottom: 4px;
}


.management-content span {
    color:#f47c20;
    font-size:16px;
    font-weight:600;
}


.management-content p {
    margin-top: 7px;
    color: #333;
    line-height: 20px;
    font-size: 12px;
}

.management-btn {
    margin-top:35px;
}


.management-btn a {
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding: 8px 35px;
    background:#f47c20;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}


.management-btn a:hover {
    background:#222;
    color:#fff;
}


.pb-80{
    padding-bottom:80px;
}


.information__single {
    display: flex;
    align-items: center;
    gap: 15px;
}

.information__icon {
    width: 50px;
    height: 50px;
    background: #f47c20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.information__icon span {
    color: #fff;
    font-size: 22px;
}

.information__content {
    text-align: left;
}

.information__text {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.information__number {
    margin: 5px 0 0;
    color: #666;
    line-height: 1.5;
}

.contact-bg{
    position: relative;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 14px;
    box-shadow: 0px 21px 46px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
}
/*--------------------------------------------------end------------------------------------------------*/



/*----------------------------------------------------why choose us------------------------------------*/
.why-choose-us{
    position:relative;
    padding:80px 0px;
    background:#fff;
}

.sub-title{
    display:inline-block;
    color:#f47c20;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.main-title{
    font-size: 35px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.title-text{
    max-width:700px;
    margin:auto;
    color: #333;
    line-height:28px;
}

.choose-card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.choose-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.choose-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    background:#f47c20;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
}

.choose-icon i{
    color:#fff;
    font-size:32px;
}

.choose-card:hover .choose-icon{
    background:#222;
}

.choose-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.choose-card p{
    color: #333;
    line-height: 25px;
    margin:0;
    font-size: 15px;
}

@media(max-width:767px){

.main-title{
    font-size: 25px;
}

.choose-card{
    padding:25px 20px;
}

}

/*--------------------------------------------------end-----------------------------------------------*/


/*-------------------------------------------------gallery--------------------------------------------*/

.gallery-section{
    background: #fff;
    position: relative;
    padding: 80px 0px;
}

.gallery-subtitle{
    color:#f47c20;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.gallery-title{
    font-size: 35px;
    font-weight:700;
    margin:10px 0;
    color:#222;
}

.gallery-text{
    max-width:650px;
    margin:auto;
    color:#666;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height: 210px;
    object-fit:cover;
    transition:.5s;
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.1);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay a{
    width: 48px;
    height: 48px;
    border-radius:50%;
    background:#f47c20;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 18px;
    text-decoration:none;
    transition:.3s;
}

.gallery-overlay a:hover{
    background:#fff;
    color:#f47c20;
    transform:rotate(90deg);
}

@media(max-width:767px){

.gallery-title{
    font-size:30px;
}

.gallery-item img{
    height: 155px;
}

}


.event-tabs{
    border:none;
    gap:12px;
}

.event-tabs .nav-link{
    border:none;
    padding:12px 30px;
    border-radius:50px;
    background:#fff;
    color:#222;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.event-tabs .nav-link.active{
    background:#f47c20;
    color:#fff;
}

.event-tabs .nav-link:hover{
    background:#f47c20;
    color:#fff;
}

/*---------------------------------------------------end-----------------------------------------------*/


/*-----------------------------------------------legal document----------------------------------------*/

.legal-documents{
    background: #fff;
    position: relative;
    padding: 80px 0px;
}

.legal-subtitle{
    color:#f47c20;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.legal-title{
    font-size: 35px;
    font-weight:700;
    margin:10px 0;
    color:#222;
}

.legal-text{
    max-width:650px;
    margin:auto;
    color: #333;
    line-height:28px;
}

.legal-card{
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.legal-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.12);
}

.legal-icon{
    width: 65px;
    height: 65px;
    margin:0 auto 20px;
    background:#f47c20;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.legal-icon i{
    font-size: 30px;
    color:#fff;
}

.legal-card h4{
    font-size: 20px;
    font-weight:700;
    margin-bottom:12px;
    color:#222;
}

.legal-card p{
    color: #333;
    margin-bottom: 18px;
    line-height: 24px;
    font-size: 15px;
}

.legal-btn{
    display:inline-block;
    padding: 8px 28px;
    background:#f47c20;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
    font-size: 15px;
}

.legal-btn:hover{
    background:#222;
    color:#fff;
}

@media(max-width:767px){

.legal-title{
    font-size: 24px;
}

.legal-card{
    padding:25px 20px;
}

}
/*----------------------------------------------------end-----------------------------------------------*/


/*-----------------------------------------------------offices------------------------------------------*/
.company-office-section{
    background: #fff;
    position: relative;
    padding: 80px 0px;
}

.company-office-subtitle{
    color:#f47c20;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.company-office-title{
    font-size: 35px;
    font-weight:700;
    color:#222;
    margin:10px 0;
}

.company-office-text{
    max-width:650px;
    margin:auto;
    color: #333;
    line-height:28px;
}


.company-office-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
}


.company-office-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}


.company-office-img{
    overflow:hidden;
}


.company-office-img img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.5s;
}


.company-office-card:hover .company-office-img img{
    transform:scale(1.08);
}


.company-office-content{
    padding:25px;
}


.company-office-content h3{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}


.company-office-content p{
    color:#666;
    font-size:15px;
    margin-bottom:12px;
}


.company-office-content p i{
    color:#f47c20;
    width:25px;
}


.company-office-btn{
    display:inline-block;
    margin-top:15px;
    padding:12px 28px;
    background:#f47c20;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}


.company-office-btn:hover{
    background:#222;
    color:#fff;
}


@media(max-width:767px){

.company-office-title{
    font-size: 26px;
}

.company-office-img img{
    height:220px;
}

}

/*-----------------------------------------------------end----------------------------------------------*/


@media (max-width: 767px) {
    .services-three {
        padding: 40px 0px 0px;
    }

    .feature-two__single {
        margin-bottom: 0px;
    }

    .management-img {
        width: 150px;
    }

    .management-content h3 {
        font-size: 16px;
    }

    .management-content p {
        font-size: 11px;
    }

    .why-choose-us {
        padding: 40px 0px;
    }

    .why-choose-two {
        padding: 40px 0px 0px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .services-details__services-box {
        margin-bottom: 0px;
    }

    .services-details {
        padding: 40px 0px;
    }

    .services-details__title-1 {
        font-size: 25px;
    }

    .services-details__title-2 {
        font-size: 22px;
    }

    .services-details__title-4 {
        font-size: 22px;
    }

    .gallery-section {
        padding: 40px 0px;
    }

    .company-office-section {
        padding: 40px 0px;
    }

    .company-office-btn {
        padding: 9px 22px;
    }

    .why-choose-two .row.mb-5 {
        margin-bottom: 0px !important;
    }
    .main-menu-three__logo .logo-img img {
    width: 200px;
}
    .right-logo{
        display:none;
    }
}









.main-slider .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    width: 100%;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 12px;
    z-index: 99;
}

.main-slider .owl-nav button {
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0.4) !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 22px !important;
}

.main-slider .owl-nav button i {
    color: #fff;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: block !important;
}


.main-slider .owl-dots {
    display: none !important;
}