body {
    font-family: "Poppins", sans-serif !important;
}

main {
    max-width: 3840px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

.whatsapp-bot-icon {
    position: fixed;
    bottom: 10px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2147483645;
}

.whatsapp-bot-icon a {
    display: block;
    width: 80px;
    height: 80px;
}

.whatsapp-bot-icon img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.whatsapp-bot-icon img:hover {
    transform: scale(1.1);
}

@media(max-width: 853px) {
    .whatsapp-bot-icon {
        bottom: 45px;
    }
}

.shine-effect {
    position: relative;
    display: inline-block;
    padding: 1px;
    overflow: hidden;
    text-decoration: none;
}

.shine-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-20deg);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

a.inline-outline-button {
    display: inline;
    font-weight: normal;
    border: solid 1px #fff;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    margin-top: 10px;
    margin-inline: 2px;
}

.slick-next:before,
.slick-prev:before {
    color: #6e6e6e !important;
    font-size: 26px;
}

.nav-link {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 14px;
}

.p-5-mobile {
    padding: 1rem;
}

.nav-link-black {
    border-radius: 5px;
    padding-inline: 12px;
}

.nav-theme-dark .nav-link-black {
    color: white;
    background-color: #e80017;
    border-radius: 5px;
}

.nav-theme-light .nav-link-black {
    color: white !important;
    background-color: #e80017;
    font-weight: 500;
}

.nav-theme-dark .nav-link {
    color: white;
    font-weight: 500;
}

.nav-theme-light .nav-link {
    color: black;
    font-weight: 500;
}

li.nav-item {
    margin: 0 5px;
}

.fixed-top {
    position: fixed !important;
    /*top: 0!important;*/
    top: 3rem !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
}

@media (max-width: 526px) {
    #main-nav-core {
        padding-top: 2.5rem !important;
    }
}

#main-nav-core {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: all .2s ease-in-out;
}

div#full-screen-video {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    overflow: hidden;
    background: #e80017;
}

.hero-actions {
    color: white;
}

div#main-nav {
    position: absolute;
    right: 0;
    left: 0;
}

.upper-shade {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 87%) 0%, transparent 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 10rem;
}

.bottom-shade {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 87%) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 4rem;
    padding-bottom: 5rem;
}

#header-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}

.footer-bottom {
    margin-top: 2rem;
}

details {
    min-height: 7rem;
    padding-bottom: 3rem;
}

.footer-copyrights {
    background-color: #e80017;
    padding: 1rem;
    text-align: center;
}

.footer-copyrights a,
.footer-copyrights p {
    font-weight: 200;
    font-size: 14px;
    color: white;
}

img.img {
    width: 100%;
}

section.home-section {
    background-color: #fff;
    padding-top: 3rem;
}

.samana-container {
    /* padding-left: 6rem; */
    /* padding-right: 6rem; */
    margin: 0 auto;
    width: 90%;
    max-width: 1628px;
}

.nav-shadow {
    box-shadow: 0px 1px 6px #ccc;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.navbar-brand img {
    transition: all .3s ease-in-out;
}

.nav-shadow img {
    width: 100px;
}

.faq-container {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.faq-container h3 {
    font-weight: 500;
}

.projects-list {
    text-align: center;
    max-width: 1180px;
    margin: 0 auto;
}

.faq-answer {
    background-color: white;
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
}

.sm-paragraph-sep {
    height: 1px;
    background-color: #000;
    max-width: 6rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

label.filter-label {
    font-size: 13px;
    color: gray;
}

.samana-form-in {
    width: 100%;
    /* text-align: center; */
    border: solid 1px #ccc;
    padding: 8px;
    font-size: 14px;
}

.filter-button:hover {
    background-color: black;
}

.search-form {
    text-align: center;
    /* padding-inline: 10rem; */
    max-width: 52rem;
    margin: 0 auto;
}

button.sm-button {
    background-color: #e80017;
    ;
    border: none;
    width: 100%;
    padding: 8px;
    color: white;
    font-size: 14px;
}

.home-gray {
    background-color: #f5f5f5 !important;
    padding-bottom: 3rem;
}

.side-flag {
    background-color: #e80017;
    color: white;
    text-align: right;
    line-height: 5rem;
    font-weight: 200;
    padding-right: 1rem;
    font-size: 37px;
}

.home-section p {
    font-size: 14px;
    font-weight: 300;
}

img.sm-icon-side {
    width: 25px;
}

.sd-lnk {
    font-size: 7px;
    display: block;
}

.sd-lnk img {
    width: 100%;
    height: 25px;
    object-fit: contain;
}

.nav-sep {
    height: 1px;
    background: black;
    width: 21px;
    margin: 5px auto;
}

div#social-side-fixed-nav {
    position: fixed;
    z-index: 1000;
    background: white;
    right: 0;
    top: 50%;
    text-align: center;
    width: 46px;
    border-radius: 5px 0px 0px 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: -108px;
    box-shadow: 0 0 4px #ccc;
}

.project-footer {
    text-align: start;
    padding: 0.5rem;
    padding-top: 1rem;
    background-color: #f5f5f5 !important;
}

img.project-img {
    width: 100%;
    height: 13rem;
    object-fit: cover;
}

.project-footer h4 {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-footer p {
    font-size: 14px;
}

.news-letter-container {
    background-color: #e80017;
    color: white;
    text-align: center;
    padding: 1rem;
}

.news-letter-container h4 {
    font-size: 16px;
    margin: 4px;
}

.uv-form {
    background: #fff;
    width: 100%;
    max-width: 395px;
    padding: 0px;
}

.uv-form input {
    border: none;
    background: white;
    /* float: left; */
    width: 100%;
    max-width: 285px;
    padding: 4px;
    padding-inline: 1rem;
    font-size: 11px;
    text-align: center;
}

.uv-form input::placeholder {
    color: gray;
    letter-spacing: 3px;
    text-align: center;
}

.uv-form button {
    border: none;
    background: #CFBA82;
    color: white;
    float: right;
    font-size: 16px;
    padding-inline: 10px;
}

section.awards-section {
    text-align: center;
    padding: 1rem 1rem;
}

.award-item {
    padding: 5px;
    text-align: center;
    text-align: center;
}

#awards-slider .award-item {
    width: 211px;
    ;
}

.award-item img {
    width: 68px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 8px;
}

div#default-pages-nav-container {
    height: 6rem;
}

section.upper-page-header.home-gray {
    padding-bottom: 2rem !important;
    /*padding-top: 2rem !important;*/
    padding-top: 7rem !important;
}

@media(max-width: 526px) {
    section.upper-page-header.home-gray {
        padding-top: 6rem !important;
    }
}

.upper-page-header h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 3px;
    color: #e80017;
}

.upper-page-header p {
    FONT-WEIGHT: 400;
    font-size: 15.3px;
}

.award-item p {
    margin: 1rem auto;
}

.footer-bottom {
    margin-top: 2rem;
}

h4.footer-header {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2rem;
}

.footer-ul {
    list-style-type: none;
    margin: 0;
    display: contents;
}

.footer-ul li a {
    font-weight: 200;
    font-size: 14px;
}

img.sm-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

img.sm-icon-soc {
    width: 20px;
}

img.sm-icon-soc:hover {
    opacity: 0.8;
}

.social-links {
    margin-top: 1rem;
}

.about-article {
    background-color: #e80017;
    color: #fff;
}

.ceo-words-container {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 5rem;
    padding-inline: 61px;
}

.ceo-words-container p {
    line-height: 26px;
}

/* Style the list */

ul.breadcrumb {
    margin-top: 20px;
    padding: 10px 0px;
    list-style: none;
}

/* Display list items side by side */

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    font-size: 12px;
    content: "\003E";
}

/* Add a color to all links inside the list */

ul.breadcrumb li a {
    color: #a5a5a5;
    text-decoration: none;
}

/* Add a color on mouse-over */

ul.breadcrumb li a:hover {
    color: #101010;
}

summary {
    font-size: 14px;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 1rem;
}

details h5 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2rem;
}

.about-text h4 {
    font-weight: 500;
}

.about-text p {
    line-height: 26px;
    font-weight: 400;
}

/*Responsive*/

@media (max-width: 1080px) {
    .home-section p {
        font-size: 13px;
        line-height: 20px;
    }
}

#main-slider-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    min-height: 8vh;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}

#main-slider-container.slick-initialized {
    opacity: 1;
    visibility: visible;
}

#main-slider-container .slick-slide {
    position: relative;
    height: 100vh;
}

#main-slider-container .slick-slide::before {
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

#main-slider-container .slick-slide video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    z-index: 0;
    position: absolute;
    top: 0;
}

#main-slider-container .slick-slide iframe {
    position: relative;
    pointer-events: none;
}

#main-slider-container .slick-slide figure {
    position: relative;
    height: 100%;
}

#main-slider-container .slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
}

#main-slider-container .slick-slide .slide-image.show {
    opacity: 1;
}

#main-slider-container .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

#main-slider-container .slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}

#main-slider-container .slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

#main-slider-container .slick-slide.slick-active {
    z-index: 1;
}

#main-slider-container .slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

#main-slider-container .slick-slide.slick-active .caption {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

#main-slider-container .slick-dots {
    text-align: center;
    padding-top: 15px;
}

#main-slider-container .slick-dots {
    z-index: 5;
    top: 90vh;
    right: 3rem;
    display: block;
    width: auto;
    padding: 0;
    margin: auto;
    list-style: none;
    text-align: start;
}

#main-slider-container .slick-dots li button:before {
    content: '';
}

#main-slider-container .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    width: 37px;
}

#main-slider-container .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 4px;
    border: none;
    cursor: pointer;
    border-radius: 1px;
    /* border: 2px solid #fff; */
    /* box-shadow: 0 0 0 0 transparent; */
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0.4;
}

#main-slider-container .slick-dots li button:focus {
    outline: none;
}

#main-slider-container .slick-dots li button:hover {
    opacity: 1;
}

#main-slider-container .slick-dots li.slick-active button {
    opacity: 1;
}

.vid-slide-container {
    position: relative;
    height: 100vh;
    max-height: 1080px;
}

.right-floater {
    float: right;
    font-size: 13px;
    padding-inline: 10px;
    color: #8c8c8c !important;
}

.right-floater img {
    height: 20px;
}

.prop-card-sep {
    height: 2px;
    background: #ebebeb;
    margin: 1rem auto;
}

.contact-buttons-container {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
}

button.contact-button.cbuttin-light {
    background: black;
    color: white;
}

.nav-2-col-a {
    color: white;
    font-weight: 200 !important;
    font-size: 14px;
}

.nav-2-col-a:hover {
    color: #b7b7b7;
}

.project-container {
    max-width: 1000px;
    margin: 0 auto;
}

button.contact-button {
    /* width: 100%; */
    /* display: block; */
    margin: 5px;
    padding: 3px;
    font-size: 12px;
    background-color: white;
    border: solid 1px black;
    /* max-width: 96px; */
    flex-grow: 3;
    width: 0;
}

button.contact-button img {
    width: 17px
}

select.sort-selection-dropdown {
    padding: 5px;
    border: none;
    font-weight: 700;
}

.brx-60 {
    text-align: center;
}

.dropdown-container {
    border: solid 1px #ccc;
    padding: 3px;
    margin: 0;
    width: 273px;
    float: right;
}

li.nav-item.nav-active-underlined a {
    border-bottom: solid 3px #cfba82;
}

.career-card img {
    background: white;
    width: 100%;
    max-width: 112px;
    padding: 10px;
    border-radius: 5px;
}

.career-card a {
    display: block;
    text-align: center;
    line-height: 32px;
    float: right;
    background: #e80017;
    color: white;
    font-size: 13px;
    /* padding: 5px; */
    width: 74px;
    border-radius: 5px;
    height: 32px;
}

.career-card a:hover {
    background: gray;
}

.footer-link-active {
    font-weight: 600 !important;
}

.career-card {
    background-color: #f7f7f7;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 5px;
}

.career-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.career-card p {
    font-size: 14px;
    font-weight: 300;
}

.uuiu88-987 {
    FONT-WEIGHT: 500;
    FONT-SIZE: 25px;
    margin-bottom: 2rem;
}

.informative-side {
    text-align: start;
    margin: 0 auto;
    padding-bottom: 1rem;
    /* background: red; */
    margin-top: 6rem;
}

.informative-side p {
    font-size: 13px;
}

.informative-side h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 33px;
}

.login-form {
    padding: 1rem;
    background-color: #f5f5f5;
}

.login-form h5 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: 600;
}

.login-form-core {
    text-align: start;
    max-width: 315px;
    margin: 0 auto;
    background: transparent;
}

.alert.alert-info {
    margin: 1rem;
    background: white;
    color: black;
    border: none;
}

.login-form-core input,
.login-form-core select {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 5px;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding-inline: 14px;
    margin-top: 5px;
}

span.ticket-status {
    font-size: 12px;
    background: #4CAF50;
    color: white;
    width: 59px;
    display: block;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
}

span.ticket-status.t-status-replied {
    background-color: #F44336;
}

span.ticket-status.t-status-closed {
    background: gray;
}

.login-form-core label,
.login-form-core a {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
}

.login-form-core a {
    text-decoration: underline;
    color: #176dbd;
}

.alert.alert-danger {
    border: none;
    color: black;
    font-size: 12px;
}

.send-btn,
.signin-button {
    margin-top: 10px;
    width: 100%;
    padding: 5px;
    background-color: #e80017;
    color: white;
    border-radius: 10px;
    border: none;
    transition: all .2s ease-in-out;
}

.send-btn:hover,
.signin-button:hover {
    box-shadow: 0 0 7px 4px #b9b9b9;
}

.google-login-button {
    border: solid 1px #dcdcdc;
    background-color: white;
    padding: 7px;
    max-width: 226px;
    border-radius: 11px;
}

.google-login-button img {
    width: 24px;
}

.contact-form textarea {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    padding-inline: 14px;
    margin-top: 5px;
}

.contact-form input,
.contact-form textarea {
    border: none;
}

button.send-btn {
    width: 100px;
    padding: 8px;
}

.contact-info {
    text-align: start;
}

.contact-info h4 {
    font-size: 18px;
    font-weight: 500;
}

.contact-info h5 {
    font-size: 16px;
    font-weight: 500;
}

.contact-info P {
    font-size: 14px;
    font-weight: 300;
}

.project-banner-header {
    padding-bottom: 17rem;
    color: white;
    padding-top: 18rem;
}

.video-icon {
    position: absolute;
    width: 70px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
}

.project-banner-footer {
    color: white;
    padding-bottom: 5rem;
}

.project-banner-footer a {
    color: white;
}

.project-hero h1 {
    font-weight: 500;
    font-size: 28px;
}

.project-hero h2 {
    letter-spacing: 7px;
    font-size: 24px;
    margin-top: 6px;
    margin-inline: 5px;
    font-weight: 100;
}

.project-hero {
    position: relative;
}

.project-hero img {
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    filter: brightness(0.5);
    height: 100%;
    object-fit: cover;
}

.aminities-section {
    background: url('https://www.samanadevelopers.com/assets/img/Mask_Group_20@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.green-mask {
    background: #e80017c4;
    ;
    color: white;
}

.mask-container {
    max-width: 500px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    /* margin-right: 2rem; */
    padding: 1rem;
    text-align: start;
    float: right;
}

.unit-layout-contaier img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.unit-layout-contaier p {
    font-size: 12px;
    margin-top: 1rem;
}

.unit-layout-contaier {
    display: inline-table;
    width: 114px;
    text-align: center;
}



.payment-plan h4 {
    font-size: 36px;
    letter-spacing: 5px;
    margin-bottom: 1rem;
}

.payment-plan h5 {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.gallery-row {
    columns: 3;
    column-gap: 1rem;
}

.gallery-item {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.gallery-item img {
    width: 100%;
}

.inns786 {
    width: 70%;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    line-height: 0.1em;
    margin: 0 auto;
    font-weight: 400 !important;
    font-size: 16px;
}

.inns786 span {
    background: #f5f5f5;
    padding: 0 10px;
}

.contact-container {
    text-align: center;
    padding-top: 3rem;
    max-width: 919px;
    margin: 0 auto;
}

.contact-container h1 {
    font-size: 23px;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
}

.contact-container h4 {
    font-weight: 400;
    font-size: 23px;
    color: #aaaaaa;
}

button.broker-type-btn {
    width: 100%;
    border: none;
    background-color: white;
    margin-bottom: 1rem;
    padding: 6px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

button.broker-type-btn:hover {
    background-color: black;
    color: white;
}

button.btn.btn-form-submit {
    background-color: black;
    color: white;
    margin-top: 3rem;
}

h5#exampleModalLabel {
    font-weight: 500;
    margin-bottom: 1rem;
}

ul.dropdown-menu {
    background-color: #e80017;
}

.dropdown-item {
    color: white;
}

.tickers-nav {
    text-align: start;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding-bottom: 1rem;
}

.tickers-nav h4 {
    background: #e80017;
    padding: 0.8rem;
    font-size: 16px;
    color: white;
    margin-bottom: 1rem;
    border-radius: 6px;
}

.btn-8897 {
    font-size: 14px;
    color: #474747;
    margin-bottom: 6px;
    margin-inline: 10px;
    font-weight: 300;
}

.btn-8897:hover {
    color: black;
}

.sel-87265 {
    margin: 1rem;
    padding: 1rem;
    transition: all .2s ease-in-out;
    border-radius: 5px;
}

.sel-87265:hover {
    cursor: pointer;
    background-color: white;
}

.article-body img {
    width: 100%;
    margin-bottom: 1rem;
}

.article-body {
    text-align: start;
}

.article-body p {
    font-size: 14px;
    margin-bottom: 1rem;
}

.article-body .title {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 32px;
}

.latest-blogs {
    margin: 1rem;
    padding: 2rem;
    border-left: solid 2px #ccc;
}

@media (min-width: 1239px) {
    .projects-menu,
    .projects-menu.dropdown-menu[data-bs-popper] {
        /*width: 30rem;*/
        width: 35rem;
        left: -24rem !important;
    }
}

@media (min-width: 979px) {
    ul.dropdown-menu.languages-dd {
        left: -115px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* remove the gap so it doesn't close */
    }
    .projects-menu {
        padding-top: 1.7rem;
    }
}

.projects-menu {
    padding: 1rem;
    background: #e80017;
}

.career-card .pass-d {
    text-align: start;
}

.career-card .pass-man {
    text-align: end;
}

.project-paragraph {
    text-align: end;
}

.border-right-pc-only {
    border-right: solid 1px #e2e2e2;
}

.start-pc-only {
    text-align: start;
}

a.trending-search-a {
    font-weight: 300;
    color: gray;
}

a.trending-search-a:hover {
    color: #000;
}

/* smaller, dark, rounded square */

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d7d7d7;
}

.flickity-prev-next-button:hover {
    background: #000000;
}

/* arrow color */

.flickity-prev-next-button .arrow {
    fill: white;
}

.flickity-prev-next-button.no-svg {
    color: white;
}

/* position outside */

.flickity-prev-next-button.previous {
    left: -40px;
}

.flickity-prev-next-button.next {
    right: -40px;
}

.p-end-5-web {
    margin-right: 6rem;
}

.nav-theme-light {
    background-color: white;
}



button.navbar-toggler {
    border: none;
    font-size: 32px;
    /* color: gray; */
}

.login-form-core button:disabled {
    background-color: gray;
}

#updates-slider,
#awards-slider,
#press-slider {
    max-width: 900px;
}

@media (max-width: 1192px) {
    input[type="date"],
    input[type="time"] {
        width: 100% !important;
        border: solid 1px #ccc !important;
        background-color: white !important;
    }
    /*laptops */
    a.nav-link {
        font-size: 12px;
        text-wrap: nowrap;
    }
    .border-right-pc-only {
        border: none;
    }
}

@media (max-width: 950px) {
    /*only in asus zenbook*/
    #updates-slider,
    #awards-slider,
    #press-slider {
        max-width: 800px;
    }
    nav#main-nav-core {
        padding-inline: 1rem;
    }
    .dropdown-container {
        width: 100%;
        float: none;
        text-align: center;
    }
    .p-5-mobile-centered {
        padding: 3rem !important;
        text-align: center;
    }
    div#navbarSupportedContent {
        padding: 1rem;
        z-index: 9999;
        border-radius: 1rem;
        text-align: center;
        box-shadow: 0 0 5px #212121;
        /*max-width: 25rem;*/
        margin-top: 2rem;
    }
    ul.navbar-nav {
        max-width: 25rem;
        margin: 0 auto;
    }
    .nav-theme-dark div#navbarSupportedContent {
        background: black;
    }
    .nav-theme-light div#navbarSupportedContent {
        background: #ffffffeb;
        border: solid 1px #ccc;
    }
    .project-banner-footer {
        padding: 1rem;
        /*backdrop-filter: brightness(0.5);*/
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .project-banner-header {
        padding: 1rem;
        /*backdrop-filter: brightness(0.5);*/
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 853px) {
    /*only in mobile*/
    .iti.iti--container.iti--fullscreen-popup {
        z-index: 99999;
    }
    a.nav-2-col-a {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    div#social-side-fixed-nav {
        top: auto;
        bottom: 0;
        right: 20px;
        width: auto;
        left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px 5px 0px 0px;
    }
    div#kenytChatBubble {
        margin-bottom: 66px !important;
    }
    .nav-sep {
        display: none;
    }
    .footer-copyrights {
        padding-bottom: 5rem;
    }
    a.sd-lnk {
        display: inline-table;
        max-width: 72px;
    }
    .hide-on-mobile {
        display: none;
    }
    a.nav-link {
        display: inline-block;
    }
    details {
        min-height: auto;
        padding-bottom: 0rem;
    }
    .project-banner-header {
        /*margin-top: 7rem;*/
        margin-top: 10rem;
    }
    .tickers-nav {
        /* border-bottom: solid 1px #ccc; */
        border-radius: 0px;
        margin-bottom: 2rem;
    }
    .award-item img {
        width: 100%;
    }
    .award-item {
        width: 100% !important;
        text-align: center;
        padding-inline: 2rem;
    }
    /*
display: block;
    width: 100%;
    text-align: center;
    padding-inline: 2rem;
    margin: 0 auto;
*/
    button#v7782753 {
        margin-bottom: 5px;
    }
    .uv-form {
        margin: 0 auto;
        /*margin-top: 2rem;*/
    }
    .btn-8897 {
        text-align: center;
        /*background-color: white;*/
        padding: 1rem;
        border: solid 1px #e7e7e7;
        margin-bottom: 5px !important;
        border-radius: 5px;
    }
    .p-end-5-web {
        margin-right: 0px;
    }
    .samana-form-in {
        margin-bottom: 5px;
        /* padding-inline: 8px; */
        text-align: center;
    }
    .hero-actions {
        text-align: center;
    }
    #main-slider-container ul.slick-dots {
        text-align: center;
        margin: 0 auto;
        right: 0;
        left: 0;
    }
    .upper-page-header h4 {
        font-size: 14px;
    }
    .upper-page-header p {
        font-size: 13px;
    }
    .start-pc-only {
        text-align: center;
    }
    .contact-buttons-container {
        gap: 2px;
    }
    button.contact-button {
        width: 0;
        margin: 0px;
        margin-bottom: 5px;
        padding: 6px;
    }
    .text-center-on-mobile {
        text-align: center !important;
    }
    ul.dropdown-menu.show {
        text-align: center;
    }
    li.nav-item {
        margin-bottom: 0.5rem;
    }
    .career-card img {
        margin-bottom: 1rem;
    }
    .career-card a {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 1rem;
    }
    .sm-mobile {
        font-size: 12px;
    }
    .send-btn {
        max-width: 162px !important;
        float: none;
        font-size: 12px;
    }
    .informative-side {
        margin: 1rem;
        text-align: start;
    }
    .login-form {
        margin-bottom: 2rem;
    }
    .latest-blogs {
        margin: 0;
        padding: 1rem;
        border: none;
    }
    h3.inns786 {
        text-align: center !important;
    }
    .p1-mobile {
        padding: 1rem;
    }
    .mask-container {
        float: none;
    }
    .project-paragraph {
        text-align: start;
    }
    section.about-text {
        padding: 1rem;
    }
    .unit-layout-contaier {
        width: 243px;
        text-align: center;
    }
    .unit-layout-contaier img {
        height: auto;
        object-fit: contain;
        text-align: center;
        margin: 0 auto;
        margin-top: 3rem;
    }
    section.about-article {
        padding: 1rem;
        text-align: start;
    }
    ul.breadcrumb {
        padding-inline: 1rem;
        text-align: start;
        display: block;
    }
    section.upper-page-header {
        text-align: start;
        padding: 1rem;
    }
    .side-flag {
        text-align: start;
        font-size: 32px;
        padding-inline: 1.4rem;
    }
    .hero-actions {
        padding: 10px;
    }
    #main-slider-container .slick-slide {
        height: 100vh;
    }
    .bottom-shade {
        padding-bottom: 8rem;
    }
    .nav-link {
        font-size: 18px;
    }
    .nav-theme-dark .nav-link-black {
        background-color: gray;
    }
    .footer-bottom {
        padding: 1rem;
    }
    .samana-container {
        width: 100%;
    }
    .t76652643 {
        margin-top: 11px;
        padding-inline: 1.4rem;
    }
    .flickity-prev-next-button.previous {
        left: -9px !important;
    }
    .flickity-prev-next-button.next {
        right: -9px !important;
    }
    .footer-bottom {
        padding: 1rem;
        text-align: start;
    }
    .margin-top-bottom-on-mobile {
        margin-bottom: 3rem;
    }
    .project-hero img {
        bottom: 0;
        object-fit: cover;
        top: 0;
        height: 100%;
    }
    .gallery-row {
        columns: 1;
        column-gap: 1rem;
    }
    button.subscribe-button {
        width: 100%;
        margin-top: 1rem;
        /* float: none; */
    }
    .awards-section p {
        color: black;
    }
    .contact-container h1 {
        font-size: 14px;
        line-height: 1.5rem;
        /*background: white;*/
        padding: 1rem;
        border-radius: 10px;
        color: #e80017;
        font-weight: 300;
    }
    section.home-section {
        padding-top: 0px;
    }
    .pt1-mobile {
        padding-top: 1rem;
    }
    section.home-section.p-5 {
        padding-top: 10px !important;
        padding-bottom: 19px !important;
        padding-inline: 1rem !important;
    }
    .slick-next:before,
    .slick-prev:before {
        font-size: 31px;
    }
    .slick-prev {
        left: -12px;
    }
    .slick-next {
        right: -1px;
    }
}


p.media-desc {
    background: whitesmoke;
    padding: 8px;
    margin-bottom: 8px;
}

.pio-987 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: inline-table;
    margin-top: 5px;
}

.v-wrapper {
    position: relative;
    display: inline-block;
}

.blurEffect {
    filter: brightness(0.5);
}

.v-content {
    position: absolute;
    display: inline-block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #FFF;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.play {
    font-size: 50px;
    cursor: pointer;
    border: 1px solid #FFF;
    display: inline-block;
    text-align: center;
    padding: 5px 25px;
}

.play:hover {
    color: red;
}

p {
    font-weight: 200;
    font-size: 14px;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0;
}

.spaced {
    letter-spacing: 5px;
}

h2 {
    font-weight: 400;
}

a {
    color: #e80017;
    font-weight: 500;
    text-decoration: none;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: white;
    background-color: #e80017;
    border-color: #e80017;
}

.page-link {
    color: #e80017;
}

button {
    transition: all .2s ease-in-out;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    display: block;
}

.page-link {
    margin-inline: 9px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    background: #999;
    border: none;
    color: white;
    margin-top: 2.5px;
}

li.page-item.active .page-link {
    margin-top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: none;
    font-size: 28px;
    color: gray;
    background: transparent !important;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: #e80017;
}

.nav-item.dropdown .dropdown-item:hover {
    background-color: #e80017 !important;
    color: #d9d9d9;
}

.nav-item.dropdown .dropdown-item:active {
    background-color: #424242 !important;
}

*:focus {
    outline: none;
}

option:hover {
    background-color: black;
}

a.nav-link {
    text-align: center;
}

.iti {
    width: 100%;
    display: block;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(147, 147, 147, 0.6);
    outline: 0 none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #1c3c6d;
}