/*body ,html{
    position: relative;
height: auto;
    height: 100%!important;
    min-height: 100%;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
/* @font-face {
    font-family: 'Calibri';
    src: url('fonts/text-fonts/Calibri.eot');
    src: url('fonts/text-fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/text-fonts/Calibri.woff2') format('woff2'),
        url('fonts/text-fonts/Calibri.woff') format('woff'),
        url('fonts/text-fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/text-fonts/Calibri-Light.eot');
    src: url('fonts/text-fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/text-fonts/Calibri-Light.woff2') format('woff2'),
        url('fonts/text-fonts/Calibri-Light.woff') format('woff'),
        url('fonts/text-fonts/Calibri-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/text-fonts/Calibri-Bold.eot');
    src: url('fonts/text-fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/text-fonts/Calibri-Bold.woff2') format('woff2'),
        url('fonts/text-fonts/Calibri-Bold.woff') format('woff'),
        url('fonts/text-fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

.overlay-wrapper {
    position: fixed;
    z-index: 999;
    height: 100vh;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(rgb(20 20 20 / 35%), rgb(0 0 0 / 1%));
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 5px;
    border-color: rgb(0 0 0 / 35%);
    border-top-color: #1e1e1e;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-style: solid;
}


.show-search-box i{
    color: #8a837c;
}

 
.hidden-search-box {
   position: absolute;
    bottom: 0px;
    right: 0;
    float: right;
    background-color: #dbdbdb8f;
    display: flex;
    z-index: 1000;
    padding: 2px 0 2px 20px;
    width: 250px;
    transition: all 0.5s ease;
}
.hidden-search-box.hidden{
    width: 0px;
    padding: 0;
    display: block!important;
    transition: all 0.5s ease;
}
.hidden-search-box .search_btn svg{
    width:14px
}
.hidden-search-box input { 
    color: #32313b;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.hidden-search-box input:focus{
    outline:0
}
.hidden-search-box .search_btn i{
    color: #8a837c;
}
.hidden-search-box .search_btn{
    display: block; 
}
.hidden-search-box.hidden .search_btn{
    display: none;
}
.search-main-icon .search_btn{
    display: block;
}
.search-main-icon.hidden .search_btn{
    display: none;
}
.search-main-icon{
    
    position: absolute;
    bottom: 1px;
    right: 0;
}

.search_input {
    background: transparent;
    border: 0;
    padding: 3px;
    color: #122746;
}
.hidden-search-box .search_btn {    
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0;
}

.conf_box p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'prompt';
}

.header-main .main-right-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.header-main .main-header-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (min-width: 992px) {
    .navbar-nav>li>a {
        padding: 7px 16px 7px !important;
    }
}

.navbar-default .navbar-nav>li>a {
    border-bottom: 3px solid transparent
}

.mySwiper {
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.mySwiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.95, 0, 0.10, 1);
}

.mySwiper .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mySwiper .main_swiper_box {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: white;
    opacity: 0;
    transform: translateY(150px);
    transition: all 0.8s ease;
    z-index: 2;
    width: 100%;
}

.mySwiper .main_swiper_box.animate-in {
    opacity: 1;
    transform: translateY(-120px);
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev,
.descSwiper .swiper-button-next,
.descSwiper .swiper-button-prev {
    color: #fff;
}

.mySwiper .swiper-pagination {
    bottom: 50px !important;
    display: flex;
    justify-content: center;
    top: auto !important;
    left: 0;
    gap: 10px
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev,
.descSwiper .swiper-button-next,
.descSwiper .swiper-button-prev {
    background: transparent !important;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 25px;
    border-radius: 6px;
    background-color: #FFFFFF;
    opacity: 0.2;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ea5f2c;
}

.mySwiper .main_swiper_box h2 {
    font-family: "Korolev";
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #fff;
}

.another_section p {
    font-family: "Korolev" !important;
    padding: 40px 0px !important;
}

.mySwiper .main_swiper_box p {
    font-family: "avenir";
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #fff;
    font-style: normal;
}

.mySwiper .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.page-wrapper {
    min-height: calc(100vh - 130px);
    overflow: auto;
}

body:after {
    white-space: pre;
    content: "";
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_title {
    margin-bottom: 20px;
}

.section_title h6 {
    color: #FF8000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.section_title h2 {
    color: #f38f28;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.about_text nav.th_bt a span {
    margin: 33px 0 60px;
    width: 166px;
}

a.th_bt {
    background: #FF8000;
    display: block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 197px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

a.th_bt:hover {
    letter-spacing: 1px;
}

.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    background: #84b841;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 197px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #84b841;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before {
    background: #021b27;
    color: #fff;
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }

    25% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }

    100% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }

    25% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }

    100% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}

.single_service h4 {
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 13px;
}

.single_service>p {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 21px;
    padding-left: 20px;
    position: relative;
}

.single_service>p::after {
    background: #84b841;
    content: "";
    height: 82%;
    left: 0;
    position: absolute;
    top: 8px;
    width: 2px;
}

.white-text {
    color: #fff !important;
}

.padding1px {
    padding: 1px;
}

.padding-30 {
    padding: 30px 50px;
}

.padding-0-50 {
    padding: 0px 50px;
}

.mg-10 {
    margin: 10px 0px;
}

.img-450 {
    height: 450px;
}

.gray-text {
    color: #dedede !important;
}

.testi-name {
    border-left: 4px solid #FF8000;
    padding-left: 20px;
}

.promot_area2 {
    position: relative;
    background: url(../img/simple-slider2.html);
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0;
}

.promot_area2::after {
    background: rgba(14, 29, 36, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pro2_text {
    position: relative;
    text-align: center;
    z-index: 1;
    width: 187px;
    margin: 0 auto;
}

.pro2_text h1 {
    position: relative;
    color: #84b841;
    font-size: 46px;
}

.pro2_text h4 {
    color: #ff8000;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    margin-right: 18px;
}

.news-sec {
    background: #13263b;
    color: #fff;
    padding: 15px 15px;
}

.news-sec h5,
.news-sec p,
.news-sec span {
    color: #fff;
}

.news-sec h5 {
    margin-bottom: 0
}

.news-sec span {
    font-size: 12px;
    color: #cecece;
    margin-bottom: 10px;
}

.news-sec a {
    padding: 7px 20px;
    background: #ff870b;
    color: #fff;
}

.border-2-green {
    padding: 4px;
    border: 2px solid #84b841;
}

.team-sec {
    border: 2px solid #84b841;
    background: #fff;
    padding: 7px 20px 0px;
    margin: 10px 0px;
}

.team-sec h5 {
    font-size: 13px;
}

.callback_input>h4 {
    color: #464646;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.callback_input input {
    background: #fafafa;
    border: 1px solid #dbdbdb;
    height: 42px;
    margin-bottom: 5px;
    width: 47%;
    padding-left: 17px;
}

.callback_input button {
    background: #84b841;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    height: 44px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 120px;
}

.phoneNo_area {
    border: 1px solid #ff870b;
    padding-bottom: 30px;
    padding-left: 48px;
    padding-top: 30px;
    position: relative;
}

.phoneNo_area::after {
    border-left: 1px solid #f3f3f3;
    content: "";
    height: 100%;
    left: -32px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 2;
}

.phone_icon {
    display: inline-block;
}

.phone_text {
    display: inline-block;
    padding-left: 34px;
    width: calc(100% - 56px);
}

.phone_text>h5 {
    color: #686868;
    font-size: 13px;
    font-weight: 300;
}

.phone_text>h4 a {
    color: #ff870b;
    font-size: 22px;
    font-weight: bold;
}

footer {
    /* background: #232323; */
    /*bottom:0;
	position:fixed;*/
    width: 100%;
    /*! height:30px; */
}

footer .shadow {
    box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.3);
}

footer .social_icons {
    background: #2a2a2a;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 40px;
    margin-right: 15px;
    right: -15px;
    position: absolute;
}

.social_icons {
    position: relative;
    z-index: 9;
}

footer .social_icons li {
    background: #242424;
    margin-right: 10px;
}

.social_icons li {
    display: inline-block;
    list-style: none;
    float: left;
}

footer .social_icons li a {
    height: 37px;
    width: 37px;
    line-height: 37px;
    color: #cccccc;
}

.social_icons a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0px;
    font-size: 14px;
    line-height: 45px;
    text-decoration: none;
    border-radius: 0px;
    text-align: center;
    color: #3b3b3b;
}

footer h6 {
    border-bottom: 1px solid #4f4f4f;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #e8e8e8;
    display: inline-block;
    margin-top: 110px;
    margin-bottom: 30px;
    font-size: 14px;
}

footer p {
    color: #aaaaaa;
    line-height: 24px;
}

footer .subcribe {
    margin-bottom: 60px;
}

footer .subcribe input {
    width: 100%;
    background: #303030;
    height: 40px;
    margin-top: 30px;
    border: none;
    padding: 0 10px;
    color: #e8e8e8;
}

footer .subcribe button {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    background: #84b841;
    border: none;
    float: right;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

footer .social_icons:before {
    position: absolute;
    left: -171%;
    width: 171%;
    top: 0px;
    content: "";
    height: 100%;
    background: #2a2a2a;
}

footer ul {
    padding: 0;
    list-style: none;
}

.padding-l-60 {
    padding-left: 60px;
}

footer .links li {
    padding: 6px 0px;
    color: #aaaaaa;
}

footer .links li a {
    color: #aaaaaa;
    display: inline-block;
    width: 100%;
}

.social_icons .facebook a:hover {
    color: #fff;
    background-color: #3b5a9b;
    border-color: #3b5a9b;
}

.social_icons .googleplus a:hover {
    color: #fff;
    background-color: #f63d26;
    border-color: #f63d26;
}

.social_icons .instagram a:hover {
    color: #fff;
    background-color: #507ea4;
    border-color: #507ea4;
}

.social_icons .twitter a:hover {
    color: #fff;
    background-color: #2baae1;
    border-color: #2baae1;
}

.social_icons .linkedin a:hover {
    color: #fff;
    background-color: #0072b2;
    border-color: #0072b2;
}

footer .rights {
    width: 100%;
    text-align: center;
}

footer .rights p {
    font-size: 10px;
    margin-bottom: 0px;
}

.text-uppercase {
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 2px;
}

.links img {
    width: 64px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.project-list {
    margin-top: -19px;
    margin-left: 52px;
}

.arrow-right,
.arrow-left {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 2px solid #84b841;
}

.arrow-right {
    left: 40px;
}

.arrow-left {
    left: -30px;
}

.arrow-right i.fa,
.arrow-left i.fa {
    position: relative;
    left: -13px;
    top: -1px;
    color: #84b841;
}

.inf-arrow-wrapper.inf-arrow-left-wrapper {
    width: 37px;
    height: 43px;
    position: relative !important;
    bottom: 0px !important;
    left: 68px !important;
    opacity: 1;
    display: inline-block;
}

.inf-arrow-wrapper.inf-arrow-right-wrapper {
    width: 32px;
    height: 38px;
    position: relative !important;
    bottom: 0px !important;
    right: 0px !important;
    opacity: 1;
    display: inline-block;
}

.owl-carousel .owl-item {
    float: left;
    height: 100%;
}

.owl-carousel .owl-item .item,
.owl-carousel .owl-wrapper,
.owl-wrapper-outer,
.owl-carousel {
    height: 100%;
}

.owl-slider-btn.arrow-right i.fa {
    position: relative;
    left: 13px;
    top: -1px;
    color: #84b841;
}

.owl-slider-btn.arrow-left i.fa {
    position: relative;
    left: 10px;
    top: -1px;
    color: #84b841;
}


/*
#owl-demo .owl-buttons {
    position: absolute;
    top: -70px;
    right: 103px;
}
*/

.breadcrumb_area {
    background: url(../img/Picture2.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.breadcrumb_area h1 {
    color: #84b841;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
}

.breadcrumb_area ul {
    position: relative;
    z-index: 1;
    padding: 0;
}

.breadcrumb_area ul li {
    color: #171717;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 10px;
}

.breadcrumb_area ul li.active {
    color: #ffcb3d;
    font-size: 14px;
}

.overlay-white {
    /*
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.65) 56%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(32%, rgba(255, 255, 255, 1)), color-stop(56%, rgba(255, 255, 255, 0.65)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.65) 56%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.65) 56%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.65) 56%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.65) 56%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
*/
    background-color: rgba(19, 38, 59, 0.83);
    padding: 40px 0px;
}

.contact_location,
.section-padding {
    /* padding-top: 20px; */
    /* padding-bottom: 100px; */
}

.section-padding {
    margin-bottom: 20px;
}

.contact_location .info_bg {
    width: 100%;
}

.contact_location .info_bg {
    padding: 0;
}

.info {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.info_icon {
    display: inline-block;
    vertical-align: middle;
}

.contact_location .info_icon i {
    color: #051A3E;
    position: relative;
}

.contact_location .info_text {
    /* border-right: none; */
    display: inline-block;
    /* margin-right: 26px; */
    padding-left: 26px;
    /* padding-right: 20px; */
    vertical-align: top;
}

.contact_location .info_text>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    color: #333;
    /* text-transform: uppercase; */
}

.contact_location .info_icon i::after {
    /* border-right: 1px solid #eeeeee;*/
    content: "";
    height: 20px;
    left: 40px;
    position: absolute;
    top: 5px;
    width: 1px;
}

.contact_map_area #map-canvas {
    height: 400px;
    width: 100%;
}

.message_area {
    background-image: url(../img/message_bg.jpg);
}

.leave_comment {
    padding: 55px 0 0;
}

.leave_comment input,
.leave_comment textarea {
    border: none;
    height: 56px;
    width: 100%;
    padding-left: 22px;
    margin-bottom: 30px;
    line-height: 55px;
}

.leave_comment .btn.t_button {
    width: 164px;
    color: #fff;
    height: 57px;
    text-align: center;
    background: #84b841;
    border-radius: 0;
    padding: 6px 12px;
}

.leave_comment textarea {
    height: 125px;
}


/*About Us*/

.section-padding {
    padding-top: 30px;
    padding-bottom: 50px;
}

.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.about_text nav.th_bt a span {
    margin: 33px 0 60px;
    width: 166px;
}

.single_counter {
    display: inline-block;
    margin-right: 100px;
}

.single_counter i {
    color: #ffcb3d;
    display: inline-block;
    font-size: 18px;
}

.single_counter h3 {
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    padding-left: 8px;
}

.single_counter>p {
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 400;
    padding-left: 11px;
    position: relative;
}

.single_counter>p::after {
    background: #ffcb3d;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 1px;
}

.promot_area {
    background: url(../img/promo_bg_1.html);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.overlay-sec {
    padding: 50px 0 52px;
    background: rgba(2, 27, 39, 0.93);
}

.promo_text {
    position: relative;
    z-index: 1;
    color: #fff;
}

.promo_text>h3,
.post_title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
    color: #fff;
}

.promo_text>p {
    color: #e9e9e9;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 0;
    width: 75%;
    color: #fff;
}

.text-right a {
    color: #ffcb3d;
}

.promot_area .cl-effect-2 a span {
    margin-top: 10px;
    height: 55px;
    line-height: 55px;
    width: 190px;
}


/*Team*/

.staff .team {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.staff-list {
    padding: 60px 0px;
}

.staff-list .member {
    margin-top: 20px;
}

.BGlight .team {
    border: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.staff .team .img {
    width: 100%;
}

.staff .team .img img {
    width: 100%;
    height: auto;
}

.staff .team.rectangle .info {
    background-color: rgba(0, 0, 0, 0.6);
}

.staff .team .info {
    display: block;
    width: 100%;
    position: absolute;
    padding: 0.65em 1.15em;
}

.staff .team.rectangle .info h5,
.staff .team.rectangle .info h5 small,
.staff .team.rectangle .info strong,
.staff .team.rectangle .info .social i,
.staff .team.square:hover .info h5,
.staff .team.square:hover .info h5 small {
    color: #fff;
}

.staff .team.square .info {
    background-color: #fff;
}

.staff.opt .team:hover .info small,
.staff .team .info h5 small {
    display: block;
    margin-top: 0.5em;
    font-size: 0.75em;
    font-weight: 300;
}

.staff .team .info h5 {
    margin-bottom: 0.65em;
    padding: 0;
    border: none;
}

.staff .team .info p {
    font-size: 12px;
}

.staff .team .info p,
.staff .team .info .social {
    margin-bottom: 3em;
}

.staff .team .info .social {
    margin-top: 1.5em;
}

.staff .team .info .social li {
    padding: 0;
}

.staff .team:hover .info h6,
.staff .team:hover .info strong,
.staff .team:hover .info .social {
    margin-bottom: 0.85em;
}

.staff .team:hover .info p {
    margin-bottom: 1.35em;
}

.staff .team:hover .info,
.staff.opt .team:hover .info {
    bottom: 0 !important;
}

.staff.opt .col-md-3 .team .info {
    bottom: 0;
}

.staff .team .social a {
    font-size: 1.30em;
    line-height: 1.65em;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.staff .team .social a:hover i {
    background-color: transparent;
}

.staff.opt .team .info {
    position: absolute;
    padding: 0.65em 1.5em;
    bottom: 0;
}

.staff.opt .team .social {
    position: absolute;
    top: 0;
    left: -3em;
    bottom: 0;
    list-style-type: none;
    padding: 0;
}

.staff.opt .team:hover .social {
    left: 0;
}

.staff.opt .team .social li {
    margin: 0;
}

.staff.opt .team .social a {
    font-size: 1.45em;
}

.staff .team.square:hover img {
    margin-top: -3em;
}

.staff .team.rectangle:hover img {
    margin-top: -1.5em;
}

.staff.opt .team.square:hover img {
    margin-top: 0;
}

.staff .member {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 1.30em 0;
}

.staff .member .img {
    margin-left: 0%;
    /*        height: 310px;*/
}

.staff .team-header {
    padding: 8px 10px 3px;
    background: #fff;
    z-index: 1000;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.close {
    float: right;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
}

.staff .member .info {
    /* background-color: #fff; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 27%;
    height: 100%;
    text-align: left;
    padding: 1.85em;
    z-index: 0;
    -webkit-box-shadow: -3px 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 15px 0 rgba(0, 0, 0, 0.1);
}

.staff .member .info h4 small {
    font-size: 0.75em;
    font-weight: 300;
    margin-top: 8px;
}

.staff .width-50 {
    width: 50%;
    float: left;
}


/*
.staff .member:hover .img {
    margin-left: -15%;
}

.staff .member:hover .info {
    background-color: rgba(255, 255, 255, 0.9);
    left: 35%;
}
*/

.staff .member .info .bio {
    list-style-type: none;
    margin: 0.65em 0 1.15em;
    padding: 0;
}

.staff .member .info .bio li {
    font-size: 12px;
    padding: 0.55em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.staff .member .info .bio li i {
    margin-right: 8px;
}

.staff .member .info .social a {
    font-size: 1em;
}

.member-info .meta-data {
    padding: 0.55em;
    margin: 1em 0 5em;
}

.member-info .meta-data>div {
    font-size: 1.18em;
    font-weight: 300;
}

.member-info .meta-data span {
    display: inline-block;
    margin: 0 0.65em;
    opacity: 0.3;
}

.member-info .line {
    margin: 3px 0;
}

.projects {
    background: #f4f4f4;
}

.project-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 0px; */
    display: block;
    background: #fff;
}

.project-content-left {
    padding-bottom: 4.25%;
    padding-left: 12.25%;
    padding-top: 7.25%;
    padding-right: 18%;
}

.project-content-right {
    padding-bottom: 2.25%;
    padding-left: 22.25%;
    padding-top: 7.25%;
    padding-right: 12%;
}

.banner {
    width: 100%;
    background-color: #fff;
    color: #131313;
    margin: 12% 0px;
    max-height: 336px;
    height: 328px;
    box-shadow: 6px 5px 29px #a0a0a0;
}

.banner img {
    /* height: 100%; */
    width: 100%;
}

.tab-content-inner {
    height: 255px;
}

.project-wrapper .about_text>p span {
    font-weight: normal;
}

.b {
    font-weight: bold;
}

@media screen and (max-width:767) {
    .main-vision-title {
        margin-top: 10px;
    }
}

@media screen and (max-width:991px) {
    .project-content-right {
        padding-bottom: 2.25%;
        padding-left: 6.25%;
        padding-top: 6.25%;
        padding-right: 5%;
    }

    .project-content-left {
        padding-bottom: 4.25%;
        padding-left: 6.25%;
        padding-top: 6.25%;
        padding-right: 6%;
    }

    .banner {
        width: 100%;
        background-color: #fff;
        color: #131313;
        margin: 5% 0px;
        max-height: 336px;
        height: 328px;
        box-shadow: 6px 5px 29px #a0a0a0;
    }
}

@media screen and (max-width:767px) {
    .info {
        display: inline-block;
        position: relative;
        z-index: 1;
        margin-top: 20px;
    }

    .member .img img {
        width: 100%;
    }

    footer h6 {
        border-bottom: 1px solid #4f4f4f;
        padding-bottom: 10px;
        text-transform: uppercase;
        color: #e8e8e8;
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .padding-l-60 {
        padding-left: 22px;
    }

    footer .rights {
        /* background: #1c1c1c;  */
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: -30px;
        position: relative;
        bottom: 0;
        z-index: 2;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 75%;
        margin: 30px auto;
    }
}

.projectlink {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projectlink a {
    font-size: 20px;
    letter-spacing: 1px;
    width: 50%;
    float: left;
}

.projectlink a.next__project {
    text-align: right;
    width: 100%;
}

.projectlink a img {
    max-width: 100%;
    width: 26px;
}

.projectlink a span {
    border-bottom: 2px solid #f38f28;
    display: inline-block;
    line-height: 1.6;
}

.tp-banner ul li img {
    height: 400px;
    width: 100%;
}


/* Team Section CSS */

.team--block.for__mobile {
    display: none;
}

.team--block ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.team--block .team__item {
    margin-bottom: 30px;
    cursor: pointer;
    max-width: 16.66%;
    flex: 0 0 16.66%;
    display: block;
    padding: 0 15px;
    position: relative;
}

.team--block .team__img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.team--block .team__img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 50%;
}

.team--block .team__item.active:after {
    display: block;
}

.team--block .team__item .team__img a {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team--block .team__item>.team__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 66, 89, 0.67);
    border-radius: 50%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team--block .team__item>.team__img:hover a,
.team--block .team__item>.team__img:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team--block .team__item .team__info {
    text-align: center;
    margin-top: 15px;
}

.team--block .team__item .team__info h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.team--block .team__item .team__info p {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
    color: #32313b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team--block .team__item .team__info p br {
    display: none;
}

.team--block .past-interns {
    font-size: 14px;
    margin: 30px 0 0;
}

.team__modal {
    z-index: 1102;
}

.modal-backdrop {
    z-index: 1101;
}

.team__modal .modal-content {
    border-radius: 40px;
}

.modal-body {
    background-color: #f1f1f1;
    padding: 30px;
}

.team__modal .modal-content .close {
    position: absolute;
    top: 15px;
    right: 30px;
    left: auto;
    bottom: auto;
}

.team--block .tab-content>.active {
    padding: 0;
    border: none;
}

.team__body {
    display: flex;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    padding: 40px;
    position: relative;
}

.team--block .team-panel .team__img {
    max-width: 30%;
    flex: 0 0 30%;
    padding-top: 30%;
}

.team-panel .team__body .team__details {
    max-width: 70%;
    flex: 0 0 70%;
    padding-left: 50px;
}

.team--block .team-panel .team__img img {
    height: auto;
}

.team__body .team__img img {
    border-radius: 50%;
    max-width: 100%;
}

.team__body h3 {
    margin: 0;
}

.team__body h3 sup {
    left: 5px;
}

.team__body span {
    color: #8fb736;
    display: inline-block;
    margin-bottom: 25px;
}

.team__body p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.team--block .team-panel {
    display: none;
    width: 100%;
    z-index: 9;
}

.team--block .team-panel.show {
    display: block;
}

.team--block .team-panel .close__box {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    bottom: auto;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    color: #f3940b;
    cursor: pointer;
}

.team--block .team__item>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -30px;
    left: 60px;
    right: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 21px solid #f3f3f3;
    display: none;
}

.team--block .team__item.active>a:before {
    display: block;
}

.about_banner_bg video {
    width: 100%;
}

.vision-details {
    background-color: #051A3E;
    padding: 70px 0;
}

.impact-details .impact_box .impact_img {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px;
}

.impact-details .impact_box .impact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.impact-details .impact_box .imapact_detail {
    padding-top: 25px;
    text-align: center;
}

.impact-details .impact_box .imapact_detail .impact_name {
    color: #32313B;
    font-family: "Prompt";
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: normal;
}

.impact-details .impact_box .imapact_detail .impact_price {
    font-size: 40px;
    font-weight: 600;
    color: #ea5f2c;
    font-family: "Korolev";
    margin-bottom: 0;
    line-height: normal;
}

.new_heading h2,
.latest_heading h2 {
    font-family: "Korolev";
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 80px;
    position: relative;
}

.latest_heading h2 {
    color: #32313B !important;
}

.new_heading .main_new_head {
    font-family: "Korolev";
    font-size: 26px;
    color: #32313B;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 80px;
    position: relative;
}

.new_heading .main_new_head::after,
.latest_heading .main_new_head::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    background-color: #ea5f2c;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.new_heading .main_new_head_second {
    font-family: "Korolev";
    font-size: 26px;
    color: #32313B;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 80px;
    position: relative;
}

.new_heading .main_new_head_second::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    background-color: #ea5f2c;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.new_heading {
    position: absolute;
    top: 20px;
    /* distance from top of image */
    transform: translateX(-50%);
    /* center horizontally */
    z-index: 10;
    /* make sure text is above image */
    left: 100px;
}

.main_img_wrapper {
    position: relative;
    /* container for absolute positioning */
    display: inline-block;
    /* shrink to content width */
}

.new_heading h2::after,
.latest_heading h2::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    background-color: #ea5f2c;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.knowledge-section .knowledge-box .content-box p::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    background-color: #ea5f2c;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.new_heading.dark h2 {
    color: #32313B
}

.normal_text {
    font-family: "Prompt";
    font-size: 16px;
    margin-bottom: 17px;
    color: #fff;
    font-weight: 500;
}

.normal_text.dark {
    color: #32313B;
}

.vision_bg_main img {
    width: 100%;
}

.vision-details .main-vision-title {
    text-align: center;
}

.vision-details .main-vision-title p {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: "Korolev";
}

.vision-details img {
    width: 80%;
}

.col-lg-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-top {
    padding: 50px 0;
    margin-top: 50px;
}

.footer-top .logo-footer {
    margin-bottom: 30px;
}

.footer-top .widget_about p {
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-top .widget .widget-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-top a,
.footer-top p,
.footer-top ul li {
    color: #ffffff;
    font-weight: 300;
}

.footer-top ul li {
    margin-bottom: 10px;
}

.project__category {
    margin-top: 50px;
}

.project__category--block {
    margin-top: 50px;
    margin-bottom: 30px;
}

.project__category--block h3 {
    margin-bottom: 30px;
    font-size: 34px;
}

.project__category--item {
    position: relative;
    z-index: 9;
}

.project__category--item .project__category--img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 20, 29, 0)), color-stop(95%, rgba(17, 20, 29, 0.50)));
    background: linear-gradient(180deg, rgba(17, 20, 29, 0) 0%, rgba(17, 20, 29, 0.50) 95%);
    z-index: 2;
}

.project__category--item .project__category--link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.project__category--img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.project__category--img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    object-fit: cover;
}

.project__category--item .project__category--des {
    margin-top: 10px;
    text-align: center;
}

.project__category--item .project__category--des h4 {
    font-size: 22px;
    margin: 0;
}

.project__category {
    padding: 22px 0;
}

.project__category ul {
    /* margin-top: 10px; */
}

.project__category .main_filter_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project__category .main_filter_row .inner_filter_box .filter_box p {
    font-size: 24px;
    font-weight: 600;
    font-family: "Korolev" !important;
    color: #ea5f2c;
    letter-spacing: 0.5px;
}

.project__category .main_filter_row .inner_filter_box .filter_box select {
    /* padding: 5px 0; */
    color: #ea5f2c;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    appearance: none;
    border: 0;
    font-family: "Korolev" !important;
    cursor: pointer;
    /* === ADDED FOR DOT DOT WHEN TEXT IS LONG === */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /* required for ellipsis */
    padding-right: 25px;
    /* so text doesn't hide under the arrow */
}

.project__category .main_filter_row .inner_filter_box .filter_box select:focus {
    outline: 0;
}

/* .project__category .main_filter_row .inner_filter_box  */

.filter_box svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    fill: #ea5f2c !important;
}

.remove-filter-btn {
    color: #DADADA !important;
    font-size: 16px !important;
    font-family: "Korolev" !important;
}

.remove-filter-btn:hover {
    color: #DADADA !important;
}

.clear_btn {
    padding: 5px 17px;
    font-size: 16px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #E8ECF4;
    border-radius: 6px;
}

.clear_btn2 {
    padding: 5px 17px;
    font-size: 16px;
    color: #333333;
    background-color: #FF870B;
    border: 1px solid #E8ECF4;
    color: #FFF;
    border-radius: 6px;
}

.project__category .normal_tabs li a {
    font-size: 16px;
    font-weight: 600;
    color: #DBDBDB;
    padding: 2px 5px;
    font-family: "Korolev";
}

.project__category .normal_tabs .nav {
    display: flex;
    align-items: center;
}

.project__category .normal_tabs li.active a {
    font-size: 16px;
    color: #ea5f2c;
}

.project__category .main_project_box {
    aspect-ratio: 1;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    display: block;
    position: relative;
    cursor: pointer;
}



.main_large_img{
    height: 600px;
    width:100%;
    display: flex;
    justify-content: center;    

}
.main_large_img img{
    height: auto;
    width:auto
}

.project_main .main_project_box:hover::after {
    opacity: 1;
    transition: all 0.5s ease;
}



.project__category .main_project_box:hover::after {
    opacity: 1;
    transition: all 0.5s ease;
}

.project__category .main_project_box:hover .project_small_description {
    opacity: 1;
    transition: all 0.5s ease;
}


.project__category .main_project_box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FFFFFFCC;
    opacity: 0;
    transition: all 0.5s ease;
}

.project__category .main_project_box .project_small_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
}

.project_main .inner-project .project_small_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 1;
    background-color: #FFFFFFCC;
    transition: all 0.5s ease;
}

.project_main .inner-project .project_small_description h5 {
    font-family: "Korolev";
    font-size: 20px;
    color: #32313B;
    font-weight: 600;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
}




.project_main .inner-second-project {
    aspect-ratio: 1;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #e3e3e3;
}


.project_main .inner-second-project img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project_main .inner-second-project .project_small_description .city_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}


.project_main .inner-second-project .project_small_description svg {
    width: 12px;
}

.project__category .inner-second-project .project_small_description h5 {
    font-family: "Korolev";
    font-size: 20px;
    color: #32313B;
    font-weight: 600;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
}

.project_main .inner-second-project .project_small_description {
    padding: 15px;
    background-color: #FFFFFFCC;
    transition: all 0.5s ease;
}

.project_main .inner-project .project_small_description .city_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}











.project_main .inner-project .project_small_description svg {
    width: 12px;
}

.project_main .inner-project .project_small_description .city_row .city {
    color: #32313B;
    font-size: 16px;
    font-family: "Prompt";
}

.project_main .inner-project {
    aspect-ratio: 1;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    display: block;
    position: relative;
    cursor: pointer;
}

.project_main .inner-project img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project__category .main_project_box .project_small_description h5 {
    font-family: "Korolev";
    font-size: 20px;
    color: #32313B;
    font-weight: 600;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
}




.project__category .main_project_box .project_small_description .city_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.project__category .tab-pane {
    padding: 40px 0 0 0;
    border: 0
}


.project__category .main_project_box .project_small_description svg {
    width: 12px
}

.project__category .main_project_box .project_small_description .city_row .city {
    color: #32313B;
    font-size: 16px;
    font-family: "Prompt";
}

.project__category .main_project_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project__category .dummy_map {
    /* overflow: auto; */
    /* display: flex;
    justify-content: center; */
    position: relative;
}

.project__category .dummy_map img {
    width: 1420px
}

.country-card {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    background-color: #f3f0e6b3;
    margin: auto;
    padding: 15px;
    width: 400px;
}

.country-card h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.country-card ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.country-card ul li a {
    color: #32313B;
    font-size: 16px;
    font-family: "Prompt";
    display: block;
    padding: 2px 0;
}

.project__category .dummy_map .common-dot {
    cursor: pointer;
    height: 7px;
    width: 7px;
    background-color: #32313B;
    border-radius: 50%;
    z-index: 9;
}

.project__category .dummy_map .common-dot.gujarat-modal {
    position: absolute;
    left: 665px;
    top: 300px;
}

.project__category .dummy_map .common-dot.maharastra-modal {
    position: absolute;
    left: 690px;
    top: 325px;
}

.project-line .project-heder h4 {
    margin: 0;
    padding: 5px;
    font-size: 16px;
    font-family: "Korolev";
}

/* .project_detail_image .main_large_img img {
    width: 100%
} */

.project_detail_section {
    padding: 70px 0;
}

.project_detail_section .main_desc_heading h1 {
    color: #32313B;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Korolev";
}

.project_detail_section .main_desc_heading p {
    color: #32313B;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Prompt";
}

.project_detail_section .desc p {
    font-size: 14px;
    font-weight: 500;
    color: #32313B;
    margin-bottom: 10px;
}

.project_detail_section .small_detail_box h4 {
    color: #32313B;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Korolev";
}

.project_detail_section .small_detail_box p {
    font-size: 14px;
    font-weight: 500;
    color: #32313B;
    text-align: left;
    font-family: "Prompt";
}

.project_detail_section .main_detail_box_row {
    padding-top: 75px
}

.project_detail_section .main_detail_box_row .small_detail_box {
    padding-bottom: 20px;
}

.detail_slider .detail_slider_img img {
    width: 100%
}

.detail_slider .descSwiper .swiper-slide {
    width: 100% !important
}

.detail_slider.detail_slider_img {}

.detail_slider .descSwiper .swiper-wrapper {
    padding-bottom: 70px !important;
}

.detail_slider .descSwiper {
    position: relative;
}

.detail_slider .descSwiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #766d6d;
    height: 7px;
    width: 30px;
    opacity: 0.2;
    border-radius: 8px;
}

.detail_slider .descSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EA5E2B !important;
    opacity: 1 !important;
}

.detail_slider .descSwiper .swiper-pagination {
    bottom: 6px !important;
}

.descSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
}

.other-works-details,
.knowledge-section {
    padding: 22px 0;
}

.knowledge-section .knowledge-box .img-box img {
    width: 100%;
}

.knowledge-section .knowledge-box .content-box {
    padding-top: 10px;
}

.knowledge-section .knowledge-box .content-box p {
    color: #32313B;
    font-size: 20px;
    font-weight: 400;
    font-family: "Korolev";
    position: relative;
    margin-bottom: 0;
    padding-left: 80px;
}

a:hover {
    color: #ea5f2c !important;
}

.knowledge-section .knowledge-box .content-box .see-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.knowledge-section .knowledge-box .content-box .see-more span {
    color: #32313B;
    font-size: 16px;
    font-family: "Prompt";
}

.knowledge-section .content-box svg {
    width: 12px;
}

@media (max-width: 1199px) {
    .team__modal .modal-dialog {
        width: 95%;
    }

    .team--block .team__item .team__info p br {
        display: none;
    }
}

@media (max-width: 991px) {
    .modal-body {
        padding: 20px;
    }

    .team__body .team__img,
    .team__body .team__details {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .team__body .team__details {
        padding: 50px 0 0;
    }

    .project__category--item {
        margin-bottom: 30px;
    }

    .team--block .team__item .team__info h4 {
        font-size: 12px;
    }

    .team--block .team__item .team__info p {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .country-card {
        width: 100%;
    }

    .team--block.for__mobile {
        display: block;
    }

    .main-header-social {
        display: none !important;
    }

    .header-main .main-right-nav {
        justify-content: start !important;
    }

    .team--block.for__desktop {
        display: none;
    }

    .team--block .col-sm-4 {
        width: 50%;
        float: left;
    }

    .team--block ul {
        justify-content: center;
    }

    .team--block .team__item {
        margin-bottom: 30px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .projectlink a {
        font-size: 16px;
    }

    .projectlink a img {
        width: 18px;
    }

    .team--block .team__item>a {
        display: block;
        width: 60%;
        margin: 0 auto 20px;
        position: relative;
    }

    .team--block .team__item.active .team-panel {
        display: block;
    }

    .team--block .team-panel .team__body {
        flex-direction: column;
        padding: 20px;
    }

    .team--block .team-panel .team__img {
        padding-top: 60%;
    }

    .team__body .team__details {
        padding: 20px 0 0;
    }

    .team--block .team-panel .team__img img {
        width: 60%;
        height: 100%;
        margin: 0 auto;
    }

    .team--block .team-panel .team__img,
    .team-panel .team__body .team__details {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }

    .team--block .team-panel .close__box {
        top: 10px;
        right: 10px;
    }

    .mySwiper .main_swiper_box {
        padding: 0 15px !important;
    }

    .mySwiper .main_swiper_box h2 {
        font-size: 34px !important;
        margin-bottom: 10px !important;
    }

    .mySwiper .main_swiper_box p {
        font-size: 16px !important;
    }

    .project__category {
        padding: 28px 15px;
    }

    .project__category .inner_filter_box {
        flex-wrap: wrap;
    }

    .project__category .main_filter_row {
        flex-direction: column;
    }

    .project__category .center_btn {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .project__category .main_filter_row .inner_filter_box {
        gap: 20px;
    }

    .project__category .normal_tabs {
        margin-top: 30px;
    }

    .project__category .tab-pane {
        padding: 20px 0 0 0;
    }

    .col-lg-20 {
        width: 50%;
    }

    .project_detail_section .main_desc_heading h1 {
        font-size: 18px;
        text-align: left;
        letter-spacing: 0.3px;
        line-height: 24px;
    }

    .project_detail_section .main_desc_heading p {
        font-size: 16px;
    }

    .project_detail_section .small_detail_box h4 {
        font-size: 16px;
    }

    .vision-details,
    .impact-details {
        padding: 40px 0;
    }

    .normal_text {
        font-size: 14px;
        ;
    }

    .impact-details .impact_box .imapact_detail .impact_price {
        font-size: 26px;
    }

    .impact-details .impact_box .imapact_detail .impact_name {
        font-size: 16px;
    }

    .new_heading h2 {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
        padding: 0 80px !important
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}


/* Team Section CSS */

.main_download_btn {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
}

.main_img {
    overflow: hidden !important;
}

.project__category .main_pdf_new_box {
    border: 1px solid #e3e3e3;
    margin: 4px;
}

.project_details_second {
    padding-bottom: 30px;
}

.project_details_second .main_new_content_txt {
    margin-top: 20px;
}

.project_details_second .main_new_content_txt p {
    color: #776767;
}

.project_details_second .main_new_content_txt .main_span {
    color: #32313B;
    font-weight: 600;
}

.project_details_second .main_new_content_txt .main_mail {
    color: #0072b2;
}

.main_new_content_txt .dark_new_txt {
    color: #32313B;
    font-weight: 600;
}

.main_new_content_txt .dark_new_main_txt {
    color: #32313B;
    margin-top: 25px;
    font-weight: 600;
}

.project_details_second .main_text_new {
    color: #32313B;
    display: inline-block;
}

.project_details_second .main_text_new {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.project_details_second .main_text_new a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid transparent;
    text-decoration: none;
    color: #32313B;
    font-size: 18px;
    transition: all 0.3s ease;
}



/* .project_details_second .main_text_new a:hover {
    border-color: #ea5f2c;
} */

.archi_details_second {
    padding: 30px 0px;
}

.archi_details_second .main_title_head h1 {
    color: #32313B;
    text-align: center;
    font-size: 24px !important;
    font-weight: 500;
}

.main_content_second_txt {
    margin-top: 20px;
}

.archi_details_second .main_content_second_txt h2 {
    color: #32313B;
    font-size: 20px !important;
    font-weight: 600;
}

.archi_details_second .main_content_second_txt p {
    color: #32313B;
    font-size: 16px !important;
}

.view_more_btn {
    border: 1px solid #ea5f2c;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
}


/* Map Wrapper */

.dummy-map {
    position: relative;
    display: inline-block;
}


/* Map Image */

.dummy-map .map-image {
    width: 1420px;
    height: auto;
    display: block;
}


/* Marker Base Style */

.dummy-map .marker {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #32313B;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: transform .2s ease;
}

.dummy-map .marker:hover {
    transform: scale(1.4);
}


/* -----------------------------
   STATE MARKER POSITIONS
   (Adjust coordinates as needed)
   ----------------------------- */


/* Gujarat */

.marker-gujarat {
        top: 267px;
    left: 349px;

}


/* Maharashtra */

.marker-pune {
   top: 347px;
    left: 364px;
}



.pimpri_chinchwad {
    top: 346px;
    left: 375px;
    }


#pimpri-modal {
    top: 336px;
    left: 357px;
}

#pune-modal {
    top: 336px;
    left: 357px;
}

.marker-bengaluru {
    top: 446px;
    left: 424px;
}

#bengaluru-modal {
    top: 446px;
    left: 424px;
}

.marker-bhopal {
    top: 261px;
    left: 431px;
}

#bhopal-modal {
    top: 261px;
    left: 431px;
}

.marker-chennai {
    top: 452px;
    left: 472px;
}

#chennai-modal {
    top: 452px;
    left: 472px;
}

.marker-dehradun {
    top: 133px;
    left: 447px;
}

#dehradun-modal {
    top: 133px;
    left: 447px;
}

.marker-gandhinagar {
       top: 255px;
    left: 349px;
}

#gandhinagar-modal {
    top: 263px;
    left: 347px;
}

.marker-gurgaon {
   top: 173px;
    left: 427px;
}

#gurgaon-modal {
    top: 171px;
    left: 417px;
}

.marker-jaipur {
    top: 201px;
    left: 401px;
}

#jaipur-modal {
    top: 201px;
    left: 401px;
}

.marker-jowai {
    top: 223px;
    left: 683px;
}

#jowai-modal {
    top: 223px;
    left: 668px;
}

.marker-mehesana {
       top: 256px;
    left: 334px;

}

#mehesana-modal {
    top: 251px;
    left: 341px;
}

.marker-mysore {
    top: 459px;
    left: 419px;
}

#mysore-modal {
    top: 459px;
    left: 419px;
}

.marker-delhi {
    top: 162px;
    left: 424px;
}

#delhi-modal {
    top: 171px;
    left: 427px;
}



.marker-leh {
    top: 75px;
    left: 431px;
}

#leh-modal {
    top: 171px;
    left: 427px;
}

.marker-pusad {
    top: 329px;
    left: 425px;
}

#pusad-modal {
    top: 329px;
    left: 425px;
}

.marker-rajapalayam {
    top: 504px;
    left: 438px;
}

#rajapalayam-modal {
    top: 463px;
    left: 469px;
}

.marker-surat {
    top: 305px;
    left: 357px;
}

#surat-modal {
    top: 305px;
    left: 357px;
}

.marker-thiruvananthapuram {
    top: 516px;
    left: 424px;
}

#thiruvananthapuram-modal {
    top: 516px;
    left: 424px;
}

.marker-udaipur {
    top: 245px;
    left: 367px;
}

#udaipur-modal {
    top: 245px;
    left: 367px;
}

.marker-varanasi {
    top: 224px;
    left: 526px;
}

#varanasi-modal {
    top: 224px;
    left: 526px;
}

.marker-wayanad {
    top: 464px;
    left: 403px;
}

#wayanad-modal {
    top: 464px;
    left: 403px;
}


/* Popup Box */


/* popup box */

.state-popup {
    position: absolute;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: none;
    font-size: 14px;
    z-index: 999;
    min-width: 180px;
}

.state-popup .close-popup {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}


/* Popup appears exactly where the Gujarat dot is */

#gujarat-modal {
    top: 275px;
    left: 342px;
}

.main_text_new .right_arrow_main {
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* background-color: #f2f2f2 !important; */
}

.main_text_new .right_arrow_main i {
    color: #ea5f2c;
}

.job-box {
    display: none;
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 10px;
}

.right_arrow_main i {
    transition: .3s;
}

.rotate {
    transform: rotate(90deg);
}

.main_dark_new_txt {
    font-weight: 600;
}

.full-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 5000;
    display: none;
    padding: 40px;
    animation: fadeIn 0.3s ease-in-out;
}



.overlay-title {
    font-size: 40px !important;
    font-weight: bold;
    color: #32313B;
    margin-bottom: 20px;
}

.close-btn {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 35px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.overlay-body a {
    display: block;
    font-size: 20px;
    color: #32313B;
    margin-bottom: 12px;
    font-weight: 500;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




#fullPageOverlay .job_title {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 20px !important;
}