/********** safar-e-kabah **********/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    font-family: "Roboto", sans-serif !important;
}

:root {
    --primary: #ffa227;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #001D23;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;

}

h1 {
     font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}

h3 {
    color: #ffa227;
    font-size: 2rem;
    font-weight: 400;
     font-family: "Roboto", sans-serif;
}

.colors {
    color: #ffa227;
    color: #9e9d99;
    color: #111312;
    color: #000000;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #000000;
    border-radius: 30px;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: #000000;

}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffa227;
    font-weight: 700;
    outline: none;
    font-size: 15px;
}
.img-start img{
    width: 200px !important;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #000000;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        color: #000000;

    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar {
     font-family: "Roboto", sans-serif;
    background-color: #ececec;
}

.navbar h1 {
    color: #000000;
     font-family: "Roboto", sans-serif;

}

.navleft small {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.navleft small i {
    color: #3802fa;
}

.navleft small i:hover {
    color: #000000;
}

/* Container and Video Background */
.head {
    padding-top: 20rem;
    padding-bottom: 8rem;
    position: relative;
    height: 100%;
}

.head .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Table Styling */
.head .table {
    border: 2px solid black;
    border-radius: 20px;
    background: rgba(1, 50, 60, 0.8);
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.head .table .text p,
.head .table .text-box p {
    font-size: 1.5rem;
    color: white;
    text-align: center;
     font-family: "Roboto", sans-serif;
}

.head .table .text-box p {
    color: #ffa227;
}

/* Responsive Adjustments */

@media (min-width: 1200px) and (max-width: 1300px) {
    .head {
        padding-top: 12rem;
        padding-bottom: 6rem;
    }

    .head .table {
        max-width: 550px;
    }

    .head .table .text p,
    .head .table .text-box p {
        font-size: 1.3rem;
    }
}


@media (max-width: 1200px) {
    .head {
        padding-top: 15rem;
        padding-bottom: 6rem;
    }

    .head .table .text p,
    .head .table .text-box p {
        font-size: 1.2rem;
    }
}

/* Tablet screens */
@media (max-width: 768px) {
    .head {
        padding-top: 12rem;
        padding-bottom: 5rem;
    }

    .head .table {
        max-width: 100%;
    }

    .head .table .text p,
    .head .table .text-box p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .head {
        padding-top: 10rem;
        padding-bottom: 4rem;
    }

    .head .table .text p,
    .head .table .text-box p {
        font-size: 0.9rem;
    }
}



/*** Header ***/
.page-zayrat {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(0, 0, 0, 0.8)),
        url(../visa-image/15.jpg) center center no-repeat;
    background-size: cover;
    
}

.page-zayrat .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

.page-header {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background:linear-gradient(rgba(255, 255, 255, .9), rgba(0, 0, 0, 0.8)),
        url(../img/13-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}




/** end banner section **/

.titlepage {
    text-align: center;
    padding-bottom: 40px;
}

.titlepage h2 {
    font-size: 40px;
    color: #121212;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

.titlepage h2::before {
    position: absolute;
    content: "";
    background-color: #ff0909;
    width: 20px;
    height: 4px;
    transform: rotate(-36deg);
}

.titlepage h2::after {
    position: absolute;
    content: "";
    background-color: #ff0909;
    width: 20px;
    height: 4px;
    transform: rotate(-36deg);
    bottom: 10px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background-color: #121212;
    color: #fff;
    padding: 8px 0px;
    width: 100%;
    max-width: 144px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 30px;
}

.read_more:hover {
    background: #fe0000;
    color: #fff;
    transition: ease-in all 0.5s;
}


/*** hajj-umrah ***/
.hajj-umrah .causes-progress {
    border-radius: 30px;
}

.hajj-umrah .progress {
    height: 5px;
    border-radius: 10px;
    overflow: visible;

}

.hajj-umrah img {
    top: 0;
}

.hajj-umrah .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 10px;
    transition: 5s;
    border-radius: 10px;
}

.hajj-umrah .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
    border-radius: 10px;
}

.hajj-umrah .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.hajj-umrah:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}

.hajj-umrah .icons {
    padding-top: 5px;
    padding-bottom: 5px;
}

.hajj-umrah .icons p {
    font-size: larger;
    text-align: left;
    padding-top: 3px;
    color: rgb(88, 7, 251);
}

.hajj-umrah .icons .span {
    font-size: 15px;
    text-align: left;
    padding-top: 3px;
    text-decoration-line: line-through;
    color: #999999;

}

.hajj-umrah .icon {
    color: #ffa227;
}

.hajj-umrah .textbox {
    font-size: small;
    font: weight 1rem;
    font-weight: bold;
    color: rgb(88, 7, 251);
}

.hajj-umrah .link {
    padding: 7px;
}

.hajj-umrah .link .btn {
    border: 1 solid #fbfcfc;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    border-radius: 20px;
    color: #000000;
    background-color: #f1fafc;
    text-transform: none;

}

.hajj-umrah .link .btn:hover {
    background-color: #ffa227;
}

/* .feature  */
/* about  */
.about li {
    list-style-type: none;
}

.about li i {
    color: #3802fa;

}

.about li i:hover {
    color: #ffa227;
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);


}

.service-itam .umrah p {
    color: #ffa227;

}

.service-itam .umrah button {
    padding: 10px;
    margin: 2px;
    border-radius: 3px;
    border: 1px solid #ececec;
    background-color: #ececec;
    color: #000000;
    font-size: 13px;
}

.service-itam .umrah button:hover {
    background-color: #ffa227;
    border-radius: 2px;
    border: 1px solid #ffa227;
}

.service-itam .umrah .icon li {
    list-style-type: none;
    padding-left: 0;

}

.service-itam .umrah .icon i {
    border: 1px solid rgb(228, 228, 228);
    border-radius: 10px;
    padding: 4px;

    font-size: 12px;
}

.service-itam .umrah .icon .true {
    color: #3802fa;
}

.service-itam .umrah .icon .flase {
    color: #ff4252;
}



.service-itam .hajj p {
    color: #141414;

}

.service-itam .hajj button {
    padding: 10px;
    margin: 2px;
    border-radius: 3px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffa227;
    font-size: 13px;
}

.service-itam .hajj button:hover {
    background-color: #ececec;
    border-radius: 2px;
    border: 1px solid #ececec;
    color: #000000;
}

.service-itam .hajj .icon li {
    list-style-type: none;
    padding-left: 0;

}

.service-itam .hajj .icon i {
    border: 1px solid rgb(228, 228, 228);
    border-radius: 10px;
    padding: 4px;

    font-size: 12px;
}

.service-itam .hajj .icon .true {
    color: #3802fa;
}

.service-itam .hajj .icon .flase {
    color: #ff4252;
}

.service-itam .Hajj p {
    color: #0c0c0c;

}

.service-itam .Hajj button {
    padding: 10px;
    margin: 2px;
    border-radius: 3px;
    border: 1px solid #ffa227;
    background-color: #ffa227;
    color: #000000;
    font-size: 13px;
}

.service-itam .Hajj button:hover {
    background-color: #000000;
    border-radius: 2px;
    border: 1px solid #000000;
    color: #ffa227;
}

.service-itam .Hajj .icon li {
    list-style-type: none;
    padding-left: 0;

}

.service-itam .Hajj .icon i {
    border: 1px solid rgb(228, 228, 228);
    border-radius: 10px;
    padding: 4px;

    font-size: 12px;
}

.service-itam .Hajj .icon .true {
    color: #3802fa;
}

.service-itam .Hajj .icon .flase {
    color: #ff4252;
}

/*** Apply ***/
.apply {
    background: rgba(1, 50, 60, 0.8);
}

.apply li {
    padding-left: 0;
    list-style-type: decimal;
    color: #ffa227;

}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item .team-text a {
    text-align: left;
    line-height: 1rem;
    color: #000000;
    font-weight: bold;
}

.team-item .team-text p {
    color: #999999;
    font-size: 13px;
    padding-top: 3px;
}

.team-item .team-text span {
    color: #292929;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

/* flight index  */

.flight .flight-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.flight .flight-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.flight .flight-item:hover::after {
    height: 100%;
}

.flight .flight-item .flight-icon {
    width: 120px; 
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.flight .flight-item:hover .flight-icon{
    border-radius: 50%;
    background: var(--bs-light) !important;

}
.flight .flight-item:hover .flight-icon img{
    border-radius: 50%;
    background: var(--bs-light) !important;

}

.flight .flight-item .flight-icon i {
    transition: 0.5s;
    font-size: 4rem;
}

.flight .flight-item:hover .flight-icon i {
    color: var(--bs-dark) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}



/* flight index  */




/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.706);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .gallery img {
    height: 100%;
    width: 100%;
    padding: 3px;
    object-fit: cover;
    transition: .2s linear;
    cursor: pointer;

}

.footer .gallery img:hover {
    transform: scale(1.1);
}

.footer .btn.btn-square {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* fotter gallery img  */
/* Style the Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 30px;
    padding-bottom: 10px;
    left: 0;
    top: 10;
    width: 100%;
    height: 100%;
    overflow: auto;

    
   
}


.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Add animation to the modal image */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* fotter gallery img  */


/* visa page  */
/* 3333333333333333333333333333333333333333333333333333333 */



/*** Counter Facts Start ***/
.page-visa {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(0, 0, 0, 0.8)),
        url(../visa-image/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    
}

.page-visa .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(0, 0, 0, 0.8)), url(../visa-image/2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    /* background: var(--bs-white); */
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-secondary);
    background: rgba(1, 143, 252, 0.5);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: rgba(0, 58, 102, 0.5);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.counter-facts .counter h3 {
    color: black;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: black;
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
     font-family: "Roboto", sans-serif;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
     font-family: "Roboto", sans-serif;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 70px;
    margin-right: 70px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
     font-family: "Roboto", sans-serif;
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
/*** Service End ***/

/*** Features Start ***/
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px; 
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}
/*** Features End ***/


/*** Country Start ***/
.country .country-item {
    position: relative;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 58, 102, 0.7);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px; 
    height: 90px; 
    border-radius: 50%;
    top: -45px; 
    left: 50%; 
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}
/*** Country End ***/
/* 777777777777777777777777777777777777777777 */
 /* visa End */

/*** Contact Start ***/
.page-contact {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(0, 0, 0, 0.8)),
        url(../visa-image/contact.jpg) center center no-repeat;
    background-size: cover;
    
}

.page-contact .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: var(--bs-light);
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}
/*** Contact End ***/

/* 2344444444444444444444444444444444444444444444444444444444444444444444 */
/* Model for btn  */

    .button-container {
        display: flex;
        flex-direction: column; 
        gap: 20px; 
        justify-content: center; 
        align-items: center; 
        height: 100vh; 
        /* width: 50vh; */
       
    }
    
    
    
   
    /* .btn {
        padding: 20px; 
    } */


    /* model for the Home Head btn  */
   
            /* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.5); 
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fff;
    padding: 0 0  20px 0;
    border: 1px solid #888;
    width: 80%; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow-y: #fa0404;


       /* Centered vertically */
       padding: 20px;
       border: 1px solid #888;
       width: 100%; /* Could be more or less, depending on screen size */
       max-height: 95vh; /* Set a maximum height */
       overflow-y: auto; /* Enable vertical scroll */
  }


  .modal-content .box {
    /* /* background-color: #fdf4e8; */
    border-radius: 20px;
    box-shadow: 0 0 45px rgba(#ffa227);
    font-family: "Roboto", sans-serif;

  }
 
  /* The Close Button */
  .close {
    color: #fc0606;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    transform: rotate(90deg);
    transition: all 0.5s ease;
    
  }



  /* foam  */
  .header p{
	font-weight: lighter;
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
    border-bottom: #000;

}

.header{
	margin-top: 10px;
	margin-bottom: 10px;
}
#description{
	font-size: 24px;
}


.modal .form-group{
	margin-bottom: 25px;
}
.modal .form-group > label{
	display: block;
	font-size: 14px;	
	color: #000;
}
.modal .custom-control-label{
	color: #000;
	font-size: 10px;
}
.modal .form-control{
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	padding: 0 15px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal .form-control:focus{
	border-color: #ffa227;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
.modal textarea.form-control{
	height: 160px;
	padding-top: 15px;
	resize: none;
}



