@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  text-transform: inherit;
  margin-bottom: 1.5rem;
  font-family: "Roboto";
}
@media (max-width: 1199.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.2rem;
  }
}

h1 {
  font-size: 10vmin;
  line-height: 10.5vmin;
  font-weight: 500;
  padding: 0;
}
@media (max-width: 6000.98px) {
  h1 {
    font-size: min(10vmin, 100px);
    line-height: min(10.5vmin, 110px);
  }
}
@media (max-width: 1599.98px) {
  h1 {
    font-size: min(9vmin, 90px);
    line-height: min(9.5vmin, 100px);
  }
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: min(8vmin, 80px);
    line-height: min(8.5vmin, 90px);
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 45px;
    line-height: 53px;
  }
}
@media (max-width: 389px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 8vmin;
  line-height: 9vmin;
}
@media (max-width: 6000.98px) {
  h2 {
    font-size: min(8.4vmin, 50px);
    line-height: 1.1;
  }
}
@media (max-width: 1920px) {
  h2 {
    font-size: min(7vmin, 45px);
    line-height: 1.1;
  }
}
@media (max-width: 1599.98px) {
  h2 {
    font-size: min(6vmin, 45px);
    line-height: min(6vmin, 60px);
  }
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: min(5.5vmin, 40px);
    line-height: min(6vmin, 45px);
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 33px;
    line-height: 36px;
  }
}

h2 {
  font-size: 8vmin;
  line-height: 9vmin;
}
@media (max-width: 6000.98px) {
  h2 {
    font-size: min(8.4vmin, 50px);
    line-height: 1.1;
  }
}
@media (max-width: 1920px) {
  h2 {
    font-size: min(7vmin, 45px);
    line-height: 1.1;
  }
}
@media (max-width: 1599.98px) {
  h2 {
    font-size: min(6vmin, 45px);
    line-height: min(6vmin, 60px);
  }
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: min(5.5vmin, 40px);
    line-height: min(6vmin, 45px);
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 33px;
    line-height: 36px;
  }
}

h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1599.98px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 1399.98px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h6 {
    font-size: 20px;
  }
}

.abstract {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Roboto";
}
@media (max-width: 1599.98px) {
  .abstract {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .abstract {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .abstract {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .abstract {
    font-size: 17px;
  }
}
.dpflex{    display: flex;
    flex-wrap: wrap;
    align-items: center;}
.abstract-1 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Roboto";
}
@media (max-width: 1599.98px) {
  .abstract-1 {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .abstract-1 {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .abstract-1 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .abstract-1 {
    font-size: 17px;
  }
}

p {
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 15px;
  text-wrap: pretty;
}
@media (max-width: 1599.98px) {
  p {
    font-size: 19px;
  }
}
@media (max-width: 1199.98px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  p {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  p {
    font-size: 16px;
  }
}

.green-clr-bg {
  background-color: #93D500;
}

.green-clr {
  color: #93D500;
}

.yellow-clr-bg {
  background-color: #ba1718;
}

.yellow-clr {
  color: #ffffff;
}

.green-dark-clr-bg {
  background-color: #007934;
}

.green-dark-clr {
  color: #007934;
}

.blue-dark-clr-bg {
  background-color: #1DAEE5;
}

.blue-dark-clr {
  color: #1DAEE5;
}

.white-clr {
  color: #ffffff;
}

.hwhite-clr {
  color: rgba(255, 255, 255, 0.5);
}

.txt-up {
  text-transform: uppercase;
}

.container {
  max-width: 84%;
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 575.98px) {
  main .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* half circle mixin */
/* Gradient mixin */
.bg-gradient-rev-slider-top {
  background: linear-gradient(180deg, rgba(0, 15, 15, 0.3) 0%, rgba(0, 15, 15, 0) 100%);
}

.bg-gradient-rev-slider-left {
  background: linear-gradient(107deg, rgba(193, 45, 44, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.bg-gradient-intro-overlay {
  background: linear-gradient(107deg, rgba(25, 164, 163, 0.7987570028) 27%, rgba(7, 83, 105, 0.8015581232) 100%);
}

.bg-gradient-statistic-overlay {
  background: linear-gradient(107deg, rgba(2, 31, 33, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

.bg-gradient-products-bg {
  background: linear-gradient(to bottom, #1AA79C 70%, #fff 30%);
}

.bg-gradient-parliamentary {
  background: linear-gradient(107deg, rgba(2, 31, 33, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background: #455881;
  opacity: 1;
  transition: 1s opacity;
  font-family: "Roboto";
  color: #6A6A6A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  html,
  body {
    margin: 0 !important;
    font-size: 16px;
  }
}

sub,
sup {
  font-size: 55%;
  text-transform: none;
}

sup {
  top: -0.8em;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
a:hover {
  color: #455881;
}

p a {
  color: #000000;
}
p a:hover {
  color: #455881;
}

.default-cursor {
  cursor: default !important;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

i,
span,
a {
  display: inline-block;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #000000;
}
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
  color: #455881;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

label {
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

*::-moz-selection {
  background: #6A6A6A;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #6A6A6A;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #6A6A6A;
  color: #ffffff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #6A6A6A;
  opacity: 1;
}

*::placeholder {
  color: #6A6A6A;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

input::-moz-input-placeholder {
  color: #000000;
  opacity: 1;
}

input::placeholder {
  color: #000000;
  opacity: 1;
}

body.placeholder {
  color: #6A6A6A;
  opacity: 1;
}
body:-moz-placeholder {
  color: #6A6A6A;
  opacity: 1;
}
body::-moz-placeholder {
  color: #6A6A6A;
  opacity: 1;
}
body::-webkit-input-placeholder {
  color: #6A6A6A;
  opacity: 1;
}

img {
  width: 100%;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.preloadcss {
  position: fixed;
  z-index: 11111111111111;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #b01715;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
picture {
  height: 100%;
  width: 100%;
}

section {
  padding: 70px 0;
}
@media (max-width: 1399.98px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  section {
    padding: 50px 0;
  }
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.txt-upper {
  text-transform: uppercase;
}

/*********************************
BUTTON STYLE STARTS
*********************************/
.primary-button {
  display: inline-flex;
  padding: 0px 32px;
  font-size: 20px;
  font-weight: 400;
  color: #b81818;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  height: 47px;
  border: 1px solid #b81818;
}
.primary-button.xcc {
  display: inline-flex;
  padding: 0px 32px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  height: 47px;
  border: 1px solid #ffffff;
}
.primary-button.xcc:hover {
  border: 1px solid #b81818;
}
@media (max-width: 1199.98px) {
  .primary-button {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .primary-button {
    padding: 0px 28px;
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .primary-button {
    padding: 0px 22px;
    height: 40px;
    font-size: 16px;
  }
}
.primary-button:before {
  content: "";
  background-color: #b81818;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
}
.primary-button.white-color {
  color: #ffffff;
  margin-left: 80px;
  border: 1px solid #ffffff;
}
@media (max-width: 1599.98px) {
  .primary-button.white-color {
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .primary-button.white-color {
    margin-left: 0px;
  }
}
.primary-button.white-color:before {
  background-color: #ba1718;
}
.primary-button.white-color:hover {
  border: 1px solid #ba1718;
}
.primary-button .btn-cricle-arrow {
  position: relative;
}
.primary-button .btn-cricle-arrow:before {
  content: "";
  background-color: #000000;
  transform: scale(0);
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
  border-radius: 100%;
}
.primary-button .btn-cricle-arrow span {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
  border: 1px solid rgba(255, 255, 255, 0.75);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .primary-button .btn-cricle-arrow span {
    padding: 6px;
    height: 30px;
    width: 30px;
  }
}
.primary-button .btn-cricle-arrow span:before {
  content: "\e906";
  left: -1px;
  position: absolute;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.75s ease-in-out 0s !important;
  -moz-transition: all 0.75s ease-in-out 0s !important;
  -ms-transition: all 0.75s ease-in-out 0s !important;
  -o-transition: all 0.75s ease-in-out 0s !important;
  transition: all 0.75s ease-in-out 0s !important;
}
@media (max-width: 575.98px) {
  .primary-button .btn-cricle-arrow span:before {
    font-size: 12px;
  }
}
.primary-button .btn-cricle-arrow span:after {
  content: "\e906";
  font-family: "icomoon";
  transform: translateX(-100px);
  left: -1px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s ease-in-out 0s !important;
  -moz-transition: all 0.75s ease-in-out 0s !important;
  -ms-transition: all 0.75s ease-in-out 0s !important;
  -o-transition: all 0.75s ease-in-out 0s !important;
  transition: all 0.75s ease-in-out 0s !important;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .primary-button .btn-cricle-arrow span:after {
    font-size: 12px;
  }
}
.primary-button.no-circle .btn-cricle-arrow {
  display: none;
}
.primary-button.no-circle span {
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
  color: rgba(255, 255, 255, 0.6);
}
.primary-button.no-circle:hover span {
  transform: translateX(10px);
  color: #000000;
}
.primary-button:hover {
  color: #ffffff;
}
.primary-button:hover .btn-cricle-arrow:before {
  transform: scale(1.1);
}
.primary-button:hover .btn-cricle-arrow span {
  border: 1px solid rgba(0, 0, 0, 0.75);
  background-color: transparent;
}
.primary-button:hover .btn-cricle-arrow span:before {
  transform: translateX(100px);
}
.primary-button:hover .btn-cricle-arrow span:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.primary-button:hover:before {
  width: 100%;
}
.primary-button:hover.transparent-btn .btn-cricle-arrow span {
  background-color: transparent;
}
.primary-button:hover.with-white-border .btn-cricle-arrow span {
  background-color: transparent;
}
.primary-button.transparent-btn {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.primary-button.transparent-btn .btn-cricle-arrow span {
  background-color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
.primary-button.transparent-btn .btn-cricle-arrow span:before {
  color: rgba(255, 255, 255, 0.8);
}
.primary-button.with-white-border {
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.primary-button.with-white-border .btn-cricle-arrow span {
  background-color: rgba(255, 255, 255, 0.9);
}

.icon-button {
  overflow: hidden;
  border-radius: 100%;
}
.icon-button:before {
  content: "";
  background-color: #000000;
  transform: scale(0);
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
  border-radius: 100%;
  display: none;
}
.icon-button span {
  padding: 10px;
  background-color: transparent;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}
@media (max-width: 1399.98px) {
  .icon-button span {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 1399.98px) and (max-width: 575.98px) {
  .icon-button span {
    height: 40px;
    width: 40px;
  }
}
.icon-button span:before {
  left: 0px;
  position: absolute;
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}
@media (max-width: 1399.98px) {
  .icon-button span:before {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .icon-button span:before {
    font-size: 15px;
  }
}
.icon-button span:after {
  content: "\e906";
  font-family: "icomoon";
  transform: translateX(-100px);
  left: -1px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s ease-in-out 0s !important;
  -moz-transition: all 0.75s ease-in-out 0s !important;
  -ms-transition: all 0.75s ease-in-out 0s !important;
  -o-transition: all 0.75s ease-in-out 0s !important;
  transition: all 0.75s ease-in-out 0s !important;
  color: #ffffff;
  font-size: 26px;
  display: none;
}
@media (max-width: 1399.98px) {
  .icon-button span:after {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .icon-button span:after {
    font-size: 15px;
  }
}
.icon-button:hover span {
  opacity: 1;
}
.icon-button:hover span:after {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.icon-button:hover span:before {
  transform: translateX(10px);
}
.icon-button:hover:before {
  transform: scale(1.1);
}
.icon-button.with-bg span {
  border: 1px solid #000000;
  background-color: #000000;
  opacity: 1;
}
.icon-button.with-bg span:before {
  color: #ffffff;
}
.icon-button.with-bg:hover:after {
  color: #ffffff;
}
.icon-button.with-border span {
  border: 1px solid #000000;
  border-radius: 50%;
}
.icon-button.back-to span:before {
  transform: scaleX(-1);
  right: 0;
}
.icon-button.back-to:hover span:before {
  transform: translateX(-10px) scaleX(-1);
}

@keyframes clock-animation {
  0% {
    stroke-dashoffset: 471;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*********************************
MAIN HEADER STARTS
*********************************/
.main-header-wrapper {
  position: fixed;
  top: 0;  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  left: 0;
  width: 100vw;
  padding: 30px 0px;
  background-color: #ffffff!important;
  z-index: 11111;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}
@media (max-width: 1799.98px) {
  .main-header-wrapper {
    padding: 8px 0px;
  }
}
.main-header-wrapper .logo-container {
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 1799.98px) {
  .main-header-wrapper .logo-container {
    padding-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .main-header-wrapper .container {
    padding-right: 15px;
  }
}
.main-header-wrapper .container .left-side-header a img {
	  height: 90px;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}

.main-header-wrapper #headerzz.stickyzz .left-side-header a img {
	  /*height: 50px;*/
	  width: auto;
	  height: 55px;
}
@media (max-width: 575.98px) {
  .main-header-wrapper .container .left-side-header a img {
    width: 90%;
  }
}
.main-header-wrapper .container .right-side-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .main-header-wrapper .container .right-side-header {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .main-header-wrapper .container .right-side-header {
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .main-header-wrapper .container .right-side-header {
    gap: 25px;
  }
}
@media (max-width: 389px) {
  .main-header-wrapper .container .right-side-header {
    gap: 15px;
  }
}
.main-header-wrapper .container .right-side-header a {
    color: #46597f;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.main-header-wrapper .container .right-side-header a:hover {
  color: #ba1718;
}
.main-header-wrapper .container .right-side-header .lang-switcher {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.main-header-wrapper .container .right-side-header .search-icon {
  font-size: 19px;
}
@media (max-width: 575.98px) {
  .main-header-wrapper .container .right-side-header .search-icon {
    font-size: 15px;
  }
}
.main-header-wrapper.headroom--not-top {
  background-color: #ffffff !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  box-shadow: 0 0 0.95rem rgba(0, 0, 0, 0.5);
}
.main-header-wrapper.headroom--not-top .left-side-header a {
  color: #ffffff;
}
.main-header-wrapper.headroom--not-top .right-side-header a {
  color: #000000;
}
.main-header-wrapper.headroom--not-top .right-side-header a:hover {
  color: #ffffff;
}
.main-header-wrapper.headroom--not-top .right-side-header .hamburger-menu span {
  background-color: #000000;
}
.main-header-wrapper.headroom--not-top .right-side-header .hamburger-menu:hover span {
  background-color: #ffffff;
}

/*****HUMBURGER MENU ANIM STARTS*****/
.hamburger-menu {
  position: relative;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 52px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}
.hamburger-menu span {
  display: block;
  width: 30px;
  background-color: #465a7f;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  position: absolute;
  right: 8px;
  transform: rotate(0deg);
  height: 2px;
}
.hamburger-menu span.hamburger-top-bar {
  width: 30px;
  top: 16px;
}
@media (max-width: 575.98px) {
  .hamburger-menu span.hamburger-top-bar {
    width: 25px;
  }
}
.hamburger-menu span.hamburger-bottom-bar {
  width: 23px;
  top: 24px;
}
@media (max-width: 575.98px) {
  .hamburger-menu span.hamburger-bottom-bar {
    width: 20px;
  }
}
.hamburger-menu span.hamburger-bottom-bar2 {
  width: 30px;
  top: 32px;
}
@media (max-width: 575.98px) {
  .hamburger-menu span.hamburger-bottom-bar2 {
    width: 25px;
  }
}
.hamburger-menu.active span {
  top: 23px;
}
.hamburger-menu.active span.hamburger-top-bar {
  transform: rotate(45deg);
  width: 30px;
}
@media (max-width: 575.98px) {
  .hamburger-menu.active span.hamburger-top-bar {
    width: 25px;
  }
}
.hamburger-menu.active span.hamburger-bottom-bar {
  transform: rotate(-45deg);
  width: 30px;
}
@media (max-width: 575.98px) {
  .hamburger-menu.active span.hamburger-bottom-bar {
    width: 25px;
  }
}
.hamburger-menu.active span.hamburger-bottom-bar2 {
  transform: rotate(-45deg);
  width: 30px;
}
@media (max-width: 575.98px) {
  .hamburger-menu.active span.hamburger-bottom-bar2 {
    width: 25px;
  }
}
.hamburger-menu.active:hover span {
  background-color: #ffffff !important;
}
.hamburger-menu.active:hover span.hamburger-top-bar {
  width: 30px;
}
@media (max-width: 575.98px) {
  .hamburger-menu.active:hover span.hamburger-top-bar {
    width: 25px;
  }
}
.hamburger-menu.active:hover span.hamburger-bottom-bar {
  width: 30px;
}
@media (max-width: 575.98px) {
  .hamburger-menu.active:hover span.hamburger-bottom-bar {
    width: 25px;
  }
}
.hamburger-menu:hover span {
  background-color: #ba1718;
}
.hamburger-menu:hover span.hamburger-top-bar {
  width: 30px;
}
@media (max-width: 575.98px) {
  .hamburger-menu:hover span.hamburger-top-bar {
    width: 25px;
  }
}
.hamburger-menu:hover span.hamburger-bottom-bar {
  width: 30px;
}
@media (max-width: 575.98px) {
  .hamburger-menu:hover span.hamburger-bottom-bar {
    width: 25px;
  }
}

/*****HUMBURGER MENU ANIM ENDS*****/
.right-side-header .icon-close {
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  cursor: pointer;
  width: 49px;
  height: 49px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.right-side-header .icon-close.active {
  visibility: visible;
  opacity: 0;
}

/*********************************
HOME HERO BANNER STARTS
*********************************/
.homebannersec {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: #455881;
  padding: 0;
  margin: 0;
  min-height: 600px;
}
.homebannersec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(15, 45, 82, 0.7);
  z-index: 11;
}
.homebannersec #myVideo {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
.homebannersec .home-main-slider-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 11;
}
.homebannersec .home-main-slider-content .container {
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.homebannersec .home-main-slider-content .container .home-main-slider-details {
  position: relative;
}
.homebannersec .home-main-slider-content .container .home-main-slider-details .slider-maintitle {
  margin: 0px 0px 30px 0px;
  max-width: 700px;
}
@media (max-width: 1599.98px) {
  .homebannersec .home-main-slider-content .container .home-main-slider-details .slider-maintitle {
    max-width: 550px;
  }
}
@media (max-width: 767.98px) {
  .homebannersec .home-main-slider-content .container .home-main-slider-details .slider-maintitle {
    max-width: 450px;
  }
}
.homebannersec .home-main-slider-content .container .home-main-slider-details .slider-maintitle h1 {
  color: #ffffff;
  font-weight: 500;
  margin-left: -7px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .homebannersec .home-main-slider-content .container .home-main-slider-details .slider-maintitle h1 {
    margin-left: 0px;
  }
}
.homebannersec .home-main-slider-content .container .home-main-slider-details .slider-maintitle h1 span {
  color: #ffffff;
  display: block;
}

/******HOME SLIDER FOOTER STARTS*******/
.home-main-slider-bottom-area {
  position: absolute;
  bottom: 0%;
  width: 100%;
  z-index: 1;
  padding-bottom: 50px;
  z-index: 11;
}
@media (max-width: 767.98px) {
  .home-main-slider-bottom-area {
    padding-bottom: 40px;
  }
}
.home-main-slider-bottom-area .main-slider-contact {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .home-main-slider-bottom-area .main-slider-contact {
    gap: 20px;
  }
}
.home-main-slider-bottom-area .main-slider-contact a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 991.98px) {
  .home-main-slider-bottom-area .main-slider-contact a {
    font-size: 16px;
  }
}
@media (max-width: 389px) {
  .home-main-slider-bottom-area .main-slider-contact a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .home-main-slider-bottom-area .main-slider-contact a {
    margin-bottom: 6px;
  }
}
.home-main-slider-bottom-area .main-slider-contact a:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 5px;
  height: 15px;
  width: 1px;
  background-color: rgb(79, 95, 97);
  transform: rotate(20deg);
}
@media (max-width: 991.98px) {
  .home-main-slider-bottom-area .main-slider-contact a:after {
    right: -10px;
  }
}
@media (max-width: 389px) {
  .home-main-slider-bottom-area .main-slider-contact a:after {
    top: 1px;
  }
}
.home-main-slider-bottom-area .main-slider-contact a:last-child:after {
  display: none;
}
.home-main-slider-bottom-area .main-slider-contact a:hover {
  color: #000000;
}
.home-main-slider-bottom-area .main-slider-copyright p {
  margin-bottom: 0px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .home-main-slider-bottom-area .main-slider-copyright p {
    font-size: 16px;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .home-main-slider-bottom-area .main-slider-copyright p {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 389px) {
  .home-main-slider-bottom-area .main-slider-copyright p {
    font-size: 14px;
  }
}

/******PAGE PILING NAVIGATION STARTS*******/
#pp-nav {
  transform: translate(-50%, -50%);
  margin-top: 0px !important;
}
#pp-nav ul {
  overflow: inherit;
}
#pp-nav.right {
  right: 0px;
}
@media (max-width: 1399.98px) {
  #pp-nav.right {
    right: -15px;
  }
}
@media (max-width: 575.98px) {
  #pp-nav.right {
    right: -28px;
  }
}
#pp-nav li {
  margin: 20px;
  width: 20px;
  height: 20px;
  padding: 0px;
}
@media (max-width: 575.98px) {
  #pp-nav li {
    margin: 16px;
    width: 16px;
    height: 16px;
  }
}
#pp-nav li:before {
  display: none;
}
#pp-nav li:first-child {
  margin-top: 0px;
}
#pp-nav li:last-child {
  margin-bottom: 0px;
}
#pp-nav li .pp-tooltip {
  color: #000000;
  margin-right: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #pp-nav li .pp-tooltip {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  #pp-nav li .pp-tooltip {
    font-size: 14px;
  }
}
#pp-nav li .pp-tooltip.right {
  right: 30px;
  top: -7px;
}
@media (max-width: 575.98px) {
  #pp-nav li .pp-tooltip.right {
    top: -5px;
  }
}
#pp-nav li:hover span {
  transform: rotate(180deg);
}
#pp-nav li:hover span:before {
  width: 100%;
}
#pp-nav li a {
  transition: 0.9s ease;
}
#pp-nav li a span {
  width: 20px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0px;
  border: none;
  transform: rotate(110deg);
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}
#pp-nav li a span:before {
  content: "";
  background-color: #000000;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  -webkit-transition: all 0.9s ease-in-out 0s !important;
  -moz-transition: all 0.9s ease-in-out 0s !important;
  -ms-transition: all 0.9s ease-in-out 0s !important;
  -o-transition: all 0.9s ease-in-out 0s !important;
  transition: all 0.9s ease-in-out 0s !important;
  position: absolute;
}
@media (max-width: 575.98px) {
  #pp-nav li a span {
    width: 16px;
    height: 3px;
  }
}
#pp-nav li a.active span {
  transform: rotate(180deg);
  background-color: #000000;
}

/*********HOME 2ND SLIDER STARTS*******/
.home-abstract,
.home-abstract h3 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-size: 3vmin;
  line-height: 3.5vmin;
}
@media (max-width: 6000.98px) {
  .home-abstract,
  .home-abstract h3 {
    font-size: min(3vmin, 22px);
    line-height: min(3.5vmin, 30px);
  }
}
@media (max-width: 1599.98px) {
  .home-abstract,
  .home-abstract h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 1199.98px) {
  .home-abstract,
  .home-abstract h3 {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .home-abstract,
  .home-abstract h3 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .home-abstract,
  .home-abstract h3 {
    font-size: 17px;
  }
}
.home-abstract a,
.home-abstract h3 a {
  font-weight: 600;
  color: #000000;
}
.home-abstract a:hover,
.home-abstract h3 a:hover {
  color: #ffffff;
}

.pp-scrollable {
  overflow-x: hidden;
}

.common-img-area {
  z-index: 1;
  position: relative;
  width: 100%;
}
.common-img-area img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/8;
  -webkit-transition: all 10s ease-in-out 0s !important;
  -moz-transition: all 10s ease-in-out 0s !important;
  -ms-transition: all 10s ease-in-out 0s !important;
  -o-transition: all 10s ease-in-out 0s !important;
  transition: all 10s ease-in-out 0s !important;
  transform: scale(1.2);
  transition-duration: 10s, 1s;
}
@media (max-width: 1199.98px) {
  .common-img-area img {
    height: auto;
  }
}
.common-img-area.no-aspect img {
  aspect-ratio: inherit;
  height: auto;
}

.section.active .common-img-area img {
  transform: scale(1.001);
}

.starting-container {
  margin-top: 15%;
}
@media (max-width: 1199.98px) {
  .starting-container {
    margin-top: 11%;
  }
}

@media (max-width: 991.98px) {
  .home-about-section {
    padding-bottom: 0px !important;
  }
}

.home-about-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.mmabt{background:#b71818;}
.home-about-content-wrapper h2 {
  color: #ffffff;
}
.home-about-content-wrapper h2 .light-blue-section {
  color: #ffffff;
  font-size: min(6vmin, 36px);
  font-weight: 400;
}
@media (max-width: 1920px) {
  .home-about-content-wrapper h2 .light-blue-section {
    font-size: min(5.5vmin, 32px);
  }
}
@media (max-width: 1399.98px) {
  .home-about-content-wrapper h2 .light-blue-section {
    font-size: min(4vmin, 28px);
  }
}
@media (max-width: 767.98px) {
  .home-about-content-wrapper h2 .light-blue-section {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .home-about-content-wrapper h2 .light-blue-section {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .home-about-content-wrapper h2 .light-blue-section {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .home-about-content-wrapper {
    height: auto;
  }
}

/*********HOME 3RD SLIDER STARTS*******/
.common-counter-wrapper {
  gap: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b81818;
  display: flex;
  font-size: 13vmin;
  line-height: 8vmin;
}
@media (max-width: 480px) {
  .common-counter-wrapper {
    gap: 5px;
  }
}
.common-counter-wrapper .odometer-inside {
  line-height: 120px;
}
@media (max-width: 1199.98px) {
  .common-counter-wrapper .odometer-inside {
    line-height: 100px;
  }
}
@media (max-width: 6000.98px) {
  .common-counter-wrapper {
    font-size: min(21vmin, 128px);
    line-height: min(8vmin, 70px);
  }
}
@media (max-width: 1920px) {
  .common-counter-wrapper {
    font-size: min(18vmin, 110px);
    line-height: min(6vmin, 60px);
  }
}
@media (max-width: 1599.98px) {
  .common-counter-wrapper {
    font-size: min(14.3vmin, 110px);
    line-height: 37px;
  }
}
@media (max-width: 1399.98px) {
  .common-counter-wrapper {
    font-size: min(13vmin, 100px);
  }
}
@media (max-width: 575.98px) {
  .common-counter-wrapper {
    font-size: 90px;
    line-height: 43px;
  }
}
@media (max-width: 480px) {
  .common-counter-wrapper {
    font-size: 80px;
    line-height: 42px;
  }
}
.common-counter-wrapper .counter-last-title {
  text-transform: none;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  .common-counter-wrapper .counter-last-title {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .common-counter-wrapper .counter-last-title {
    margin-top: -6px;
  }
}
.common-counter-wrapper .counter-last-title span {
  font-weight: 300;
  line-height: 20px;
  font-size: min(7.6vmin, 58px);
  line-height: min(2.6vmin, 20px);
}
@media (max-width: 1199.98px) {
  .common-counter-wrapper .counter-last-title span {
    font-size: min(7.2vmin, 55px);
  }
}
@media (max-width: 575.98px) {
  .common-counter-wrapper .counter-last-title span {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .common-counter-wrapper .counter-last-title span {
    font-size: 33px;
  }
}
.common-counter-wrapper .counter-dtls {
  font-size: 24px;
  font-size: min(3.1vmin, 24px);
  line-height: 30px;
  color: #636569;
  font-family: "Roboto";
  font-weight: 300;
  margin-top: 15px;
}
@media (max-width: 1399.98px) {
  .common-counter-wrapper .counter-dtls {
    font-size: min(2.7vmin, 21px);
  }
}
@media (max-width: 1199.98px) {
  .common-counter-wrapper .counter-dtls {
    font-size: min(2.7vmin, 21px);
  }
}
@media (max-width: 575.98px) {
  .common-counter-wrapper .counter-dtls {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .common-counter-wrapper .counter-dtls {
    font-size: 16px;
    margin-top: -6px;
  }
}

.home-investment-counter-area h4 {
  color: #ffffff;
  font-weight: 400;
  max-width: 400px;
}

.home-investment-slider-counter {
  position: relative;
  z-index: 1;
}

@media (max-width: 1599.98px) {
  .invest-philosophy-cont {
    padding-top: 0px;
  }
}

.home-investment-slider-grid {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  background-color: transparent;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out 0s !important;
  -moz-transition: all 1s ease-in-out 0s !important;
  -ms-transition: all 1s ease-in-out 0s !important;
  -o-transition: all 1s ease-in-out 0s !important;
  transition: all 1s ease-in-out 0s !important;
}
@media (max-width: 1399.98px) {
  .home-investment-slider-grid {
    min-height: 300px;
  }
}
@media (max-width: 991.98px) {
  .home-investment-slider-grid {
    min-height: 280px;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  .home-investment-slider-grid:before {
    transform: translateY(0px) !important;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%) !important;
  }
  .home-investment-slider-grid:after {
    transform: translateY(0px) !important;
    clip-path: polygon(100% 20%, 0% 100%, 100% 100%) !important;
  }
}
@media (max-width: 575.98px) {
  .home-investment-slider-grid {
    padding: 20px;
    min-height: 250px;
  }
}
.home-investment-slider-grid h3 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.home-investment-slider-grid h4 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 80px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}
.home-investment-slider-grid .icon-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.home-investment-slider-grid:before {
  clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #b81818;
  content: "";
  transform: translateY(-450px);
  -webkit-transition: all 1s ease-in-out 0s !important;
  -moz-transition: all 1s ease-in-out 0s !important;
  -ms-transition: all 1s ease-in-out 0s !important;
  -o-transition: all 1s ease-in-out 0s !important;
  transition: all 1s ease-in-out 0s !important;
}
.home-investment-slider-grid:after {
  clip-path: polygon(100% 55%, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1c1b43;
  content: "";
  transform: translateY(250px);
  -webkit-transition: all 1s ease-in-out 0s !important;
  -moz-transition: all 1s ease-in-out 0s !important;
  -ms-transition: all 1s ease-in-out 0s !important;
  -o-transition: all 1s ease-in-out 0s !important;
  transition: all 1s ease-in-out 0s !important;
}
.home-investment-slider-grid .common-counter-wrapper {
  -webkit-transition: all 0.7s ease-in-out 0s !important;
  -moz-transition: all 0.7s ease-in-out 0s !important;
  -ms-transition: all 0.7s ease-in-out 0s !important;
  -o-transition: all 0.7s ease-in-out 0s !important;
  transition: all 0.7s ease-in-out 0s !important;
}
.home-investment-slider-grid:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.home-investment-slider-grid:hover:before {
  transform: translateY(0px);
}
.home-investment-slider-grid:hover:after {
  transform: translateY(0px);
}
.home-investment-slider-grid:hover .common-counter-wrapper {
  transform: translateY(-40px);
}
.home-investment-slider-grid:hover h4 {
  transform: translateY(-40px);
}
.home-investment-slider-grid:hover .icon-button span {
  opacity: 1;
}
.home-investment-slider-grid:hover .icon-button span:after {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.home-investment-slider-grid:hover .icon-button span:before {
  transform: translateX(10px);
  color: #ffffff;
}
.home-investment-slider-grid:hover .icon-button:before {
  transform: scale(1.1);
}

/*********HOME 4TH SLIDER STARTS*******/
.home-commitments-section .container {
  z-index: 11;
  position: relative;
}

.background-parallex-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.background-parallex-area:before {
  content: "";
  background-color: rgba(34, 46, 58, 0.96);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.background-parallex-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.saudi-vision-logo-area img {
  max-width: 150px;
  max-height: 100px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 1599.98px) {
  .saudi-vision-logo-area img {
    max-width: 110px;
  }
}
@media (max-width: 991.98px) {
  .saudi-vision-logo-area img {
    max-width: 90px;
  }
}

.home-commitment-content-grid {
  max-width: 600px;
  padding-bottom: 50px;
  position: relative;
  display: block;
}
@media (max-width: 991.98px) {
  .home-commitment-content-grid {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .home-commitment-content-grid {
    padding-bottom: 30px;
  }
}
.home-commitment-content-grid img {
  max-width: 150px;
  max-height: 100px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 1599.98px) {
  .home-commitment-content-grid img {
    max-width: 110px;
  }
}
@media (max-width: 991.98px) {
  .home-commitment-content-grid img {
    max-width: 90px;
  }
}
.home-commitment-content-grid h3 {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .home-commitment-content-grid h3 {
    margin-bottom: 10px;
  }
}
.home-commitment-content-grid:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(79, 95, 97, 0.6);
  height: 1px;
  width: 85%;
}
@media (max-width: 575.98px) {
  .home-commitment-content-grid:before {
    width: 85%;
  }
}
.home-commitment-content-grid:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.75s ease-in-out 0s !important;
  -moz-transition: all 0.75s ease-in-out 0s !important;
  -ms-transition: all 0.75s ease-in-out 0s !important;
  -o-transition: all 0.75s ease-in-out 0s !important;
  transition: all 0.75s ease-in-out 0s !important;
}
.home-commitment-content-grid .icon-button {
  position: absolute;
  right: 0;
  bottom: -25px;
}
@media (max-width: 1399.98px) {
  .home-commitment-content-grid .icon-button {
    bottom: -24px;
  }
}
@media (max-width: 575.98px) {
  .home-commitment-content-grid .icon-button {
    bottom: -19px;
  }
}
.home-commitment-content-grid:hover:after {
  width: 85%;
}
@media (max-width: 575.98px) {
  .home-commitment-content-grid:hover:after {
    width: 85%;
  }
}
.home-commitment-content-grid:hover .icon-button span {
  opacity: 1;
}
.home-commitment-content-grid:hover .icon-button span:after {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.home-commitment-content-grid:hover .icon-button span:before {
  transform: translateX(10px);
  color: #ffffff;
}
.home-commitment-content-grid:hover .icon-button:before {
  transform: scale(1.1);
}

/*********HOME 5TH SLIDER STARTS*******/
.home-career-bottom-area {
  background-color: #b81818;
  margin-top: -50px;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .home-career-bottom-area {
    margin-top: -40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .home-career-bottom-area {
    padding-bottom: 55px;
  }
}
.home-career-bottom-area .home-career-bottom-left-area {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991.98px) {
  .home-career-bottom-area .home-career-bottom-left-area {
    padding-bottom: 24px;
  }
}
.home-career-bottom-area .home-career-bottom-left-area h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0px;
  max-width: 500px;
  font-size: 4vmin;
  line-height: 5vmin;
}
@media (max-width: 6000.98px) {
  .home-career-bottom-area .home-career-bottom-left-area h3 {
    font-size: min(4vmin, 40px);
    line-height: min(5vmin, 50px);
  }
}
@media (max-width: 991.98px) {
  .home-career-bottom-area .home-career-bottom-left-area h3 {
    font-size: min(3.5vmin, 30px);
    line-height: min(4.4vmin, 40px);
  }
}
@media (max-width: 767.98px) {
  .home-career-bottom-area .home-career-bottom-left-area h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.home-career-bottom-area .home-career-bottom-right-area h5 {
  color: #000000;
  text-transform: uppercase;
}
.home-career-bottom-area .home-career-bottom-right-area .home-abstract {
  color: rgba(255, 255, 255, 0.7);
}

.footer-container {
  padding-top: 10%;
  padding-bottom: 170px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1599.98px) {
  .footer-container {
    padding-top: 200px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199.98px) {
  .footer-container {
    padding-top: 200px !important;
  }
}
@media (max-width: 480px) {
  .footer-container {
    padding-bottom: 40px;
  }
}

.main-footer-area {
  background-color: #47597f;
  padding-top: 50px;
  padding-bottom: 0px;
  width: 100%;
  position: relative;
  z-index: 9;
}
.cbr{display: flex !important;
    flex-direction: row!important;
    align-items: flex-start!important;
    flex-wrap: wrap!important;
    align-content: center!important;
    gap: 10px!important;margin-bottom: 10px!important;
	}
@media (max-width: 575.98px) {
  .main-footer-area .container {
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .main-footer-area {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .main-footer-area {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.main-footer-area hr {
  margin: 2rem 0;
  border-top: 1px solid #636569;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .main-footer-area hr {
    margin: 1.5rem 0;
  }
}
.main-footer-area .footer-content-area h5 {
  margin-bottom: 1.15rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .main-footer-area .footer-content-area h5 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .main-footer-area .footer-content-area h5 {
    margin-bottom: 1rem;
  }
}
.main-footer-area .footer-content-area h5:after {
  content: " ";
  display: block;
  width: 40px;
  height: 5px;
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.25);
}
.main-footer-area .footer-content-area .contact-item,
.main-footer-area .footer-content-area .contact-item a,
.main-footer-area .footer-content-area .social-rounded a {
  color: #ffffff;
}
.main-footer-area .footer-content-area .contact-item {
  margin-bottom: 0;
}
.main-footer-area .footer-content-area .footer-nav,
.main-footer-area .footer-content-area .contact-item {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto";
  font-weight: 300;
}
.main-footer-area .footer-content-area .contact-item a:not(.phone-link):hover,
.main-footer-area .footer-content-area .footer-nav a:hover {
  color: #000000;
  text-decoration: none;
}
.main-footer-area .footer-content-area .contact-item {
  position: relative;
  display: block;
}
.main-footer-area .footer-content-area .contact-item a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto";
}
.main-footer-area .footer-content-area .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.main-footer-area .footer-content-area .footer-nav li {
  display: block;
  width: 100%;
  margin-right: 20px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 4px;
  vertical-align: top;
}
@media (max-width: 480px) {
  .main-footer-area .footer-content-area .footer-nav li {
    width: 100%;
  }
}
.main-footer-area .newsletter-content {
  padding-right: 30px;
  font-size: 16px;
}
.text-justify {
    text-align: justify;
}
@media (max-width: 1199.98px) {
  .main-footer-area .newsletter-content {
    padding-right: 0px;
  }
}
.main-footer-area .newsletter-content .newsletter {
  position: relative;
}
.main-footer-area .newsletter-content .newsletter input:focus {
  border-color: rgba(3, 142, 211, 0.5);
  box-shadow: 0 0 10px 0 rgba(3, 142, 211, 0.2);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0px none transparent;
  background-color: #fff;
}
.main-footer-area .newsletter-content .newsletter button {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 24px;
  color: #b81818;
  background: none;
  line-height: 40px;
  border: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-footer-area .newsletter-content .newsletter button:hover {
  color: #ba1718;
}
.main-footer-area .newsletter-content .newsletter input {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 !important;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  height: 56px;
  padding: 10px 20px;
  background-color: transparent;
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  font-family: "Roboto";
  padding-right: 42px;
}
.main-footer-area .newsletter-content .newsletter input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer-area .newsletter-content .newsletter input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer-area .newsletter-content .newsletter input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer-area .newsletter-content .newsletter input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer-area .newsletter-content .newsletter input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer-area .newsletter-content .newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer-area .newsletter-content .newsletter input:focus {
  color: #636569;
}
.main-footer-area .newsletter-content p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .main-footer-area .newsletter-content p {
    font-size: 16px;
  }
}
.main-footer-area .site-info {
  margin-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .main-footer-area .site-info {
    padding-bottom: 20px;
  }
}
.main-footer-area .site-info .copyright {
  color: #cccccc;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto";
}
.main-footer-area .site-info .copyright a {
  color: #cccccc;
}
.main-footer-area .site-info .copyright a:hover {
  color: #000000;
}
.main-footer-area .social {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.main-footer-area .social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.main-footer-area .social a {
  transition: color 0.2s ease-in-out;
  color: #b81818;
  font-size: 19px;
}
.main-footer-area .social a .icon-x {
  font-size: 17px;
}
.main-footer-area .social a:hover {
  color: #ba1718;
  text-decoration: none;
}
@media (min-width: 320px) {
  .main-footer-area .footer-content-area .social-rounded {
    margin-right: -0.625rem;
    text-align: right;
  }
  .main-footer-area .footer-nav li {
    margin-bottom: 0.25rem;
    display: inline-block;
    width: 49%;
    line-height: 18px;
  }
  .main-footer-area .footer-nav li a {
    color: #ffffff;
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 300;
  }
}
.main-footer-area .footer-flash .copyright {
  text-transform: none;
}

.common-social-media {
  position: relative;
}
.common-social-media ul {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.mxsocial li span {
    color: #fff;
    font-size: 16px;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    border-radius: 100%;
}
.mxsocial li span:hover {opacity:0.7}
.mxsocial li.faceboox span{	
	    background: #2b87c7;
}
.mxsocial li.instagram span {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
@media (max-width: 1199.98px) {
  .common-social-media ul {
    gap: 10px;
  }
}
.common-social-media ul li a {
  color: #b81818;
}
.common-social-media ul li a:hover {
  color: #ba1718;
}
.common-social-media ul li a span {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .common-social-media ul li a span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .common-social-media ul li a span {
    font-size: 14px;
  }
}

.common-contact-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
@media (max-width: 1199.98px) {
  .common-contact-links {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .common-contact-links {
    justify-content: flex-start;
  }
}
.common-contact-links a {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  position: relative;
}
@media (max-width: 1599.98px) {
  .common-contact-links a {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .common-contact-links a {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .common-contact-links a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .common-contact-links a {
    font-size: 14px;
  }
}
.common-contact-links a:hover {
  color: #000000;
}
.common-contact-links a:after {
  content: "";
  background-color: rgba(79, 95, 97, 0.8);
  position: absolute;
  right: -25px;
  bottom: 4px;
  height: 24px;
  width: 1px;
  transform: rotate(20deg);
}
@media (max-width: 1199.98px) {
  .common-contact-links a:after {
    right: -15px;
  }
}
@media (max-width: 991.98px) {
  .common-contact-links a:after {
    bottom: 6px;
    height: 16px;
  }
}
@media (max-width: 767.98px) {
  .common-contact-links a:after {
    bottom: 4px;
    height: 16px;
  }
}
.common-contact-links a:last-child:after {
  display: none;
}

.quick-links-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .quick-links-area {
    gap: 6px 20px;
  }
}
@media (max-width: 991.98px) {
  .quick-links-area {
    justify-content: flex-start;
  }
}
.quick-links-area a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  position: relative;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  .quick-links-area a {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .quick-links-area a {
    font-size: 13px;
  }
}
.quick-links-area a:hover {
  color: #000000;
}
.quick-links-area a:after {
  content: "";
  background-color: rgba(79, 95, 97, 0.8);
  position: absolute;
  right: -15px;
  bottom: 4px;
  height: 14px;
  width: 1px;
  transform: rotate(20deg);
}
@media (max-width: 1199.98px) {
  .quick-links-area a:after {
    right: -10px;
  }
}
@media (max-width: 767.98px) {
  .quick-links-area a:after {
    height: 12px;
  }
}
.quick-links-area a:last-child:after {
  display: none;
}

.copy-rights-area {
  font-size: 16px;
  font-weight: 300;
  color: #636569;
  font-family: "Roboto";
  margin-top: 15px;
}
@media (max-width: 1199.98px) {
  .copy-rights-area {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .copy-rights-area {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .copy-rights-area {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .copy-rights-area {
    text-align: left;
  }
}
.copy-rights-area span {
  font-weight: 300;
}
.copy-rights-area a img {
  margin-left: 2px;
  width: 42px;
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .copy-rights-area a img {
    width: 38px;
  }
}
@media (max-width: 575.98px) {
  .copy-rights-area a img {
    width: 35px;
  }
}

.section {
  -moz-transition: transform 1.2s ease-in-out;
  -webkit-transition: transform 1.2s ease-in-out;
  -o-transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .section {
    position: relative;
  }
}

footer .main-footer-area hr {
  -webkit-transition: all 2s ease-in-out 0s !important;
  -moz-transition: all 2s ease-in-out 0s !important;
  -ms-transition: all 2s ease-in-out 0s !important;
  -o-transition: all 2s ease-in-out 0s !important;
  transition: all 2s ease-in-out 0s !important;
  width: 0px;
}
footer .main-footer-area hr.animated-page {
  width: 100%;
}

/**********SEARCH PAGE STYLE STARTS********/
.search-bar-main-wrapper {
  height: 55vh;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1111111;
  position: fixed;
  width: 100%;
  background-color: transparent;
  -moz-transition: transform 1.2s ease-in-out;
  -webkit-transition: transform 1.2s ease-in-out;
  -o-transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  top: 0;
  left: 0;
  transform: translateY(-130%);
}
.search-bar-main-wrapper.active {
  transform: translateY(0%);
}
.search-bar-main-wrapper.active .search-bar-wrapper h3 {
  transform: translateY(0px) !important;
}
.search-bar-main-wrapper.active .search-bar-wrapper .search-form {
  transform: translateY(0px) !important;
}
@media (max-width: 991.98px) {
  .search-bar-main-wrapper {
    height: 45vh;
  }
}
.search-bar-main-wrapper .search-form-header-logo {
  position: relative;
  z-index: 1111;
  padding: 30px 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-bar-main-wrapper .search-form-header-logo a img {
  width: 240px;
  height: auto;
}
@media (max-width: 1199.98px) {
  .search-bar-main-wrapper .search-form-header-logo a img {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .search-bar-main-wrapper .search-form-header-logo a img {
    width: 170px;
  }
}
@media (max-width: 575.98px) {
  .search-bar-main-wrapper .search-form-header-logo a img {
    width: 150px;
  }
}
.search-bar-main-wrapper .search-form-close {
  cursor: pointer;
}
.search-bar-main-wrapper .search-form-close span {
  color: #ba1718;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .search-bar-main-wrapper .search-form-close span {
    font-size: 20px;
  }
}
.search-bar-main-wrapper .search-form-close:hover span {
  color: #ffffff;
}
.search-bar-main-wrapper .search-bar-wrapper {
  width: 100%;
  -moz-transition: transform 2s ease-in-out;
  -webkit-transition: transform 2s ease-in-out;
  -o-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  height: 100%;
  background-color: #455881;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: 0 0 0.95rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0.95rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0.95rem rgba(0, 0, 0, 0.5);
}
.search-bar-main-wrapper .search-bar-wrapper .container {
  padding: 0px 150px;
  margin-top: 90px;
}
@media (max-width: 1199.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .container {
    padding: 0px 90px;
  }
}
@media (max-width: 991.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .container {
    padding: 0px 60px;
  }
}
@media (max-width: 767.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .container {
    padding: 0px 12px;
  }
}
.search-bar-main-wrapper .search-bar-wrapper h3 {
  font-size: 60px;
  font-weight: 500;
  color: #ba1718;
  margin-bottom: 50px;
  transform: translateY(-120px);
  -webkit-transition: all 1s ease-in-out 0s !important;
  -moz-transition: all 1s ease-in-out 0s !important;
  -ms-transition: all 1s ease-in-out 0s !important;
  -o-transition: all 1s ease-in-out 0s !important;
  transition: all 1s ease-in-out 0s !important;
  transition-delay: 0.5s !important;
}
@media (max-width: 1599.98px) {
  .search-bar-main-wrapper .search-bar-wrapper h3 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .search-bar-main-wrapper .search-bar-wrapper h3 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .search-bar-main-wrapper .search-bar-wrapper h3 {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .search-bar-main-wrapper .search-bar-wrapper h3 {
    font-size: 30px;
  }
}
.search-bar-main-wrapper .search-bar-wrapper .search-enter-info {
  font-size: 14px;
  color: #636569;
  font-weight: 300;
  text-align: right;
  float: right;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 575.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .search-enter-info {
    font-size: 13px;
  }
}
.search-bar-main-wrapper .search-bar-wrapper .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  transform: translateY(-100px);
  -webkit-transition: all 1s ease-in-out 0s !important;
  -moz-transition: all 1s ease-in-out 0s !important;
  -ms-transition: all 1s ease-in-out 0s !important;
  -o-transition: all 1s ease-in-out 0s !important;
  transition: all 1s ease-in-out 0s !important;
  transition-delay: 0.5s !important;
}
.search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input {
  width: 100%;
  position: relative;
}
.search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input:before {
  content: "";
  background-color: #ba1718;
  height: 1px;
  width: 0%;
  -webkit-transition: all 1s ease-in-out 0s !important;
  -moz-transition: all 1s ease-in-out 0s !important;
  -ms-transition: all 1s ease-in-out 0s !important;
  -o-transition: all 1s ease-in-out 0s !important;
  transition: all 1s ease-in-out 0s !important;
  bottom: 0;
  left: 0;
  position: absolute;
}
.search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input.active:before {
  width: 100%;
}
.search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  color: #636569;
  font-size: 32px;
  font-weight: 300;
  position: relative;
}
@media (max-width: 1599.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input input {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input input {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input input {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input input {
    font-size: 18px;
  }
}
.search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input input::placeholder {
  color: #4F5F61;
}
.search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-input input:focus:before {
  width: 100%;
}
.search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-button {
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 14px;
  box-shadow: none;
  border: none;
}
@media (max-width: 1599.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-button {
    top: 12px;
  }
}
@media (max-width: 991.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-button {
    top: 4px;
  }
}
.search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-button span {
  color: #ba1718;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
  font-size: 30px;
}
@media (max-width: 1599.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-button span {
    font-size: 24px;
    top: 8px;
  }
}
@media (max-width: 991.98px) {
  .search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-button span {
    font-size: 20px;
    top: 4px;
  }
}
.search-bar-main-wrapper .search-bar-wrapper .search-form .search-form-button:hover span {
  color: #ffffff;
}

/**********POPUP MENU STYLE STARTS********/
.popup-menu-section {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  width: 450px;
  z-index: 111111;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  -webkit-transition: all 1s ease-in-out 0s !important;
  -moz-transition: all 1s ease-in-out 0s !important;
  -ms-transition: all 1s ease-in-out 0s !important;
  -o-transition: all 1s ease-in-out 0s !important;
  transition: all 1s ease-in-out 0s !important;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.popup-menu-section .section-main-title-area {
  padding-right: 60px;
}
.popup-menu-section .starting-container {
  margin-top: 150px;
}
@media (max-width: 1599.98px) {
  .popup-menu-section .starting-container {
    margin-top: 122px !important;
  }
}
.popup-menu-section.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  width: 450px;
}
.popup-menu-section.active .custom-anim-top {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.popup-menu-section.active .custom-anim-bottom {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.popup-menu-section.active .custom-anim-left {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.popup-menu-section.active .custom-anim-right {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.popup-menu-section .custom-anim-top {
  transform: translateY(500px);
  -webkit-transition: all 1.5s ease-in-out 0s !important;
  -moz-transition: all 1.5s ease-in-out 0s !important;
  -ms-transition: all 1.5s ease-in-out 0s !important;
  -o-transition: all 1.5s ease-in-out 0s !important;
  transition: all 1.5s ease-in-out 0s !important;
  animation-delay: 1s;
  overflow: hidden;
  opacity: 0;
}
.popup-menu-section .custom-anim-bottom {
  transform: translateY(-500px);
  -webkit-transition: all 1.5s ease-in-out 0s !important;
  -moz-transition: all 1.5s ease-in-out 0s !important;
  -ms-transition: all 1.5s ease-in-out 0s !important;
  -o-transition: all 1.5s ease-in-out 0s !important;
  transition: all 1.5s ease-in-out 0s !important;
  animation-delay: 1s;
  overflow: hidden;
  opacity: 0;
}
.popup-menu-section .custom-anim-left {
  transform: translateX(-500px);
  -webkit-transition: all 1.5s ease-in-out 0s !important;
  -moz-transition: all 1.5s ease-in-out 0s !important;
  -ms-transition: all 1.5s ease-in-out 0s !important;
  -o-transition: all 1.5s ease-in-out 0s !important;
  transition: all 1.5s ease-in-out 0s !important;
  animation-delay: 1s;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.popup-menu-section .custom-anim-right {
  transform: translateX(500px);
  -webkit-transition: all 1.5s ease-in-out 0s !important;
  -moz-transition: all 1.5s ease-in-out 0s !important;
  -ms-transition: all 1.5s ease-in-out 0s !important;
  -o-transition: all 1.5s ease-in-out 0s !important;
  transition: all 1.5s ease-in-out 0s !important;
  animation-delay: 1s;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .popup-menu-section .popup-menu-contact-area {
    display: none;
  }
}
.popup-menu-section .popup-menu-contact-area .popup-address-content p {
  color: #ffffff;
  font-weight: 300;
  max-width: 350px;
  font-size: 3vmin;
  line-height: 3.5vmin;
}
@media (max-width: 6000.98px) {
  .popup-menu-section .popup-menu-contact-area .popup-address-content p {
    font-size: min(3vmin, 22px);
    line-height: min(3.5vmin, 30px);
  }
}
@media (max-width: 1599.98px) {
  .popup-menu-section .popup-menu-contact-area .popup-address-content p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199.98px) {
  .popup-menu-section .popup-menu-contact-area .popup-address-content p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .popup-menu-section .popup-menu-contact-area .popup-address-content p {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .popup-menu-section .popup-menu-contact-area .popup-address-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.popup-menu-section .popup-menu-contact-area .common-contact-links {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .popup-menu-section .popup-menu-contact-area .common-contact-links {
    margin-bottom: 8px;
    justify-content: center;
  }
}
.popup-menu-section .popup-menu-contact-area .common-contact-links a {
  color: #000000;
}
.popup-menu-section .popup-menu-contact-area .common-contact-links a:hover {
  color: #ffffff;
}
.popup-menu-section .copy-rights-area {
  font-size: 16px;
  color: #636569;
  margin-top: 20px;
  font-family: "Roboto";
}
@media (max-width: 991.98px) {
  .popup-menu-section .copy-rights-area {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .popup-menu-section .copy-rights-area {
    font-size: 15px;
    margin-top: 6px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .popup-menu-section .common-social-media ul {
    justify-content: center;
  }
}

.mobile-menu-pattern {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  display: none;
}
.popup-menu-pattern {
  position: absolute;
  z-index: 111111;
  left: 50%;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .popup-menu-pattern {
    display: none;
  }
}
.popup-menu-pattern #popup-menu-pattern {
  height: 100%;
  position: fixed;
  top: 0;
  left: 14%;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.popup-menu-footer-area {
  position: inherit;
  bottom: inherit;
  -ms-flex-item-align: end;
  align-self: flex-end;
  min-width: 100%;
  padding: 25px 0px 0px;
}
/************ONLOADING ANIMATION STARTS********/
.animate-v {
  opacity: 0;
  -webkit-transition: all 1.25s ease-in-out 0s !important;
  -moz-transition: all 1.25s ease-in-out 0s !important;
  -ms-transition: all 1.25s ease-in-out 0s !important;
  -o-transition: all 1.25s ease-in-out 0s !important;
  transition: all 1.25s ease-in-out 0s !important;
}
.animate-v.animate-left {
  transform: translateX(-150px);
  opacity: 0;
}
.animate-v.animate-left.animated-page {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.animate-v.animate-right {
  transform: translateX(150px);
  opacity: 0;
}
.animate-v.animate-right.animated-page {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.animate-v.animate-up {
  transform: translateY(-150px);
  opacity: 0;
}
.animate-v.animate-up.animated-page {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.animate-v.animate-down {
  transform: translateY(150px);
  opacity: 0;
}
.animate-v.animate-down.animate-delay-100 {
  transform: translateY(50px);
}
.animate-v.animate-down.animate-delay-120 {
  transform: translateY(100px);
}
.animate-v.animate-down.animated-page {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

.t-delay-5 {
  transition-delay: 5s;
}

.section.active .common-img-area:after {
  width: 0%;
}

.common-img-area.animated-page:after {
  width: 0%;
}
.common-img-area.animated-page img {
  transform: scale(1.001);
}

.common-img-area {
  position: relative;
  overflow: hidden;
}
.common-img-area.img-right-anim:after {
  right: 0;
  left: auto;
}
.common-img-area:after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #455881;
  transition: width 1s 0.5s;
  z-index: 2;
  content: "";
  position: absolute;
}

.body-blur-wrapper {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(15, 45, 82, 0.6);
  z-index: 1111;
  -webkit-transition: all 1s ease-in-out 0s !important;
  -moz-transition: all 1s ease-in-out 0s !important;
  -ms-transition: all 1s ease-in-out 0s !important;
  -o-transition: all 1s ease-in-out 0s !important;
  transition: all 1s ease-in-out 0s !important;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: block;
}
.body-blur-wrapper.active {
  opacity: 1;
  visibility: visible;
}

/******* Remove Page Pilling*******/
.container.allow-extend {
  overflow: visible;
}

.extend-column {
  max-width: unset;
}
@media (max-width: 991.98px) {
  .extend-column {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.container.allow-extend.allow-extend-left .row {
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .container.allow-extend.allow-extend-left .row {
    flex-direction: row;
  }
  .container.allow-extend.allow-extend-left .row .hw-100 {
    width: 100%;
  }
}
.container.allow-extend .row {
  flex-wrap: nowrap;
  --bs-gutter-x: 0;
}
@media (max-width: 991.98px) {
  .container.allow-extend .row {
    flex-wrap: wrap;
    --bs-gutter-x: 1.5rem;
  }
}

html.scroll-enabled,
body.scroll-enabled {
  overflow-Y: scroll;
}

.scroll-enabled {
  width: 100%;
}
.scroll-enabled .section {
  overflow-y: hidden;
  overflow-x: hidden;
  height: auto;
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.scroll-enabled .starting-container {
  margin-top: 0px;
}
.scroll-enabled .background-parallex-area {
  height: 100%;
}

#slide1 {
  background-color: #455881;
}

#slide2 {
  background-color: #455881;
}

#slide3 {
  background-color: #455881;
}

#slide4 {
  background-color: #455881;
}

#slide5 {
  background-color: #455881;
}

@media (max-width: 991.98px) {
  #slide1 {
    height: 100vh;
    height: 100svh;
    width: 100%;
  }
  #slide1 .homebannersec {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.moverhiden {
  overflow-y: hidden !important;
}

.home-vi-pattern-anim {
  display: none;
}

/***** ADDITION PAGE PILLING STYLE FOR MOBILE*****/
@media (max-width: 991.98px) {
  .section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .section {
    padding-bottom: 55px;
  }
}

/***** HOME SLIDER PATTERN ANIMATION *****/
.vision-invest-svg-pattern {
  position: absolute;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 260px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .vision-invest-svg-pattern {
    height: 200px;
  }
}
.vision-invest-svg-pattern .vision-invest-svg-line {
  width: calc(91.75% - 420px);
  height: 2px;
  -webkit-transition: all 4s ease-in-out 0s !important;
  -moz-transition: all 4s ease-in-out 0s !important;
  -ms-transition: all 4s ease-in-out 0s !important;
  -o-transition: all 4s ease-in-out 0s !important;
  transition: all 4s ease-in-out 0s !important;
  position: absolute;
  bottom: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 1399.98px) {
  .vision-invest-svg-pattern .vision-invest-svg-line {
    display: none;
  }
}
.vision-invest-svg-pattern .vision-invest-svg-line:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  background-color: #000000;
  -webkit-transition: all 4s ease-in-out 0s !important;
  -moz-transition: all 4s ease-in-out 0s !important;
  -ms-transition: all 4s ease-in-out 0s !important;
  -o-transition: all 4s ease-in-out 0s !important;
  transition: all 4s ease-in-out 0s !important;
}
@media (max-width: 1399.98px) {
  .vision-invest-svg-pattern .vision-invest-svg-line:before {
    display: none;
  }
}
.vision-invest-svg-pattern .vision-invest-svg-line.active:before {
  width: 100% !important;
}
.vision-invest-svg-pattern .vision-invest-svg-pattern-anim {
  right: 0;
  position: absolute;
  bottom: 0;
  width: 420px;
  height: auto;
}
@media (max-width: 1399.98px) {
  .vision-invest-svg-pattern .vision-invest-svg-pattern-anim {
    display: none;
  }
}
.vision-invest-svg-pattern .vision-invest-svg-pattern-mobile {
  display: none;
}
@media (max-width: 1399.98px) {
  .vision-invest-svg-pattern .vision-invest-svg-pattern-mobile {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .vision-invest-svg-pattern .vision-invest-svg-pattern-mobile {
    display: none;
  }
}
.vision-invest-svg-pattern .vision-invest-svg-line-mobile {
  width: 0%;
  border-top: 1px solid #000000;
  -webkit-transition: all 4s ease-in-out 0s !important;
  -moz-transition: all 4s ease-in-out 0s !important;
  -ms-transition: all 4s ease-in-out 0s !important;
  -o-transition: all 4s ease-in-out 0s !important;
  transition: all 4s ease-in-out 0s !important;
  position: absolute;
  bottom: 50%;
  transform: translate(0%, -50%);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .vision-invest-svg-pattern .vision-invest-svg-line-mobile {
    max-width: 935px;
    opacity: 0.5;
    visibility: visible;
  }
  .vision-invest-svg-pattern .vision-invest-svg-line-mobile.active {
    width: 100%;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .vision-invest-svg-pattern .vision-invest-svg-line-mobile.active {
    width: 94%;
  }
}
@media (max-width: 991.98px) {
  .vision-invest-svg-pattern .vision-invest-svg-line-mobile {
    max-width: 695px;
  }
}
@media (max-width: 767.98px) {
  .vision-invest-svg-pattern .vision-invest-svg-line-mobile {
    max-width: 515px;
  }
}

/*******FIT TO SCREEN SECTION*********/
@media (max-width: 575.98px) {
  .starting-container {
    margin-top: 100px;
  }
}
.starting-container.ext-mt {
  margin-top: 172px;
}
@media (max-width: 1599.98px) {
  .starting-container.ext-mt {
    margin-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .starting-container.ext-mt {
    margin-top: 122px;
  }
}
@media (max-width: 575.98px) {
  .starting-container.ext-mt {
    margin-top: 100px;
  }
}

#slide2 .home-about-content-wrapper .margin-tp-50 {
  margin-top: 0px;
}
@media (max-width: 1920px) {
  #slide2 .home-about-content-wrapper .margin-tp-50 {
    margin-top: 0px;
  }
}
#slide2 .home-about-content-wrapper .common-img-area {
  position: absolute;
  overflow: hidden;
  bottom: 230px;
  height: 68vh;
  width: auto;
}
#slide2 .home-about-content-wrapper .common-img-area img {
  height: 100%;
}
@media (max-width: 2133.98px) {
  #slide2 .home-about-content-wrapper .common-img-area {
    height: 65vh;
  }
}
@media (max-width: 1920px) {
  #slide2 .home-about-content-wrapper .common-img-area {
    height: 61vh;
  }
}
@media (max-width: 1599.98px) {
  #slide2 .home-about-content-wrapper .common-img-area {
    bottom: 200px;
  }
}
@media (max-width: 1399.98px) {
  #slide2 .home-about-content-wrapper .common-img-area {
    height: 57vh;
    bottom: 230px;
  }
}
@media (max-width: 1199.98px) {
  #slide2 .home-about-content-wrapper .common-img-area {
    height: auto;
    position: relative;
    bottom: 0;
  }
  #slide2 .home-about-content-wrapper .common-img-area img {
    height: auto;
  }
}
#slide2 .home-about-content-wrapper p {
  color: #636569;
  font-size: 22px;
  font-family: "Roboto";
  text-align:justify;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1399.98px) {
  #slide2 .home-about-content-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  #slide2 .home-about-content-wrapper p {
    font-size: 18px;
  }
}
#slide2 .home-about-bottom-area {
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  #slide2 .home-about-bottom-area {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  #slide2 .home-about-bottom-area {
    margin-top: -40px;
  }
}
@media (max-width: 1599.98px) {
  #slide2 .home-about-bottom-area .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  #slide2 .home-about-bottom-area .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
#slide2 .home-career-bottom-area {
  margin-top: 0;
}

/**********DYNAMIC HEADER STYLE********/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1A183C;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .dark-blue-header {
    background-color: rgba(15, 45, 82, 0.9);
  }
}

@media (max-width: 991.98px) {
  .dark-grey-header {
    background-color: rgba(99, 101, 105, 0.9);
  }
}

@media (max-width: 991.98px) {
  .moverhiden .dark-blue-header {
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .moverhiden .dark-grey-header {
    background-color: transparent;
  }
}

/**********PRELOADER STYLE************/
.preloader-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.preloader-wrapper img {
  width: auto;
}

.loader svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
.loader svg.active .svg-elem-1 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.loader svg.active .svg-elem-2 {
  fill: url("#paint0_radial_1_105");
}
.loader svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.loader svg.active .svg-elem-3 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.loader svg.active .svg-elem-4 {
  fill: rgb(0, 68, 124);
}
.loader svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
.loader svg.active .svg-elem-5 {
  fill: rgb(0, 68, 124);
}
.loader svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
.loader svg.active .svg-elem-6 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
.loader svg.active .svg-elem-7 {
  fill: url("#paint1_radial_1_105");
}
.loader svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
.loader svg.active .svg-elem-8 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
.loader svg.active .svg-elem-9 {
  fill: url("#paint2_radial_1_105");
}
.loader svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
.loader svg.active .svg-elem-10 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
.loader svg.active .svg-elem-11 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
.loader svg.active .svg-elem-12 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
.loader svg.active .svg-elem-13 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
.loader svg.active .svg-elem-14 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
.loader svg.active .svg-elem-15 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-16 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
.loader svg.active .svg-elem-16 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-17 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}
.loader svg.active .svg-elem-17 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-18 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
.loader svg.active .svg-elem-18 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-19 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
.loader svg.active .svg-elem-19 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-20 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
.loader svg.active .svg-elem-20 {
  fill: rgb(255, 255, 255);
}
.loader svg .svg-elem-21 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
.loader svg.active .svg-elem-21 {
  fill: rgb(255, 255, 255);
}

/**********POPUP MENU SVG PATTERN********/
.popup-menu-section.active .main-menu-pattern:before {
  height: 0%;
}

.main-menu-pattern {
  position: absolute;
  right: 29%;
  height: 100vh;
  height: 100dvh;
  width: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .main-menu-pattern {
    display: none;
  }
}
.main-menu-pattern img {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .main-menu-pattern {
    right: 32%;
  }
}
@media (max-width: 991.98px) {
  .main-menu-pattern {
    right: 34%;
  }
}
@media (max-width: 767.98px) {
  .main-menu-pattern {
    right: 36%;
  }
}
@media (max-width: 575.98px) {
  .main-menu-pattern {
    right: 27%;
  }
}
.main-menu-pattern:before {
  content: "";
  position: absolute;
  bottom: 0px;
  background-color: #636569;
  height: 100%;
  width: 100%;
  -webkit-transition: all 5s ease-in-out 0s !important;
  -moz-transition: all 5s ease-in-out 0s !important;
  -ms-transition: all 5s ease-in-out 0s !important;
  -o-transition: all 5s ease-in-out 0s !important;
  transition: all 5s ease-in-out 0s !important;
  transition-delay: 5s;
}

.margin-tp-50 {
  margin-top: 50px;
}

/*********Client Side Amendments*********/
.home-main-slider-bottom-area,
.vision-invest-svg-pattern {
  display: none;
}

.main-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}

.home-investment-left-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-investment-left-area .counter-number {
  margin-top: -6px;
}
@media (max-width: 575.98px) {
  .home-investment-left-area .counter-number {
    margin-top: -4px;
  }
}

.main-menu-pattern {
  display: none;
}

.main-header-wrapper.dark-logo-header .color-text {
  fill: #455881;
}
.main-header-wrapper.dark-logo-header .container .right-side-header a {
  color: #636569;
}
.main-header-wrapper.dark-logo-header .container .right-side-header a:hover {
  color: #ba1718;
}
.main-header-wrapper.dark-logo-header .container .hamburger-menu span {
  background-color: #636569;
}
.main-header-wrapper.dark-logo-header .container .hamburger-menu:hover span {
  background-color: #ba1718;
}

@media (max-width: 1920px) {
  .home-invest-content-wrapper .margin-tp-50 {
    margin-top: 0px;
  }
}
.home-invest-content-wrapper .common-img-area {
  position: absolute;
  overflow: hidden;
  bottom: 230px;
  height: 68vh;
  width: auto;
}
.home-invest-content-wrapper .common-img-area img {
  height: 100%;
}
@media (max-width: 2133.98px) {
  .home-invest-content-wrapper .common-img-area {
    height: 65vh;
  }
}
@media (max-width: 1920px) {
  .home-invest-content-wrapper .common-img-area {
    height: 61vh;
  }
}
@media (max-width: 1599.98px) {
  .home-invest-content-wrapper .common-img-area {
    bottom: 200px;
  }
}
@media (max-width: 1399.98px) {
  .home-invest-content-wrapper .common-img-area {
    height: 57vh;
    bottom: 230px;
  }
}
@media (max-width: 1199.98px) {
  .home-invest-content-wrapper .common-img-area {
    height: auto;
    position: relative;
    bottom: 0;
  }
  .home-invest-content-wrapper .common-img-area img {
    height: auto;
  }
}
.home-invest-content-wrapper h2 {
  color: #ffffff;
}
.home-invest-content-wrapper h2 .white-color-section {
  color: #ffffff;
  font-size: min(6vmin, 36px);
  font-weight: 400;
}
@media (max-width: 1920px) {
  .home-invest-content-wrapper h2 .white-color-section {
    font-size: min(5.5vmin, 32px);
  }
}
@media (max-width: 1399.98px) {
  .home-invest-content-wrapper h2 .white-color-section {
    font-size: min(4vmin, 28px);
  }
}
@media (max-width: 767.98px) {
  .home-invest-content-wrapper h2 .white-color-section {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .home-invest-content-wrapper h2 .white-color-section {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .home-invest-content-wrapper h2 .white-color-section {
    font-size: 24px;
  }
}
.home-invest-content-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-family: "Roboto";
  font-weight: 300;
}
@media (max-width: 1599.98px) {
  .home-invest-content-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .home-invest-content-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .home-invest-content-wrapper p {
    font-size: 18px;
  }
}
.home-invest-content-wrapper .common-counter-wrapper .counter-dtls {
  color: #ffffff;
}
.home-invest-content-wrapper .starting-container {
  margin-top: 5%;
}
@media (max-width: 1199.98px) {
  .home-invest-content-wrapper .starting-container {
    margin-top: 11%;
  }
}

.home-investment-section .home-invest-content-wrapper {
  position: relative;
  z-index: 2;
}
.home-investment-section .home-invest-content-wrapper .section-main-title-area {
  width: 75%;
}
@media (max-width: 1199.98px) {
  .home-investment-section .home-invest-content-wrapper .section-main-title-area {
    width: 85%;
  }
}
.home-investment-section .sustainbility-cont-home {
  background-color: rgba(29, 174, 229, 0.7);
  padding: 30px 40px;
}
@media (max-width: 1599.98px) {
  .home-investment-section .sustainbility-cont-home {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .home-investment-section .sustainbility-cont-home {
    padding: 20px;
  }
}
.home-investment-section .sustainbility-cont-home h3 {
  color: #ba1718;
  margin-bottom: 10px;
}
@media (max-width: 1599.98px) {
  .home-investment-section .sustainbility-cont-home p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .home-investment-section .sustainbility-cont-home p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .home-investment-section .commit-logos-main {
    margin-bottom: 20px;
  }
}
.home-investment-section .commit-logos-main a {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.home-investment-section .commit-logos-main a .commit-logos {
  border: 1PX solid rgba(255, 255, 255, 0.1);
  background-color: rgba(15, 45, 82, 0.2);
  padding: 40px 20px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.home-investment-section .commit-logos-main a .commit-logos img {
  height: 110px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .home-investment-section .commit-logos-main a .commit-logos img {
    height: 80px;
  }
}
.home-investment-section .commit-logos-main a:hover .commit-logos {
  background-color: rgba(15, 45, 82, 0.5);
}

.home-career-section .home-about-content-wrapper {
  position: relative;
  z-index: 2;
}
.home-career-section p {
  color: #636569;
  font-size: 22px;
  font-family: "Roboto";
  font-weight: 300;
}
@media (max-width: 1599.98px) {
  .home-career-section p {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .home-career-section p {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .home-career-section p {
    font-size: 18px;
  }
}

.hm-blk1.careers .item-title span,
.corevalues .valuescontainer .value-content span {
  display: block;
  font-size: 36px;
  margin-left: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.corevalues .valuescontainer .value-content:hover span.icon {
  margin-left: 10px;
  color: #b81818;
}

.corevalues {
  width: 100%;
  height: 225px;
  background-color: #455881;
  position: relative;
  display: block;
  overflow: hidden;
}

.owl-dots {
  position: absolute;
  top: 18px;
  right: 20px;
}

.corevalues .valuescontainer {
  display: table;
  width: 100%;
  height: 100%;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .corevalues .valuescontainer {
    margin-top: 60px;
  }
}

.corevalues .valuescontainer .value-img,
.corevalues .valuescontainer .value-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.corevalues .valuescontainer .value-img img {
  height: 185px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
@media (max-width: 480px) {
  .corevalues .valuescontainer .value-img img {
    height: 110px;
  }
}

.corevalues .valuescontainer .value-img {
  width: 160px;
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 480px) {
  .corevalues .valuescontainer .value-img {
    padding-right: 30px;
  }
}

.corevalues .valuescontainer .value-content {
  width: 100%;
  padding-right: 40px;
  padding-top: 13px;
}

.corevalues .valuescontainer .value-content .slide-title {
  font-size: 18px;
  color: #b81818;
  display: table;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .corevalues .valuescontainer .value-content .slide-title {
    font-size: 16px;
  }
}

.corevalues .valuescontainer .value-content .slide-title span {
  color: #ffffff;
}
.corevalues .valuescontainer .value-content .slide-title span h4 {
  margin-bottom: 0px;
}

.corevalues .valuescontainer .value-content p {
  font-size: 20px;
  line-height: 1.5rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
@media (max-width: 1199.98px) {
  .corevalues .valuescontainer .value-content p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .corevalues .valuescontainer .value-content p {
    display: none;
  }
}

.corevalues .valuescontainer .value-content a {
  display: table-cell;
}

.corevalues .valuescontainer .value-content a:hover p {
  color: #b81818;
}

.corevalues .valuescontainer .value-content span.icon {
  color: #ffffff;
  margin-top: 0px;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .corevalues .valuescontainer .value-content span.icon {
    margin-top: 10px;
    font-size: 10px;
  }
}

.corevalues .valuescontainer:hover .value-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 17px;
  background: transparent;
  border: none;
  position: relative;
  margin: 5px;
  /*background-image: url(../images/svg/slider-bullet.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 16.4' style='enable-background:new 0 0 10 16.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2354C7E7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,8.2c0.1,4.5,0.9,8.2,1.8,8.2c0.9,0,8.3-4.2,8.2-8.7C9.9,3.2,2.4,0,1.5,0C0.6,0-0.1,3.7,0,8.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  border-radius: none;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  background-image: url(../images/svg/slider-bullet-active.svg);
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  /*border-color: #b11d11;*/
  background-color: transparent;
 background-image: url(../images/svg/slider-bullet-active.svg);
 opacity: 1;
}

/*Investments*/
.hm-blk1 {
  height: 225px;
  width: auto;
  position: relative;
  display: block;
  overflow: hidden;
}
.hm-blk1 a {
  width: 100%;
}

.hm-blk1-img {
  height: 225px;
  width: auto;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hm-blk1:hover .hm-blk1-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.hm-blk1-img:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  z-index: 300000;
}

.hm-blk1 .item-title {
  line-height: 30px;
  font-weight: 500;
  bottom: 25px;
  left: 30px;
  position: absolute;
}
.hm-blk1 .item-title h5 {
  margin-bottom: 10px;
}
@media (max-width: 1599.98px) {
  .hm-blk1 .item-title {
    left: 25px;
  }
}
.hm-blk1 .icon-investment {
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.hm-blk1:hover .icon-investment {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.hm-blk1 .icon-investment img {
  max-width: 50%;
  vertical-align: middle;
  margin-top: 25%;
}

.hm-blk1.careers .item-title {
  bottom: 30px;
}

.hm-blk1.careers .item-title span,
.corevalues .valuescontainer .value-content span {
  display: block;
  font-size: 12px;
  margin-left: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.hm-blk1.careers:hover .item-title span.icon,
.corevalues .valuescontainer .value-content:hover span.icon {
  margin-left: 10px;
  color: #b81818;
}

.news-cont {
  height: 100%;
  padding: 20px 30px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .news-cont {
    padding: 20px;
  }
}

.news-cont.insight-cont {
  display: block;
  width: 100%;
  background-color: #ba1718;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.news-cont.insight-cont .category-title-link a {
  color: #455881;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.news-cont .category-title-link a {
  color: #ffffff;
  font-size: 20px;
  font-family: "Roboto";
  display: block;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .news-cont .category-title-link a {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.news-cont .category-title-link a:hover {
  color: #ba1718;
}

.news-cont .category-title-link a:hover {
  color: #ffffff;
}

.news-cont.insight-cont .title {
  color: #455881;
  font-weight: 500;
  line-height: 1.875rem;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-cont.insight-cont .title h5 {
  margin-bottom: 0px;
}

.news-cont.insight-cont .article-author {
  color: #455881;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  font-family: "Roboto";
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
  .news-cont.insight-cont .article-author {
    display: block !important;
  }
}
.news-cont.insight-cont .article-author:before {
  content: "\e900";
  font-family: "icomoon";
  margin-right: 8px;
  font-size: 19px;
  color: #636569;
  position: absolute;
  left: 0px;
  top: 7px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
@media (max-width: 480px) {
  .news-cont.insight-cont .article-author:before {
    top: 0px;
  }
}

.news-cont.insight-cont:hover .title {
  color: #ffffff;
}

.news-cont.insight-cont:hover .article-author {
  color: #ffffff;
}
.news-cont.insight-cont:hover .article-author:before {
  color: #ffffff;
}

.news-cont span.icon-right-arrow {
  bottom: 30px;
  position: absolute;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.news-cont:hover span.icon-right-arrow {
  margin-left: 10px;
}

/* News Block */
.newswrapper {
  background-color: #455881;
  display: block;
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
}

.newswrapper .newscontainer {
  position: relative;
  display: block;
  height: 100%;
}

.newswrapper .news-img a {
  display: block;
  position: relative;
  height: 100%;
}

.newswrapper .news-img {
  height: 100%;
  width: auto;
  overflow: hidden;
  text-align: center;
}

.newswrapper .news-img img {
  /*   width: auto;*/
  min-width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  object-fit: cover;
}

.newswrapper .newscontainer:hover .news-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.newswrapper .news-content {
  padding-right: 30px;
}

.newswrapper .news-content a h6 {
  color: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
@media (max-width: 480px) {
  .newswrapper .news-content a h6 {
    font-size: 22px;
  }
}

.newswrapper .newscontainer:hover a h6,
.newswrapper .newscontainer:hover .icon-right-arrow {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.newswrapper .news-content a p {
  color: #ffffff;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Roboto";
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .newswrapper .news-content a p {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .newswrapper .news-content a p {
    font-size: 16px;
  }
}

.newswrapper .category-title-link a:hover {
  color: #b81818 !important;
}

.news-date {
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 30px;
  padding-top: 12px;
  line-height: 14px;
  background-color: #455881;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
@media (max-width: 767.98px) {
  .news-date {
    top: 20px;
    left: 20px;
  }
}

.news-date span {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 500;
  display: block;
  line-height: 26px;
}

.news-cont:hover .news-date {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tweets-cont {
  background-color: #1DAEE5;
  display: block;
  width: 100%;
}

.linked-box-main {
  background-color: #b81818;
  display: block;
  width: 100%;
}
.linked-box-main .linked-box {
  height: 280px;
  overflow-y: auto;
}
@media (max-width: 1920px) {
  .linked-box-main .linked-box {
    height: 180px;
  }
}

.tweets-cont .widget-main-title {
  color: #455881;
  margin-bottom: 10px;
}

.tweets-cont a .icon-x {
  font-size: 25px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
@media (max-width: 1399.98px) {
  .tweets-cont a .icon-x {
    font-size: 21px;
  }
}
@media (max-width: 575.98px) {
  .tweets-cont a .icon-x {
    margin-right: 5px;
  }
}

.tweets-cont a:hover .icon-x {
  color: #455881;
}

.tweets-cont a .icon-linkedin-logo-1 {
  font-size: 28px;
  line-height: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  margin-right: 10px;
}

.tweets-cont a:hover .icon-linkedin-logo-1 {
  color: #455881;
}

.tweets-cont .widget-main-title a {
  color: #455881;
}

.tweets-cont .widget-main-title a:hover {
  color: #fff;
}

.common-hover-effects {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  display: block;
}
.common-hover-effects:hover .hover-effects-image-area span {
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.common-hover-effects:hover .hover-effects-image-area img {
  opacity: 0.1 !important;
  transform: scale(1.1) !important;
  transform-origin: 50% 50%;
}
.common-hover-effects:hover .hover-effects-title-area .common-hover-link-maintitle {
  color: #ba1718;
}
.common-hover-effects:hover .hover-effects-title-area .subtitle {
  height: 50px;
}

.home-page-gallery-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.home-page-gallery-wrapper:hover .common-hover-effects .hover-effects-image-are span {
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.home-page-gallery-wrapper:hover .common-hover-effects .hover-effects-image-are img {
  opacity: 0.1 !important;
  transform: scale(1.1) !important;
  transform-origin: 50% 50%;
}
.home-page-gallery-wrapper:hover .hover-effects-title-area .common-hover-link-maintitle {
  color: #ba1718;
}
.home-page-gallery-wrapper .common-hover-effects {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #455881;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  display: block;
  height: 100%;
}
.home-page-gallery-wrapper .common-hover-effects:hover h5 {
  color: #ffffff;
}
.home-page-gallery-wrapper .hover-effects-image-area {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.home-page-gallery-wrapper .hover-effects-image-area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(264deg, rgba(0, 0, 0, 0.1544992997) 14%, rgba(0, 0, 0, 0.1657037815) 75%);
  background: -webkit-linear-gradient(264deg, rgba(0, 0, 0, 0.1544992997) 14%, rgba(0, 0, 0, 0.1657037815) 75%);
  background: linear-gradient(264deg, rgba(0, 0, 0, 0.1544992997) 14%, rgba(0, 0, 0, 0.1657037815) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.home-page-gallery-wrapper .hover-effects-image-area img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  aspect-ratio: 16/9;
}
@media (max-width: 480px) {
  .home-page-gallery-wrapper .hover-effects-image-area img {
    aspect-ratio: 16/11;
  }
}
.home-page-gallery-wrapper .hover-effects-image-area span {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  color: #455881;
  opacity: 0;
  visibility: hidden;
  font-size: 19px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  background: #ba1718;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .home-page-gallery-wrapper .hover-effects-image-area span {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
}
.home-page-gallery-wrapper .hover-effects-title-area {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 30px 30px 30px 30px;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
@media (max-width: 1199.98px) {
  .home-page-gallery-wrapper .hover-effects-title-area {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .home-page-gallery-wrapper .hover-effects-title-area {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 480px) {
  .home-page-gallery-wrapper .hover-effects-title-area {
    padding: 20px 20px 20px 20px;
  }
}
.home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-subtitle {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-subtitle span {
  color: #ffffff;
  font-size: 19px;
}
@media (max-width: 575.98px) {
  .home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-subtitle span {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-subtitle {
    font-size: 16px;
  }
}
.home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-subtitle:hover {
  color: #ba1718;
}
.home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-maintitle {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
@media (max-width: 1199.98px) {
  .home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-maintitle {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 575.98px) {
  .home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-maintitle {
    margin-top: 6px;
  }
}
.home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-maintitle h6 {
  margin-bottom: 0px;
  color: #ba1718;
}
@media (max-width: 991.98px) {
  .home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-maintitle h6 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-maintitle h6 {
    margin-bottom: 0px;
  }
}
.home-page-gallery-wrapper .hover-effects-title-area .common-hover-link-maintitle:hover h6 {
  color: #ffffff;
}

.home-photos-slider {
  height: 100%;
}
.home-photos-slider .swiper-wrapper {
  height: 100%;
}
@media (max-width: 1920px) {
  .home-photos-slider .swiper-wrapper {
    height: 280px;
  }
}
@media (max-width: 991.98px) {
  .home-photos-slider .swiper-wrapper {
    height: 100% !important;
  }
}
.home-photos-slider .photo-heading {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .home-photos-slider .photo-heading {
    left: 20px;
  }
}
.home-photos-slider .photo-heading a {
  color: #ffffff;
  font-weight: 500;
}
.home-photos-slider .photo-heading a:hover {
  color: #ba1718;
}

/***BULLETS STARTS***/
.swiper-pagination-bullets {
  position: absolute;
  top: 30px !important;
  right: 30px;
  z-index: 1;
  width: auto !important;
  bottom: inherit !important;
  left: inherit !important;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .swiper-pagination-bullets {
    bottom: auto !important;
    top: 20px !important;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 18px;
  color: #ffffff;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  background-color: transparent;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 18px;
  color: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: transparent;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
  opacity: 1;
}

/***BULLETS ENDS***/
.thumb-slider {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .thumb-slider {
    position: relative;
  }
}
.thumb-slider .invest-swiper-main .swiper-slide {
  opacity: 0.2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.thumb-slider .invest-swiper-main .swiper-slide a {
  width: 100%;
  height: 100%;
  cursor: url("../images/curser-img.svg"), auto;
  max-height: 100%;
}
@media (max-width: 1920px) {
  .thumb-slider .invest-swiper-main .swiper-slide a {
    max-height: 387px;
  }
}
.thumb-slider .invest-swiper-main .swiper-slide .slide-img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.thumb-slider .invest-swiper-main .swiper-slide .slide-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(184deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.4037990196) 75%);
  background: -webkit-linear-gradient(184deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.4037990196) 75%);
  background: linear-gradient(184deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.4037990196) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.thumb-slider .invest-swiper-main .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/8;
  object-fit: cover;
}
@media (max-width: 1799.98px) {
  .thumb-slider .invest-swiper-main .swiper-slide .slide-img img {
    aspect-ratio: 16/7;
  }
}
@media (max-width: 1399.98px) {
  .thumb-slider .invest-swiper-main .swiper-slide .slide-img img {
    aspect-ratio: 16/8;
  }
}
.thumb-slider .invest-swiper-main .swiper-slide .slide-text {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 30px;
  gap: 20px;
  z-index: 9;
  right: 30px;
}
@media (max-width: 767.98px) {
  .thumb-slider .invest-swiper-main .swiper-slide .slide-text {
    left: 20px;
    right: 20px;
  }
}
.thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-icon {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 480px) {
  .thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-icon {
    width: 55px;
    height: 55px;
  }
}
.thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-icon img {
  height: 40px;
  width: auto;
}
@media (max-width: 1199.98px) {
  .thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-icon img {
    height: 35px;
  }
}
@media (max-width: 480px) {
  .thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-icon img {
    height: 30px;
  }
}
.thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-text-inside {
  width: 85%;
}
@media (max-width: 1599.98px) {
  .thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-text-inside {
    width: 78%;
  }
}
.thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-text-inside h3 {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  font-weight: 500;
}
.thumb-slider .invest-swiper-main .swiper-slide .slide-text .slide-text-inside p {
  color: #ffffff !important;
  font-size: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}
.thumb-slider .invest-swiper-main .swiper-slide:hover .slide-img {
  transform: scale(1.1);
}
.thumb-slider .invest-swiper-main .swiper-slide:hover .slide-text-inside h3 {
  color: #ffffff;
}
.thumb-slider .invest-swiper-main .swiper-slide-active {
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.invest-swiper-thumb .swiper-wrapper {
  justify-content: center;
}
.invest-swiper-thumb .swiper-slide {
  width: fit-content !important;
  padding: 0 31px;
}
@media (max-width: 1199.98px) {
  .invest-swiper-thumb .swiper-slide {
    padding: 0 15px !important;
  }
}
.invest-swiper-thumb .swiper-slide a h3 {
  font-size: 20px;
  font-weight: 500;
  color: #455881;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  position: relative;
  margin-bottom: 40px;
}
.invest-swiper-thumb .swiper-slide a h3:before {
  width: 0px;
  height: 2px;
  background-color: #b81818;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.invest-swiper-thumb .swiper-slide:hover a h3 {
  color: #b81818;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.invest-swiper-thumb .swiper-slide:hover a h3:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.invest-swiper-thumb .swiper-slide-thumb-active a h3 {
  color: #b81818;
}
.invest-swiper-thumb .swiper-slide-thumb-active a h3:before {
  width: 100%;
  height: 2px;
  background-color: #b81818;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

/******************************************************
SIDE MENU SECTION STARTS
******************************************************/
.nav-side-menu {
  position: fixed;
  top: 0;
  right: -510px;
  width: 0px;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  overflow: auto;
  overflow-x: auto;
  overflow-x: hidden;
  -webkit-transition: all 1s ease 0s !important;
  -moz-transition: all 1s ease 0s !important;
  -ms-transition: all 1s ease 0s !important;
  -o-transition: all 1s ease 0s !important;
  transition: all 1s ease 0s !important;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.8);
}
.nav-side-menu .popupmenu-theme {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

@media (max-width: 575.98px) {
  .nav-side-menu {
    right: -100%;
    -webkit-transition: all 1s ease-in-out 0s !important;
    -moz-transition: all 1s ease-in-out 0s !important;
    -ms-transition: all 1s ease-in-out 0s !important;
    -o-transition: all 1s ease-in-out 0s !important;
    transition: all 1s ease-in-out 0s !important;
  }
}
.nav-side-menu.active {
  width: 520px;
  right: 0px;
}
@media (max-width: 1399.98px) {
  .nav-side-menu.active {
    width: 450px;
  }
}

@media (max-width: 991.98px) {
  .nav-side-menu.active {
    width: 400px;
  }
}
@media (max-width: 575.98px) {
  .nav-side-menu.active {
    width: 100%;
  }
}
.nav-side-menu .nav-side-menu-in {
  padding: 40px 50px;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100%;
  padding-bottom: 25px;
}

@media (max-width: 991.98px) {
  .nav-side-menu .nav-side-menu-in {
    padding: 25px;
  }
}
@media (max-width: 575.98px) {
  .nav-side-menu .nav-side-menu-in {
    padding: 25px 15px;
  }
}
.nav-side-menu .nav-side-menu-in .top-menu-layer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  text-align: right;
  opacity: 0.6;
}

.nav-side-menu .nav-side-menu-in .top-menu-layer img {
  height: 100%;
  width: auto;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec {
  min-width: 100%;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top .menu-lng-text a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto";
  color: #ba1718;
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top .menu-lng-text a:hover {
  color: #455881;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top form {
  min-width: calc(100% - 80px);
  position: relative;
  overflow: hidden;
  height: 55px;
  background-color: rgba(217, 217, 217, 0.5);
}

@media (max-width: 991.98px) {
  .nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top form {
    height: 45px;
  }
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top form input {
  height: 100%;
  width: 100%;
  background-color: rgba(217, 217, 217, 0);
  padding: 10px 20px;
}

@media (max-width: 991.98px) {
  .nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top form input {
    padding: 10px 15px;
  }
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top form button {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background: rgba(255, 255, 255, 0);
  border: 0px;
  color: rgba(172, 11, 34, 0.5);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

@media (max-width: 991.98px) {
  .nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top form button {
    font-size: 18px;
  }
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top form button:hover {
  color: #AC0B22;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top .nav-top-close {
  position: relative;
  display: flex;
  align-items: normal;
  justify-content: end;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  float: right;
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top .nav-top-close span {
  font-weight: 700;
  font-size: 23px;
  color: #455881;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
@media (max-width: 480px) {
  .nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top .nav-top-close span {
    font-size: 20px;
  }
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top .nav-top-close span:hover {
  color: #ba1718;
}

@media (max-width: 991.98px) {
  .nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top .nav-top-close {
    height: 45px;
    font-size: 18px;
  }
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .nav-header-top .nav-top-close:hover {
  color: #ba1718;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown {
  position: relative;
  bottom: auto;
  margin: 20px 0 30px;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 60px;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu > li li {
  transform: none;
  max-height: none;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li {
  position: relative;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #455881;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 5px;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu .submenu-active a {
  color: #ba1718;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li.menu-item-has-children.submenu-active:after {
  height: 0px;
  transform: rotate(226deg);
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li .sub-menu {
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li .sub-menu:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  content: "";
  background: #fff;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li .sub-menu li {
  border-bottom: 0px solid #D9D9D9;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li .sub-menu li a {
  color: #636569;
  font-weight: 400;
  font-size: 18px;
  border: none;
  padding: 5px 5px 5px 19px;
  width: auto;
}

@media (max-width: 991.98px) {
  .nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li .sub-menu li a {
    font-size: 17px;
  }
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li .sub-menu li a:hover {
  color: #ba1718;
  padding: 5px 0px 5px 25px;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li a {
  font-size: 28px;
  color: #455881;
  font-weight: 300;
  text-transform: capitalize;
  padding: 5px 5px 5px 0;
  box-shadow: none;
  z-index: 1;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  font-family: "Roboto";
}

@media (max-width: 991.98px) {
  .nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li a {
    font-size: 25px;
  }
}
.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown ul.menu li a:hover {
  color: #ba1718;
  padding: 5px 0px 5px 5px;
}

.nav-side-menu .nav-side-menu-in .nav-header-sec .site-navigation-dropdown .sub-menu {
  display: none;
}

.nav-side-menu .nav-side-menu-in .social-sidemenu {
  position: inherit;
  bottom: inherit;
  -ms-flex-item-align: end;
  align-self: flex-end;
  min-width: 100%;
  padding: 25px 0px 0px;
}

.nav-side-menu .nav-side-menu-in .social-sidemenu ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.nav-side-menu .nav-side-menu-in .social-sidemenu ul li a {
  color: #ba1718;
  padding: 5px 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  background: rgba(10, 28, 50, 0.5);
  margin: 2px;
  height: 35px;
  width: 35px;
  justify-content: center;
  border-radius: 5px;
}
.nav-side-menu .nav-side-menu-in .social-sidemenu ul li a span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .nav-side-menu .nav-side-menu-in .social-sidemenu ul li a {
    font-size: 16px;
    height: 35px;
    width: 35px;
  }
}
.nav-side-menu .nav-side-menu-in .social-sidemenu ul li a:hover {
  color: #D9D9D9;
  background-color: #182C3C;
}

.nav-side-menu .nav-side-menu-in .nav-footer {
  position: inherit;
  bottom: inherit;
  -ms-flex-item-align: end;
  align-self: flex-end;
  min-width: 100%;
  padding: 0 0px 0px;
}

.nav-side-menu .nav-side-menu-in .nav-footer ul li a {
  display: block;
  color: #686868;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  padding: 8px 5px 8px 0;
  box-shadow: none;
  z-index: 1;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 991.98px) {
  .nav-side-menu .nav-side-menu-in .nav-footer ul li a {
    font-size: 13px;
  }
}
.nav-side-menu .nav-side-menu-in .nav-footer ul li a:hover {
  color: #AC0B22;
  padding: 8px 0px 8px 5px;
}

@media (max-width: 767.98px) {
  .nav-side-menu .nav-side-menu-in .nav-footer ul li a:hover {
    padding: 8px 5px 8px 0px;
  }
}
.headerpop-close {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
  visibility: hidden;
  opacity: 0;
  cursor: default;
}

.headerpop-close.active {
  z-index: 99;
  visibility: visible;
  opacity: 1;
}

.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50%/cover;
}

.swiper-slide .slide1 {
  transform-origin: 0 100%;
  height: 100%;
}

.swiper-slide .slide2 {
  transform-origin: 100% 100%;
  height: 100%;
}

.swiper-slide .slide3 {
  transform-origin: 100% 0;
  height: 100%;
}

.swiper-slide .slide4 {
  transform-origin: 0 100%;
  height: 100%;
}

.swiper-slide .slide5 {
  transform-origin: 100% 100%;
  height: 100%;
}

.swiper-slide .slide6 {
  transform-origin: 100% 0;
  height: 100%;
}

.swiper-slide-cover {
  transition: 10s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.home-main-slider-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  padding: 0;
}
.home-main-slider-section .swiper-button-next {
  color: #ffffff;
}
.home-main-slider-section .swiper-button-next::after {
  position: absolute;
  content: "\e90b";
  top: 0px;
  left: 0px;
  font-family: "icomoon";
  font-size: 47px;
  color: #b81818;
  width: 100px;
  height: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.home-main-slider-section .swiper-button-next .icon-right-arrow {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.home-main-slider-section .swiper-button-next:hover::after {
  color: #ba1718;
}
.home-main-slider-section .swiper-button-next:hover .icon-right-arrow {
  right: 13px;
}
.home-main-slider-section .swiper-button-prev {
  color: #ffffff;
}
.home-main-slider-section .swiper-button-prev::after {
  position: absolute;
  content: "\e90d";
  top: 0px;
  left: 0px;
  font-family: "icomoon";
  font-size: 47px;
  color: #b81818;
  width: 100px;
  height: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.home-main-slider-section .swiper-button-prev .icon-left-arrow {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: 16px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.home-main-slider-section .swiper-button-prev:hover::after {
  color: #ba1718;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.home-main-slider-section .swiper-button-prev:hover .icon-left-arrow {
  right: -7px;
}
.home-main-slider-section .swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50%/cover;
}
.home-main-slider-section .swiper-slide .slide1 {
  transform-origin: 0 100%;
  height: 100%;
}
.home-main-slider-section .swiper-slide .slide2 {
  transform-origin: 100% 100%;
  height: 100%;
}
.home-main-slider-section .swiper-slide .slide3 {
  transform-origin: 100% 0;
  height: 100%;
}
.home-main-slider-section .swiper-slide .slide4 {
  transform-origin: 0 100%;
  height: 100%;
}
.home-main-slider-section .swiper-slide .slide5 {
  transform-origin: 100% 100%;
  height: 100%;
}
.home-main-slider-section .swiper-slide .slide6 {
  transform-origin: 100% 0;
  height: 100%;
}
.home-main-slider-section .swiper-slide-cover {
  transition: 10s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.home-main-slider-section .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.home-main-slider-section .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.home-main-slider-section .swiper {
  height: 100svh;
  width: 100vw;
}
.home-main-slider-section .swiper .swiper-slide {
  background: #ba1718;
}
.home-main-slider-section .swiper.swiper-slide-active .videobannersec .img-back .img-baclin img {
  transform: scale(1);
}
.home-main-slider-section .swiper .home-main-slider-image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-main-slider-section .swiper .home-main-slider-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #455881;
  z-index: 1;
  opacity: 0;
}
.home-main-slider-section .swiper .home-main-slider-image .img-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.home-main-slider-section .swiper .home-main-slider-image .img-back img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 8.5s ease-out;
  transform: scale(1.12);
}
.home-main-slider-section .swiper .home-main-slider-image .video-backgroundsec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  -moz-transition: all 0.4s ease-in-out 0s !important;
  -ms-transition: all 0.4s ease-in-out 0s !important;
  -o-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
.home-main-slider-section .swiper .home-main-slider-image .video-backgroundsec.active {
  opacity: 1;
  visibility: visible;
}
.home-main-slider-section .swiper .home-main-slider-image .video-backgroundsec .video-foreground {
  height: 100%;
  width: 100%;
}
.home-main-slider-section .swiper .home-main-slider-image .video-backgroundsec .video-foreground video {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.home-main-slider-section .swiper .home-main-slider-image .video-backgroundsec .video-background-controls {
  display: none;
}
.home-main-slider-section .swiper .home-main-slider-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 11;
}
.home-main-slider-section .swiper .home-main-slider-content .container {
height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex-direction: column;
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details {
  position: relative;
  margin-top: 5%;margin-bottom:90px;text-shadow: 0px 1px 5px #000000;
}
@media (max-width: 1399.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details {
    margin-top: 5%;
  }
}
@media (max-width: 480px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details {
    max-width: 300px;
  }
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .subheading {
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .subheading p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  font-family: "Roboto";
}
@media (max-width: 1399.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .subheading p {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .subheading p {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .subheading p {
    display: none;
  }
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title {
  margin: 10px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title {
    margin: 2px 0;
  }
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title h1 {
  color: #ffffff;
  /*font-size: 52px;*/
  /*color: red;*/
  font-size: 5rem;
   font-weight: 600;
  /*font-weight: 400;*/
  line-height: 1.2;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title h1 {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title h1 {
    /*font-size: 23px;*/
     font-size: 3rem;
  }
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title h1 .bnr-spl-text {
  font-size: 54px;
  color: #ba1718;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title h1 .bnr-spl-text {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title h1 .bnr-spl-text {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .homebanner-title h1 .bnr-spl-text {
    font-size: 36px;
    line-height: 41px;
  }
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-btn {
  position: relative;
  z-index: 9;
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-subtitle {
  font-size: 16px;
  line-height: 1.4;
  color: #ba1718;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-subtitle {
    font-size: 14px;
  }
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-maintitle {
  margin: 10px 0;
  max-width: 900px;
}
@media (max-width: 1399.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-maintitle {
    margin: 2px 0;
  }
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-maintitle h1 {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-maintitle h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-maintitle h1 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-maintitle h1 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-maintitle h1 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-maintitle h1 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-maintitle h1 {
    font-size: 22px;
  }
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-subtitle {
  margin: 10px 0;
  max-width: 750px;
}
@media (max-width: 1399.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-subtitle {
    margin: 2px 0;
  }
}
.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-subtitle p {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-subtitle p {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-subtitle p {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details .slider-subtitle p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .home-main-slider-section .swiper .bnr-bnt-main {
    display: flex;
  }
}
.home-main-slider-section .swiper .vedioico-div {
  cursor: pointer;
  position: absolute;
  right: 10%;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}
@media (max-width: 991.98px) {
  .home-main-slider-section .swiper .vedioico-div {
    right: 0%;
  }
}
@media (max-width: 991.98px) {
  .home-main-slider-section .swiper .vedioico-div {
    display: none;
    right: unset;
    left: 20px;
    position: relative;
    top: 5px;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-section .swiper .vedioico-div {
    top: 3px;
  }
}
.home-main-slider-section .swiper .vedioico-div span {
  color: #ffffff;
  font-size: 58px;
}
@media (max-width: 1199.98px) {
  .home-main-slider-section .swiper .vedioico-div span {
    font-size: 55px;
  }
}
@media (max-width: 991.98px) {
  .home-main-slider-section .swiper .vedioico-div span {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-section .swiper .vedioico-div span {
    font-size: 35px;
  }
}
.home-main-slider-section .swiper .vedioico-div span.icon-video-play {
  display: block;
  margin-left: 2px;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  -moz-transition: all 0.4s ease-in-out 0s !important;
  -ms-transition: all 0.4s ease-in-out 0s !important;
  -o-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
.home-main-slider-section .swiper .vedioico-div span.icon-video-pause {
  display: none;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  -moz-transition: all 0.4s ease-in-out 0s !important;
  -ms-transition: all 0.4s ease-in-out 0s !important;
  -o-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
.home-main-slider-section .swiper .vedioico-div span:hover {
  color: #ba1718;
}
.home-main-slider-section .swiper .vedioico-div.play span.icon-video-play {
  display: none;
}
.home-main-slider-section .swiper .vedioico-div.play span.icon-video-pause {
  display: block;
}

.scrolldown-sec {
  position: absolute;
  z-index: 9999;
  left: 0;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  display: block;
  animation: bounce 2s 0s ease infinite;
}
@media (max-width: 991.98px) {
  .scrolldown-sec {
    display: none;
  }
}

.scrolldown-sec span {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.scroll-text-bnr {
  position: absolute;
  z-index: 9999;
  left: 0;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  clear: both;
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .scroll-text-bnr {
    display: none;
  }
}

.scroll-text-bnr a {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  font-weight: 400;
}

.scroll-text-bnr a:hover {
  color: white;
}

.scrolldown-sec a {
  opacity: 0.7;
  color: #FFFFFF;
  padding: 0 2rem;
}

.scrolldown-sec a:hover {
  opacity: 1;
}

.scrolldown-sec a i {
  font-size: 3rem;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-0.8em);
  }
  25% {
    -webkit-transform: translateY(0em);
  }
  100% {
    -webkit-transform: translateY(-0.8em);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(-0.8em);
  }
  25% {
    -moz-transform: translateY(0em);
  }
  100% {
    -moz-transform: translateY(-0.8em);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-0.8em);
    -moz-transform: translateY(-0.8em);
    -ms-transform: translateY(-0.8em);
    -o-transform: translateY(-0.8em);
    transform: translateY(-0.8em);
  }
  25% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
    -o-transform: translateY(0em);
    transform: translateY(0em);
  }
  100% {
    -webkit-transform: translateY(-0.8em);
    -moz-transform: translateY(-0.8em);
    -ms-transform: translateY(-0.8em);
    -o-transform: translateY(-0.8em);
    transform: translateY(-0.8em);
  }
}
.scrolldown-sec a {
  opacity: 0.7;
  color: #FFFFFF;
  padding: 0 2rem;
}

.scrolldown-sec a:hover {
  opacity: 1;
}

.scrolldown-sec a i {
  font-size: 3rem;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-0.8em);
  }
  25% {
    -webkit-transform: translateY(0em);
  }
  100% {
    -webkit-transform: translateY(-0.8em);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(-0.8em);
  }
  25% {
    -moz-transform: translateY(0em);
  }
  100% {
    -moz-transform: translateY(-0.8em);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-0.8em);
    -moz-transform: translateY(-0.8em);
    -ms-transform: translateY(-0.8em);
    -o-transform: translateY(-0.8em);
    transform: translateY(-0.8em);
  }
  25% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
    -o-transform: translateY(0em);
    transform: translateY(0em);
  }
  100% {
    -webkit-transform: translateY(-0.8em);
    -moz-transform: translateY(-0.8em);
    -ms-transform: translateY(-0.8em);
    -o-transform: translateY(-0.8em);
    transform: translateY(-0.8em);
  }
}
#scroll-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

#scroll-style::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff;
}

#scroll-style::-webkit-scrollbar-thumb {
  background-color: #455881;
}

.hQqKZm .Block__RegularBlock-sc-3maawy-1:first-child,
.hQqKZm .Container__PreviewLinkBlock-sc-119keog-0:first-child {
  padding: 0px !important;
}

.page-nav-inside {
  position: fixed;
  right: 30px;
  z-index: 9999;
  bottom: 30px;
  display: block;
}
@media (max-width: 1399.98px) {
  .page-nav-inside {
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .page-nav-inside {
    display: none;
  }
}
.add-to-contact {
    position: fixed;
    width: 100%;
    bottom: 2px;
    max-width: 130px;
    left: 10px;
    right: 0;
    padding-bottom: 20px;
    z-index: 99;
}
.footerbutton {
  font-size: 18px;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: #ffffff;
    border-radius: 5px;
}
.footerbutton i {
    font-size: 22px;
    color: #ffffff;
}
.footerbutton.whatsappbtn {
    background: #25d366;
}
.page-nav-inside .icon-top {
  margin-bottom: 10px;
}
.page-nav-inside .icon-top span {
  font-size: 12px;
  color: #ffffff;
  background: rgb(0,0,0,0.5);
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 100% !important;
}
.page-nav-inside .icon-top span:hover {
  color: #ba1718;background: rgb(0,0,0,1);
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  -moz-transition: all 0.4s ease-in-out 0s !important;
  -ms-transition: all 0.4s ease-in-out 0s !important;
  -o-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
.page-nav-inside .icon-top .disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.page-nav-inside .icon-bottom span {
  font-size: 12px;
  color: #ffffff;
  background: rgb(0,0,0,0.5);
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 100% !important;
}
.page-nav-inside .icon-bottom span:hover {
  color: #ba1718;  background: rgb(0,0,0,1);
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.sustainability-commitment-home {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.sustainability-commitment-home .invest-img {
  overflow: hidden;
}
.sustainability-commitment-home img {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}
.sustainability-commitment-home img:hover {
  transform: scale(1.1);
}

.media-main-wrapper {
  margin-top: 5px;
}

.page-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(183,24,24, 0.8);
  content: "";
}

.page-overlay-career {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
}

@media (max-width: 991.98px) {
  html,
  body {
    overflow: visible !important;
    background: transparent;
  }
  .pp-scrollable {
    overflow-y: hidden;
  }
  #slide2 {
    background-color: transparent;
  }
  .starting-container {
    margin-top: 40px;
  }
  .thumb-slider {
    margin-top: 0px;
  }
  .invest-swiper-thumb .swiper-wrapper {
    padding: 0px 20px;
    justify-content: flex-start;
  }
  .home-invest-content-wrapper .starting-container {
    margin-top: 40px;
  }
  .home-investment-section .home-invest-content-wrapper .section-main-title-area {
    width: 100%;
  }
  .page-overlay {
    height: 100%;
  }
  .section {
    padding-bottom: 0px;
  }
  #slide4 {
    background: transparent;
  }
  .creating-count {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .media-main-wrapper {
    margin-top: 0px;
  }
  .text-btm {
    text-align: left !important;
  }
  .newswrapper .news-content {
    padding: 30px 30px 40px 30px;
  }
}
@media (max-width: 991.98px) and (max-width: 480px) {
  .newswrapper .news-content {
    padding: 30px 20px 40px 20px;
  }
}
@media (max-width: 991.98px) {
  .eapps-twitter-feed-medium .eapps-twitter-feed-posts-item {
    width: 100% !important;
  }
  .news-cont.insight-cont {
    padding: 20px 20px 40px 20px;
  }
  .news-cont span.icon-right-arrow {
    bottom: 20px;
  }
  .slideUp .logo-container {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .main-top-logo {
    display: block;
  }
  .main-header-wrapper.headroom--not-top .logo-container {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .main-footer-area .footer-nav li a {
    font-size: 16px;
  }
  .main-footer-area .site-info .copyright {
    text-align: right !important;
  }
  .main-header-wrapper.headroom--not-top .right-side-header a {
    color: #ffffff;
  }
  .right-side-header a {
    color:  #46597f !important;
  }
  .right-side-header a:hover {
    color: #ba1718 !important;
  }
  .right-side-header .hamburger-menu span {
    background-color: #465a7f !important;
  }
  .footer-container {
    padding-top: 40px !important;
  }
  .mobilepagepiling {
    overflow: visible !important;
  }
  .moverhiden {
    overflow: hidden !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.logo-amg-mob {
  display: none;
}
@media (max-width: 991.98px) {
  .logo-amg-mob {
    display: block;
  }
}

.fancybox__container {
  z-index: 99999;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #ba1718;
}

.sec-img {
  background-size: cover;
}

@media screen and (min-width: 1921px) {
  .page-overlay {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .main-top-logo {
    width: 80%;
  }
}

@media (max-width: 991.98px) {
  .hamburger-menu:hover span {
    background-color: #ba1718 !important;
  }
}

.height-0 {
  height: auto;
}

.homepagi {
  position: relative;
  bottom: 70px;
  width: 100%;
  z-index: 9;
  display: none;
}
@media (max-width: 991.98px) {
  .homepagi {
    bottom: 100px;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .homepagi .homepagi-pagination {
    position: absolute;
    left: 0%;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}
.homepagi .homepagi-pagination .swiper-pagination {
  display: flex;
  align-items: center;
  left: 50%;
  justify-content: center;
  width: 100% !important;
  left: 0px !important;
  right: 0px !important;
}
@media (max-width: 767.98px) {
  .homepagi .homepagi-pagination .swiper-pagination {
    left: unset;
  }
}
.homepagi .homepagi-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid rgba(178, 180, 199, 0);
  border-radius: 50%;
  opacity: 1;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepagi .homepagi-pagination .swiper-pagination .swiper-pagination-bullet::before:hover {
  color: #b81818;
}

.eapps-twitter-feed-posts-container {
  max-height: 300px !important;
}

.philosaphy-slider {
  padding-bottom: 0px;
}
@media (max-width: 991.98px) {
  .philosaphy-slider {
    padding-bottom: 100px;
  }
}
.philosaphy-slider .content_col {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .philosaphy-slider .content_col {
    border-bottom: 0px;
  }
}
.philosaphy-slider .content_col h4 {
  color: #ffffff;
  margin-bottom: 15px;
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .philosaphy-slider .content_col h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .philosaphy-slider .content_col h4 {
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .philosaphy-slider .content_col h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .philosaphy-slider .content_col h4 {
    font-size: 24px;
  }
}
.philosaphy-slider .content_col p {
  width: 80%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1599.98px) {
  .philosaphy-slider .content_col p {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 991.98px) {
  .philosaphy-slider .content_col p {
    display: -webkit-box;
    width: 100%;
  }
}

.homepagi-btm {
  position: relative;
  bottom: 20px;
  width: 100%;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .homepagi-btm {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .homepagi-btm .homepagi-pagination {
    position: absolute;
    left: 0%;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}
.homepagi-btm .homepagi-pagination .swiper-pagination {
 display: flex;
    align-items: center;
    left: 0px !important;
    flex-direction: row;
    flex-wrap: wrap;
}
.homepagi-btm .homepagi-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid rgba(178, 180, 199, 0);
  border-radius: 50%;
  opacity: 1;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepagi-btm .homepagi-pagination .swiper-pagination .swiper-pagination-bullet::before:hover {
  color: #b81818;
}

.__commitment-slide {
  flex-wrap: nowrap;
  padding-bottom: 0%;
  margin-top: 9%;
}
@media (max-width: 991.98px) {
  .__commitment-slide {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .__commitment-slide .col-video-inside {
    margin-bottom: 0px !important;
  }
}
.__commitment-slide .col-video-inside .commit-video-main {
  z-index: 9;
  position: relative;
  margin-top: 4%;
}
@media (max-width: 1199.98px) {
  .__commitment-slide .col-video-inside .commit-video-main {
    margin-top: 3%;
  }
}
@media (max-width: 991.98px) {
  .__commitment-slide .col-video-inside .commit-video-main {
    margin-top: 0px;
    transform: translateY(50px);
  }
}
@media (max-width: 767.98px) {
  .__commitment-slide .col-video-inside .commit-video-main {
    margin-top: 0px;
    transform: translateY(30px);
  }
}
.__commitment-slide .col-video-inside .commit-video-main .__video-inside {
  position: relative;
  line-height: 0;
}
.__commitment-slide .col-video-inside .commit-video-main .__video-inside::before {
  content: "";
  background-color: rgba(15, 45, 82, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.__commitment-slide .col-video-inside .commit-video-main .__video-inside-logo {
  position: absolute;
  z-index: 2;
  left: 50px;
  bottom: 50px;
}
.__commitment-slide .col-video-inside .commit-video-main .__video-inside-logo img {
  height: 120px;
  width: auto;
}
@media (max-width: 1199.98px) {
  .__commitment-slide .col-video-inside .commit-video-main .__video-inside-logo img {
    height: 110px;
  }
}
@media (max-width: 991.98px) {
  .__commitment-slide .col-video-inside .commit-video-main .__video-inside-logo img {
    height: 90px;
  }
}
@media (max-width: 1399.98px) {
  .__commitment-slide .col-video-inside .commit-video-main .__video-inside-logo {
    left: 30px;
    bottom: 30px;
  }
}
.__commitment-slide .col-text-counter {
  margin-left: -5.33333333%;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .__commitment-slide .col-text-counter {
    margin-left: auto;
  }
}
.__commitment-slide .col-text-counter .col-inside-text-cont {
  background: #ba2524;
  padding: 50px 8.33%;
  padding-top: 30px;
}
@media (max-width: 1599.98px) {
  .__commitment-slide .col-text-counter .col-inside-text-cont {
    padding-top: 10px;
  }
}
@media (max-width: 1399.98px) {
  .__commitment-slide .col-text-counter .col-inside-text-cont {
    padding-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .__commitment-slide .col-text-counter .col-inside-text-cont {
    padding-top: 15px;
    padding-left: 30px;
    transform: translateY(50px);
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .__commitment-slide .col-text-counter .col-inside-text-cont {
    transform: translateY(30px);
  }
}
.__commitment-slide .col-text-counter .col-inside-text-cont .common-counter-wrapper {
  color: #ffffff;
}
.__commitment-slide .col-text-counter .col-inside-text-cont p {
  margin-left: 80px;
  color: #ffffff;
}
@media (max-width: 1599.98px) {
  .__commitment-slide .col-text-counter .col-inside-text-cont p {
    margin-left: 30px;
  }
}
@media (max-width: 1399.98px) {
  .__commitment-slide .col-text-counter .col-inside-text-cont p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 991.98px) {
  .__commitment-slide .col-text-counter .col-inside-text-cont p {
    margin-left: 0px;
  }
}
.__commitment-slide .col-text-counter .vision-logo {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}
@media (max-width: 1599.98px) {
  .__commitment-slide .col-text-counter .vision-logo {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .__commitment-slide .col-text-counter .vision-logo {
    margin-top: 80px;
  }
}
.__commitment-slide .col-text-counter .vision-logo img {
  height: 124px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .__commitment-slide .col-text-counter .vision-logo img {
    height: 100px;
  }
}
@media (max-width: 1199.98px) {
  .__commitment-slide .col-text-counter .vision-logo img {
    height: 80px;
  }
}

@media screen and (min-width: 992px) {

}
.banner-pattern {
  position: absolute;
  top: -70px;
  left: -45px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .banner-pattern {
    left: 0px;
    top: -150px;
  }
}
@media (max-width: 767.98px) {
  .banner-pattern svg {
    width: 90%;
  }
}

/***************************************************
 * Generated by SVG Artista on 8/15/2024, 4:30:36 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elembanner-1 {
  stroke-dashoffset: 1193.966796875px;
  stroke-dasharray: 1193.966796875px;
  -webkit-transition: stroke-dashoffset 2s ease 0.5s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 2s ease 0.5s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elembanner-1 {
  stroke-dashoffset: 2387.93359375px;
}

svg .svg-elembanner-2 {
  stroke-dashoffset: 1087.1157226563px;
  stroke-dasharray: 1087.1157226563px;
  -webkit-transition: stroke-dashoffset 2s ease 0.62s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 2s ease 0.62s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elembanner-2 {
  stroke-dashoffset: 2174.2314453125px;
}

svg .svg-elembanner-3 {
  stroke-dashoffset: 2432.3334960938px;
  stroke-dasharray: 2432.3334960938px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 2s ease 0.74s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 2s ease 0.74s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elembanner-3 {
  stroke-dashoffset: 4864.6669921875px;
  fill: rgb(84, 200, 232);
}

@media (max-width: 767.98px) {
  .main-footer-area .site-info .copyright {
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .newswrapper .news-content {
    padding: 30px 20px 40px 20px;
  }
}
@media screen and (max-width: 1440px), screen and (max-height: 800px) {
  .thumb-slider {
    margin-top: 1%;
  }
  .common-counter-wrapper .odometer-inside {
    line-height: 1;
  }
  #slide2 .home-about-content-wrapper p {
    /*font-size: 18px;*/
  }
  .primary-button {
    font-size: 16px;
    height: 40px;
    padding: 0px 23px;
  }
  .invest-swiper-thumb .swiper-slide a h3 {
    margin-bottom: 20px;
  }
  .invest-swiper-thumb .swiper-slide {
    padding: 0 20px;
  }
  .invest-swiper-thumb .swiper-slide a h3 {
    /*font-size: 18px;*/
  }
  h6 {
    font-size: 20px;
  }
  h5 {
    font-size: 22px;
  }
  .linked-box-main .linked-box {
    height: 150px;
    overflow-y: auto;
  }
  .home-photos-slider .swiper-wrapper {
    height: 250px;
  }
  .linked-box-main {
    height: 249px;
  }
  h4 {
    font-size: 26px;
  }
  .corevalues .valuescontainer .value-content .slide-title {
    font-size: 16px;
  }
  .common-counter-wrapper {
    font-size: min(14.3vmin, 100px);
    line-height: 37px;
  }
  .footer-container {
    padding-top: 100px;
  }
  .__commitment-slide .col-text-counter .col-inside-text-cont p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .__commitment-slide .col-text-counter .vision-logo img {
    height: 90px;
  }
}
/*************************************
RAM UPDATES 25-9-24
*************************************/
@media (max-width: 1699.98px) {
  .section-main-title-area h2 {
    font-size: min(5vmin, 40px);
    line-height: min(5vmin, 40px);
  }
  .section-main-title-area h2 span {
    font-size: min(3vmin, 24px) !important;
    line-height: min(3vmin, 24px);
    margin-bottom: 5px;
  }
}
@media (max-width: 1499.98px) {
  .section-main-title-area h2 {
    font-size: min(4vmin, 30px);
    line-height: min(4vmin, 30px);
  }
  .section-main-title-area h2 span {
    font-size: min(3vmin, 18px) !important;
    line-height: min(3vmin, 18px);
  }
}
@media (max-width: 991.98px) {
  .section-main-title-area h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .section-main-title-area h2 span {
    font-size: 20px !important;
    line-height: 1.3;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .section-main-title-area h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .section-main-title-area h2 span {
    font-size: 18px !important;
    line-height: 1.3;
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .section-main-title-area h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .section-main-title-area h2 span {
    font-size: 16px !important;
    line-height: 1.3;
    margin-bottom: 0px;
  }
}

/********* INVESTMENT PHILOSOPHY STARTS **********/
.home-invest-content-wrapper .starting-container {
  margin-top: 8%;
}
.home-invest-content-wrapper .starting-container .__img_col {
  aspect-ratio: 16/9;
}
.home-invest-content-wrapper .starting-container .__img_col img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .home-invest-content-wrapper .starting-container {
    margin-top: 11%;
  }
  .home-invest-content-wrapper .starting-container .__img_col {
    aspect-ratio: 16/10;
  }
  .home-invest-content-wrapper .starting-container .content_col h4 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .home-invest-content-wrapper .starting-container {
    margin-top: 12%;
  }
}
@media screen and (max-width: 1199px) {
  .home-invest-content-wrapper .starting-container {
    margin-top: 15%;
  }
}
@media screen and (max-width: 991px) {
  .home-invest-content-wrapper .starting-container {
    margin-top: 5%;
  }
  .home-invest-content-wrapper .starting-container .__img_col {
    aspect-ratio: 16/8;
  }
}
.logo2{margin:0 30%;height: 60px;}
@media screen and (max-width: 767px) {
	    .main-header-wrapper .container .left-side-header a img {
        width: auto !important;
        /*height: 53px !important;*/
        height: 58px !important;
    }
		.add-to-contact {
    position: fixed;
    width: 100%;
    bottom: 5px;
    max-width: 100%;
    left: 0;
    right: 0;
    padding-bottom: 0px;
    z-index: 99;
    text-align: center;
}
	    .main-footer-area .site-info .copyright {
        text-align: center !important;
    }
	.logo2{margin:0 8%;height: 53px;}
	.home-main-slider-section .swiper .home-main-slider-content .home-main-slider-details {
    position: relative;
    margin-top: 5%;
    margin-bottom: 30px;
    text-shadow: 0px 1px 5px #000000;
}
	    .home-career-section p {
        font-size: 18px;
        margin-top: 15px;
    }
	.home-main-slider-section .swiper-slide {
    height: 300px; /* Adjust height as needed */
    object-fit: cover; /* Optional: ensures it fills without distortion */
    width: 100%; /* Optional: makes it responsive */
  }
       #slide1 {
        height: 300px;
        width: 100%;
    }
	.main-header-wrapper.headroom--not-top {
    background-color: #ffffff !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
	.telephone {
    display: none;
}
  .home-invest-content-wrapper .starting-container {
    margin-top: 8%;
  }
  .home-invest-content-wrapper .starting-container .__img_col {
    aspect-ratio: 16/11;
  }
}

/********* NEWS AND INSIGHTS STARTS **********/
@media screen and (max-height: 800px) {
  .home-commitments-section .starting-container {
    margin-top: 4%;
  }
}
@media screen and (max-width: 1799px) {
  .home-commitments-section .starting-container {
    margin-top: 2.5%;
  }
}
@media (max-width: 1199.98px) {
  .home-commitments-section .starting-container {
    margin-top: 10% !important;
  }
}
@media (max-width: 991.98px) {
  .home-commitments-section .starting-container {
    margin-top: 5% !important;
  }
}
@media (max-width: 575.98px) {
  .home-commitments-section .starting-container {
    margin-top: 8% !important;
  }
}
.home-commitments-section .news-img {
  aspect-ratio: 16/7;
}
@media (max-width: 1699.98px) {
  .home-commitments-section .news-img {
    aspect-ratio: 16/7.5;
  }
}
@media (max-width: 1499.98px) {
  .home-commitments-section .news-img {
    aspect-ratio: 16/8.5;
  }
}
@media (max-width: 1399.98px) {
  .home-commitments-section .news-img {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 1699.98px) {
  .home-commitments-section .media-main-wrapper h5 {
    font-size: 22px;
  }
}
@media (max-width: 1499.98px) {
  .home-commitments-section .media-main-wrapper h5 {
    font-size: 20px;
  }
}
.home-commitments-section .news-cont .category-title-link a {
  margin-bottom: 10px;
}
@media (max-width: 1699.98px) {
  .home-commitments-section .newswrapper .news-content a h6 {
    margin-bottom: 5px;
  }
}
@media (max-width: 1799.98px) {
  .home-commitments-section .newswrapper .news-content a p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1799.98px) {
  .home-commitments-section .news-cont.insight-cont .title {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1799.98px) {
  .home-commitments-section .tweets-cont a .icon-x {
    font-size: 20px;
  }
}
.home-commitments-section .home-photos-slider .swiper-wrapper {
  height: 100% !important;
}
.home-commitments-section .home-page-gallery-wrapper .hover-effects-image-area {
  aspect-ratio: 16/7;
}
@media (max-width: 1699.98px) {
  .home-commitments-section .home-page-gallery-wrapper .hover-effects-image-area {
    aspect-ratio: 16/7.5;
  }
}
@media (max-width: 1699.98px) {
  .home-commitments-section .news-cont.insight-cont .article-author {
    font-size: 18px;
  }
}
@media (max-width: 1699.98px) {
  .home-commitments-section .newswrapper .news-content a h6 {
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1399.98px) {
  .home-about-section .starting-container {
    margin-top: 7%;
  }
}
@media (max-width: 1199.98px) {
  .home-about-section .starting-container {
    margin-top: 13%;
  }
}
@media (max-width: 991.98px) {
  .home-about-section .starting-container {
    margin-top: 5%;
  }
}
@media (max-width: 575.98px) {
  .home-about-section .starting-container {
    margin-top: 8%;
  }
}

@media (max-width: 991.98px) {
  .footer-container {
    padding-bottom: 50px;
  }
}

/********* OUR COMMITMENT STARTS **********/
@media (max-width: 1799.98px) {
  .home-commitment-section .starting-container {
    margin-top: 8%;
  }
}
@media (max-width: 1399.98px) {
  .home-commitment-section .starting-container {
    margin-top: 11%;
  }
}
@media (max-width: 991.98px) {
  .home-commitment-section .starting-container {
    margin-top: 5%;
  }
}

@media (max-width: 1799.98px) {
  .__commitment-slide .col-video-inside .commit-video-main .__video-inside {
    aspect-ratio: 16/8;
  }
  .__commitment-slide .col-video-inside .commit-video-main .__video-inside video {
    object-fit: cover;
  }
}

.home-page-gallery-wrapper .common-hover-effects .hover-effects-image-area:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.55) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.linked-box-main .linked-box {
  overflow-x: hidden !important;
}/*# sourceMappingURL=style.css.map */