/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #252525;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  overflow-x: hidden;
}
@media screen and (max-width: 1700px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin-top: 106px;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
    margin-top: 84px;
  }
}
@media screen and (max-width: 400px) {
  body {
    margin-top: 75px;
  }
}

.clear {
  clear: both;
}

.container {
  max-width: 82%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 88%;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 91%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 96%;
  }
}

.container2 {
  max-width: 89.4%;
}
@media screen and (max-width: 1500px) {
  .container2 {
    max-width: 91%;
  }
}
@media screen and (max-width: 999px) {
  .container2 {
    max-width: 95%;
    margin: 0 auto !important;
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .container2 {
    max-width: 96%;
    padding: 0 15px;
  }
}

.light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.size60 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .size60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .size60 {
    font-size: 32px;
  }
}

.size65 {
  font-size: 65px;
}
@media screen and (max-width: 1440px) {
  .size65 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .size65 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1280px) {
  .size65 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .size65 {
    font-size: 40px;
  }
}

.size95 {
  font-size: 95px;
}
@media screen and (max-width: 1440px) {
  .size95 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .size95 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1280px) {
  .size95 {
    font-size: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .size95 {
    font-size: 70px;
  }
}

.size75 {
  font-size: 75px;
}
@media screen and (max-width: 1440px) {
  .size75 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1366px) {
  .size75 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1280px) {
  .size75 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .size75 {
    font-size: 40px;
  }
}

.size48 {
  font-size: 48px;
}
@media screen and (max-width: 1680px) {
  .size48 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .size48 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .size48 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .size48 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .size48 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .size48 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .size48 {
    font-size: 20px;
    line-height: 25px;
  }
}

.size38 {
  font-size: 38px;
}

.size32 {
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .size32 {
    font-size: 18px;
  }
}

.size30 {
  font-size: 30px;
}
@media screen and (max-width: 1680px) {
  .size30 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .size30 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .size30 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .size30 {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .size30 {
    font-size: 16px;
  }
}

.size28 {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .size28 {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .size28 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .size28 {
    font-size: 18px;
  }
}

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .size20 {
    font-size: 16px;
  }
}

.clr1 {
  color: #eda43f;
}

.clr2 {
  color: #000033;
}

.clr3 {
  color: #fff;
}

.clr4 {
  color: #ef7f1a;
}

@media screen and (max-width: 600px) {
  .justify {
    text-align: justify;
  }
}

.navbar {
  background-color: #0b172e;
  padding: 0.5rem 0;
  z-index: 9999;
}
@media screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
.navbar.scrolled {
  position: fixed;
  width: 100%;
  transition: all 0.6s ease;
}
.navbar.scrolled .navbar-brand {
  width: 15%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 991px) {
  .navbar.scrolled .navbar-brand {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .navbar.scrolled .navbar-brand {
    width: 40%;
  }
}
.navbar.scrolled .nav-item .drop1 {
  top: 65px;
}
@media screen and (max-width: 1440px) {
  .navbar .navbar-brand {
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-brand {
    width: 50%;
  }
}
.navbar .navbar-toggler {
  color: #eda53f;
  border-color: #eda53f;
  padding-top: 8px;
}
.navbar .nav-item {
  padding: 0 1.4rem;
}
@media screen and (max-width: 1680px) {
  .navbar .nav-item {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 1440px) {
  .navbar .nav-item {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .nav-item {
    padding: 0 0.8rem;
  }
}
.navbar .nav-item .nav-link {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1024px) {
  .navbar .nav-item .nav-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .nav-item .nav-link {
    font-size: unset;
  }
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active {
  color: #eda53f;
  transition: all 0.6s ease;
}
.navbar .nav-item .nav-link.dropdown-toggle:after {
  border: none !important;
}
.navbar .nav-item .nav-link .dropdown-arrow {
  position: absolute;
  top: 18px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  .navbar .nav-item .nav-link .dropdown-arrow {
    top: 16px;
    right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .nav-item .nav-link .dropdown-arrow {
    top: 18px;
    right: 15px;
  }
}
.navbar .nav-item .drop1 {
  background-color: #0b172e;
  top: 70px;
  border-radius: 0;
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .navbar .nav-item .drop1 {
    background-color: #eda53f;
  }
}
.navbar .nav-item .drop1 .dropdown-item {
  padding: 12px 50px 12px 20px;
  transition: 0.6s ease;
}
@media screen and (max-width: 991px) {
  .navbar .nav-item .drop1 .dropdown-item {
    padding: 10px 20px;
  }
}
.navbar .nav-item .drop1 .dropdown-item:hover {
  background-color: #eda43f;
  cursor: pointer;
}
.navbar .nav-item .drop1 .dropdown-item a {
  color: #fff;
}
.navbar .nav-item .drop1 .dropdown-item a:hover {
  text-decoration: none;
}
.navbar .nav-item .drop1 .dropdown-item a.dropdown-toggle:after {
  border: none !important;
}
.navbar .nav-item .drop1 .dropdown-item .dropdown-arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 0;
}
.navbar .nav-item .drop1 .dropdown-item .drop2 {
  background-color: #eda43f;
  top: -2px !important;
  left: 100% !important;
  border-radius: 0;
  padding: 0;
  border: none !important;
}
.navbar .nav-item .drop1 .dropdown-item .drop2 .dropdown-item:hover {
  background-color: #fff;
}
.navbar .nav-item .drop1 .dropdown-item .drop2 .dropdown-item:hover a {
  color: #000;
}
@media screen and (max-width: 991px) {
  .navbar .nav-item .drop1 .dropdown-item .drop2 .dropdown-item a {
    color: #000;
  }
}
.navbar .nav-item .dropdown-toggle {
  cursor: pointer;
}

.hmsec01 {
  position: relative;
  overflow: hidden;
}
.hmsec01 .carousel-item {
  position: relative;
}
@media screen and (max-width: 991px) {
  .hmsec01 .carousel-item {
    border-bottom: 1px ridge #f1f1f1;
  }
}
.hmsec01 .carousel-item .img {
  overflow: hidden;
}
.hmsec01 .carousel-item .img img.anim {
  animation: animationimg 3.8s ease-in forwards;
}
.hmsec01 .carousel-item .overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 61%;
}
@media screen and (max-width: 991px) {
  .hmsec01 .carousel-item .overlay {
    width: 100%;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .hmsec01 .carousel-item .overlay {
    top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .carousel-item .overlay {
    top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .hmsec01 .carousel-item .overlay img {
    display: none;
  }
}
.hmsec01 .carousel-item .overlay .txtsec {
  position: absolute;
  right: 0;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 11;
  top: 0;
}
@media screen and (max-width: 991px) {
  .hmsec01 .carousel-item .overlay .txtsec {
    display: unset;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .carousel-item .overlay .txtsec {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hmsec01 .carousel-item .overlay .txtsec h3 {
    line-height: 20px;
  }
}
.hmsec01 .carousel-item .overlay .txtsec h3 span {
  position: relative;
}
.hmsec01 .carousel-item .overlay .txtsec .size95 {
  padding-left: 9rem;
}
.hmsec01 .carousel-item .overlay .txtsec .size75 {
  padding-left: 15rem;
}
.hmsec01 .carousel-item .overlay p {
  position: relative;
  animation: leftanim 1.8s ease-in forwards;
}
.hmsec01 .carousel-item .overlay span {
  position: relative;
}
.hmsec01 .carousel-item .overlay span.size65, .hmsec01 .carousel-item .overlay span.size75, .hmsec01 .carousel-item .overlay span.size48 {
  animation: leftanim 1.2s ease-in forwards;
}
.hmsec01 .carousel-item .overlay span.size95, .hmsec01 .carousel-item .overlay span.size30, .hmsec01 .carousel-item .overlay span p {
  animation: rightanim 1.2s ease-in forwards;
}
.hmsec01 .arrow {
  position: absolute;
  width: 116px;
  bottom: 8%;
  right: 10%;
}
@media screen and (max-width: 1680px) {
  .hmsec01 .arrow {
    bottom: 10%;
  }
}
@media screen and (max-width: 1440px) {
  .hmsec01 .arrow {
    bottom: 11%;
  }
}
@media screen and (max-width: 1366px) {
  .hmsec01 .arrow {
    bottom: 12%;
  }
}
@media screen and (max-width: 1280px) {
  .hmsec01 .arrow {
    bottom: 13%;
  }
}
@media screen and (max-width: 1024px) {
  .hmsec01 .arrow {
    bottom: 16%;
  }
}
@media screen and (max-width: 991px) {
  .hmsec01 .arrow {
    bottom: 10%;
  }
}
@media screen and (max-width: 575px) {
  .hmsec01 .arrow {
    bottom: 15%;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .hmsec01 .arrow a {
    background-color: #f9ae47;
  }
}

.hmsec02 {
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  .hmsec02 {
    padding-top: 3rem;
  }
}
.hmsec02 .sec01 {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hmsec02 .sec01 {
    padding: 3rem 0 0 0;
  }
}
.hmsec02 .sec01::before {
  content: "";
  position: absolute;
  width: 80%;
  background: #ebebeb;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .hmsec02 .sec01::before {
    height: 48%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .sec01::before {
    height: 25%;
  }
}
.hmsec02 .sec01 .txt {
  padding: 0 10% 0 5%;
}

.hmsec03 {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .hmsec03 {
    padding-bottom: 3rem;
  }
}
.hmsec03 .overlaysec {
  position: absolute;
  left: 0;
  width: 50%;
  top: 42%;
  background: #ebebeb;
  padding: 5% 10%;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .hmsec03 .overlaysec {
    top: 43%;
  }
}
@media screen and (max-width: 991px) {
  .hmsec03 .overlaysec {
    width: 85%;
    padding: 10%;
    top: 46%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .overlaysec {
    padding: 5%;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hmsec03 .overlaysec .bg-icon {
  content: "";
  position: absolute;
  width: 25%;
  left: 0;
  bottom: 0;
}
.hmsec03 .overlaysec .item {
  margin-top: 50px;
}
@media screen and (max-width: 1680px) {
  .hmsec03 .overlaysec .item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .hmsec03 .overlaysec .item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .hmsec03 .overlaysec .item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .overlaysec .item {
    margin-top: 10px;
  }
}
.hmsec03 .overlaysec .size60 {
  line-height: 44px;
}
.hmsec03 .overlaysec .number {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .hmsec03 .overlaysec .number {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .hmsec03 .overlaysec .number {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .hmsec03 .overlaysec .number {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .overlaysec .number {
    font-size: 32px;
  }
}
.hmsec03 .overlaysec span {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .hmsec03 .overlaysec span {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .hmsec03 .overlaysec span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .overlaysec span {
    font-size: 12px;
  }
}

.hmsec04 {
  position: relative;
  background: #091528;
  background: linear-gradient(184deg, #091528 7%, #263984 100%);
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .hmsec04 {
    padding: 3rem 0;
  }
}
.hmsec04::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: #fff;
  bottom: 0;
}
.hmsec04::after {
  content: "";
  background: url(../img/bgicon02.png);
  width: 427px;
  height: 546px;
  position: absolute;
  top: 0;
  transition: all 0.6s ease;
  right: 0;
  background-size: 100%;
}
.hmsec04 .nav-tabs {
  width: 26%;
  border: 1px solid #eda43f;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .hmsec04 .nav-tabs {
    width: 30%;
  }
}
@media screen and (max-width: 1440px) {
  .hmsec04 .nav-tabs {
    width: 32%;
  }
}
@media screen and (max-width: 1366px) {
  .hmsec04 .nav-tabs {
    width: 33%;
  }
}
@media screen and (max-width: 1280px) {
  .hmsec04 .nav-tabs {
    width: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .hmsec04 .nav-tabs {
    width: 44%;
  }
}
@media screen and (max-width: 991px) {
  .hmsec04 .nav-tabs {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .hmsec04 .nav-tabs {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .hmsec04 .nav-tabs {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec04 .nav-tabs {
    width: 80%;
  }
}
.hmsec04 .nav-tabs .nav-item {
  max-width: 50%;
  flex: 0 0 50%;
}
.hmsec04 .nav-tabs .nav-item .nav-link {
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 13px 10px;
  background: transparent;
  color: #fff;
  position: relative;
  transition: all 0.6s ease;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hmsec04 .nav-tabs .nav-item .nav-link {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec04 .nav-tabs .nav-item .nav-link {
    padding: 9px;
    font-size: 10px;
  }
}
.hmsec04 .nav-tabs .nav-item .nav-link::before {
  content: "";
  background: #eda43f;
  left: -100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.6s ease;
  z-index: -1;
}
.hmsec04 .nav-tabs .nav-item .nav-link.active, .hmsec04 .nav-tabs .nav-item .nav-link:hover {
  transition: all 0.6s ease;
  color: #000033;
}
.hmsec04 .nav-tabs .nav-item .nav-link.active::before, .hmsec04 .nav-tabs .nav-item .nav-link:hover::before {
  transition: all 0.6s ease;
  left: 0;
}
.hmsec04 .tab-content {
  z-index: 1;
}
.hmsec04 .tab-content a {
  text-decoration: none;
  display: block;
  width: 96%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.231372549);
  margin: 0 0 5% 3%;
}
.hmsec04 .tab-content a:hover .img img {
  transform: scale(1.1);
}
.hmsec04 .tab-content a .img {
  overflow: hidden;
}
.hmsec04 .tab-content a .img img {
  transition: all 0.6s ease;
}
.hmsec04 .tab-content a .txt {
  background: #fff;
  padding: 10px 20px;
}
.hmsec04 .tab-content a .txt .logo img {
  width: auto;
}
.hmsec04 .tab-content a .txt p {
  text-align: right;
  color: #252525;
  font-weight: 500;
}
.hmsec04 .tab-content a .txt .row {
  align-items: center;
}
.hmsec04 .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.hmsec04 .owl-nav button.owl-prev, .hmsec04 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hmsec04 .owl-nav button.owl-prev {
  left: -2.5%;
}
@media screen and (max-width: 1680px) {
  .hmsec04 .owl-nav button.owl-prev {
    left: -3.5%;
  }
}
@media screen and (max-width: 1440px) {
  .hmsec04 .owl-nav button.owl-prev {
    left: -3.7%;
  }
}
@media screen and (max-width: 1366px) {
  .hmsec04 .owl-nav button.owl-prev {
    left: -4%;
  }
}
@media screen and (max-width: 1280px) {
  .hmsec04 .owl-nav button.owl-prev {
    left: -4.4%;
  }
}
@media screen and (max-width: 1280px) {
  .hmsec04 .owl-nav button.owl-prev {
    left: -5.5%;
  }
}
@media screen and (max-width: 991px) {
  .hmsec04 .owl-nav button.owl-prev {
    left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .hmsec04 .owl-nav button.owl-prev {
    left: -3%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec04 .owl-nav button.owl-prev {
    left: -5%;
  }
}
.hmsec04 .owl-nav button.owl-next {
  right: 0;
}
@media screen and (max-width: 991px) {
  .hmsec04 .owl-nav button.owl-next {
    right: -25px;
  }
}

.hmsec05 h1 {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .hmsec05 h1 {
    font-size: 23px;
  }
}
.hmsec05 .col-lg-8 {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .hmsec05 .col-lg-8 {
    margin-top: 0;
  }
}
.hmsec05 .sec01 {
  position: relative;
  padding: 50px 0;
  background-color: #f0f0f0;
}
.hmsec05 .sec01 .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  width: 25%;
}
.hmsec05 .sec01 .item {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.hmsec05 .sec01 .item .img {
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
}
.hmsec05 .sec01 .item .img:hover {
  transition: all 0.6s ease;
}
.hmsec05 .sec01 .item .img:hover .overlay {
  background: rgba(0, 0, 0, 0.3882352941);
  transition: all 0.6s ease;
}
.hmsec05 .sec01 .item .img:hover .overlay .play::before, .hmsec05 .sec01 .item .img:hover .overlay .play::after {
  content: "";
}
.hmsec05 .sec01 .item .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.6s ease;
}
.hmsec05 .sec01 .item .img .overlay .play {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #f6ac43;
  padding: 4px;
}
@media screen and (max-width: 1024px) {
  .hmsec05 .sec01 .item .img .overlay .play {
    width: 40px;
    height: 40px;
  }
}
.hmsec05 .sec01 .item .img .overlay .play img {
  filter: invert(1);
}
.hmsec05 .sec01 .item .img .overlay .play::before {
  content: unset;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 1.5s ease-out infinite;
  z-index: -1;
}
.hmsec05 .sec01 .item .img .overlay .play::after {
  content: unset;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 2.5s ease-out infinite;
  z-index: -1;
}
.hmsec05 .sec01 .txt {
  background-color: #fff;
  padding: 15px 20px;
}
.hmsec05 .sec02 {
  position: relative;
  padding-top: 70px;
  width: 80%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .hmsec05 .sec02 {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .hmsec05 .sec02 {
    width: unset;
  }
}
.hmsec05 .sec02:before {
  position: absolute;
  content: url(../img/icons/left-quote.png);
  top: 100px;
  left: 50px;
}
@media screen and (max-width: 1440px) {
  .hmsec05 .sec02:before {
    left: 0;
  }
}
@media screen and (max-width: 1366px) {
  .hmsec05 .sec02:before {
    left: -30px;
  }
}
@media screen and (max-width: 991px) {
  .hmsec05 .sec02:before {
    left: -50px;
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .hmsec05 .sec02:before {
    content: url(../img/icons/left-quote-mob.png);
    left: -25px;
    top: 145px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec05 .sec02:before {
    display: none;
  }
}
.hmsec05 .sec02:after {
  position: absolute;
  content: url(../img/icons/right-quote.png);
  bottom: 150px;
  right: 50px;
}
@media screen and (max-width: 1440px) {
  .hmsec05 .sec02:after {
    right: 0;
  }
}
@media screen and (max-width: 1366px) {
  .hmsec05 .sec02:after {
    right: -30px;
  }
}
@media screen and (max-width: 991px) {
  .hmsec05 .sec02:after {
    right: -50px;
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .hmsec05 .sec02:after {
    content: url(../img/icons/right-quote-mob.png);
    right: -25px;
    bottom: 120px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec05 .sec02:after {
    display: none;
  }
}
.hmsec05 .sec02 .owl-nav button.owl-prev, .hmsec05 .sec02 .owl-nav button.owl-next {
  background-color: transparent !important;
  border: 2px solid #eea540;
  transition: 0.6s ease;
}
.hmsec05 .sec02 .owl-nav button.owl-prev:hover, .hmsec05 .sec02 .owl-nav button.owl-next:hover {
  background-color: #eea540 !important;
}

.commonsec {
  position: relative;
}
@media screen and (max-width: 991px) {
  .commonsec .img {
    overflow: hidden;
  }
  .commonsec .img .img-fluid {
    width: 180%;
    max-width: 180%;
    transform: translateX(-15rem);
  }
}
.commonsec .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}
.commonsec .overlay h3 {
  color: #fff;
}

.abtsec01 {
  position: relative;
  padding: 5rem 0;
  margin: 5rem 0;
  background: url("../img/about/bg-value.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .abtsec01 {
    padding: 3rem 0;
    margin: 3rem 0;
  }
}
.abtsec01 .values {
  width: 80%;
  margin: auto;
}
.abtsec01 .values img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .abtsec01 .values img {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .abtsec01 .values img {
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .values img {
    margin-top: 0;
  }
}
.abtsec01 .values ul {
  margin-bottom: 0;
}
.abtsec01 .values ul li {
  color: #ffffff;
  margin-top: 10px;
}
.abtsec01 .values ul li::marker {
  color: #f9ac42;
}
.abtsec01 .owl-carousel .item {
  padding: 50px 0;
}
.abtsec01 .owl-carousel .item img {
  display: unset;
  width: unset;
}
.abtsec01 .owl-carousel .item .flip-box {
  background-color: transparent;
  height: 500px;
  perspective: 1000px;
}
@media screen and (max-width: 1024px) {
  .abtsec01 .owl-carousel .item .flip-box {
    height: 580px;
  }
}
@media screen and (max-width: 991px) {
  .abtsec01 .owl-carousel .item .flip-box {
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .owl-carousel .item .flip-box {
    height: 530px;
  }
}
.abtsec01 .owl-carousel .item .flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-front,
.abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 30px;
}
@media screen and (max-width: 1680px) {
  .abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-front,
  .abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-back {
    padding: 10px;
  }
}
.abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-front {
  background-color: #fff;
  color: black;
}
.abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-front .text {
  margin-top: 35%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-front .text {
    margin-top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-front .text {
    margin-top: 30%;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-front .text {
    margin-top: 50%;
  }
}
.abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-front .text h6 {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 25px;
  text-transform: uppercase;
}
.abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-back {
  background-color: #f9ac42;
  transform: rotateY(180deg);
}
.abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-back .text {
  margin-top: 10%;
  text-align: center;
}
.abtsec01 .owl-carousel .item .flip-box .flip-box-inner .flip-box-back .text h2 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}
.abtsec01 .owl-carousel .item .flip-box:hover {
  cursor: pointer;
}
.abtsec01 .owl-carousel .item .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.abtsec02 {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .abtsec02 {
    padding: 3rem 0;
  }
}
.abtsec02 .item .txt {
  padding: 10px 5px;
}
.abtsec02 .item .txt a.fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  background: #007bb5;
  color: white;
  border: 1px solid #007bb5;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  .abtsec02 .item .txt a.fa-brands {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}
.abtsec02 .item .txt a.fa-brands:hover {
  opacity: 0.8;
  transition: all 0.6s ease;
}

.abtsec03 {
  position: relative;
  margin: 5rem 0;
}
@media screen and (max-width: 991px) {
  .abtsec03 {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 991px) {
  .abtsec03 .text {
    padding: 0 20px;
  }
}
.abtsec03 .csrsec {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
}
.abtsec03 .csrsec .item {
  border: 1px solid #f1f1f1;
}
.abtsec03 .csrsec .item .img {
  overflow: hidden;
}
.abtsec03 .csrsec .item .img img {
  transition: 0.6s ease;
  filter: grayscale(100%);
}
.abtsec03 .csrsec .item:hover {
  cursor: pointer;
}
.abtsec03 .csrsec .item:hover img {
  transform: scale(1.2);
  filter: grayscale(0);
}
@media screen and (max-width: 991px) {
  .abtsec03 .changeOrder {
    order: -1;
  }
}

.onprojectsec01 {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .onprojectsec01 {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 991px) {
  .onprojectsec01 {
    padding: 1rem 0;
  }
}
.onprojectsec01:before {
  position: absolute;
  content: url(../img/projects/bg.png);
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.onprojectsec01 .sec01 a {
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  margin-top: 100px;
  color: #000;
}
@media screen and (max-width: 600px) {
  .onprojectsec01 .sec01 a {
    margin-top: 50px;
  }
}
.onprojectsec01 .sec01 a::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 70%;
  background: #ebebeb;
  bottom: 0;
}
.onprojectsec01 .sec01 a:hover .img img {
  transform: scale(1.1);
  transition: all 0.6s ease;
  filter: brightness(0.7);
}
.onprojectsec01 .sec01 a .img {
  overflow: hidden;
}
.onprojectsec01 .sec01 a .img img {
  transition: all 0.6s ease;
}
.onprojectsec01 .sec01 a .img, .onprojectsec01 .sec01 a .txt {
  width: 90%;
  margin: 0 auto;
}
.onprojectsec01 .sec01 a .txt {
  padding: 1.6rem 20px;
}
@media screen and (max-width: 600px) {
  .onprojectsec01 .sec01 a .txt {
    padding: 1.6rem 0;
  }
}
.onprojectsec01 .sec01 a .txt .logo img {
  width: auto;
}
.onprojectsec01 .sec01 a .txt h6 {
  text-align: right;
  font-size: 28px;
}
@media screen and (max-width: 1680px) {
  .onprojectsec01 .sec01 a .txt h6 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .onprojectsec01 .sec01 a .txt h6 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1280px) {
  .onprojectsec01 .sec01 a .txt h6 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .onprojectsec01 .sec01 a .txt h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .onprojectsec01 .sec01 a .txt h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .onprojectsec01 .sec01 a .txt h6 {
    text-align: unset;
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .onprojectsec01 .sec01 a .txt h6 {
    font-size: 16px;
  }
}
.onprojectsec01 .sec01 a .txt p {
  text-align: right;
  color: #252525;
  font-size: 20px;
}
@media screen and (max-width: 1680px) {
  .onprojectsec01 .sec01 a .txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .onprojectsec01 .sec01 a .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .onprojectsec01 .sec01 a .txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .onprojectsec01 .sec01 a .txt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .onprojectsec01 .sec01 a .txt p {
    text-align: unset;
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .onprojectsec01 .sec01 a .txt p {
    font-size: 11px;
  }
}
.onprojectsec01 .sec01 a .txt .row {
  align-items: center;
  margin: 0;
}
.onprojectsec01 .sec01 .tab-content h6 {
  font-size: 30px;
}
@media screen and (max-width: 1440px) {
  .onprojectsec01 .sec01 .tab-content h6 {
    font-size: 28px;
  }
}
.onprojectsec01 .sec01 .tab-content ul {
  margin-top: 10px;
}
@media screen and (max-width: 1366px) {
  .onprojectsec01 .sec01 .tab-content ul {
    margin-top: 5px;
  }
}
.onprojectsec01 .sec01 .tab-content ul li {
  margin-top: 10px;
}
@media screen and (max-width: 1680px) {
  .onprojectsec01 .sec01 .tab-content ul li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .onprojectsec01 .sec01 .tab-content .img {
    display: none;
  }
}
.onprojectsec01 .sec01 .select-wrapper {
  position: relative;
}
.onprojectsec01 .sec01 .select-wrapper .completed-item {
  background-color: #fff;
  border: 1px solid #f9ac42;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.onprojectsec01 .sec01 .select-wrapper .completed-item.drop-down {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.onprojectsec01 .sec01 .select-wrapper .completed-item option {
  background-color: #fff;
}
.onprojectsec01 .sec01 .select-wrapper::after {
  content: url("../img/icons/down-arrow.png");
  font-size: 1rem;
  top: 10px;
  right: 20px;
  position: absolute;
}

.projeOnSec01 {
  position: relative;
}
.projeOnSec01 .brecrum {
  position: absolute;
  width: 100%;
  top: 0;
}
.projeOnSec01 .brecrum nav .breadcrumb li.breadcrumb-item {
  color: #fff;
}
.projeOnSec01 .brecrum nav .breadcrumb li.breadcrumb-item.active {
  color: #fff;
}
.projeOnSec01 .brecrum nav .breadcrumb li.breadcrumb-item a {
  color: #fff;
}
.projeOnSec01 .brecrum nav .breadcrumb li.breadcrumb-item a::before {
  color: #fff;
}
.projeOnSec01 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .projeOnSec01 .overlay {
    display: unset;
    top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .projeOnSec01 .overlay {
    top: 120px;
  }
}
@media screen and (max-width: 600px) {
  .projeOnSec01 .overlay {
    top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .projeOnSec01 .overlay h3 {
    text-align: center;
  }
}

.projeOnSec02 {
  position: relative;
  position: relative;
  background: #091528;
  background: linear-gradient(184deg, #091426 7%, #283a89 100%);
  padding: 5rem 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .projeOnSec02 {
    padding: 3rem 0;
  }
}
.projeOnSec02::after {
  content: "";
  background: url(../img/bgicon02.png) no-repeat;
  width: 227px;
  height: 294px;
  position: absolute;
  top: 0;
  transition: all 0.6s ease;
  right: 0;
  background-size: 100%;
}
.projeOnSec02 .sec01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .projeOnSec02 .sec01 {
    margin-bottom: 0;
  }
}
.projeOnSec02 .sec01 .prologo {
  max-width: 17%;
  flex: 0 0 17%;
  padding: 2.5rem 0;
}
@media screen and (max-width: 991px) {
  .projeOnSec02 .sec01 .prologo {
    max-width: 25%;
    flex: unset;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .projeOnSec02 .sec01 .prologo {
    max-width: 40%;
  }
}
.projeOnSec02 .sec01 .divline {
  max-width: 16%;
  flex: 0 0 16%;
  position: relative;
}
.projeOnSec02 .sec01 .divline::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #665446;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .projeOnSec02 .sec01 .divline::before {
    display: none;
  }
}
.projeOnSec02 .sec01 .leftxt {
  max-width: 67%;
  flex: 0 0 67%;
  padding: 2.5rem 0;
}
@media screen and (max-width: 991px) {
  .projeOnSec02 .sec01 .leftxt {
    max-width: 100%;
    flex: unset;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 1280px) {
  .projeOnSec02 .sec02 p {
    font-size: 14px;
  }
}

.projeOnSec03 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .projeOnSec03 {
    padding: 3rem 0;
  }
}
.projeOnSec03::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 45%;
  background: #f9ad42;
}
@media screen and (max-width: 991px) {
  .projeOnSec03::before {
    width: 100%;
  }
}
.projeOnSec03::after {
  content: "";
  width: 17%;
  background: url(../img/bgicon04.png) no-repeat;
  background-size: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.projeOnSec03 .container2 {
  position: relative;
  z-index: 1;
}
.projeOnSec03 .container2 .item {
  background-color: #fff;
}
.projeOnSec03 .container2 .item p {
  padding: 10px;
}
@media screen and (max-width: 1366px) {
  .projeOnSec03 .container2 .item p {
    font-size: 14px;
  }
}
.projeOnSec03 .owl-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 11%;
  top: -26%;
}
@media screen and (max-width: 1680px) {
  .projeOnSec03 .owl-nav {
    top: -35%;
  }
}
@media screen and (max-width: 1400px) {
  .projeOnSec03 .owl-nav {
    top: -40%;
  }
}
@media screen and (max-width: 1280px) {
  .projeOnSec03 .owl-nav {
    top: -45%;
  }
}
@media screen and (max-width: 991px) {
  .projeOnSec03 .owl-nav {
    top: -33%;
  }
}
@media screen and (max-width: 600px) {
  .projeOnSec03 .owl-nav {
    top: unset;
    bottom: -35px;
    right: 0;
  }
}
.projeOnSec03 .owl-nav button.owl-prev, .projeOnSec03 .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  margin: 0 0.5rem;
  border-radius: 50%;
  background: transparent !important;
  color: #000033 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eea540 !important;
}
@media screen and (max-width: 999px) {
  .projeOnSec03 .owl-nav button.owl-prev, .projeOnSec03 .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .projeOnSec03 .owl-nav button.owl-prev, .projeOnSec03 .owl-nav button.owl-next {
    border: none !important;
    width: 20px;
    height: 30px;
  }
}
.projeOnSec03 .owl-nav button.owl-prev span, .projeOnSec03 .owl-nav button.owl-next span {
  display: none;
}
.projeOnSec03 .owl-nav button.disabled {
  opacity: 0.5;
}

.projeOnSec04 {
  padding: 5rem 0;
  position: relative;
  background: #ebebeb;
}
@media screen and (max-width: 991px) {
  .projeOnSec04 {
    padding: 3rem 0;
  }
}

.projeOnSec05 {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .projeOnSec05 {
    padding: 3rem 0;
  }
}
.projeOnSec05 .loc-features .accordion .btn {
  position: relative;
  border-radius: 0;
  border: none !important;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px 20px;
  background-color: #f1f1f1;
}
.projeOnSec05 .loc-features .accordion .btn:after {
  position: absolute;
  content: url(../img/icons/down-arrow.png);
  top: 10px;
  right: 20px;
}

.careersec01 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .careersec01 {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .careersec01 {
    padding: 1rem 0;
  }
}
.careersec01 form input {
  border: none;
  border-bottom: 1px solid #000;
  margin-top: 50px;
  padding: 10px 20px;
}
.careersec01 form input[type=file] {
  border-bottom: none;
  padding: 0;
}
.careersec01 form .select-wrapper {
  position: relative;
}
.careersec01 form .select-wrapper select {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 57px;
  padding: 0 20px;
}
.careersec01 form .select-wrapper select:focus {
  box-shadow: unset;
  border-color: #000;
}
.careersec01 form .select-wrapper select.drop-down {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.careersec01 form .select-wrapper:after {
  content: url("../img/icons/down-arrow.png");
  font-size: 1rem;
  top: 7px;
  right: 20px;
  position: absolute;
}
.careersec01 form ::-moz-placeholder {
  color: #000;
}
.careersec01 form ::placeholder {
  color: #000;
}

.investor-corner {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .investor-corner {
    padding: 3rem 0;
  }
}
.investor-corner .sec01 .view .details .range {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .investor-corner .sec01 .view .details .range {
    margin-top: 30px;
  }
}
.investor-corner .sec01 .view .details .range input {
  width: 100%;
}
.investor-corner .sec01 .view .details .range input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
.investor-corner .sec01 .view .details .range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #d7d7d7;
  border-radius: 10px;
}
.investor-corner .sec01 .view .details .range input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #eda53f;
  cursor: pointer;
  margin-top: -6px;
  -webkit-appearance: none;
}
.investor-corner .sec01 .view .details .range input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #d7d7d7;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}
.investor-corner .sec01 .view .details .range input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #eda53f;
  cursor: pointer;
  margin-top: -6px;
}
.investor-corner .sec01 .view .details .range input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #d7d7d7;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}
.investor-corner .sec01 .view .details .range input[type=range]::-ms-fill-lower {
  background: #eda53f;
  border-radius: 5px;
}
.investor-corner .sec01 .view .details .range input[type=range]::-ms-fill-upper {
  background: #eda53f;
  border-radius: 5px;
}
.investor-corner .sec01 .view .details .range input[type=range]::-ms-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #eda53f;
  cursor: pointer;
  margin-top: -6px;
}
.investor-corner .sec01 .view .detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .investor-corner .sec01 .view .detail p {
    margin-bottom: 0;
  }
}
.investor-corner .sec01 .view .detail p.input-value {
  background-color: #ebebeb;
  padding: 5px 10px;
  width: 150px;
}
.investor-corner .sec01 .view .footer {
  display: flex;
  justify-content: space-between;
}
.investor-corner .sec01 .view .footer #price-container {
  color: #eda53f;
  margin-top: 50px;
}
.investor-corner .sec01 .view .footer #price-container::before {
  content: "Monthly Payable:";
  font-size: 12px;
  display: block;
}
.investor-corner .sec01 .view .footer #price-container #price {
  color: #130f31;
  font-size: 25px;
}
.investor-corner .sec01 .graphic-view {
  background-color: #ebebeb;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .investor-corner .sec01 .graphic-view {
    padding: 20px;
  }
}
.investor-corner .sec01 .graphic-view .item {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .investor-corner .sec01 .graphic-view .item {
    margin-top: 20px;
  }
}
.investor-corner .sec01 .graphic-view .item .fetch-data {
  background-color: #eda53f;
  padding: 10px;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .investor-corner .sec01 .graphic-view .item .fetch-data {
    background-color: transparent;
    text-align: left;
    padding: 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .investor-corner .sec01 .graphic-view .item .fetch-data {
    background-color: #eda53f;
    text-align: right;
    padding: 10px;
  }
}
.investor-corner .sec01 .graphic-view .breakup {
  width: 80%;
  float: right;
}
@media screen and (max-width: 1680px) {
  .investor-corner .sec01 .graphic-view .breakup {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .investor-corner .sec01 .graphic-view .breakup {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .investor-corner .sec01 .graphic-view .breakup {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .investor-corner .sec01 .changeOrder {
    order: -1;
  }
}
.investor-corner .sec02 .chart {
  background-color: #f5f5f5;
  padding: 50px 100px;
}
.investor-corner .sec02 .chart.hidden {
  display: none;
}
.investor-corner .sec02 .chart table {
  margin-bottom: 0;
}
.investor-corner .sec03 {
  position: relative;
  background-color: #f2f3f4;
  padding: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .investor-corner .sec03 {
    padding: 50px 0;
  }
}
.investor-corner .sec03:before {
  position: absolute;
  content: url(../img/projects/bg.png);
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.investor-corner .sec03 .faq {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .investor-corner .sec03 .faq {
    width: 100%;
  }
}
.investor-corner .sec03 .faq .accordion .btn {
  position: relative;
  border-radius: 0;
  border: none !important;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  padding: 15px 20px;
}
.investor-corner .sec03 .faq .accordion .btn:hover:before {
  display: none;
}
.investor-corner .sec03 .faq .accordion .btn:after {
  position: absolute;
  content: url(../img/icons/down-arrow.png);
  top: 15px;
  right: 20px;
}

.contsec01 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .contsec01 {
    padding: 3rem 0;
  }
}
.contsec01 h1 {
  position: relative;
}
.contsec01 h1:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eda53f;
  bottom: -20px;
}
.contsec01 .txtsec {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  .contsec01 .txtsec {
    padding: 0;
  }
}
.contsec01 .txtsec .material-symbols-outlined {
  max-width: 15%;
  flex: 0 0 15%;
}
@media screen and (max-width: 1024px) {
  .contsec01 .txtsec .material-symbols-outlined {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 991px) {
  .contsec01 .txtsec .material-symbols-outlined {
    max-width: 15%;
    flex: 0 0 15%;
  }
}
@media screen and (max-width: 767px) {
  .contsec01 .txtsec .material-symbols-outlined {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 600px) {
  .contsec01 .txtsec .material-symbols-outlined {
    max-width: 15%;
    flex: 0 0 15%;
  }
}
.contsec01 .txtsec .material-symbols-outlined .img {
  position: relative;
  padding: 10px;
  border-radius: 50%;
  background-color: #f9ac42;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1680px) {
  .contsec01 .txtsec .material-symbols-outlined .img {
    width: 45px;
    height: 45px;
  }
}
.contsec01 .txtsec .material-symbols-outlined .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1680px) {
  .contsec01 .txtsec .material-symbols-outlined .img img {
    width: 60%;
  }
}
.contsec01 .txtsec .text {
  max-width: 85%;
  flex: 0 0 85%;
}
@media screen and (max-width: 1680px) {
  .contsec01 .txtsec .text {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contsec01 .txtsec .text {
    max-width: 80%;
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 991px) {
  .contsec01 .txtsec .text {
    max-width: 85%;
    flex: 0 0 85%;
  }
}
@media screen and (max-width: 767px) {
  .contsec01 .txtsec .text {
    max-width: 80%;
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 600px) {
  .contsec01 .txtsec .text {
    max-width: 82%;
    flex: 0 0 82%;
  }
}
@media screen and (max-width: 1024px) {
  .contsec01 .txtsec .text p {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  footer {
    margin-bottom: 60px;
  }
}
footer .sec01 {
  position: relative;
  background: #ffffff;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  footer .sec01 {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 600px) {
  footer .sec01 {
    padding: 2rem 0;
  }
}
footer .sec01::before {
  content: "";
  background: #0b172e;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
footer .sec01 .incont {
  background: #f9ac42;
  padding: 2.5rem 3.5rem;
  position: relative;
  z-index: 1;
}
footer .sec01 .incont .drop-down {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
footer .sec01 .incont .select-wrapper {
  position: relative;
}
footer .sec01 .incont .select-wrapper::after {
  content: url("../img/icons/down-arrow.png");
  font-size: 1rem;
  top: 14px;
  right: 20px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  footer .sec01 .incont {
    padding: 2.5rem 1rem;
  }
}
footer .sec01 .incont::before {
  content: "";
  background: url("../img/bgicon03.png") no-repeat;
  height: 241px;
  width: 249px;
  top: 0;
  left: 0;
  position: absolute;
  background-size: 100%;
  z-index: -1;
}
footer .sec01 .incont input, footer .sec01 .incont textarea, footer .sec01 .incont select {
  color: #1e1e1e;
  border: none;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
  background: #fff;
}
footer .sec02 {
  background: #0b172e;
  padding: 2.5rem 0;
  position: relative;
}
footer .sec02 h6 {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  footer .sec02 h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  footer .sec02 h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  footer .sec02 h6 {
    font-size: 15px;
  }
}
footer .sec02 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .sec02 ul li {
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) {
  footer .sec02 ul li {
    margin: 0 0 10px;
  }
}
footer .sec02 ul li a {
  color: #97999f;
}
footer .sec02 p {
  color: #97999f;
}
footer .sec02 p a {
  color: #97999f;
}
footer .sec02 a {
  text-decoration: none;
  color: #97999f;
  transition: all 0.6s ease;
}
footer .sec02 a:hover {
  color: #eda43f;
  transition: all 0.6s ease;
}
footer .sec02 .txtsec {
  display: flex;
  flex-wrap: wrap;
}
footer .sec02 .txtsec .material-symbols-outlined {
  max-width: 10%;
  flex: 0 0 10%;
  color: #97999f;
}
@media screen and (max-width: 1440px) {
  footer .sec02 .txtsec .material-symbols-outlined {
    max-width: 15%;
    flex: 0 0 15%;
  }
}
@media screen and (max-width: 991px) {
  footer .sec02 .txtsec .material-symbols-outlined {
    max-width: 5%;
    flex: 0 0 5%;
  }
}
@media screen and (max-width: 600px) {
  footer .sec02 .txtsec .material-symbols-outlined {
    max-width: 10%;
    flex: 0 0 10%;
  }
}
footer .sec02 .txtsec p {
  max-width: 90%;
  flex: 0 0 90%;
}
@media screen and (max-width: 1440px) {
  footer .sec02 .txtsec p {
    max-width: 85%;
    flex: 0 0 85%;
  }
}
@media screen and (max-width: 991px) {
  footer .sec02 .txtsec p {
    max-width: 95%;
    flex: 0 0 95%;
  }
}
@media screen and (max-width: 600px) {
  footer .sec02 .txtsec p {
    max-width: 90%;
    flex: 0 0 90%;
  }
}
@media screen and (max-width: 991px) {
  footer .sec02 .changeOrder {
    order: -1;
  }
}
footer .sec03 {
  background: #0b172e;
  position: relative;
}
@media screen and (max-width: 991px) {
  footer .sec03 .social-icons {
    order: 3;
  }
}
footer .sec03 p {
  color: #97999f;
  font-size: 14px;
  margin: 0;
}
footer .sec03 p a {
  color: #97999f;
  text-decoration: none;
}
footer .sec03 p a.fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  color: #0b172e;
  background: #f9ac42;
  border: 1px solid #0b172e;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  footer .sec03 p a.fa-brands {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}
footer .sec03 p a.fa-brands:hover {
  border: 1px solid #f9ac42;
  background: #0b172e;
  transition: all 0.6s ease;
  color: #f9ac42;
}
footer .sec03 .container {
  padding: 30px 15px;
  border-top: 1px solid #97999f;
}

.carousel-control-next, .carousel-control-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f9ae47;
  color: #000;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
  }
}
.carousel-control-next:hover, .carousel-control-next.active, .carousel-control-next:focus, .carousel-control-prev:hover, .carousel-control-prev.active, .carousel-control-prev:focus {
  opacity: 1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-control-next {
    right: 20px;
  }
}

.brecrum nav .breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin: 0;
}
.brecrum nav .breadcrumb li.breadcrumb-item {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .brecrum nav .breadcrumb li.breadcrumb-item {
    font-size: 10px;
  }
}
.brecrum nav .breadcrumb li.breadcrumb-item a {
  color: #000;
  text-decoration: none;
}
.brecrum nav .breadcrumb li.breadcrumb-item.active {
  color: #000;
  font-weight: 600;
}
.brecrum nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.btn {
  margin-left: auto;
  border: 1px solid #eda53f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 24px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .btn {
    padding: 8px 20px;
    font-size: 15px;
  }
}
.btn.bacltxt {
  color: #000;
}
.btn.bacltxta {
  color: #0b172e;
  border: 1px solid #0b172e;
}
.btn.bacltxta::before {
  background: #0b172e;
}
.btn.themebtn {
  background-color: #eda53f;
  color: #fff;
}
.btn.themebtn:hover {
  color: #000;
}
.btn.themebtn::before {
  background: #ffca22;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eda53f;
  bottom: -100%;
  z-index: -1;
  left: 0;
  transition: all 0.6s ease;
}
.btn:hover {
  transition: all 0.6s ease;
}
.btn:hover::before {
  bottom: 0%;
  transition: all 0.6s ease;
}
.btn:hover.bacltxta {
  color: #eda53f;
}

.artistimree {
  position: absolute;
  margin: 0;
  color: #d9d9d9;
  right: 10px;
  bottom: 5px;
  font-size: 9px;
}
.artistimree.left {
  left: 10px;
}
@media screen and (max-width: 600px) {
  .artistimree {
    font-size: 7px;
  }
}

.img {
  position: relative;
}

.card {
  margin-top: 1rem;
}
.card .card-header {
  padding: 0;
  background: transparent;
}
.card .card-header button.btnlink {
  width: 100%;
  display: block;
  padding: 0.46rem 1.5rem;
  color: #000;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: rgba(222, 229, 237, 0.2901960784);
  text-align: left;
  border: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .card .card-header button.btnlink {
    padding: 0.46rem 2rem 0.46rem 1rem;
    font-size: 14px;
  }
}
.card .card-header button.btnlink .material-symbols-outlined {
  transition: all 0.6s ease;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.5rem;
}
.card .card-header button.btnlink .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  margin: 0 0.5rem;
  border-radius: 50%;
  background: #eea540 !important;
  color: #000033 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .owl-nav button.owl-prev, .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}
.owl-nav button.owl-prev .material-symbols-outlined, .owl-nav button.owl-next .material-symbols-outlined {
  font-size: 20px;
}
.owl-nav button.owl-prev span, .owl-nav button.owl-next span {
  display: none;
}
.owl-nav button.disabled {
  opacity: 0.5;
}

.carousel-indicators, .owl-dots {
  text-align: center;
}
.carousel-indicators li, .carousel-indicators .owl-dot, .owl-dots li, .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff !important;
  border-radius: 50%;
  border: 0;
  opacity: 1 !important;
  position: relative;
  margin: 0 7px;
  transition: all 0.6s ease;
  border: 1px solid #eea540;
}
.carousel-indicators li::before, .carousel-indicators .owl-dot::before, .owl-dots li::before, .owl-dots .owl-dot::before {
  content: "";
  border: 1px solid #eea540;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.66);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.6s ease;
  top: 0;
}
.carousel-indicators li.active, .carousel-indicators li:hover, .carousel-indicators .owl-dot.active, .carousel-indicators .owl-dot:hover, .owl-dots li.active, .owl-dots li:hover, .owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
  background: #eea540;
  transition: all 0.6s ease;
}
.carousel-indicators li.active::before, .carousel-indicators li:hover::before, .carousel-indicators .owl-dot.active::before, .carousel-indicators .owl-dot:hover::before, .owl-dots li.active::before, .owl-dots li:hover::before, .owl-dots .owl-dot.active::before, .owl-dots .owl-dot:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.nav-pills {
  margin-top: 50px;
}
.nav-pills .nav-item {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .nav-pills .nav-item {
    margin-right: 5px;
  }
}
.nav-pills .nav-item .nav-link {
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 1280px) {
  .nav-pills .nav-item .nav-link {
    padding: 9px;
    font-size: 14px;
  }
}
.nav-pills .nav-item .nav-link.active {
  background-color: #0b172e;
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #0b172e;
  width: 50px;
  height: 50px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #eda43f;
  border: 1px solid #606060;
  border-radius: 50%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  #scroll {
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 30px;
  }
}
#scroll:hover {
  text-decoration: none;
  color: #0b172e;
  background-color: #eda43f;
  border: none;
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 15%;
  z-index: 999;
}
@media screen and (max-width: 1500px) {
  .enquieryrap {
    top: 20%;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap {
    display: flex;
    flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #eda53f;
  }
}
.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: unset;
  border: 1px solid #fff;
  background: #eda53f;
}
.enquieryrap .iconenqui img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 33%;
    max-width: 33%;
    flex: 0 0 50%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 8px;
    height: 100%;
    box-shadow: unset;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.enquieryrap .iconenqui::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid #081324;
  border-radius: 50%;
  animation: pulse2 5s ease-out infinite;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui::before {
    content: unset;
  }
}
.enquieryrap .iconenqui::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 2px solid #081324;
  border-radius: 50%;
  animation: pulse2 5s ease-out infinite;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui::after {
    content: unset;
  }
}
.enquieryrap .iconenqui .img {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
    filter: invert(0%) sepia(1%) saturate(36%) hue-rotate(279deg) brightness(101%) contrast(101%);
  }
}
.enquieryrap .iconenqui .img span {
  display: none;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 4px;
  }
}
.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 169px;
  background: #081324;
  padding: 0.6rem 0.6rem;
  top: 0%;
  border-radius: 0 19px 25px 0;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  display: none;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .enquieryrap .iconenqui .txt {
    padding: 0.7rem 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}
.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
  display: block;
}

.modal .modal-content {
  padding: 5%;
  position: relative;
}
.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #081324;
  top: 0;
  right: 0;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}
.modal .modal-content .inconte {
  border: 1px solid #3e5327;
}
.modal .modal-content .inconte .modal-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #000;
}
.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}
.modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  font-size: 14px;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}
.modal .modal-content .inconte .modal-body input::-moz-placeholder, .modal .modal-content .inconte .modal-body textarea::-moz-placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body input::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #555555;
}

input:focus, input:hover, textarea:focus, textarea:hover, button:focus, button:hover {
  outline: 0;
  box-shadow: unset;
}

.supportpageSec_01 {
  padding: 14rem 0;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .supportpageSec_01 {
    padding: 8rem 0;
  }
}
.supportpageSec_01 h1 {
  display: flex;
  align-items: center;
  justify-content: start;
}
.supportpageSec_01 h1 span {
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .supportpageSec_01 h1 span {
    margin-left: 5px;
  }
}

@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes move {
  0% {
    opacity: 0;
    top: 0%;
  }
  100% {
    opacity: 0;
    top: 100%;
  }
}
@keyframes leftanim {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@keyframes rightanim {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}/*# sourceMappingURL=style.css.map */