﻿.objectivesub ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #3aa40c;
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    font-weight: 100;
}

.objectivesub ul li {
    position: relative;
    padding-left: 30px;
}

    .objectivesub ul li a {
        color: #83888d;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }

.overlay-content .inner-content .links-icons li a span:before {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #3398fd;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 100;
    transition: all 500ms ease;
}

.overlay-content .inner-content .links-icons li {
    display: inline-block;
    margin: 0 5.5px;
}

.single-project-style4 .overlay-content .inner-content .links-icons {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}


.request .inner a {
    display: inline-block;
    padding: 0 50px 0;
    background: #203260;
    color: #ffffff;
}


.contact-info-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f3f7fa;
    padding: 0px 0 0px;
}

.contact-form {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

    .contact-form .inner {
        display: table-cell;
        vertical-align: middle;
    }

    .contact-form form {
        position: relative;
        display: block;
    }

        .contact-form form .input-box {
            position: relative;
            display: block;
        }

        .contact-form form input[type="text"],
        .contact-form form input[type="email"],
        .contact-form form textarea {
            position: relative;
            display: block;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            width: 100%;
            height: 60px;
            font-size: 16px;
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 5px;
            margin-bottom: 30px;
            transition: all 500ms ease;
        }

        .contact-form form textarea {
            height: 100px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 14px;
            padding-bottom: 15px;
        }

        .contact-form form input[type="text"]:focus {
            border-color: #1d1d1d;
            color: #222222;
        }

        .contact-form form input[type="email"]:focus {
            border-color: #1d1d1d;
            color: #222222;
        }

        .contact-form form textarea:focus {
            border-color: #1d1d1d;
            color: #222222;
        }

        .contact-form form input[type="text"]::-webkit-input-placeholder {
            color: #83888d;
        }

        .contact-form form input[type="text"]:-moz-placeholder {
            color: #83888d;
        }

        .contact-form form input[type="text"]::-moz-placeholder {
            color: #83888d;
        }

        .contact-form form input[type="text"]:-ms-input-placeholder {
            color: #83888d;
        }

        .contact-form form input[type="email"]::-webkit-input-placeholder {
            color: #83888d;
        }

        .contact-form form input[type="email"]:-moz-placeholder {
            color: #83888d;
        }

        .contact-form form input[type="email"]::-moz-placeholder {
            color: #83888d;
        }

        .contact-form form input[type="email"]:-ms-input-placeholder {
            color: #83888d;
        }

        .contact-form form button {
            color: #ffffff;
            background: #3aa40c;
            width: 100%;
        }

            .contact-form form button:hover {
                color: #dddddd;
                background: #2e8806;
            }

.contact-form-text-box {
    position: relative;
    display: block;
    margin-right: 35px;
    padding: 150px 0 144px;
    z-index: 1;
}

    .contact-form-text-box:before {
        position: absolute;
        top: -1000px;
        left: -50000px;
        bottom: -1000px;
        right: 0;
        background: #203260;
        content: "";
        z-index: -1;
    }

    .contact-form-text-box .inner {
        position: relative;
        display: block;
    }

        .contact-form-text-box .inner .icon-holder {
            position: absolute;
            top: 0;
            left: -380px;
            bottom: 0;
            z-index: -1;
        }

            .contact-form-text-box .inner .icon-holder span:before {
                color: #293a66;
                font-size: 415px;
                line-height: 275px;
            }

    .contact-form-text-box .sec-title {
        padding-bottom: 30px;
    }

        .contact-form-text-box .sec-title p {
            color: #5b6c9a;
        }

        .contact-form-text-box .sec-title .title {
            color: #ffffff;
        }

    .contact-form-text-box .inner-content {
        position: relative;
        display: block;
    }

        .contact-form-text-box .inner-content h2 {
            color: #ffffff;
            font-size: 36px;
            line-height: 48px;
            font-weight: 400;
        }

.inner-content ul li a {
    color: #000;
}

.city-name {
    font-size: 14px;
    color: #fff;
    background: #37a810;
    text-align: center;
}

.nri-address li i {
    position: absolute;
    top: 4px;
    left: 2%;
}

.nri-address li {
    padding-left: 26px !important;
    font-size: 14px;
}

.nri-center-add {
    display: flex;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}


.bg-person.p-2 {
    background: #2d5fb2;
    color: #fff;
    font-size: 14px;
}

.publication-card {
    padding: 15px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    transform: translateY(0px);
    /* padding: 0px; */
    transition: 0.5s;
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, .1);
}

.publication-content {
    padding: 15px 17px 11px 17px;
    padding-left: 25px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 0 !important;
    gap: 30px;
}

.publication-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, .14);
}

.publication-content .category {
    padding: 10px;
    border: 1px solid #0066b3;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.publication-img img {
    width: 100%;
    height: 300px;
}

.view-btn {
    color: #0066b3;
    font-size: 13px;
    border: 2px solid #0066b3;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
}

    .view-btn:hover, .view-btn:focus {
        background-color: #0066b3;
        color: #fff;
    }

.book-btn {
    background-color: #0066b3;
    border: 2px solid #0066b3;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
}

table.table tr th {
    background: #2d5fb2;
    color: #f1f1f1;
    white-space: nowrap;
}

table.table tr td {
    color: #111;
}

.scope-of-work .text-holder.history-city .inner-content ul li {
    line-height: 32px;
}

abbr {
    color: red;
}

span.icon-question-1 {
    color: #3aa40c;
    font-size: 80px;
    line-height: 80px;
}

.single-service-top.nri-bg {
    background-color: #2d5fb24f;
    border: 2px solid #2d5fb2;
    border-radius: 10px;
    padding: 3px 0px 0px 18px;
    margin-bottom: 15px;
}

.benefit-card.card {
    border-radius: 10px;
    margin-bottom: 30px;
}

.card-body.benefit-content {
    display: flex;
    align-items: center;
    gap: 12px;
}


.benefit-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #e2dcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #fceff0;
    font-size: 52px;
    line-height: 0;
    border-radius: 8px;
}

.benefit-card.card:hover .benefit-icon img {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    transform: rotateY(180deg);
    transition: all 0.5s ease-out 0s;
}

.benefit-card.card:hover .benefit-icon {
    /* background: #e1882f; */

    background-color: #2d5fb24f;
    /* border: 2px solid #2d5fb2; */
}

img.w-100.food {
    height: 250px;
}

.single-project-style3 img.Place-intrest {
    height: 250px;
    object-fit: cover;
}

#carouselbreaking a.show-read-more {
    font-weight: 500 !important;
}

#carouselbreaking a {
    font-weight: 700;
    color: #111;
}

#carouselbreaking .carousel-item {
    overflow: hidden;
    height: 21px;
   /* position: relative;
    display: inline-block;*/
}
 
.popup-scroll-hide {
    overflow: hidden;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    transform: translateY(100%);
}

    .search-popup.popup-visible {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    .search-popup .overlay-layer {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
    }

    .search-popup .close-search {
        position: absolute;
        right: 2.5rem;
        top: 2.5rem;
        font-size: 2.2rem;
        color: #fff;
        cursor: pointer;
        z-index: 5;
    }

        .search-popup .close-search:hover {
            color: #fff;
        }

    .search-popup .search-form {
        position: absolute;
        max-width: 600px;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0 1.5rem;
    }

.popup-inner {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.search-popup .search-form fieldset {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
}

    .search-popup .search-form fieldset .form-control {
        position: relative;
        /*        height: 7rem;*/
        padding: 28px 10px;
        background: var(--white-color);
        color: #fff;
        font-size: 2rem;

        font-weight: 700;
        border-radius: 1.2rem;
    }

        .search-popup .search-form fieldset .form-control::placeholder {
            font-weight: 700 !important;
            color: var(--text-color) !important;
            font-size:25px !important;
            color: var(--primary-color) !important;
            font-family: "Raleway", sans-serif !important;
        }

    .search-popup .search-form fieldset .btn-primary {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        text-align: center;
/*        width: 22rem;
        height: 7rem;
        padding: 2rem 1rem;*/
        line-height: 3rem;
        font-size: 2rem;
        text-transform: uppercase;
        border-radius: 0 0.7rem 0.7rem 0;
    }

.uw-widget-custom-trigger{
    z-index:99 !important;
}

#dvGlobalSearch .card {
    margin-bottom: 20px;
    height: 150px;
}