* {
    padding: 0;
    margin: 0 auto;
}
body,
html {
    max-width: 100%;
    overflow-x: hidden;
}
@font-face {
    font-family: "Gilroy";
    src: url(../fonts/Gilroy-Bold.eot);
    src:
        url("../fonts/Gilroy-Boldd41d.eot?#iefix") format("embedded-opentype"),
        url(../fonts/Gilroy-Bold.woff2) format("woff2"),
        url(../fonts/Gilroy-Bold.woff) format("woff"),
        url(../fonts/Gilroy-Bold.ttf) format("truetype"),
        url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TimesNow-sl";
    src: url(../fonts/TimesNow-SemiLight.eot);
    src:
        url("../fonts/TimesNow-SemiLightd41d.eot?#iefix") format("embedded-opentype"),
        url(../fonts/TimesNow-SemiLight.woff2) format("woff2"),
        url(../fonts/TimesNow-SemiLight.woff) format("woff"),
        url(../fonts/TimesNow-SemiLight.ttf) format("truetype"),
        url("../fonts/TimesNow-SemiLight.svg#TimesNow-SemiLight") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TimesNow-l";
    src: url(../fonts/TimesNow-Light.eot);
    src:
        url("../fonts/TimesNow-Lightd41d.eot?#iefix") format("embedded-opentype"),
        url(../fonts/TimesNow-Light.woff2) format("woff2"),
        url(../fonts/TimesNow-Light.woff) format("woff"),
        url(../fonts/TimesNow-Light.ttf) format("truetype"),
        url("../fonts/TimesNow-Light.svg#TimesNow-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Futura PT Demi";
    src: url(../fonts/FuturaPT-Demi.eot);
    src:
        url("../fonts/FuturaPT-Demid41d.eot?#iefix") format("embedded-opentype"),
        url(../fonts/FuturaPT-Demi.woff2) format("woff2"),
        url(../fonts/FuturaPT-Demi.woff) format("woff"),
        url(../fonts/FuturaPT-Demi.ttf) format("truetype"),
        url("../fonts/FuturaPT-Demi.svg#FuturaPT-Demi") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Futura PT";
    src: url(../fonts/FuturaPT-Medium.eot);
    src:
        url("../fonts/FuturaPT-Mediumd41d.eot?#iefix") format("embedded-opentype"),
        url(../fonts/FuturaPT-Medium.woff2) format("woff2"),
        url(../fonts/FuturaPT-Medium.woff) format("woff"),
        url(../fonts/FuturaPT-Medium.ttf) format("truetype"),
        url("../fonts/FuturaPT-Medium.svg#FuturaPT-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
a:hover,
a:focus,
a:focus-visible {
    text-decoration: none;
    outline: none;
}
body {
    font-family: "TimesNow-sl";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "TimesNow-sl" !important;
    color: #231f20;
    margin-bottom: 15px;
}
@-webkit-keyframes b {
    0% {
        transform-origin: 50% 100%;
        transform: scaleY(1);
    }
    50% {
        transform-origin: 50% 100%;
        transform: scaleY(0);
    }
    50.0001% {
        transform-origin: 50% 0;
        transform: scaleY(0);
    }
    to {
        transform-origin: 50% 0;
        transform: scaleY(1);
    }
}
@keyframes b {
    0% {
        transform-origin: 50% 100%;
        transform: scaleY(1);
    }
    50% {
        transform-origin: 50% 100%;
        transform: scaleY(0);
    }
    50.0001% {
        transform-origin: 50% 0;
        transform: scaleY(0);
    }
    to {
        transform-origin: 50% 0;
        transform: scaleY(1);
    }
}
p {
    font-size: 20px;
    line-height: 1.6;
    color: #231f20;
}
nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    border-bottom: solid 1px rgb(255 255 255 / 0.2705882353);
    transition: all ease-in-out 0.5s;
    background: #000;
}
nav .navbar {
    padding: 12px 0;
}
nav img {
    width: 180px;
}
nav .logoblack {
    display: none;
}
nav .navbar-nav {
    margin-right: 0;
}
nav .navbar-nav .nav-item {
    margin-left: 50px;
}
nav .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
    transition: all 0.5s ease 0s;
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    height: 1px;
    transition: all 0.5s ease 0s;
}
nav .navbar-nav .nav-link:hover {
    opacity: 1;
}
nav .navbar-nav .nav-link:hover::after {
    width: 100%;
}
.nav-right {
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.toplinks {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 5px;
}
.toplinks a {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}
.toplinks a:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid;
}
.toplinks a:hover {
    opacity: 0.8;
}
.navbar-brand svg {
    margin-top: 5px;
}
.navbar-brand svg path {
    fill: #fff;
}
@-webkit-keyframes navbar-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes navbar-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.hamburger .line {
    width: 20px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 6px auto;
    transition: all 0.3s ease-in-out;
}
.hamburger-11 {
    outline: none !important;
    transition: all 0.3s ease-in-out;
    position: fixed;
    background: #fff;
    border-radius: 10px;
    border-top-right-radius: 0;
    top: 30px;
    width: 44px;
    height: 44px;
    z-index: 999;
    left: 25px;
    padding: 0;
}
.hamburger-11.is-active {
    -webkit-animation: smallbig 0.6s forwards;
    animation: smallbig 0.6s forwards;
}
@-webkit-keyframes smallbig {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0);
    }
}
@keyframes smallbig {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0);
    }
}
.hamburger-11.is-active .line:nth-child(1),
.hamburger-11.is-active .line:nth-child(2),
.hamburger-11.is-active .line:nth-child(3) {
    transition-delay: 0.2s;
}
.hamburger-11.is-active .line:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
}
.hamburger-11.is-active .line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}
.hamburger-11.is-active .line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
@keyframes fadeInUp2 {
    from {
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp2 {
    from {
    }
    to {
        opacity: 1;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url(../images/mainbanner.html) center center / cover;
    background-attachment: fixed;
}
.banner .overlay {
    background: #000;
    background: linear-gradient(0deg, #000000 0%, rgb(0 0 0 / 0.2609418768) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}
.banner .mobile-video {
    display: none;
}
.banner .video {
    width: 100%;
}
.banner .container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}
.banner .container .caption {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    text-align: left;
}
.banner .container .caption img {
    margin-top: 40px;
    margin-bottom: 30px;
    width: 150px;
}
.banner .container .caption .c_btn {
    margin-top: 30px;
    display: inline-block;
    background: #d8ab5b;
    color: #fff;
    font-size: 20px;
    padding: 4px 30px;
    transition: all 0.3s ease 0s;
}
.banner .container .caption div {
    margin: 0;
}
.banner .container .caption .h2 {
    font-size: 80px;
    margin-bottom: 30px;
    line-height: 1;
    color: #fff !important;
    text-align: left;
}
.banner .container .caption div h4 {
    color: #fff;
    opacity: 0.9;
    text-align: left;
    margin-bottom: 50px;
}
.banner .container .caption div p {
    color: #606060;
    font-size: 18px;
    color: #fff;
}
.banner_lines {
    position: absolute;
    height: 100%;
    z-index: 2;
    right: 0;
    top: 88px;
}
.pad80 {
    padding: 80px 0;
}
.padt80 {
    padding-top: 80px;
}
.padb80 {
    padding-bottom: 80px;
}
.span {
    color: #10100f;
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}
.h2 {
    font-size: 60px;
    margin-bottom: 50px;
}
.h2.less {
    margin-bottom: 15px;
}
.h3,
h3 {
    font-size: 2.5rem;
}
h4 {
    font-size: 25px;
}
h4 span {
    color: #23ba97;
}
.banner {
    background: #e3f1e7;
}
.about {
    padding: 150px 0 60px;
}
.about .h2 {
    margin-bottom: 0;
}
.about__gallery {
    display: flex;
    width: auto;
}
.about__item {
    min-width: 90%;
    margin-right: 20px;
}
.aboutimg {
    width: 100%;
    height: 75vh;
    object-fit: cover;
}
.abtimg1 {
    min-width: 100%;
    margin-right: 0;
}
.abtimg2 {
    margin-left: 20px;
}
.aboutimg1 {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    border-radius: 200px;
    margin-right: 0;
    padding: 20px 50px;
}
.black {
    background: #000;
}
.white {
    background: #fff;
}
.grey {
    background: #f4f4f2;
}
.about-video {
    background: url(../images/videoframe.png) no-repeat center center / cover;
    margin-bottom: 20px;
    padding: 125px 135px;
    background-size: 100%;
    width: 100%;
    height: auto;
    background-position: top;
}
.about-video video {
    border-radius: 15px;
    border-top-right-radius: 0;
    height: auto;
    object-fit: cover;
}
.aarize-btn {
    font-family: "Gilroy";
    background: #fff;
    color: #000;
    padding: 15px;
    border: 0;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    display: flex;
    border-radius: 10px;
    border-top-right-radius: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.aarize-btn svg {
    width: 10px;
    height: 10px;
    margin: 0;
}
.videosec .aarize-btn {
    margin-top: 30px;
}
.hoverlink {
    position: relative;
}
.hoverlink::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: -5px;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    height: 1px;
}
.hoverlink:hover::after {
    width: 100%;
}
.project_item {
    position: relative;
}
.project_item {
    margin: 0 8px;
}
.project_item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    border-top-right-radius: 0;
}
.project_item span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.project_item svg {
    width: 15px;
    height: 10px;
    margin: 0;
    margin-left: 10px;
}
.project_item svg path {
    fill: #fff;
}
.bansection {
    position: relative;
}
.bansection video {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.bansection .h2 {
    margin: 0;
    color: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 25px;
    flex-direction: column;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.bansection svg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 80px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    border-top-right-radius: 0;
    padding: 15px;
    transition: all 0.5s ease;
}
.bansection svg:hover {
    background: #000;
}
.bansection svg:hover path {
    fill: #fff;
}
.journey {
    background: #fff;
    position: relative;
}
.journeyslide {
    margin-top: 80px;
    margin-bottom: 50px;
}
.jr__Slide {
    text-align: center;
    margin: 0 5px;
}
.jr__Slide p,
.jr__Slide ul {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.2s;
}
.jr__Slide p {
    font-size: 18px;
}
.jr__Slide ul {
    margin-top: 20px;
    margin-bottom: 0;
}
.jr__Slide li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
.jr__Slide li h5 {
    margin: 0;
    margin-right: 40px;
}
.jr__Slide li p {
    margin: 0;
    padding: 0;
}
.journeyslide .slick-list {
    margin: 0 -5px;
}
.year {
    font-family: "TimesNow-l";
    font-size: 115px;
    opacity: 0.2;
    transform: scale(0.8);
    transition: all 0.8s ease;
    margin-bottom: 50px;
}
.journeyslide .slick-active .year {
    transform: scale(1);
    opacity: 1;
}
.journeyslide .slick-active p,
.journeyslide .slick-active ul {
    transform: translateY(0);
    opacity: 1;
}
.jr_circle {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 287px;
    z-index: 0;
    margin: 0 auto;
}
.history-years-vertical__circle {
    position: relative;
    z-index: 1;
    width: 200px;
    height: 210px;
}
.history-years-vertical__circle rect {
    transition: stroke-dashoffset 0.5s linear;
    fill: none;
    stroke: #2c2c2c;
    stroke-width: 1.25;
    stroke-dasharray: 1;
    stroke-dashoffset: 2;
    rx: 240px;
    ry: 240px;
    opacity: 0.8;
    transform-origin: 50% 50%;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.history-years-vertical__circle rect + rect {
    stroke: #161819;
    stroke-dashoffset: 0.999;
    stroke-width: 3.5;
    opacity: 1;
}
.product-showcase-carousel-controls {
    border: 1px solid #00000054;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    transition: all 0.7s ease 0s;
    cursor: pointer;
}
.product-showcase-carousel-controls svg {
    width: 15px;
}
.product-showcase-carousel-controls:hover {
    background: #000;
}
.product-showcase-carousel-controls:hover svg .cls-1 {
    stroke: #fff;
}
.product-showcase-carousel-controls--left {
    left: -50px;
    border-top-left-radius: 0;
}
.product-showcase-carousel-controls--right {
    right: -50px;
    border-top-right-radius: 0;
}
.product-showcase-carousel-controls--left svg {
    transform: rotate(-180deg);
}
.btm-video {
    height: 650px;
    border-radius: 15px;
    border-top-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsnew {
    background: #fff;
}
.btm-video {
    position: relative;
}
.whatsnew .h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    right: 0;
}
.whatsnew .aarize-btn {
    background: #000;
    color: #fff;
    margin-top: 50px;
}
.whatsnew .aarize-btn path {
    fill: #fff;
}
.whatsnew video {
    border-radius: 15px;
    border-top-right-radius: 0;
    object-fit: cover;
    height: 200px;
    width: 80%;
}
.whatsnew img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border-top-right-radius: 0;
}
.web_loader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.orris_logo {
    transition: all 0.5s ease 0s;
    transform: scale(0);
}
.contact {
    background: #e4f4e8;
}
.contact_form .form-control {
    background: none;
    border: 1px solid #00000036;
    border-radius: 10px;
    padding: 10px;
}
.contact_form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.contact_form .form-control::placeholder {
    color: #919191;
}
.contact_form .orris-btn {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #000;
}
.custom-control-label {
    color: #595959;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #595959;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #595959;
}
.custom-contro l-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    top: 5px;
}
.custom-control-label::after {
    top: 0.28rem;
}
.ftbox p span:first-child {
    display: block;
}
.ftbox a:last-child {
    border-right: 0;
}
.ftbox p.last {
    margin-bottom: 0;
}
.social-links a {
    border-radius: 8px;
    border-top-right-radius: 0;
    background: #fff;
    color: #000;
    width: 45px;
    height: 45px;
    transition: all ease-in-out 0.5s;
}
.social-links a svg {
    width: 15px;
    height: 15px;
}
.social-links a svg path {
    fill: #000;
}
.social-links a:hover {
    background: #3f3e3e;
    color: #fff;
}
.social-links a:hover svg path {
    fill: #fff;
}
article {
    position: relative;
    z-index: 2;
}
footer {
    overflow: hidden;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.footerlogo {
    padding: 20px 20px 50px;
    text-align: center;
}
.footerlogo img {
    transform: translateY(50px) scale(0);
    transition: all 0.4s ease 0.5s;
    max-width: 300px;
}
.footerlogo.active img {
    transform: translateY(0) scale(0.8);
}
footer {
    background: #000;
}
footer h4, footer .h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
}
footer p {
    font-size: 15px;
    color: #ddddd0;
    text-align: center;
    margin-bottom: 0;
}
footer p a {
    color: #ddddd0;
}
footer p.qlink span {
    display: inline-block !important;
    margin: 0 6px;
    position: relative;
}
footer p.qlink span:after {
    content: "";
    background: #ddddd0;
    position: absolute;
    right: -9px;
    top: 7px;
    height: 12px;
    width: 0.8px;
}
footer p.qlink span:last-child:after {
    display: none;
}
footer p.qlink span:last-child(1):after {
    display: none;
}
footer p.qlink span a {
    border-right: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
footer p.qlink span .hoverlink::after {
    display: none;
    background: #fff0;
}
footer p a:hover {
    color: #fff;
}
.rera {
    border-top: 1px solid #393939;
    margin-top: 25px;
    padding-top: 25px;
}
.bottom-footer {
    background: #212121;
    color: #ddddd085;
    font-size: 12px;
    padding: 10px 30px;
    text-align: center;
}
label.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 20px 25px;
}
.menu::before {
    content: "";
    background: #e9e9e7;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    transition: all 0.2s ease-out;
}
.menulogo {
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: all 0.2s ease;
}
.menulogo svg {
    width: 180px;
    height: 65px;
    margin-bottom: 15px;
}
.menubox {
    text-align: center;
    background: #000;
    padding: 20px;
    position: relative;
    z-index: 1;
    clip-path: inset(0% 0% 100%);
    transition: all 0.5s ease 0s;
    min-height: calc(50vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.menubox li {
    list-style: none;
    position: relative;
    z-index: 2;
}
.menubox li a {
    color: #fff;
    display: block;
    padding: 7px;
    font-size: 18px;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.menu2 {
    background: #fff;
    transition: all 0.5s ease 0s;
}
.menu2 li a {
    color: #000;
}
.menu.open .menulogo {
    opacity: 1;
}
.menu.open::before {
    height: 100%;
}
.menu.open .menubox {
    clip-path: inset(0%);
}
.menu.delay::before {
    transition-delay: 3s;
}
.menu.closing::before {
    transition-delay: 0.5s;
}
.menu.closing .menulogo {
    transition-delay: 0.4s;
    visibility: hidden;
}
.menu.final {
    visibility: hidden;
    opacity: 0;
}
.sticky-logo {
    background: #f4f4f2;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.sticky-logo svg {
    width: 300px;
    height: 70px;
    opacity: 1;
}
.arbottom {
    width: 140px;
    background: #000;
    height: 7px;
    border-radius: 50%;
}
.abouttext {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: 10%;
    text-align: center;
    transform: translateY(150px);
}
@-webkit-keyframes maingraphic {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
@keyframes maingraphic {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
.banner-small {
    height: 600px;
}
.banner-small h2 {
    color: #fff;
}
.bl.hoverlink {
    color: #000;
}
.bl.hoverlink::after {
    background: #000;
}
.bl.aarize-btn {
    background: #000;
    color: #fff;
    margin-top: 30px;
}
.bl.aarize-btn:hover {
    color: #fff;
}
.bl.aarize-btn path {
    fill: #fff;
}
.blog_list {
    background: #fff;
    margin-bottom: 30px;
    transition: 0.5s;
    border-top-left-radius: 15px;
    overflow: hidden;
}
.blog_img {
    overflow: hidden;
    border-radius: 15px;
    border-top-right-radius: 0;
}
.blog_list:hover .blog_img img {
    transform: scale(1.2);
}
.blog_img img {
    width: 100%;
    transition: all 0.5s ease 0s;
}
.blog_dt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.blog_dt h5 {
    margin: 0;
}
.blog_list .aarize-btn {
    width: 100%;
    align-items: center;
    justify-content: center;
}
.blog_list .aarize-btn svg {
    margin-left: 8px;
}
.bl_tt {
    margin: 0;
    margin-bottom: 10px;
}
.blog_list p.bl_tt span {
    display: block;
    font-size: 15px;
    margin-bottom: 0;
}
.whitebg {
    border-radius: 15px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    border-top-right-radius: 0;
}
.blog_search .form-control {
    min-height: 45px;
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
}
.related_post li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.related_post li p {
    margin: 0;
}
.related_post li:after {
    background: #424530;
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    right: 0;
    height: 1px;
    transition: 0.5s;
}
.blog_search button {
    border: 0;
}
.blog_search #search-addon {
    height: 100%;
    transition: all 0.5s ease 0s;
}
.blog_search #search-addon {
    width: 50px;
    border-radius: 0;
    background: #000;
    color: #fff;
    cursor: pointer;
}
.related_post li .date {
    color: #424530;
    font-size: 15px;
}
.mvd-cont:hover h5::after,
.related_post li:hover:after {
    width: 100%;
    right: unset;
    left: 0;
}
.blogicons {
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-start !important;
}
.blogicons a {
    background: #000;
    color: #fff;
}
.blogicons a svg path {
    fill: #fff;
}
.blog-inner-content {
    padding: 20px;
}
.blog-inner-content ul {
    padding-left: 20px;
}
.blog-inner-content li {
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-inner-content li ul {
    margin-top: 10px;
    margin-bottom: 15px;
}
.blog-inner-content li ul li {
    margin-bottom: 5px;
}
.blog-inner-content h3 {
    font-size: 20px;
    font-weight: 700;
}
.about-page-content {
    padding-top: 120px;
}
.about-page-content .span {
    color: #fff;
}
.about-page-content .h2,
.about-page-content p {
    color: #fff;
}
.journey.grey {
    background: #f4f4f2 !important;
}
.teamimg img {
    border-radius: 15px;
    border-top-right-radius: 0;
}
.teamrow {
    margin-bottom: -30px;
}
.teamrow .col-lg-6 {
    margin-bottom: 30px;
}
.team-content p {
    font-size: 18px;
}
.team-content h4 span {
    display: block;
    color: #231f20;
    font-size: 18px;
}
.pr_box {
    border: 1px solid #00000052;
    height: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 10px;
    border-top-right-radius: 0;
    overflow: hidden;
}
.m_newsimg {
    overflow: hidden;
}
.m_newsimg img {
    transition: all 0.5s ease;
    width: 100%;
}
.m_newscont {
    padding: 15px 15px 50px;
}
.date {
    font-size: 13px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-family: "Gilroy";
    display: block;
}
.press_release_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
}
.pr_box .btn_n {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    color: #fff;
    display: flex;
    flex-direction: row;
    background: #000;
    padding: 12px 16px;
    font-family: "Gilroy";
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.pr_box .btn_n svg {
    width: 10px;
    height: 10px;
    margin: 0;
    fill: #fff;
}
.pr_box:hover .m_newsimg img {
    transform: scale(1.1);
}
.pr_box:hover .btn_n {
    transform: scaleX(1.05);
}
.press-release .row .col-lg-3 {
    margin: 0 0 30px 0;
}
.press-release {
    padding-bottom: 60px;
}
.testimonial_wrap .col-lg-4,
.testimonial_wrap .col-md-6 {
    margin-left: 0;
    margin-right: 0;
}
.events_wrap .col-lg-4,
.events_wrap .col-md-6 {
    margin-left: 0;
    margin-right: 0;
}
.m_video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border-top-right-radius: 0;
}
.m_video img {
    width: 100%;
    object-fit: cover;
    transition: all 0.85s ease;
}
.m_video:hover img {
    transform: scale(1.2);
}
.mvd-cont h5 {
    margin-top: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 0;
}
.mvd-cont h5::after {
    content: "";
    background: #424530;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.8s;
}
.mvd-cont:hover h5::after,
.related_post li:hover:after {
    width: 100%;
    right: unset;
    left: 0;
}
.playbutton-utube {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video-play-button-s {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-55%);
    transform: translateX(-50%) translateY(-55%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    border-radius: 50%;
}
.video-play-button-s span {
    color: #10100f;
    position: relative;
    z-index: 9;
    font-size: 12px;
    white-space: nowrap;
}
.video-play-button-s span i {
    font-size: 26px;
    color: #595959;
    position: relative;
    top: 4px;
}
.video-play-button-s::after,
.video-play-button-s::before {
    content: "";
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    background: #fff9f2;
    border-radius: 50%;
}
.video-play-button-s::before {
    position: absolute;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border;
}
.video-play-button-s::after {
    position: absolute;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.video-play-button-s:hover:after {
    background-color: #fff;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.mvd-cont {
    margin-bottom: 40px;
    margin-left: 0;
}
.careers_accor .accordion .card:first-child {
    border-top: 1px solid #ccc;
}
.careers_accor .card {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.careers_accor .card-header {
    background: 0 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.careers_accor .card-header .btn {
    color: #212529;
    font-size: 28px;
    text-decoration: none;
    padding: 30px 0;
}
span.c-accordion_button {
    width: 40px;
    height: 40px;
    float: right;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border-top-right-radius: 0;
}
span.c-accordion_button::after {
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    transition: 0.5s;
    position: relative;
    top: 2px;
}
.careers_accor .card-body {
    background: #fff;
    padding: 30px;
}
.careers_accor .card-header .btn[aria-expanded="true"] span.c-accordion_button::after {
    transform: rotate(180deg);
    top: 0;
}
.careers_accor .card-body ul {
    margin: 0 0 20px;
}
.careers_accor .card-body li {
    font-size: 15px;
    color: #494949;
    margin-bottom: 10px;
    margin-left: 15px;
}
.careers_accor .card-body button {
    border: none;
    background: #fff0;
}
.openings_vc li::after,
.careers_accor .card-header::after {
    content: "";
    background: #424530;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    transition: 1s;
}
.openings_vc li:hover::after,
.careers_accor .card-header:hover::after {
    right: unset;
    left: 0;
    width: 100%;
}
.openings_vc li a {
    margin: 0;
    padding-top: 8px;
}
.career-modal .modal-body {
    margin: 0;
    padding: 35px;
}
.career-modal .modal-header {
    padding: 40px 0 0;
    font-size: 18px;
    border: 0;
}
.career-modal .modal-footer {
    padding: 0 0 40px;
}
.modal-content {
    border-radius: 0;
}
.career-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #424530;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    span.c-accordion_button {
        width: 35px;
        height: 35px;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .careers_accor .card-header .btn {
        white-space: normal;
        font-size: 18px;
        padding-right: 60px;
    }
    span.c-accordion_button {
        position: absolute;
        right: 0;
    }
    span.c-accordion_button {
        width: 30px;
        height: 30px;
        margin: 0;
    }
}
.whR_nw ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.whR_nw li {
    width: 100%;
    margin-bottom: 30px;
    height: 215px;
    list-style: none;
    position: relative;
}
.whR_nw li img,
.whR_nw li video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.whR_nw li::after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.whR_nw li i {
    color: #fff;
    position: absolute;
    z-index: 1;
    font-size: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: 0.5s;
    opacity: 0;
}
.awards-wrap .m_video img {
    height: 550px;
}
.careers_wrap {
    background: #e4f4e8;
}
.careers_form label {
    display: none;
}
.careers_form .form-control {
    background: none;
    border: 1px solid #00000036;
    padding: 10px;
    border-radius: 10px;
    border-top-right-radius: 0;
}
.careers_form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.careers_form .form-control::placeholder {
    color: #919191;
}
.careers_form select {
    height: 45px !important;
    color: #6c757d;
    line-height: 1.5;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrowethan.svg) 97% center / 15px no-repeat transparent !important;
}
.careers_form .orris-btn {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #000;
}
.btn-file {
    padding: 10px 0 30px;
    font-size: 13px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #f46c21 !important;
    color: #fff !important;
    cursor: inherit;
    display: block;
    height: 50px;
}
.btn-file svg {
    width: 18px;
    margin: 0 10px 0 0;
}
span.file-name {
    font-size: 12px;
    display: flex;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 160px;
}
.btn-file i {
    margin-right: 10px !important;
    font-size: 15px;
    border-radius: 50%;
    width: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}
label#fileUpload-error {
    position: absolute;
    bottom: -26px;
}
.work {
    overflow: hidden;
}
.work img {
    transition: all 0.5s ease 0s;
}
.work-struc {
    border-radius: 10px;
    border-top-right-radius: 0;
    overflow: hidden;
}
.work-struc p {
    color: #000;
    background: #fff;
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    transition: all 0.5s ease 0s;
    margin-bottom: 0;
}
.work-struc:hover .work img {
    transform: scale(1.1);
}
.work-struc:hover p {
    transform: scale(1.1);
}
.cpoints ul {
    padding: 0;
    position: relative;
    min-height: 700px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cpoints li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding-left: 0;
}
.cpoints li h2 {
    margin: 0 0 50px;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
    width: 50%;
    font-size: 45px;
    line-height: 1.4;
}
.cpoints li h2 span {
    font-size: 15px;
    text-transform: initial;
    color: #000;
    line-height: 30px;
    clear: both;
    display: none;
    padding-top: 5px;
    transition: 0.5s;
    min-height: 110px;
}
.cpoints li.active h2 span {
    display: block;
}
.cpoints li h2::after {
    background: #000;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    transition: 0.3s;
}
.cpoints li.active h2::after {
    width: 100%;
    right: 0;
}
.cpoints li img {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 10px;
    border-top-right-radius: 0;
}
.cpoints li.active img {
    opacity: 1;
    visibility: visible;
}
.cpcont {
    margin: 0;
}
.our-tradition {
    margin-bottom: 15px;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    position: absolute;
}
.our-work-cul {
    margin-top: 50px;
}
.galleryimg {
    margin-bottom: 30px;
    border-radius: 10px;
    border-top-right-radius: 0;
    overflow: hidden;
}
.galleryimg a img {
    transition: all 0.5s ease 0s;
}
.galleryimg:hover a img {
    transform: scale(1.1);
}
.office-wrap {
    padding-bottom: 50px;
}
.d_show {
    display: block;
}
.m_show {
    display: none;
}
.commercial_ban,
.coming_banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important;
}
.commercial_ban img,
.coming_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coming_banner .caption {
    width: 50%;
    margin: 0px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
}
.coming_banner .caption h1.h2 {
    font-size: 90px !important;
    margin: 0 !important;
}
.coming_banner .caption p {
    color: #fff;
    margin-top: 30px;
}
.gallery-slides {
    display: flex;
    width: auto;
    z-index: 1;
}
.project_s {
    min-width: 45%;
    margin-right: 20px;
    position: relative;
}
.project_s span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #000;
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    border-top-right-radius: 0;
}
.project_s img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    border-radius: 20px;
    border-top-right-radius: 0;
}
.ds_box ul {
    margin: 0;
    margin-top: 30px;
}
.ds_box h5, .ds_box .h5 {
    letter-spacing: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ds_box h5 span {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
}
.ds_box h5 span::after {
    content: "+";
    display: none;
}
.ds_box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    border-top-right-radius: 0;
    height: 100%;
    transition: all 0.5s ease 0s;
}
.ds_box li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
}
.ds_box li::before {
    height: 1px;
    width: 100%;
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    border: 1px dashed #ccc;
}
.ds_box li span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0;
    text-align: left;
    transition: all 0.5s ease 0s;
}
.ds_box li span:first-child {
    padding-right: 10px;
}
.ds_box li span:last-child {
    padding-left: 10px;
}
.icon-cont {
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #000;
    margin-left: 0;
    height: 100px;
}
.icon__box img {
    height: 60px;
    width: 100%;
}
.iconrow .col-lg-3 {
    margin: 0;
    margin-bottom: 20px;
}
.iconrow .col-lg-3 p {
    padding-right: 50px;
}
.fixscroll {
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 30px;
    padding-right: 10px;
}
.fixscroll::-webkit-scrollbar-track {
    background-color: #ccc;
}
.fixscroll::-webkit-scrollbar {
    width: 2px;
    background-color: red;
}
.fixscroll::-webkit-scrollbar-thumb {
    background-color: #000;
}
#load_more-icon {
    display: none;
}
#audio-control {
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background: #fff;
    background-image: url(../images/silent-line-icon.svg);
    background-size: 15px;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 22;
    cursor: pointer;
}
.contact_form .form-group a {
    color: #595959;
}
#blog_html {
    min-height: 500px !important;
}
.fixaction {
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 2;
    display: flex;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}
.fixaction.active {
    transform: translateY(0);
    opacity: 1;
}
.fixaction .aarize-btn {
    width: auto;
    margin-right: 15px;
}
.fixaction .aarize-btn svg {
    margin-left: 8px;
}
.fixaction .aarize-btn:hover {
    width: auto;
    background: #000;
    color: #fff;
}
.fixaction .aarize-btn:hover svg path {
    fill: #fff;
}
.fixaction .d-brochure img {
    display: none;
}
.sub_email input[type="email"] {
    width: 100%;
    font-size: 30px;
    border-bottom: 2px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    background: #fff0;
    padding: 5px 0;
    transition: all 0.55s ease;
    color: #747373;
}
.sub_email input[type="email"]:focus {
    outline: none;
}
.newletter {
    background: #1c1c1c;
    padding: 40px 0 33px;
    margin-bottom: 40px;
}
.sub_email {
    width: 90%;
    position: relative;
}
.sub_email button {
    position: absolute;
    right: 10px;
    top: 5px;
    background: #fff0;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.send_btn:focus {
    outline: none;
}
.sub_email button svg {
    transition: all 0.55s ease;
    width: 90px;
    height: 50px;
    transform: translate(0%, 0%);
}
.contact_form .g-recaptcha div {
    margin: 0 !important;
}
.bansection::before {
    background: #00000005;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.team__img {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    border-top-right-radius: 0;
}
.team__img span {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 2;
    line-height: 1.5;
}
.team__img::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: #fff;
    background: linear-gradient(180deg, #fff0 0%, #000000 80%);
    content: "";
    z-index: 1;
}
.team__img img {
    width: 100%;
    border-radius: 15px;
    border-top-right-radius: 0;
    transition: all 0.5s ease 0s;
}
.team__Section {
    padding-bottom: 120px;
    margin-bottom: -50px;
}
.team__Section .col-lg-4 {
    position: relative;
    margin: 0;
    margin-bottom: 50px;
}
.team_btn {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    bottom: -20px;
    padding: 18px;
    width: 55px;
    height: 50px;
    border-top-right-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 2;
}
.team_btn svg {
    transition: all 0.5s ease 0s;
}
.team_btn:hover {
    background: #3f3e3e;
}
.team_btn:hover path {
    fill: #fff;
}
.team_popup {
    background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    right: 15px;
    width: 60%;
    height: 95vh;
    border-radius: 20px;
    border-top-right-radius: 0;
    z-index: 9999;
    top: 50%;
    transform: translate(110%, -50%);
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
    padding: 70px 40px 40px;
}
.team_popup.open {
    transform: translate(0, -50%);
}
.team_popup p {
    padding: 0 35px;
}
.team_popup .team_btn {
    background: #000;
    bottom: auto;
    top: 15px;
    right: -15px;
    margin: 0;
    left: auto;
}
.team_popup .team_btn svg path {
    fill: #fff;
}
.team_popup .h2 span {
    display: block;
    font-size: 25px;
    margin-top: 15px;
}
.navbar-brand svg path {
    fill: #fff;
}
nav {
    display: block !important;
    background-color: rgb(35 34 34 / 27%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    border: 0;
}
nav .navbar-nav .nav-item {
    margin-left: 40px;
}
nav .navbar-nav .nav-link {
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
}
nav.dlf_nav {
    background-color: rgb(255 255 255 / 15%);
}
nav .navbar-nav {
    margin-right: 30px;
}
.hamburger-11 {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    cursor: pointer;
    z-index: 99999;
}
.navbar-collapse {
    flex-direction: row !important;
}
.hamburger .line {
    width: 27px;
    height: 2.3px;
}
.menubg {
    background-color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    right: 15px;
    width: 50%;
    height: 95vh;
    border-radius: 20px;
    border-top-right-radius: 0;
    z-index: 9999;
    top: 50%;
    transform: translate(110%, -50%);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    text-align: center;
    padding: 70px 40px 40px;
    display: flex;
    align-items: center;
}
.menubg.open {
    transform: translate(0, -50%);
}
.close_btn {
    position: absolute;
    background: #000;
    bottom: auto;
    top: 15px;
    right: 15px;
    margin: 0;
    left: auto;
    z-index: 4;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border-top-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    cursor: pointer;
}
.close_btn svg path {
    fill: #fff;
}
.navbar-nav2 li {
    list-style: none;
}
.navbar-nav2 li a {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #000;
    text-align: left;
}
.body-overlay {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgb(255 255 255 / 25%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.8s ease 0.5s;
    z-index: 9999;
    filter: blur(20px);
    opacity: 0;
    visibility: hidden;
}
.body-overlay.in {
    opacity: 1;
    visibility: visible;
}
.menu23 {
    position: relative;
    margin-top: -50px;
}
.menu23::after {
    position: absolute;
    left: 50%;
    background: #000000a8;
    height: 1px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    bottom: -5%;
}
.menu23 li {
    list-style: none;
    margin: 0;
}
.menu23 a {
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    letter-spacing: 5px;
}
.menu23 a::after {
    content: "";
    position: absolute;
    bottom: 12px;
    width: 0;
    left: 0;
    height: 1px;
    background: #000;
    transition: all 0.5s ease 0s;
}
.menu23 a:hover::after {
    width: 100%;
}
.menu-btm {
    position: absolute;
    bottom: 45px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.menu-btm a {
    color: #000;
    position: relative;
}
.menu-btm a::after {
    background: #000;
}
.menu-btm p {
    margin: 0;
    padding: 0 30px;
}
.body.no-scroll {
    overflow: hidden;
}
.mobilemenu-icon {
    display: none;
}
.mb-menu {
    display: none !important;
}
.vc-cont {
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.vc-cont::after {
    transition: all 1s ease 0s;
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    display: none;
}
.vehicle {
    max-width: 350px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.vc-cont.active .vehicle {
    transform: translateY(0) scale(1) !important;
}
.vc-cont.active::after {
    height: 0;
}
.ct-points {
    height: 120vh;
    background: url(../images/biglocationtpro.webp) no-repeat center center / cover;
    position: relative;
}
.pointers {
    margin: 0;
    padding: 30px 40px;
    background: #fff;
}
.pointers li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
    border-bottom: 1px dashed #d57777;
    position: relative;
    font-size: 16px;
}
.pointers li::after {
    content: "";
    background: url(../images/cross.html) no-repeat;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 11px;
    height: 13px;
    background-size: cover;
}
.pointers li.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.pointers li.last::after {
    display: none;
}
.largeimage {
    position: relative;
    overflow: hidden;
}
.largeimage img {
    transform: translateY(50px);
}
.ct-points2 {
    width: 65%;
    height: 62%;
    background: url(../images/smalllocationpro.webp) no-repeat center center / cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ct-points2 .pointers {
    position: absolute;
    right: 0;
    top: 0;
}
.ct-points2 .pointers .pointers {
    top: auto;
    bottom: -45%;
    right: -90%;
    width: 90%;
}
span.artistic {
    position: absolute;
    font-size: 11px;
    right: 11px;
}
.w-20 {
    width: 25%;
}
.w-61 {
    width: 61.5%;
}
.category {
    display: flex;
    border-bottom: 1px dashed #d57777;
    height: 100%;
    padding-bottom: 30px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.category::after,
.pointers li::after {
    content: "";
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px dashed #000;
    transition: all 0.5s ease 0s;
    position: absolute;
}
.category:hover,
.pointers li:hover {
    border-bottom: 1px solid #fff0;
}
.category:hover::after,
.pointers li:hover::after {
    width: 100%;
}
.category p {
    font-size: 16px;
}
.cat_item {
    width: 40%;
}
.counter-item {
    color: #d57777;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    position: relative;
}
.cat_item strong {
    font-weight: 400;
}
.cat_item strong::before {
    content: "*";
    color: #d57777;
    font-size: 30px;
    position: absolute;
    left: -17px;
    top: 10px;
}
.combefore::before {
    content: "‘" !important;
    font-size: 60px !important;
    top: 0px !important;
    left: -20px !important;
}
.nobefore::before {
    display: none;
}
.cat_item span {
    display: block;
}
.cat_detail {
    width: 60%;
    height: 100%;
    position: relative;
    padding-bottom: 110px;
}
img.cat_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 125px;
    height: auto;
}
.smallwidth {
    width: 100px !important;
}
.cat_row .col-lg-6 {
    margin-bottom: 40px;
}
.cat_row .col-lg-6:nth-child(odd) {
    padding-right: 80px;
}
.cat_row .col-lg-6:nth-child(even) {
    padding-left: 80px;
}
.bansection1 {
    background: #fcf4f4;
    position: relative;
}
.bandetail {
    text-align: center;
}
.banspan strong::before {
    content: "";
    width: 80px;
    height: 1px;
    border-bottom: 1px dashed #d57777;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -4px;
    margin: 0 15px;
}
.bandetail h4 {
    margin-top: 30px;
    letter-spacing: 3px;
    line-height: 1.5;
}
.bandetail ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 65%;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.bandetail li {
    list-style: none;
    font-size: 18px;
    border-right: 1px solid;
    margin: 0;
    padding: 0 9px;
    margin-bottom: 15px;
    line-height: 1;
}
.bandetail li:last-child {
    border-right: 0;
}
.bansection1 svg {
    z-index: 1;
    bottom: 80px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 10px;
    border-top-right-radius: 0;
    padding: 15px;
    transition: all 0.5s ease;
    margin-top: 10px;
    display: none;
}
.bansection1 svg:hover {
    background: #000;
}
.bansection1 svg:hover path {
    fill: #fff;
}
.popup {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    padding-right: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out 0s;
    z-index: 999;
}
.popup .h2 {
    margin-bottom: 25px;
}
.popup.open {
    transform: translateX(0);
}
.popup .banspan {
    font-size: 16px;
    color: #d57777;
    letter-spacing: 2px;
}
.item_slide {
    margin: 0 8px;
}
.item_slide img {
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 170px);
    object-position: top;
}
.popupslides .slick-list {
    padding-right: 20%;
}
.map {
    position: relative;
}
.zoomicon {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 50px;
    background: #fff;
    padding: 10px;
}
.slideup {
    top: -135px;
}
.logoslide {
    display: flex;
}
.tpr_logo {
    width: 16%;
    text-align: center;
}
.logo_c_trp {
    height: 200px;
    border: 1px solid #00000038;
    border-radius: 20px;
    border-top-right-radius: 0;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.logo_c_trp img {
    height: 100%;
    width: 100%;
    padding: 25px;
}
.meplogo {
    width: 30%;
}
.tpr_logo span {
    font-size: 15px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.slick-dots {
    margin-top: 35px !important;
    bottom: 0px !important;
    position: relative !important;
}
.slick-dots li {
    height: 10px !important;
    width: 10px !important;
}
.slick-dots li button {
    width: 13px !important;
    background: #ccc !important;
    height: 4px !important;
    border-radius: 4px;
    padding: 0 !important;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.slick-dots li.slick-active button {
    background: #d57777 !important;
}
.slick-dots li button:before {
    display: none;
    border: 0px !important;
}
.mobile-ct {
    display: none;
}
.ref {
    position: absolute !important;
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    color: #fff !important;
    background: #000 !important;
    font-size: 10px !important;
    padding: 3px 6px !important;
    z-index: 1 !important;
}
.rera1 {
    background: #ad7670;
    padding: 10px;
    color: #fff;
    font-family: verdana;
}
.m-view {
    display: none !important;
}
.scroll-bar {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
}
.scroll-bar__text {
    font-size: 13px;
    color: #fff;
    font-family: verdana;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.scroll-bar__bar {
    width: 1px;
    height: 70px;
    background: #949494;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
}
.scroll-bar__bar::before {
    content: "";
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    -webkit-animation: scroll 1.5s cubic-bezier(1, 0.2, 0.2, 1) infinite;
    animation: scroll 1.5s cubic-bezier(1, 0.2, 0.2, 1) infinite;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 250%, 0);
        transform: translate3d(0, 250%, 0);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 250%, 0);
        transform: translate3d(0, 250%, 0);
    }
}
img.tslogo {
    position: absolute;
    left: 30px;
    width: 130px;
    height: 70px;
    z-index: 1;
    bottom: 30px;
    background: #fff;
    padding: 10px 20px;
}
img.sdlogo {
    position: absolute;
    width: 130px;
    height: 70px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    background: #fff;
    padding: 15px;
}
.largeimage .ref {
    bottom: auto !important;
    top: 0;
}
@media (max-width: 991px) {
    .mb-menu {
        display: block !important;
    }
    .menu23 a {
        font-size: 18px;
        letter-spacing: 5px;
    }
    .mobilemenu-icon {
        display: block;
        margin-right: 15px !important;
    }
    .desktopmenu-icon {
        display: none;
    }
    .menubg {
        width: 100%;
        right: 0;
        height: 100vh;
    }
    .menu-btm p {
        margin: 0;
        padding: 0 10px;
    }
    .hamburger-11 {
        width: 45px;
        height: 40px;
        padding-top: 10px;
    }
    .close_btn {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
    .coming_banner .caption h1.h2 {
        font-size: 70px !important;
    }
}
.projectsrow .col-sm-3 {
    margin: 0;
}
.project-doc {
    padding: 10px;
    border: 1px solid #00000038;
    border-radius: 20px;
    border-top-right-radius: 0;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
}
.video-icon {
    position: absolute;
    left: 0;
    right: 0;
    background: #de2125;
    margin: 0 auto;
    text-align: center;
    padding: 13px;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    top: 36%;
}
.video-icon i {
    color: #fff;
    padding-left: 5px;
    font-size: 25px;
    padding-top: 10px;
}
.pjimage {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.projectsrow p {
    text-align: center;
}
.hasdrop svg {
    width: 30px;
    height: 20px;
    position: absolute;
    right: -50px;
    top: 25px;
}
.hasdrop li a {
    font-size: 20px;
}
.submenu1 {
    display: none;
}
.projectbtn {
    color: #fff;
    position: relative;
    border: 1px solid #fff;
    padding: 8px 14px;
    margin-top: 20px;
    border-radius: 10px;
    border-top-right-radius: 0;
}
.projectbtn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.projectbtn::after {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
}
.clogo {
    text-align: center;
    padding: 10px;
}
.clogo img {
    opacity: 0.7;
}
.project-banner {
    height: 500px;
    margin-top: 50px;
}
.projects-row .col-sm-4 {
    margin: 0;
}
.projects-row .date {
    font-size: 20px;
}
.projectbg {
    margin-top: 50px;
    border-radius: 20px;
    border-top-right-radius: 0;
    max-width: 1250px;
}
.nprojctimg img {
    min-height: 350px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.max50 {
    text-align: center;
    max-width: 800px;
}
.prpage-desc {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.prpage-desc .logop {
    width: 130px;
    height: 90px;
    margin-bottom: 0;
}
.prpage-desc img {
    max-width: 170px;
}
.prpage-desc h5 {
    margin-bottom: 20px;
    font-size: 20px;
}
.prpage-desc .aarize-btn {
    background: #000 !important;
    color: #fff !important;
    margin-top: 10px;
    width: 180px;
}
.prpage-desc .aarize-btn svg path {
    fill: #fff;
}
.prpage-desc .aarize-btn:hover {
    width: 200px;
}
.prpage-desc .aarize-btn:hover::after {
    width: 100%;
}
.prpage-desc .aarize-btn svg {
    margin-top: -2px;
}
.clr_b {
    color: #000 !important;
}
.year_dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.year_month {
    width: 300px;
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
.list_m_y {
    width: 50%;
}
.list_m_y select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/dwon_arrow.svg) no-repeat 100% center !important;
    background-size: 25px !important;
}
.list_m_y .form-control {
    border-radius: 0;
    height: auto !important;
    border: 1px solid #000;
    background: #fff0;
    color: #000;
    padding: 8px 15px;
}
.list_m_y .form-control::placeholder {
    color: #ffffff82;
}
.list_m_y .form-control:focus {
    box-shadow: none;
    outline: none;
}
@media (max-width: 767px) {
    .d_show {
        display: none;
    }
    .m_show {
        display: block;
    }
    .coming_banner .caption h1.h2 {
        font-size: 35px !important;
    }
    .coming_banner .caption p {
        font-size: 16px;
    }
    .d-view {
        display: none !important;
    }
    .m-view {
        display: block !important;
    }
    .tlarge img {
        height: auto !important;
    }
    img.sdlogo {
        width: 90px;
        padding: 12px 10px;
        bottom: 10px;
        right: 10px;
    }
    img.tslogo {
        width: 90px;
        padding: 10px 12px;
        bottom: 10px;
        left: 10px;
    }
    .year_month {
        width: 250px;
    }
    .cr.coming_banner .caption {
        width: 100%;
    }
    .cr.coming_banner .caption br {
        display: none;
    }
}
.cr .container {
    z-index: 1;
}
.cr:after {
    content: "";
    background: #00000047;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.upload-r .btn-file {
    flex-wrap: wrap;
}
.upload-r label#fileUpload-error {
    text-align: left;
    width: 100%;
    position: revert;
}
.aarize-advan p {
    border: solid 1px #a5a59e;
    padding: 20px;
    text-align: center;
}
.careers-black {
    background: #000;
}
.careers-black span.c-accordion_button {
    background: #212121;
}
.careers-black.careers_accor .accordion .card:first-child {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.careers-black.careers_accor .card-header .btn {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    padding: 30px 0;
}
.blog-inner-content img {
    max-width: 100%;
}
.drive-details .icon__box {
    margin: 0;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.5s ease;
}
.drive-details .icon__box:hover {
    background: #f4f4f2;
}
.drive-details .icon__box .icon-cont {
    width: 90px;
    height: 90px;
    margin: 0;
    padding: 17px;
}
.drive-details .icon__box .icon-cont img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.drive-details .icon__box p {
    margin: 15px 0 0;
    font-size: 18px;
}
.drive-details .icon__box:nth-child(1),
.drive-details .icon__box:nth-child(2),
.drive-details .icon__box:nth-child(3) {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.drive-details .icon__box:nth-child(4) {
    border-bottom: 1px solid #ccc;
}
.drive-details .icon__box:nth-child(5),
.drive-details .icon__box:nth-child(6),
.drive-details .icon__box:nth-child(7) {
    border-right: 1px solid #ccc;
}
.drive-details2 .icon__box:nth-child(3),
.drive-details2 .icon__box:nth-child(6) {
    border-right: 0;
}
.drive-details2 .icon__box:nth-child(4) {
    border-right: 1px solid #ccc;
    border-bottom: 0;
}
.griha {
    text-align: center;
    margin-top: 50px;
}
.griha img {
    width: 130px;
}
.griha p {
    margin-top: 20px;
}
.spinner-fixed {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgb(0 0 0 / 0.9);
}
.spinner {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: spinner-ease 2s infinite;
    animation: spinner-ease 2s infinite;
}
@-webkit-keyframes spinner-ease {
    0% {
        transform: rotateX(0deg);
    }
    7.5% {
        background-color: #f6f2ef;
    }
    7.51% {
        background-color: #f9f5f2;
    }
    25% {
        transform: rotateX(180deg);
    }
    32.5% {
        background-color: #f6f2ef;
    }
    32.51% {
        background-color: #f9f5f2;
    }
    50% {
        transform: rotateZ(180deg);
    }
    57.5% {
        background-color: #f6f2ef;
    }
    57.51% {
        background-color: #f9f5f2;
    }
    75% {
        transform: rotateY(180deg);
    }
    82.5% {
        background-color: #f6f2ef;
    }
    82.51% {
        background-color: #f9f5f2;
    }
    100% {
        transform: rotateX(0deg);
    }
}
@keyframes spinner-ease {
    0% {
        transform: rotateX(0deg);
    }
    7.5% {
        background-color: #f6f2ef;
    }
    7.51% {
        background-color: #f9f5f2;
    }
    25% {
        transform: rotateX(180deg);
    }
    32.5% {
        background-color: #f6f2ef;
    }
    32.51% {
        background-color: #f9f5f2;
    }
    50% {
        transform: rotateZ(180deg);
    }
    57.5% {
        background-color: #f6f2ef;
    }
    57.51% {
        background-color: #f9f5f2;
    }
    75% {
        transform: rotateY(180deg);
    }
    82.5% {
        background-color: #f6f2ef;
    }
    82.51% {
        background-color: #f9f5f2;
    }
    100% {
        transform: rotateX(0deg);
    }
}
.hoverlink.bl {
    color: #000;
}
.hoverlink.bl::after {
    background: #000;
}
.blogs-acc {
    margin-top: 20px;
    margin-bottom: 30px;
}
.blogs-acc .card-header .btn {
    font-size: 20px;
    padding: 20px 0;
}
.blogs-acc span.c-accordion_button {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border-top-right-radius: 0;
}
.blogs-acc .card-body {
    padding: 15px 0;
}
.blogs-acc .card-body p {
    font-size: 16px;
    margin-bottom: 0;
}
.homecss nav {
    background-color: rgb(0 0 0 / 70%);
}
.homecss .sb_cont {
    position: absolute;
    right: 15px;
    left: 0;
    bottom: 0;
}
.homecss .scroll-bar__text {
    color: #000;
}
#enquirepop .modal-header {
    padding: 0;
}
#enquirepop .modal-header .close {
    z-index: 222;
    cursor: pointer;
    border-radius: 8px;
    border-top-right-radius: 0;
}
#enquirepop .modal-header .close img {
    width: 40px;
}
#enquirepop .btns-b {
    background: #000;
    padding: 13px 20px;
    font-size: 12px;
    color: #fff;
    transition: all ease-in-out 0.5s;
    margin-top: 0;
    border: 1px solid transparent !important;
}
#enquirepop .btns-b:hover {
    background: #fff;
    color: #000;
    border-color: #000 !important;
}
#enquirepop .form-control {
    font-size: 12px;
    padding: 18px 10px;
    border-radius: 10px;
}
#enquirepop .custom-control-label {
    color: #595959;
    font-size: 14px;
}
#enquirepop .custom-control-label::after {
    top: 0.33rem;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}
.modal {
    background: #0003;
}
.modal-backdrop {
    display: none;
}
.modal-body,
.modal-header {
    margin: 0;
    border: 0;
}
.modal-header {
    margin: 0;
    text-align: center;
}
.modal-body {
    padding: 0;
    margin: 0;
    padding: 30px 45px;
}
.modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
}
.modal-content h4 {
    font-family: "Aeonik" !important;
    text-transform: uppercase;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    background: #000;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
    right: 2px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
}
.modal-header .close:hover {
    background: #000;
}
.modal-header .close img {
    width: 20px;
}
.modal-header .close:focus {
    outline: none;
}
.modal-open {
    padding: 0 !important;
}
#disclaimerpop .modal-header {
    padding: 0;
}
#disclaimerpop .modal-header .close {
    z-index: 222;
    cursor: pointer;
    border-radius: 8px;
    border-top-right-radius: 0;
}
#disclaimerpop .modal-header .close img {
    width: 40px;
}
#disclaimerpop .btns-b {
    background: #000;
    padding: 13px 20px;
    font-size: 12px;
    color: #fff;
    transition: all ease-in-out 0.5s;
    margin-top: 0;
    border: 1px solid transparent !important;
}
#disclaimerpop .btns-b:hover {
    background: #fff;
    color: #000;
    border-color: #000 !important;
}
.modal {
    background: #0003;
}
.modal-backdrop {
    display: none;
}
.modal-body,
.modal-header {
    margin: 0;
    border: 0;
}
.modal-header {
    margin: 0;
    text-align: center;
}
#disclaimerpop .modal-body {
    padding: 0;
    margin: 0;
    padding: 20px !important;
}
.modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
}
.modal-content h4 {
    font-family: "Aeonik" !important;
    text-transform: uppercase;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    background: #000;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
    right: 2px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
}
.modal-header .close:hover {
    background: #000;
}
.modal-header .close img {
    width: 20px;
}
.modal-header .close:focus {
    outline: none;
}
.modal-open {
    padding: 0 !important;
}
.disc_wrap,
.scrollbar {
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    background-color: #fff0;
    overflow-y: scroll;
    padding-right: 10px;
}
.disc_wrap p {
    font-size: 16px;
    margin-bottom: 10px;
}
.disc_wrap p a {
    color: #000;
    font-weight: 700;
}
.disc_wrap ul {
    margin: 0 0 10px 0;
    padding: 0;
}
.disc_wrap ul li {
    font-size: 16px;
    color: #000;
}
.scstyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 0.3);
    background-color: #f1f1f1;
}
.scstyle::-webkit-scrollbar {
    width: 6px;
    background-color: #e6e6e6;
}
.scstyle::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border: 6px solid #e6e6e6;
}
.aarize-btn-disc {
    font-family: "Gilroy";
    background: #000;
    color: #fff;
    padding: 15px;
    border: 0;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    display: flex;
    border-radius: 10px;
    border-top-right-radius: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.aarize-btn-disc svg {
    width: 10px;
    height: 10px;
    margin: 0;
    stroke: #fff;
}
.aarize-btn-disc:first-child span {
    margin-left: 0;
}
.aarize-btn-disc:last-child span {
    margin-right: 0;
}
.aarize-btn-disc:hover {
    color: #fff;
    background: #212121;
}
body.modal-open,
html.modal-open {
    overflow: hidden !importent;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@font-face {
    font-family: "FontAwesome";
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0)
        format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-display: swap;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube-play:before {
    content: "\f167";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-play:before {
    content: "\f04b";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-search:before {
    content: "\f002";
}
.blog_list table {
    width: 100%;
    margin-bottom: 30px;
}
.blog_list td,
.blog_list th {
    padding: 5px;
}
.careers_accor .card-header .btn {
    padding-right: 20px;
    white-space: normal;
}
span.c-accordion_button {
    position: absolute;
    right: 0;
}
.videIframe {
    height: 700px;
    position: relative;
}
.videIframe iframe {
    height: 100%;
    border-radius: 20px;
    border-top-right-radius: 0;
}
.videIframepost {
    position: absolute;
    width: 100%;
    height: 100%;
}
.videIframepost img {
    height: 100%;
    border-radius: 20px;
    border-top-right-radius: 0;
}
.vid_play {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.vid_play i {
    font-size: 12px;
    position: relative;
    top: 1px;
}
.vid_play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.members.pad80 {
    padding: 20px 0;
}
.members .member-logo img {
    width: 100%;
}
.members .member-logo {
    max-width: 330px;
    border-right: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
    padding: 0 90px;
    margin: 0;
}
.members .h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
