#main-nav-core,
button {
    transition: .2s ease-in-out
}

.brx-60,
.faq-container,
.footer-copyrights,
.page-link,
.projects-list,
.search-form,
.updates-slide,
a.nav-link {
    text-align: center
}

a,
ul.breadcrumb li a {
    text-decoration: none
}

.about-text p,
.ceo-words-container p {
    line-height: 26px
}

p {
    font-weight: 200;
    font-size: 14px;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0
}

.spaced {
    letter-spacing: 5px
}

.about-text p,
h2 {
    font-weight: 400
}

a {
    color: #e80017;
    font-weight: 500
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #e80017;
    border-color: #e80017
}

.pagination {
    display: flex;
    justify-content: center
}

.gallery-item,
.iti,
.pagination li {
    display: block
}

.page-link {
    margin-inline: 9px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    font-size: 12px;
    background: #999;
    border: none;
    color: #fff;
    margin-top: 2.5px
}

.gallery-item img,
.iti,
img.img,
main {
    width: 100%
}

li.page-item.active .page-link {
    margin-top: 0;
    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: 0 0 !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
}

#main-slider-container .slick-dots li button:focus,
:focus {
    outline: 0
}

.filter-button:hover,
option:hover {
    background-color: #000
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: rgba(0, 0, 0, .8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(147, 147, 147, .6);
    outline: 0
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #1c3c6d
}

.grecaptcha-badge {
    visibility: hidden !important
}

#cookiescript_badgeimage {
    display: none
}

body {
    font-family: Poppins, sans-serif !important
}

main {
    max-width: 3840px;
    margin: 0 auto;
    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 .3s
}

.whatsapp-bot-icon img:hover {
    transform: scale(1.1)
}

@media(max-width:853px) {
    .whatsapp-bot-icon {
        bottom: 45px
    }
}

a.inline-outline-button {
    display: inline;
    font-weight: 400;
    border: 1px solid #fff;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    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: #fff;
    background-color: #e80017;
    border-radius: 5px
}

.nav-theme-light .nav-link-black {
    color: #fff !important;
    background-color: #e80017;
    font-weight: 500
}

.nav-theme-dark .nav-link {
    color: #fff;
    font-weight: 500
}

.nav-theme-light .nav-link {
    color: #000;
    font-weight: 500
}

li.nav-item {
    margin: 0 5px
}

.fixed-top {
    position: fixed !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
}

div#full-screen-video {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    overflow: hidden
}

.dropdown-item,
.flickity-prev-next-button.no-svg,
.hero-actions,
.project-banner-footer a {
    color: #fff
}

div#main-nav {
    position: absolute;
    right: 0;
    left: 0
}

.upper-shade {
    background: #000;
    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: #000;
    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
}

details {
    min-height: 7rem;
    padding-bottom: 3rem
}

.footer-copyrights {
    background-color: #e80017;
    padding: 1rem
}

.footer-copyrights a,
.footer-copyrights p {
    font-weight: 200;
    font-size: 14px;
    color: #fff
}

section.home-section {
    background-color: #fff;
    padding-top: 3rem
}

.samana-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1628px
}

.samana-container-insta {
    margin: 0 auto;
    width: 60%;
    max-width: 1628px
}

.nav-shadow {
    box-shadow: 0 1px 6px #ccc;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.navbar-brand img {
    transition: .3s ease-in-out
}

.nav-shadow img {
    width: 100px
}

.faq-container {
    max-width: 800px;
    margin: 0 auto
}

.about-text h4,
.faq-container h3 {
    font-weight: 500
}

.projects-list {
    max-width: 1180px;
    margin: 0 auto
}

.faq-answer {
    background-color: #fff;
    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%;
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 14px
}

.search-form {
    max-width: 52rem;
    margin: 0 auto
}

button.sm-button {
    background-color: #e80017;
    border: none;
    width: 100%;
    padding: 8px;
    color: #fff;
    font-size: 14px
}

.home-gray {
    background-color: #f5f5f5 !important;
    padding-bottom: 3rem
}

.side-flag {
    background-color: #e80017;
    color: #fff;
    text-align: right;
    line-height: 5rem;
    font-weight: 200;
    padding-right: 1rem;
    font-size: 37px
}

.career-card p,
.contact-info P,
.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: #000;
    width: 21px;
    margin: 5px auto
}

.footer-bottom,
button.btn.btn-form-submit {
    margin-top: 3rem
}

div#social-side-fixed-nav {
    position: fixed;
    z-index: 1000;
    background: #fff;
    right: 0;
    top: 50%;
    text-align: center;
    width: 46px;
    border-radius: 5px 0 0 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: -108px;
    box-shadow: 0 0 4px #ccc
}

.project-footer {
    text-align: start;
    padding: 1rem .5rem .5rem;
    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: #fff;
    text-align: center;
    padding: 1rem
}

.uv-form,
.uv-form input {
    background: #fff;
    width: 100%
}

.news-letter-container h4 {
    font-size: 16px;
    margin: 4px
}

.uv-form {
    max-width: 395px;
    padding: 0
}

.uv-form input {
    border: none;
    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: #000;
    color: #fff;
    float: right;
    font-size: 16px;
    padding-inline: 10px
}

section.awards-section {
    text-align: center;
    padding: 1rem
}

.award-item {
    padding: 5px;
    text-align: center
}

#awards-slider .award-item {
    width: 211px
}

.award-item img {
    width: 68px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 8px
}

div#default-pages-nav-container {
    height: 6rem
}

section.upper-page-header.home-gray {
    padding-bottom: 2rem !important;
    padding-top: 6rem !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
}

details h5,
h4.footer-header {
    font-weight: 500;
    margin-bottom: 2rem
}

.footer-bottom {
    margin-bottom: 3rem
}

h4.footer-header {
    font-size: 18px
}

.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: .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
}

ul.breadcrumb {
    margin-top: 20px;
    padding: 10px 0;
    list-style: none
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    font-size: 12px;
    content: "\003E"
}

ul.breadcrumb li a {
    color: #a5a5a5
}

ul.breadcrumb li a:hover {
    color: #101010
}

summary {
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1rem
}

details h5 {
    font-size: 16px
}

@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: 1.2s
}

#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: .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: .8s
}

#main-slider-container .slick-dots li button:hover,
#main-slider-container .slick-dots li.slick-active button,
#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: .4s cubic-bezier(.4, .29, .01, 1) slideOut;
    animation: .4s cubic-bezier(.4, .29, .01, 1) slideOut
}

#main-slider-container .slick-slide.slick-active {
    z-index: 1
}

#main-slider-container .slick-slide.slick-active .slide-media {
    -webkit-animation: 2.4s cubic-bezier(.4, .29, .01, 1) slideIn;
    animation: 2.4s cubic-bezier(.4, .29, .01, 1) slideIn
}

#main-slider-container .slick-slide.slick-active .caption {
    opacity: 1;
    transform: translateY(0);
    transition: .7s cubic-bezier(.32, .34, 0, 1.62) .6s
}

#main-slider-container .slick-dots {
    text-align: center;
    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;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    transition: .3s;
    opacity: .4
}

.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
}

.article-body,
.career-card .pass-d,
.contact-info,
.login-form-core,
.mask-container,
.start-pc-only {
    text-align: start
}

button.contact-button.cbuttin-light {
    background: #000;
    color: #fff
}

.nav-2-col-a {
    color: #fff;
    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 {
    margin: 5px;
    padding: 3px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #000;
    flex-grow: 3;
    width: 0
}

button.contact-button img {
    width: 17px
}

select.sort-selection-dropdown {
    padding: 5px;
    border: none;
    font-weight: 700
}

.dropdown-container {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0;
    width: 273px;
    float: right
}

li.nav-item.nav-active-underlined a {
    border-bottom: 3px solid #000
}

.career-card img {
    background: #fff;
    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: #fff;
    font-size: 13px;
    width: 74px;
    border-radius: 5px;
    height: 32px
}

.career-card a:hover,
span.ticket-status.t-status-closed {
    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
}

.uuiu88-987 {
    FONT-WEIGHT: 500;
    FONT-SIZE: 25px;
    margin-bottom: 2rem
}

.informative-side {
    text-align: start;
    margin: 6rem auto 0;
    padding-bottom: 1rem
}

.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 {
    max-width: 315px;
    margin: 0 auto;
    background: 0 0
}

.alert.alert-info {
    margin: 1rem;
    background: #fff;
    color: #000;
    border: none
}

.login-form-core input,
.login-form-core select {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 5px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-inline: 14px;
    margin-top: 5px
}

span.ticket-status {
    font-size: 12px;
    background: #4caf50;
    color: #fff;
    width: 59px;
    display: block;
    text-align: center;
    padding: 4px;
    border-radius: 5px
}

span.ticket-status.t-status-replied {
    background-color: #f44336
}

button.broker-type-btn:hover,
button.btn.btn-form-submit {
    background-color: #000;
    color: #fff
}

.login-form-core a,
.login-form-core label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px
}

.login-form-core a {
    text-decoration: underline;
    color: #176dbd
}

.alert.alert-danger {
    border: none;
    color: #000;
    font-size: 12px
}

.send-btn,
.signin-button {
    margin-top: 10px;
    width: 100%;
    padding: 5px;
    background-color: #e80017;
    color: #fff;
    border-radius: 10px;
    border: none;
    transition: .2s ease-in-out
}

.send-btn:hover,
.signin-button:hover {
    box-shadow: 0 0 7px 4px #b9b9b9
}

.google-login-button {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    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 h4 {
    font-size: 18px;
    font-weight: 500
}

.contact-info h5 {
    font-size: 16px;
    font-weight: 500
}

.project-banner-header {
    padding-bottom: 17rem;
    color: #fff;
    padding-top: 18rem
}

.video-icon {
    position: absolute;
    width: 70px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .8
}

.project-banner-footer {
    color: #fff;
    padding-bottom: 5rem
}

.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(.5);
    height: 100%;
    object-fit: cover
}

.aminities-section {
    background: url('https://www.samanadevelopers.com/assets/img/Mask_Group_20@2x.png') center/cover no-repeat
}

.green-mask {
    background: #e80017c4;
    color: #fff
}

.mask-container {
    max-width: 500px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
    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
}

.article-body img,
.gallery-item,
button.broker-type-btn {
    width: 100%;
    margin-bottom: 1rem
}

.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
}

.contact-container,
.inns786 {
    text-align: center;
    margin: 0 auto
}

.inns786 {
    width: 70%;
    border-bottom: 1px solid #d5d5d5;
    line-height: .1em;
    font-weight: 400 !important;
    font-size: 16px
}

.inns786 span {
    background: #f5f5f5;
    padding: 0 10px
}

.contact-container {
    padding-top: 3rem;
    max-width: 919px
}

.contact-container h1 {
    font-size: 23px;
    margin-top: .3rem;
    margin-bottom: 1rem;
    line-height: 2.5rem
}

.contact-container h4 {
    font-weight: 400;
    font-size: 23px;
    color: #aaa
}

button.broker-type-btn {
    border: none;
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
    transition: .2s ease-in-out
}

h5#exampleModalLabel {
    font-weight: 500;
    margin-bottom: 1rem
}

ul.dropdown-menu {
    background-color: #e80017
}

.tickers-nav {
    text-align: start;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding-bottom: 1rem
}

.tickers-nav h4 {
    background: #e80017;
    padding: .8rem;
    font-size: 16px;
    color: #fff;
    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,
a.trending-search-a:hover {
    color: #000
}

.sel-87265 {
    margin: 1rem;
    padding: 1rem;
    transition: .2s ease-in-out;
    border-radius: 5px
}

.sel-87265:hover {
    cursor: pointer;
    background-color: #fff
}

.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: 2px solid #ccc
}

@media (min-width:1239px) {
    .projects-menu,
    .projects-menu.dropdown-menu[data-bs-popper] {
        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
    }
    .projects-menu {
        padding-top: 1.7rem
    }
}

.projects-menu {
    padding: 1rem;
    background: #e80017
}

.career-card .pass-man,
.project-paragraph {
    text-align: end
}

.border-right-pc-only {
    border-right: 1px solid #e2e2e2
}

a.trending-search-a {
    font-weight: 300;
    color: gray
}

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d7d7d7
}

.flickity-prev-next-button:hover {
    background: #000
}

.flickity-prev-next-button .arrow {
    fill: white
}

.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: #fff
}

button.navbar-toggler {
    border: none;
    font-size: 32px
}

.login-form-core button:disabled {
    background-color: gray
}

#awards-slider,
#press-slider,
#updates-slider {
    max-width: 900px
}

@media (max-width:1192px) {
    input[type=date],
    input[type=time] {
        width: 100% !important;
        border: 1px solid #ccc !important;
        background-color: #fff !important
    }
    a.nav-link {
        font-size: 12px;
        text-wrap: nowrap
    }
    .border-right-pc-only {
        border: none
    }
}

@media (max-width:950px) {
    #awards-slider,
    #press-slider,
    #updates-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;
        margin-top: 2rem
    }
    ul.navbar-nav {
        max-width: 25rem;
        margin: 0 auto
    }
    .nav-theme-dark div#navbarSupportedContent {
        background: #000
    }
    .nav-theme-light div#navbarSupportedContent {
        background: #ffffffeb;
        border: 1px solid #ccc
    }
    .project-banner-footer,
    .project-banner-header {
        padding: 2rem 1rem
    }
}

.updates-slide .lazyframe,
.updates-slide video {
    height: 257px;
    width: 100%;
    transition: .2s ease-in-out;
    border: 36px solid #f5f5f5;
    background-color: #f5f5f5;
    margin-bottom: 11px
}

@media (min-width:854px) {
    .updates-slide {
        width: 350px;
        padding: 10px
    }
    #updates-slider .is-selected .lazyframe,
    #updates-slider .is-selected video {
        border: none;
        box-shadow: 0 0 5px 5px #ccc
    }
}

#full-screen-video .arrows:after,
#full-screen-video .arrows:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 3.3333333333px solid rgba(255, 255, 255, .7);
    border-bottom: 3.3333333333px solid rgba(255, 255, 255, .7)
}

@media (max-width:853px) {
    .award-item,
    .btn-8897,
    .hero-actions,
    .samana-form-in,
    .start-pc-only,
    a.nav-2-col-a,
    ul.dropdown-menu.show {
        text-align: center
    }
    .send-btn,
    .sm-mobile {
        font-size: 12px
    }
    .mask-container,
    .send-btn {
        float: none
    }
    .iti.iti--container.iti--fullscreen-popup {
        z-index: 99999
    }
    a.nav-2-col-a {
        display: block;
        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 0 0
    }
    div#kenytChatBubble {
        margin-bottom: 66px !important
    }
    .hide-on-mobile,
    .nav-sep {
        display: none
    }
    .footer-copyrights {
        padding-bottom: 5rem
    }
    a.sd-lnk {
        display: inline-table;
        max-width: 72px
    }
    a.nav-link {
        display: inline-block
    }
    details {
        min-height: auto;
        padding-bottom: 0
    }
    .project-banner-header {
        margin-top: 9rem
    }
    .tickers-nav {
        border-radius: 0;
        margin-bottom: 2rem
    }
    .award-item img,
    .samana-container,
    .samana-container-insta {
        width: 100%
    }
    .award-item {
        width: 100% !important;
        padding-inline: 2rem
    }
    .samana-form-in,
    button#v7782753 {
        margin-bottom: 5px
    }
    .uv-form {
        margin: 0 auto
    }
    .btn-8897 {
        padding: 1rem;
        border: 1px solid #e7e7e7;
        margin-bottom: 5px !important;
        border-radius: 5px
    }
    .p-end-5-web {
        margin-right: 0
    }
    #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
    }
    .contact-buttons-container {
        gap: 2px
    }
    button.contact-button {
        width: 0;
        margin: 0 0 5px;
        padding: 6px
    }
    .text-center-on-mobile,
    h3.inns786 {
        text-align: center !important
    }
    li.nav-item {
        margin-bottom: .5rem
    }
    .career-card img {
        margin-bottom: 1rem
    }
    .career-card a {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 1rem
    }
    .send-btn {
        max-width: 162px !important
    }
    .informative-side {
        margin: 1rem;
        text-align: start
    }
    .login-form {
        margin-bottom: 2rem
    }
    .latest-blogs {
        margin: 0;
        padding: 1rem;
        border: none
    }
    .p1-mobile,
    section.about-text {
        padding: 1rem
    }
    .project-paragraph {
        text-align: start
    }
    .unit-layout-contaier {
        width: 243px;
        text-align: center
    }
    .unit-layout-contaier img {
        height: auto;
        object-fit: contain;
        text-align: center;
        margin: 3rem auto 0
    }
    .footer-bottom,
    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
    }
    .t76652643 {
        margin-top: 11px;
        padding-inline: 1.4rem
    }
    .flickity-prev-next-button.previous {
        left: -9px !important
    }
    .flickity-prev-next-button.next {
        right: -9px !important
    }
    .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
    }
    .awards-section p {
        color: #000
    }
    .contact-container h1 {
        font-size: 14px;
        line-height: 1.5rem;
        padding: 1rem;
        border-radius: 10px;
        color: #e80017;
        font-weight: 300
    }
    section.home-section {
        padding-top: 0
    }
    .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
    }
    .updates-slide p {
        font-size: 12px;
        text-wrap: nowrap;
        text-overflow: ellipsis
    }
    .updates-slide {
        width: 100% !important
    }
}

#full-screen-video .arrows {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

#full-screen-video .arrows:before {
    transform: translate(3.3333333333px, 13.3333333333px) rotate(-45deg);
    animation: 3s linear infinite arrows
}

#full-screen-video .arrows:after {
    transform: translate(6.6666666667px, 0) rotate(-45deg);
    animation: 3s linear -1.5s infinite arrows
}

@keyframes arrows {
    0% {
        border-left: 3.3333333333px solid rgba(255, 255, 255, 0);
        border-bottom: 3.3333333333px solid rgba(255, 255, 255, 0);
        transform: translate(-1.6666666667px, -6.6666666667px) rotate(-45deg)
    }
    10%,
    90% {
        border-left: 3.3333333333px solid rgba(255, 255, 255, 0);
        border-bottom: 3.3333333333px solid rgba(255, 255, 255, 0)
    }
    50% {
        border-left: 3.3333333333px solid rgba(255, 255, 255, .7);
        border-bottom: 3.3333333333px solid rgba(255, 255, 255, .7);
        transform: translate(-1.6666666667px, 0) rotate(-45deg)
    }
    100% {
        border-left: 3.3333333333px solid rgba(255, 255, 255, 0);
        border-bottom: 3.3333333333px solid rgba(255, 255, 255, 0);
        transform: translate(-1.6666666667px, 6.6666666667px) rotate(-45deg)
    }
}