.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;
}

.single-service-include.division {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 34px 0 40px;
    text-align: center;
    background: #f3f7fa;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
}

.footer-cont span {
    color: #fff;
}



.data-count {
    counter-set: count;
}

.data-count tr td:first-child::before {
    counter-increment: count;
    content: counter(count);
}

.footer-cont {
    color: #fff;
}

.text-md-right {
    color: #fff;
}

.request .inner a {
    display: inline-block;
    padding: 0 50px 0;
    background: #203260;
    color: #ffffff;
}

.services__item-three {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 26px 26px 44px 26px;
}
/* .services__thumb-three img.h-115 {
    height: 115px;
} */

.services__thumb-three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: var(--red-title_1, #151515);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.services__thumb-three {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.services__item-three:hover .services__thumb-three::before {
    opacity: 0.8;
}

.services__item-three:hover .services__thumb-three .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.services__thumb-three .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.border-btn {
    border: 1px solid #c3c3e1;
    background: transparent;
    color: #fff;
    padding: 16px 27px;
}
.border-btn:hover {
    border: 1px solid #c3c3e1;
    background: transparent;
    color: #fff;
}

.map-card {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
            /* padding: 15px; */
            text-align: center;
            transition: 0.3s;
			    margin-top: 15px;
        }

        .map-card:hover {
            box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
        }

        .map-card img {
            /* width: 100%; */
            border-radius: 10px;
        }

        .map-card-title {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: bold;
        }

        .map-card img.w-100 {
            height: 322px;
        }
/**********Sitemap**********/
        .sitemap ul {
            position: relative;
            list-style-type: none;
            margin: 0;
            padding: 0 0 0 40px;
        }

        .sitemap li {
            margin: 0 0 10px 0;
            list-style-type: none;
            width: 100%;
            padding: 0;
        }

        .sitemap .sitemapTitle a {
            display: block;
            background: #f1f2f2;
            padding: 8px 13px;
            border: 1px solid #e7e7e7;
            line-height: 1;
            text-decoration: none;
            font-weight: bold;
            line-height: 22px;
        }

        .sitemap ul:before {
            position: absolute;
            left: 20px;
            top: 0;
            height: 100%;
            width: 1px;
            content: " ";
            background: #d3d3d3;
            display: block;
        }

        .sitemap ul li a {
            position: relative;
            line-height: 22px;
            display: block;
            min-width: 220px;
            padding: 8px;
            border: 1px solid #e7e7e7;
            text-decoration: none;
            color: #000;
        }

        .sitemap li a:hover {
            padding: 8px 8px 8px 13px;
            background: #f1f2f2;
        }

        .sitemap ul li a:after,
        .sitemap ul li a:before {
            position: absolute;
            top: 50%;
            content: " ";
            background: #d3d3d3;
        }

        .sitemap ul li a:before {
            left: -20px;
            width: 20px;
            height: 1px;
            margin-top: -1px;
        }

        .sitemap ul li a:after {
            left: -23px;
            height: 5px;
            width: 5px;
            margin-top: -3px;
            border-radius: 50%;
        }

.single-tab-content.gujarat-tab .content-box ol li {
    margin-bottom: 5px;
}

.single-tab-wrapper .single-tab-content.gujarat-tab .content-box p.highlite {
    margin-bottom: 5px;
    margin-top: 10px;
}

.single-featured-style1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
}

.single-featured-style1 .img-holder img {
    z-index: 0;
}

.single-featured-style1 .img-holder .static-content {
    z-index: 1;
}

.single-featured-style1 .img-holder .overlay-content{
    z-index: 2;
}

.single-featured-style1 .button{
    z-index: 4;
}

.navigation-box.acme-news-ticker-controls {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
}

.acme-news-ticker-controls .carousel-control-prev {
    left: -42px !important;
}

.acme-news-ticker-controls .carousel-control-next {
    right: 17px !important;
}

.portfoliosub {
    margin-bottom: 20px;
}
.single-featured-box-one {
    margin-bottom: 30px;
}