/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.globe-image img {
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    object-fit: contain;
}

.globe-image {
    margin-bottom: 10px;
}

#preloader h1 {
    color: #fff;
}

.optional-input {
    padding-top: 14px !important;
}

.flag-image {
    width: 100%;
    height: 17em;
    object-fit: cover;
}

#submitBtn {
    width: 8em;
}

#loaderBtn {
    width: 8em;
}

.about-team-img {
    width: 100%;
    height: 20rem;
    background-color: #dedede;
}

.teams-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expertize-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.expertize-img {
    width: 100%;
    height: 14rem;
    object-fit: cover;
}

.service-card h5 {
    color: var(--font-color, #03163B);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
    transition: all .3s;
}

.heading-container h3 {
    color: var(--font-color, #03163B);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* padding-bottom: 20px; */
    text-transform: capitalize;
}

.heading-container {
    padding-bottom: 20px;
}

.service-card {
    border: 8px solid var(--blue);
    border-radius: 16px;
    padding: .5em 1em;
    height: 14.5rem;
}

.page-hero figure {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    position: relative;
}

.page-hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero .container {
    position: absolute;
    z-index: 3;
    transform: translate(-50%);
    margin-left: 50%;
}

.page-hero figure .overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(11 62 99) 5%, rgba(254, 254, 254, 0) 95%);
    z-index: 2;
}

.active-service {
    background-color: var(--blue) !important;
    color: #fff !important;
}

.about-1-img3 {
    width: 24rem;
}

.about-1-img2 {
    width: 20rem;
}

.mobile-logo {
    width: 50%;
}

.contact-img.img100 {
    height: 35rem;

}

.contact-img.img100 img {
    height: 100%;
    object-fit: cover;
}

.hero1-img-2 img {
    height: 540px;
    object-fit: cover;
    width: 350px;
    border-radius: 180px !important;
}

.hero1-img-3 img {
    height: 270px;
    object-fit: cover;
    width: 190px;
    border-radius: 25%;
}

.brand-single-box img {
    width: 150px;
    height: 50px;
    filter: brightness(1000);
    object-fit: contain;
}

.testimonial-img-div img {
    width: 155px;
    height: 170px;
    object-fit: contain;
}

.blog1-box-img img {
    height: 240px;
    object-fit: cover;
}

.brand4-single-slider img {
    width: 150px;
    height: 50px;
    object-fit: contain;
}

.service4-box {
    /* height: 22em; */
}

.service-details {
    padding-top: 50px !important;
}

.service-detail-container a {
    color: var(--blue) !important;
    text-decoration: underline !important;
}

.service-detail-container li {
    list-style-type: disc;
    margin-left: 1em !important;
    color: #616976 !important;
}

.service-detail-container span {
    color: #616976 !important;
}

.iti {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .Conditions {
        width: 100% !important;
    }

    .coll-help-text-a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        width: 100% !important;
        display: block !important;
        padding-left: 20px;
    }

    .need-help-all {
        padding: 24px 1em !important;
    }

    .team .about-team-img {
        height: 15rem;
    }
}

.main-menu-ex.main-menu-ex1 .active>a {
    color: #caab27 !important;
    font-weight: 700 !important;
}

.team {
    padding-bottom: 70px;
}

.team .section-title {
    text-align: left;
    margin-bottom: 50px;
}

.team__item {
    height: 480px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.team__item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0b3e6382;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: all, 0.5s, ease-out, 0.5s;
    -o-transition: all, 0.5s, ease-out, 0.5s;
    transition: all, 0.5s, ease-out, 0.5s;
}

.team__item:hover:after {
    opacity: 1;
}

.team__item:hover .team__text {
    top: 0;
}

.team__item:hover .team__text .team__title {
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    padding: 0 0 26px;
    /* margin-bottom: 26px; */
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: initial;
    opacity: 1;
    visibility: visible;
}

.team__item:hover .team__text p {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}

.team__item:hover .team__text .team__social {
    opacity: 1;
    visibility: visible;
    bottom: 34px;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.team__text {
    height: 100%;
    top: 361px;
    position: relative;
    padding: 35px 30px 30px;
    -webkit-transition: 0.5s;
    backdrop-filter: blur(2px);
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #0b3e6382;
}

.team__text .team__title {
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    padding: 0 0 26px;
    /* margin-bottom: 26px; */
    position: relative;
}

.team__text .team__title h4 {
    color: #caab27;
    text-shadow: 1px 1px 2px #caab27;
    font-weight: 700;
    margin-bottom: 6px;
}

.team__text .team__title span {
    font-size: 15px;
    text-shadow: 1px 1px 1px #0b3e63;
    color: #fff;
}

.team__text p {
    color: #e4e4e4;
    line-height: 26px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team__text .team__social {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.team__text .team__social a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-right: 34px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.team__text .team__social a:last-child {
    margin-right: 0;
}

.team__text .team__social a:hover {
    transform: scale(1.5);
}

@media (max-width: 768px) {
    .team__item {
        height: 350px;
    }

    .team__text {
        padding: 25px 20px 20px;
    }
}

.gallery figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none !important;
}

.gallery figure {
    width: 15rem;
    height: 20rem;
    position: relative;
}

.gallery .brand-single-box img {
    padding: 0 !important;
}

.gallery figure:nth-child(even) img {
    position: absolute;
    z-index: 1;
}

.gallery figure:nth-child(odd) img {
    position: absolute;
    z-index: 2;
}

.gallery figure:nth-child(1) img {
    rotate: 340deg;
}

.gallery figure:nth-child(2) img {
    rotate: 329deg;
}

.gallery figure:nth-child(3) img {
    rotate: 45deg;
}

.gallery figure:nth-child(4) img {
    rotate: 338deg;
}

.gallery figure:nth-child(5) img {
    rotate: 321deg;
}

.gallery figure:nth-child(6) img {
    rotate: 10deg;
}

.gallery figure:nth-child(7) img {
    rotate: 340deg;
}

.gallery figure:nth-child(8) img {
    rotate: 329deg;
}

.gallery figure:nth-child(9) img {
    rotate: 45deg;
}

.gallery figure:nth-child(10) img {
    rotate: 338deg;
}

.gallery figure:nth-child(11) img {
    rotate: 321deg;
}

.gallery figure:nth-child(12) img {
    rotate: 10deg;
}

.gallery .marquee-wrap {
    overflow: visible;
    position: relative;
    width: 100%;
    height: 25rem;
    margin: 0;
    transform: none;
    background: transparent;
    padding: 0;
    border: 0;
}

.gallery .marquee-text {
    animation: marquee 30s linear infinite;
}

#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width:1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#gallery img,
#gallery video {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.modal-img,
.model-vid {
    width: 100%;
    height: auto;
}

.modal-body {
    padding: 0px;
}

.checkout-heads {
    padding: 1rem;
}

.datepicker table {
    border-color: transparent !important;
}

.datepicker {
    padding: 0 !important;
    /* border-radius: 8px !important; */

}

.datepicker-dropdown:before {
    content: none !important;
}

.datepicker.dropdown-menu table,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #caab27 !important;
    /* border-radius: 8px; */
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom, #caab27 0%, #caab27 100%) !important;
}

.datepicker.dropdown-menu table thead {
    color: #fff;
}

.datepicker.dropdown-menu table tbody {
    background-color: #fff !important;
    color: #000;
}


.datepicker.dropdown-menu table tr td.day {
    width: 18px;
    border-right: 1px solid #ededed;
}

.datepicker.dropdown-menu table tr td,
.datepicker.dropdown-menu table tr th {
    border-radius: 0 !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    color: #000 !important;
}

.download-bchr,
.download-bchr a {
    color: #caab27 !important;
}

.download-bchr a:hover {
    text-decoration: underline #caab27 !important;
}

#myModal>div>div>div>img {
    max-height: 90vh;
    object-fit: contain;
}

.service4-box:hover ul {
    color: #bebdbd;
}