@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Space Grotesk', sans-serif;
}

:root {
    --main-color: #3b71fe;
    --link-color: #5191FA;
    --link-color-title: #1A2B48;
    --link-color-dark: #5191FA;
    --link-color-hover: rgba(59, 113, 254, 0.8);
    --grey-color: #5E6D77;
    --light-grey-color: #EAEEF3;
    --orange-color: #FA5636;
    --swiper-navigation-size: 20px !important;
}

.headers {
    background: #232323;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.phone,
.email {
    padding-inline: 15px;
}
.facebook,
.instagram{
    padding-inline:10px;
}

.phone a,
.email a,
.facebook a,
.instagram a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.phone a:hover,
.email a:hover,
.facebook a:hover,
.instagram a:hover,
.header__center #st-main-menu .main-menu>li>a:hover {
    color: green;
    transition: .5s;
}

.header {
    padding: 0 30px;
    position: relative;
}

.header {
    border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
}

.align-items-center {
    align-items: center!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.d-flex {
    display: flex!important;
}

nav {
    display: block;
}

.header__center #st-main-menu .back-menu {
    display: none;
}

.header__center #st-main-menu .main-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header__center #st-main-menu .main-menu>li {
    display: inline-block;
}

.header__center #st-main-menu .main-menu>li>a {
    display: block;
    padding: 35px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.header__center #st-main-menu .main-menu a {
    color: #232323;
    text-decoration: none;
    position: relative;
}

.header__left .logo img {
    max-width: 75px;
}

img {
    max-width: 100%;
    height: auto;
}

.header__right .items {
    margin-bottom: 0;
}

.align-items-center {
    align-items: center!important;
}

.flex-wrap {
    flex-wrap: wrap!important;
}

.header__right .items li {
    list-style: none;
}

.header__right .items li a {
    text-decoration: none;
    color: var(--light-grey-color);
}


/* .home-banner {
    background-image: url('/image/banner-search-form-min.png');
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 130px 0px 130px 0px;
} */

.home-banner h1 {
    color: #000;
    font-family: "DM Sans", Sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 74px;
}

.home-banner p {
    text-align: center;
    color: #000;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.banner-image {
    /* padding: 100px; */
    text-align: center;
}

.header__right .items .dropdown.dropdown-user-dashboard .usericon {
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__right .items .dropdown.dropdown-user-dashboard .usericon .fa {
    color: black;
    font-size: 20px;
}

.offer-section {
    margin-top: 79px;
}

.offer-section .offer-image img {
    border-radius: 20px 20px 20px 20px;
    transition-duration: .3s;
    transition-property: transform;
}

.offer-section .offer-image img:focus {
    outline: none;
}


/* .offer-section .offer-image img:hover {
    transform: scale(1.1);
} */

.offer-section .offer-image {
    position: relative;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.top-city {
    margin-top: 80px;
    margin-bottom: 0px;
    padding: 0px 0px 45px 0px;
}

.top-city b {
    font-family: "DM Sans", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}

.section-title {
    margin-bottom: 0px;
    padding: 0px 0px 45px 0px;
}

.section-title {
    font-family: "DM Sans", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.page-width.custom-circle-images {
    padding: 0px;
    margin: 5px 5px 15px 5px;
}

.custom-circle-images {
    position: relative;
    box-sizing: border-box;
}

.custom-categories {
    overflow: hidden;
    box-sizing: border-box;
}

.inner {
    display: inline-flex;
    position: relative;
    transition: transform 1.5s ease-in-out;
    box-sizing: border-box;
}

.ten-columns {
    float: left;
    width: 10%;
    padding: 10px 13px;
    box-sizing: border-box;
}

.circle-img {
    border-radius: 50%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto 32px;
    position: relative;
    transition: transform .5s ease;
}

.circle-img:hover {
    transform: scale(1.07);
    color: green;
}

.circle-img span:hover {
    color: green;
}

.circle-img span {
    position: absolute;
    top: 100%;
    font-size: 1rem;
    left: 0;
    right: 0;
    margin-top: 10px;
    color: #000;
    font-weight: 700;
    line-height: 1.4rem;
    text-align: center;
}

.circle-img:empty {
    display: block;
}

.carousel-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #c5baba;
    cursor: pointer;
    background: #fff;
    line-height: 0;
}

.previous,
.next {
    position: absolute;
    top: calc(50% - 42px);
}

button {
    padding: 7px;
    font-weight: bold;
}

.previous {
    left: 10px;
}

.next {
    right: 10px;
}

.previous {
    display: none;
}

.previous.show {
    display: block;
}

.next.hide {
    display: none;
}


/* .offer-image img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.offer-image:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
} */

.column {
    display: inline-block;
    text-align: center;
}

figure,
.featured-image {
    overflow: hidden;
    border-radius: 20px 20px 20px 20px
}

.column img {
    display: block;
    width: 100%;
}

.column#zoomIn img,
.featured-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.column#zoomIn:hover img,
.featured-image:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

.services-item.item-design {
    margin-bottom: 30px;
}

.services-item.item-design .item {
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%);
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 0;
}

.services-item.item-design .item {
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%);
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 0;
}

.services-item.item-design .item .featured-image {
    position: relative;
    overflow: initial;
}

.service-list-wrapper .item .featured-image a {
    display: block;
    overflow: hidden;
}

.service-list-wrapper .item .featured-image a img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
    border-radius: 3px;
    transition: all 0.3s;
}

.services-item.item-design .item .content-item {
    position: relative;
    padding: 20px;
}

.services-item.item-design .item .content-item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 5px;
}

.service-list-wrapper .item h3.title {
    line-height: 25px;
    font-size: 16px;
    color: var(--main-color, #1A2B48);
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 15px;
}

.services-item.item-design .item .content-item .sub-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
}

.services-item.item-design .item .content-item .title a {
    color: #232323 !important;
    text-decoration: none;
}

.services-item.item-design .item .content-item .section-footer {
    margin-top: 20px;
    padding-top: 20px;
}

.services-item.item-design .item .content-item .section-footer {
    border-top: 1px solid #DEDEDE;
    margin-top: 15px;
    padding-top: 15px;
}

.services-item.item-design .item .content-item .reviews {
    margin-top: 0;
    margin-bottom: 10px;
}

.service-list-wrapper .item .section-footer .reviews {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}

.services-item.item-design .item .content-item .reviews .rate {
    background: #F9FBFF;
    border: 1px solid #B8CCFF;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-color, #3B71FE);
    margin-right: 12px;
    padding: 4px 6px;
}

.service-list-wrapper .item .section-footer .reviews .rate {
    color: var(--link-color, #5191FA);
    margin-right: 22px;
    position: relative;
}

.item .section-footer .reviews .rate {
    color: var(--link-color, #5191FA);
    margin-right: 22px;
    position: relative;
}

.services-item.item-design .item .content-item .reviews .rate-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #232323;
    margin-right: 5px;
}

.services-item.item-design .item .content-item .reviews .summary {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
}

.services-item.item-design .item .content-item .price-wrapper {
    min-height: unset;
}

.services-item.item-design .item .content-item .price-wrapper {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
}

.services-item.item-design .item .content-item .price-wrapper .price {
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    color: #232323;
    margin-left: 8px;
    margin-right: 4px;
}

.services-item.item-design .item .content-item .price-wrapper .unit {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
    white-space: nowrap;
}

.service-add-wishlist {
    position: absolute;
    top: 22px;
    right: 10px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 21px;
    z-index: 1;
    cursor: pointer;
}

.swiper-button-prev {
    border: 3px solid #0A112C;
    padding: 15px;
    right: 50px !important;
    transition: 0.5s;
}

.swiper-button-next,
.swiper-button-prev {
    top: 7% !important;
    left: auto !important;
    right: 10px;
    /* margin-top: 20px !important; */
}

.swiper-button-next {
    border: 3px solid #0A112C;
    padding: 15px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    width: calc(var(--swiper-navigation-size)/ 44 * 27) !important;
    height: var(--swiper-navigation-size) !important;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)) !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: block;
    background: none;
    color: #232323;
    width: auto;
    height: auto;
    font-size: 14px;
    position: relative;
}

.to-travel,
.footer {
    background-color: #F7F8FA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 45px 0px 50px 0px;
}

.recommended-card {
    padding: 65px 0px 30px 0px;
}

.swiper-slide {
    width: 312px !important;
    margin-right: 15px !important;
}

#lottie-animation svg {
    width: 100% !important;
    /* height: 60% !important; */
    background-color: #f8f8f8;
    display: flex;
}

.home-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: bold;
    color: #000000;
}

.get-special,
.about-us {
    padding: 40px 0px 40px 0px;
}

.main-special-content {
    display: flex;
}

.get-special-img {
    width: 50%;
    /* background-image: url('../image/Rectangle-7-min.png');
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #0ac93b9c;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    border-radius: 15px 0px 0px 15px;
}

.get-special-content {
    width: 50%;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #DEDEDE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 120px 80px 120px;
    text-align: center;
    border-radius: 0px 15px 15px 0px;
}

.about-us-content {
    width: 50%;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #DEDEDE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    text-align: justify;
    border-radius: 0px 15px 15px 0px;
}

.about-heading {
    text-align: center;
    padding-bottom: 20px;
}

.get-special-content .special-heading,
.about-heading .special-heading {
    font-family: "DM Sans", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.get-special-content p {
    font-family: "DM Sans", Sans-serif;
    color: #5E6D77;
    font-size: 16px;
}

.stt-mailchimp-form {
    position: relative;
}

.stt-mailchimp-form input[type=email] {
    border: 1px solid #DEDEDE;
    border-radius: 80px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #83929D;
    padding: 17px 30px;
}

.stt-mailchimp-form input[type=submit] {
    background: var(--main-color, #3B71FE);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 9px;
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
}

.get-special-img svg {
    border-radius: 15px 0px 0px 15px;
    border: none;
    display: flex;
}

.footer {
    /* background: #0A112C 0% 0% no-repeat padding-box; */
    /* border: 1px solid #7070703f; */
    padding: 50px 0 0;
}

.footer-logo img {
    width: 100px;
    text-align: center;
    margin-left: 50px;
}

.footer-social ul {
    list-style: none;
    display: flex;
    column-gap: 15px;
    text-align: center;
}

.footer-social ul li i {
    margin-top: 15px;
    font-size: 30px;
    color: #000;
}

.footer-col h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 0 25px;
    text-transform: capitalize;
}

.footer-col ul {
    /* margin-left: -30px; */
    list-style: none;
    padding: 0px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    color: rgb(30 30 30);
    font-weight: 300;
    display: block;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-decoration: none;
}

.footer-col ul li a:hover {
    padding-left: 15px;
}

.copyright-text {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: rgb(30 30 30);
    font-weight: 300;
    margin: 50px 0 0;
    border-top: 1px solid rgb(177 174 174);
}

.footer-social .fa-whatsapp {
    color: #25D366;
}

.footer-social .fa-facebook-square {
    color: #1877F2;
}

.footer-social .fa-twitter-square {
    color: #1DA1F2;
}

.footer-social .fa-instagram {
    color: #E4405F;
}

#backtotop.visible {
    visibility: visible;
    opacity: .5;
}

#backtotop {
    color: #FFFFFF;
    background-color: #8EC837;
}

#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}

#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

#backtotop:hover {
    opacity: 1;
}

.card-button {
    background: #25D366;
/*    width: 100px;*/
    padding: 4px;
    float: right;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #25D366;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%);
    overflow: hidden;
}

.card-button .morebtn {
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
}

.card-button:hover {
    background-color: transparent;
    border-width: 1px 1px 1px 1px;
    border: 1px solid #25D366;
    transition: .5s;
    box-sizing: none;
    box-shadow: none;
    overflow: hidden;
}

.card-button .morebtn:hover {
    color: #25D366;
    /* padding: 5px; */
    transition: .5s;
}

.sec_biz {
    padding: 30px 30px 28px;
    margin: 0 0 20px;
    background-color: #fff;
    border: 1px solid #d1cfd3;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.gallery_bx_biz {
    margin-top: 40px;
}

ul.stl_glry {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: unset;
    max-width: 100%;
}

ul.stl_glry li {
    position: relative;
    margin: 0 0.2rem 0.2rem 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0px !important;
}

.sec_biz ul li {
    list-style: none;
    position: relative;
    padding-left: 17px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #656565;
}

li.biz_gal_first {
    flex: 1;
    max-width: 100%;
    height: 226px;
}

.glry_wrp_img a img,
.glry_wrp_img a {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.glry_wrp_img a img,
.glry_wrp_img a {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

li.biz_galr_rtimg {
    width: 212px;
    height: 111px;
    align-self: flex-start;
}

.secnd_galry li.biz_galr_rtimg:not(.oposite):nth-child(odd) {
    margin-left: 0px;
    align-self: flex-end;
}

li.biz_galr_rtimg:not(.oposite):nth-child(odd) {
    margin-left: -216px;
    align-self: flex-end;
}

.glightbox img {
    margin-bottom: 10px;
}

.swiper-wrapper .item .featured-image a {
    display: block;
    overflow: hidden;
}

.contact-details {
    padding-bottom: 40px;
}

.contact-details .contact-card {
    background: -webkit-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
    background: -o-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
    background: -moz-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
    background: linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
    color: #fff;
    font-family: "DM Sans", Sans-serif;
    transition: 0.3s;
}

.contact-details .contact-card:hover {
    background: -webkit-linear-gradient(70deg, #fff810 30%, rgba(0, 0, 0, 0) 30%), -webkit-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
    background: -o-linear-gradient(70deg, #fff810 30%, rgba(0, 0, 0, 0) 30%), -o-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
    background: -moz-linear-gradient(70deg, #fff810 30%, rgba(0, 0, 0, 0) 30%), -moz-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
    background: linear-gradient(70deg, #fff810 30%, rgba(0, 0, 0, 0) 30%), linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
    color: #000;
    font-family: "DM Sans", Sans-serif;
    transition: 0.3s;
}

.contact-form-section .card-button {
    background: #25D366;
    width: 150px;
    padding: 4px;
    justify-items: center;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #25D366;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%);
    overflow: hidden;
    margin-top: 10px;
}

.contact-form-section .card-button:hover {
    background-color: transparent;
    border-width: 1px 1px 1px 1px;
    border: 1px solid #25D366;
    transition: .5s;
    box-sizing: none;
    box-shadow: none;
    overflow: hidden;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.about-us-content2 {
    width: 100%;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #DEDEDE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    text-align: justify;
    border-radius: 15px 0px 0px 15px;
}
.get-special-img2 {
    width: 50%;
    background-color: #0ac93b9c;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1px 1px 1px 0px;
    border-radius: 0px 15px 15px 0px;
}
@media screen and (max-width: 768px)
{
    .about-us-content2 {
        width: 100%;
    border-width: 1px 1px 0px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 40px 15px 40px 15px;
    }
    .get-special-img2 {
        width: 100%;
    border-radius: 0px 0px 15px 15px;
}
}
.get-special-img img{
    height: 100% !important;
        border-radius: 15px 0px 0px 15px;
}
.get-special-img2 img{
    height: 100% !important;
    border-radius: 0px 15px 15px 0px;
}
.team-card{
    width: 100%;
    border-style: solid;
    /*border-width: 1px;*/
    border-color: #DEDEDE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*padding: 30px 30px 30px 30px;*/
    text-align: justify;
    border-radius: 10px;

}
.border {
    border: 1px solid #dee2e6!important;
    border-radius: 15px;
}
.team-card .team-image img{
    border-radius: 20px;
}
.team-card .team-heading h3, .team-card .team-designation p{
    text-align: center;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('') 50% 50% no-repeat rgb(249,249,249);
    opacity: 1;
}