/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #fff;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 999px) {
  body {
    font-size: 13px;
    padding-top: 106px;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 107px;
  }
}

.size60 {
  font-size: 60px;
}

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

@media screen and (max-width: 1700px) {
  .material-symbols-outlined.size60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .material-symbols-outlined.size60 {
    font-size: 32px;
  }
}
.size48 {
  font-size: 40px;
  line-height: 43px;
}
@media screen and (max-width: 1700px) {
  .size48 {
    font-size: 35px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1500px) {
  .size48 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1400px) {
  .size48 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (max-width: 999px) {
  .size48 {
    line-height: 34px;
  }
}
@media screen and (max-width: 390px) {
  .size48 {
    font-size: 25px;
  }
}

.size30 {
  font-size: 30px;
  line-height: 33px;
}

.size25 {
  font-size: 25px;
  line-height: 28px;
}
@media screen and (max-width: 1440px) {
  .size25 {
    font-size: 20px;
    line-height: 23px;
  }
}

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

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  .size18 {
    font-size: 16px;
  }
}

.size30 {
  font-size: 30px;
}

.size24 {
  font-size: 24px;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.txtbgclip {
  background: url("../img/txtbg.jpg") no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

p, li {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  p, li {
    font-size: 15px;
  }
}

.text-dark {
  color: #000 !important;
}

.container.container2 {
  max-width: 90%;
}
@media screen and (max-width: 999px) {
  .container.container2 {
    max-width: 98%;
  }
}

.img {
  position: relative;
}

.articstimp {
  position: absolute;
  right: 2%;
  bottom: 2%;
  color: #fff;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
}

.owl-nav {
  margin-top: 1.2rem;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border: 1px solid #fff !important;
  text-align: center;
  background: #fff !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3882352941);
  margin: 0 6px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  font-size: 2.9em;
  line-height: 34px;
  color: #292929;
}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  opacity: 0.6;
  cursor: default;
}

header .navbar {
  transition: all 0.6s ease;
  padding-left: 0;
  padding-right: 0;
  top: -1px;
  padding: 1rem 0;
  position: absolute;
  z-index: 11;
  width: 100%;
}
@media screen and (max-width: 999px) {
  header .navbar {
    background: #323232;
  }
}
header .navbar .container {
  max-width: 90%;
}
@media screen and (max-width: 999px) {
  header .navbar .container {
    max-width: 98%;
  }
}
@media screen and (max-width: 1600px) {
  header .navbar .navbar-brand {
    width: 23%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 52%;
  }
}
header .navbar .navbar-brand img {
  transition: all 0.6s ease;
}
header .navbar .navbar-brand .navbar-collapse.collapse:not(.show) {
  display: none;
}
header .navbar.bgwhite {
  background: #fff;
  box-shadow: 0 1px 21px rgba(0, 0, 0, 0.1882352941);
}
header .navbar.scrolled {
  background: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 1px 21px rgba(0, 0, 0, 0.1882352941);
}
header .navbar.scrolled .navbar-brand {
  transition: all 0.6s ease;
}
header .navbar.scrolled .navbar-brand img {
  width: 126px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  header .navbar.scrolled .navbar-brand img {
    width: 110px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar.scrolled .navbar-brand img {
    width: 75px;
  }
}
header .callnow {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 600px) {
  header .callnow {
    display: none;
  }
}
header .callnow p {
  margin-left: 10px;
}
header a {
  color: #2f2f2f;
  transition: all 0.6s ease;
}
header a:hover {
  color: #f04823;
  transition: all 0.6s ease;
  text-decoration: none;
}
header .hamburge_icon span {
  width: 30px;
  height: 4px;
  background: #fff;
  margin-bottom: 5px;
  display: block;
}
header .hamburge_icon.nav-toggle1 {
  margin-left: auto;
  cursor: pointer;
}
header .risec {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 999px) {
  header .risec {
    width: 34%;
  }
}

.nav.navsechead {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #323232;
  margin: 0 auto;
  z-index: 1111;
}
@media screen and (max-width: 1500px) {
  .nav.navsechead .container {
    max-width: 80%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 600px) {
  .nav.navsechead .container {
    max-width: 88%;
    margin-top: 0%;
  }
}
.nav.navsechead .nav-items {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .nav.navsechead .nav-items {
    margin-top: 0rem;
  }
}
.nav.navsechead .nav-item {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 1600px) {
  .nav.navsechead .nav-item {
    margin-bottom: 15px;
  }
}
.nav.navsechead .nav-item a {
  position: relative;
  top: 0;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1600px) {
  .nav.navsechead .nav-item a {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .nav.navsechead .nav-item a {
    font-size: 18px;
  }
}
.nav.navsechead .nav-item a:hover {
  color: #f04823;
  transition: all 0.6s ease;
}
.nav.navsechead .nav-item .dropdown-menu {
  height: auto;
  position: relative !important;
  background: transparent;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 1.2rem 1rem;
  transform: translate(0) !important;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  .nav.navsechead .nav-item .dropdown-menu {
    padding: 0.5rem 1rem;
  }
}
.nav.navsechead .nav-item .dropdown-menu.show {
  transition: all 0.6s ease;
}
.nav.navsechead .nav-item .dropdown-menu a {
  margin-bottom: 2px;
  text-transform: capitalize;
  text-align: center;
  background: transparent;
  font-weight: 200;
  font-size: 18px;
  padding: 0.25rem 1.5rem;
}
@media screen and (max-width: 1600px) {
  .nav.navsechead .nav-item .dropdown-menu a {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 600px) {
  .nav.navsechead .nav-item .dropdown-menu a {
    font-size: 17px;
  }
}
.nav.navsechead .imglogo {
  position: absolute;
  top: 2.9rem;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .nav.navsechead .imglogo {
    width: 18%;
  }
}
@media screen and (max-width: 1500px) {
  .nav.navsechead .imglogo {
    top: 4%;
  }
}
@media screen and (max-width: 999px) {
  .nav.navsechead .imglogo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .nav.navsechead .imglogo {
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.nav.navsechead .closebt {
  position: absolute;
  right: 9%;
  top: 2.9rem;
  z-index: 111;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .nav.navsechead .closebt {
    right: 5.4%;
    top: 5.5%;
  }
}
@media screen and (max-width: 999px) {
  .nav.navsechead .closebt {
    right: 7.4%;
    top: 6.5%;
  }
}
.nav.navsechead .closebt span {
  width: 30px;
  height: 4px;
  background: #fff;
  margin-bottom: 5px;
  display: block;
  position: relative;
}
.nav.navsechead .closebt span:nth-child(1) {
  transform: rotate(-45deg);
  top: 8px;
}
.nav.navsechead .closebt span:nth-child(2) {
  transform: rotate(45deg);
}
.nav.navsechead .nav-container {
  position: fixed;
  width: 100%;
  max-width: 98%;
  background: transparent;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
.nav.navsechead .nav-toggle1 {
  cursor: pointer;
  font-family: "Monument Extended";
  color: tomato;
  font-weight: lighter;
  text-transform: uppercase;
  margin-left: auto;
}

.hmslider {
  position: relative;
}
.hmslider .iframe {
  height: 912px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .hmslider .iframe {
    height: 789px;
  }
}
@media screen and (max-width: 1600px) {
  .hmslider .iframe {
    height: 751px;
  }
}
@media screen and (max-width: 1500px) {
  .hmslider .iframe {
    height: 674px;
  }
}
@media screen and (max-width: 1400px) {
  .hmslider .iframe {
    height: 639px;
  }
}
@media screen and (max-width: 1300px) {
  .hmslider .iframe {
    height: 598px;
  }
}
@media screen and (max-width: 999px) {
  .hmslider .iframe {
    height: 768px;
  }
}
@media screen and (max-width: 600px) {
  .hmslider .iframe {
    height: 375px;
  }
}
.hmslider .overlaynv {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  padding: 0.8em 0;
}
@media screen and (max-width: 999px) {
  .hmslider .overlaynv {
    display: none;
  }
}
.hmslider .overlaynv ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.hmslider .overlaynv ul li a {
  color: #dcdcdc;
  text-decoration: none;
  padding: 0 0.9rem;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.6s ease;
}
.hmslider .overlaynv ul li a:hover {
  transition: all 0.6s ease;
  color: #f5822a;
}
.hmslider .overlaynv ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  top: 25%;
  background: #cfcfcf;
}
.hmslider .overlaynv ul li:last-child a::before {
  content: unset;
}
.hmslider .carousel-item {
  position: relative;
}
.hmslider .carousel-item .d-block {
  animation: animationimg 6s forwards;
}
.hmslider .carousel-item .overlay {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .hmslider .carousel-item .overlay {
    align-items: end;
    padding-bottom: 10%;
  }
}
.hmslider .carousel-item .overlay .size130 {
  font-size: 108px;
  font-weight: 200;
  line-height: 94px;
  animation: textanimation 3.5s forwards;
}
@media screen and (max-width: 1700px) {
  .hmslider .carousel-item .overlay .size130 {
    font-size: 73px;
    line-height: 71px;
  }
}
@media screen and (max-width: 1400px) {
  .hmslider .carousel-item .overlay .size130 {
    font-size: 62px;
    line-height: 58px;
  }
}
@media screen and (max-width: 600px) {
  .hmslider .carousel-item .overlay .size130 {
    font-size: 40px;
    line-height: 38px;
    text-align: center;
    word-spacing: 5px;
  }
  .hmslider .carousel-item .overlay .size130 br {
    display: none;
  }
}
.hmslider .carousel-item .overlay .size130 span {
  font-weight: 700;
}
.hmslider .carousel-item .overlay .size20 {
  color: #fff;
  letter-spacing: 5px;
  font-weight: 500;
  animation: textanimation 6.5s forwards;
}
@media screen and (max-width: 600px) {
  .hmslider .carousel-item .overlay .size20 {
    font-size: 9px;
    text-align: center;
  }
}
.hmslider .carousel-item .imgico {
  position: absolute;
  right: 0;
  left: 4%;
  width: 14%;
  top: 19%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .hmslider .carousel-item .imgico {
    width: 24%;
  }
}
.hmslider .carousel-item:nth-child(2) .imgico {
  top: 26%;
}
.hmslider .carousel-item:nth-child(2) .size20 {
  color: #fff;
  position: relative;
}
.hmslider .carousel-item .txtsecv {
  overflow-y: hidden;
}
.hmslider .carousel-item:nth-child(3) .size20 {
  color: #fff;
  position: relative;
}
.hmslider .carousel-control-next, .hmslider .carousel-control-prev {
  width: 100px;
  height: 100px;
  top: 53%;
  transform: translateY(-50%);
  right: 4%;
}
.hmslider .carousel-control-next .material-symbols-outlined, .hmslider .carousel-control-prev .material-symbols-outlined {
  font-weight: 200;
  font-size: 4.5rem;
}
.hmslider .carousel-control-prev {
  left: unset;
  top: 48%;
}
@media screen and (max-width: 600px) {
  .hmslider .carousel-control-prev {
    top: 42%;
  }
}
.hmslider .boxhmscroll span {
  width: 20px;
  height: 20px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  animation: animate 2s infinite;
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 1;
  left: 0;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 999px) {
  .hmslider .boxhmscroll span {
    display: block;
  }
}
.hmslider .boxhmscroll span:nth-child(2) {
  animation-delay: -0.2s;
}
.hmslider .boxhmscroll span:nth-child(3) {
  animation-delay: -0.4s;
}
.hmslider #audio-control {
  position: absolute;
  bottom: 5px;
  right: 15px;
  cursor: pointer;
  padding: 10px 20px;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  .hmslider #audio-control {
    right: 0;
  }
}

.carousel-control-next, .carousel-control-prev {
  background: transparent;
  opacity: 1;
}

.hmsec_02 {
  background: #323232;
  position: relative;
  padding: 5rem 0;
}
.hmsec_02::before {
  content: "";
  position: absolute;
  width: 100%;
  background: url("../img/home/abtbg.jpg") no-repeat;
  height: 100%;
  background-position: left bottom;
}
.hmsec_02 .txt {
  padding: 0 14% 0 5%;
}
@media screen and (max-width: 1500px) {
  .hmsec_02 .txt {
    padding: 0 14% 0 5%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec_02 .txt {
    padding: 6% 18px;
  }
}

.hmsec_03 {
  padding: 5rem 0;
  position: relative;
  background: #fff;
}
.hmsec_03 p {
  font-size: 16px;
  color: #2f2f2f;
}
@media screen and (max-width: 1500px) {
  .hmsec_03 p {
    font-size: 15px;
  }
}
.hmsec_03 .one .sec01:nth-child(1) {
  padding: 4.8rem 3rem 3.25rem 7rem;
}
@media screen and (max-width: 1700px) {
  .hmsec_03 .one .sec01:nth-child(1) {
    padding: 3.12rem 3rem 3rem 7rem;
  }
}
@media screen and (max-width: 1600px) {
  .hmsec_03 .one .sec01:nth-child(1) {
    padding: 2.9rem 3rem 2.5rem 7rem;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec_03 .one .sec01:nth-child(1) {
    padding: 1.3rem 2rem 2.9rem 11%;
  }
}
@media screen and (max-width: 1400px) {
  .hmsec_03 .one .sec01:nth-child(1) {
    padding: 2.3rem 2rem 1.44rem 11%;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec_03 .one .sec01:nth-child(1) {
    padding: 2.5rem 2rem 1.4rem 11%;
  }
  .hmsec_03 .one .sec01:nth-child(1) p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .hmsec_03 .one .sec01:nth-child(1) {
    padding: 2.3rem 15px;
  }
}
.hmsec_03 .our-verticals {
  padding-left: 12px;
}
.hmsec_03 .our-verticals li {
  display: inline-block;
  width: 24.7%;
}
@media screen and (max-width: 1440px) {
  .hmsec_03 .our-verticals li {
    width: 24.5%;
  }
}
@media screen and (max-width: 1024px) {
  .hmsec_03 .our-verticals li {
    width: 24.35%;
  }
}
@media screen and (max-width: 991px) {
  .hmsec_03 .our-verticals li {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec_03 .our-verticals li {
    width: 96.5%;
  }
}
.hmsec_03 .our-verticals .sec01 {
  overflow: hidden;
}
.hmsec_03 .our-verticals .sec01 a {
  display: block;
  width: 100%;
}
.hmsec_03 .our-verticals .sec01 a img {
  width: 100%;
  transition: all 0.6s ease;
}
.hmsec_03 .our-verticals .sec01 a:hover img {
  transition: all 0.6s ease;
  filter: brightness(0.5);
}
.hmsec_03 .our-verticals .sec01 .img {
  position: relative;
}
@media screen and (max-width: 999px) {
  .hmsec_03 .our-verticals .sec01 .img img {
    width: 100%;
  }
}
.hmsec_03 .our-verticals .sec01 .img .overlay {
  position: absolute;
  top: 85%;
  left: 6%;
}
.hmsec_03 .our-verticals .sec01 .img .overlay h3 {
  color: #fff;
  position: relative;
  font-size: 20px;
}
.hmsec_03 .our-verticals .sec01 .img .overlay h3::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 28px;
  left: 0;
  background: url("../img/textobject.png") no-repeat;
  top: -26px;
  background-size: 100%;
}

.hmsec_04 {
  padding: 5rem 0;
  position: relative;
  color: #000;
  background: url("../img/home/09.jpg") no-repeat;
  background-size: cover;
}
.hmsec_04 .sec01 {
  margin-top: 5rem;
  position: relative;
  padding-left: 11rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .hmsec_04 .sec01 {
    padding-left: 5rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .hmsec_04 .sec01 {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .hmsec_04 .sec01 {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec_04 .sec01 {
    padding-left: 0;
  }
}
.hmsec_04 .sec01::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  background: url("../img/home/invest_icon.png") no-repeat;
  background-size: 100%;
  left: 0;
  bottom: -27px;
}
@media screen and (max-width: 1700px) {
  .hmsec_04 .sec01::before {
    width: 12%;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec_04 .sec01::before {
    left: -6%;
    bottom: -31px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec_04 .sec01::before {
    width: 27%;
    content: unset;
  }
}
.hmsec_04 .sec01 .owl-item {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  padding: 0;
  list-style-type: none;
  padding-top: 3rem;
}
@media screen and (max-width: 1500px) {
  .hmsec_04 .sec01 .owl-item {
    width: 96%;
  }
}
.hmsec_04 .sec01 .owl-item .item {
  background: #ebebeb;
  text-align: center;
}
.hmsec_04 .sec01 .owl-item .item p {
  line-height: 23px;
  color: #333333;
}
.hmsec_04 .sec01 .owl-item .item .number {
  font-size: 35px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -40px 0 0;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .hmsec_04 .sec01 .owl-item .item .number {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}
.hmsec_04 .sec01 .owl-item .item .number.clr1 {
  background: #6265bf;
}
.hmsec_04 .sec01 .owl-item .item .number.clr2 {
  background: #486b92;
}
.hmsec_04 .sec01 .owl-item .item .number.clr3 {
  background: #64a8a8;
}
.hmsec_04 .sec01 .owl-item .item .number.clr4 {
  background: #97b050;
}
.hmsec_04 .sec01 .owl-item .item .number.clr5 {
  background: #d4b441;
}
.hmsec_04 .sec01 .owl-item .item .number.clr6 {
  background: #ef8f56;
}
.hmsec_04 .sec01 .owl-item .item .number.clr7 {
  background: #c36299;
}
.hmsec_04 .sec01 .owl-item .item .bg01 {
  height: 167px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .hmsec_04 .sec01 .owl-item .item .bg01 {
    height: 140px;
    padding: 0 18px;
  }
}

.hmsec_05 {
  padding: 50px 0;
}
.hmsec_05 .item {
  background: #fff;
  box-shadow: 0 0 16px rgba(63, 63, 63, 0.4392156863);
}
.hmsec_05 .item h6 {
  color: #292929;
}
.hmsec_05 .item .txt {
  position: relative;
  padding: 1.4rem 0.8rem;
  height: 185px;
}
@media screen and (max-width: 1440px) {
  .hmsec_05 .item .txt {
    height: 180px;
  }
}
@media screen and (max-width: 1280px) {
  .hmsec_05 .item .txt {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec_05 .item .txt {
    height: unset;
  }
}
.hmsec_05 .item .txt .btn {
  position: absolute;
  bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .hmsec_05 .item .txt .btn {
    padding: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec_05 .item .txt .btn {
    position: unset;
  }
}
.hmsec_05 .item .img {
  width: 100%;
  position: relative;
  transition: all 0.6s ease;
  cursor: pointer;
}
.hmsec_05 .item .img img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .hmsec_05 .item .img {
    width: 100%;
  }
}
.hmsec_05 .item .img::before {
  content: "+";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: #fff;
  font-size: 2.9rem;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  opacity: 0;
  font-weight: 400;
}
.hmsec_05 .item .img:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.hmsec_06 {
  padding: 5rem 0;
  position: relative;
  background: url("../img/home/10.jpg") no-repeat #323232;
  text-align: center;
  background-size: 100%;
  background-position: bottom;
}
.hmsec_06 .img {
  margin-bottom: 0.8rem;
}
.hmsec_06 .brhrline {
  background: #e4e4e4;
  height: 2px;
  width: 20%;
  margin: 1rem auto 1rem;
}
@media screen and (max-width: 600px) {
  .hmsec_06 .cusr {
    display: flex;
    justify-content: center;
  }
  .hmsec_06 .cusr .carousel-control-next, .hmsec_06 .cusr .carousel-control-prev {
    position: unset;
  }
}

.eventssec02 {
  position: relative;
  background: url("../img/csr/events/bg.png") no-repeat;
  background-position: left top;
}
.eventssec02 .navsec {
  padding: 0rem 0 2.5rem;
}
.eventssec02 .navsec .nav {
  background: transparent;
  border-bottom: 1px solid #000;
  align-items: end;
  text-align: center;
  justify-content: left;
}
.eventssec02 .navsec .nav li {
  position: relative;
  padding: 0 3.6rem;
}
@media screen and (max-width: 1500px) {
  .eventssec02 .navsec .nav li {
    padding: 0 2.4rem;
  }
}
.eventssec02 .navsec .nav li::before {
  content: "";
  position: absolute;
  background: #333333;
  right: 0;
  width: 1px;
  height: 60%;
  top: 20%;
}
.eventssec02 .navsec .nav li:first-child {
  padding-left: 0;
}
.eventssec02 .navsec .nav li:last-child {
  padding-right: 0;
}
.eventssec02 .navsec .nav li:last-child::before {
  content: unset;
}
.eventssec02 .navsec .nav li a.nav-link {
  color: #333333;
  border: 0;
  position: relative;
  transition: all 0.6s ease;
  line-height: 22px;
}
.eventssec02 .navsec .nav li a.nav-link::before {
  content: "";
  position: absolute;
  bottom: -16px;
  border-width: 16px 16px 0 16px;
  border-color: #f5832c transparent transparent transparent;
  border-style: solid;
  right: 0;
  margin: 0 auto;
  left: 0;
  z-index: -1;
  width: 16px;
  transition: all 0.6s ease;
  opacity: 0;
}
.eventssec02 .navsec .nav li a.nav-link.active, .eventssec02 .navsec .nav li a.nav-link:hover {
  color: #f68d43;
  transition: all 0.6s ease;
  background: transparent;
}
.eventssec02 .navsec .nav li a.nav-link.active::before, .eventssec02 .navsec .nav li a.nav-link:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}
.eventssec02 .tab-content .item {
  background: #fff;
  box-shadow: 0 0 16px rgba(63, 63, 63, 0.4392156863);
}
.eventssec02 .tab-content .item h6 {
  color: #292929;
}
.eventssec02 .tab-content .item .txt {
  padding: 1.4rem 0.8rem;
}
.eventssec02 .tab-content .item .img {
  width: 100%;
  position: relative;
  transition: all 0.6s ease;
  cursor: pointer;
}
.eventssec02 .tab-content .item .img img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .eventssec02 .tab-content .item .img {
    width: 100%;
  }
}
.eventssec02 .tab-content .item .img::before {
  content: "+";
  background: rgba(215, 74, 31, 0.4784313725);
  position: absolute;
  color: #fff;
  font-size: 2.9rem;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  opacity: 0;
  font-weight: 400;
}
.eventssec02 .tab-content .item .img:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}
.eventssec02 .secma2 {
  padding: 2.5rem 0;
}

.aboutus01 {
  width: 100%;
  position: relative;
}
.aboutus01 .img {
  position: relative;
}
.aboutus01 .img .img-fluid {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .aboutus01 .img {
    overflow: hidden;
  }
  .aboutus01 .img .img-fluid {
    max-width: 180%;
    width: 180%;
  }
}
.aboutus01 .img .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.aboutus02 {
  position: relative;
  padding: 0 0 5rem;
}
@media screen and (max-width: 600px) {
  .aboutus02 {
    padding: 2.5rem 0;
  }
}
.aboutus02 .img {
  position: relative;
  z-index: 1;
  margin: -12rem 0 0;
}
@media screen and (max-width: 999px) {
  .aboutus02 .img {
    margin: -5rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .aboutus02 .img {
    margin: 0;
  }
}
.aboutus02 p {
  color: #000;
}
.aboutus02 .txt {
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .aboutus02 .txt {
    padding: 2.9rem 0 0;
  }
}

.aboutus03 {
  background: url("../img/about/04.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding: 5rem 0;
  text-align: center;
}
.aboutus03 .content {
  padding: 0 4rem;
}
@media screen and (max-width: 1700px) {
  .aboutus03 .content {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .aboutus03 .content {
    padding: 0;
  }
}

.aboutus04 {
  position: relative;
  padding: 5rem 0;
}
.aboutus04 p {
  color: #000;
}
.aboutus04 .img {
  overflow: hidden;
  position: relative;
}
.aboutus04 .img .overla {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4666666667);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
}
.aboutus04 .img .overla .play {
  width: auto;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .aboutus04 .img .overla .play {
    width: 80px;
  }
  .aboutus04 .img .overla .play img {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
  }
}
.aboutus04 .img .overla .play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 1;
  top: 0;
  right: 0;
  transition: all 0.6s ease;
  opacity: 0;
}
.aboutus04 .img .overla .play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 50%;
  transition: all 0.6s ease;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0;
}
.aboutus04 .img .overla:hover .play::before {
  animation: pulse2 1.5s ease-out infinite;
  transition: all 0.6s ease;
  opacity: 1;
}
.aboutus04 .img .overla:hover .play::after {
  transition: all 0.6s ease;
  animation: pulse2 2s ease-out infinite;
  opacity: 1;
}

.teamSec01 {
  position: relative;
}
.teamSec01 .img {
  position: relative;
}
.teamSec01 .img .img-fluid {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .teamSec01 .img {
    overflow: hidden;
  }
  .teamSec01 .img .img-fluid {
    max-width: 290%;
    width: 290%;
  }
}
.teamSec01 .img .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.teamSec01 .img .overlay .txt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .teamSec01 .img .overlay .txt {
    flex-wrap: wrap;
  }
}
.teamSec01 .img .overlay .txt h1 {
  width: 31%;
  position: relative;
  padding: 1% 0;
}
@media screen and (max-width: 999px) {
  .teamSec01 .img .overlay .txt h1 {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem !important;
  }
}
.teamSec01 .img .overlay .txt h1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12%;
  background: url(../img/txtbg.jpg);
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .teamSec01 .img .overlay .txt h1::before {
    right: unset;
    left: 0;
    height: 2px;
    width: 40%;
    bottom: 0;
    top: unset;
  }
}
.teamSec01 .img .overlay .txt a {
  text-decoration: none;
  color: #fff;
}

.teamSec02 {
  position: relative;
  padding: 2.9rem 0 5rem;
}
.teamSec02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 9px;
  background: url("../img/txtbg.jpg") no-repeat;
  background-size: cover;
  bottom: 0;
}
.teamSec02 .txt {
  margin-top: 2.9rem;
}
.teamSec02 .txt h3 {
  position: relative;
}
.teamSec02 .txt h3::before {
  content: "";
  width: 77px;
  height: 52px;
  background: url("../img/textobject.png");
  display: block;
  background-size: 100%;
}
.teamSec02 .txt p {
  color: #7a7a7a;
  font-size: 16px;
}

.teamSec03 {
  background: #323232;
  padding: 2.9rem 0;
}
.teamSec03 .img img {
  width: 100%;
}
.teamSec03 .indiv {
  height: 100%;
  border: 1px solid #434343;
}
.teamSec03 .indiv .txt {
  padding: 10px 15px;
}
.teamSec03 .indiv .txt.team-details {
  height: 570px;
}
@media screen and (max-width: 1680px) {
  .teamSec03 .indiv .txt.team-details {
    height: 700px;
  }
}
@media screen and (max-width: 1440px) {
  .teamSec03 .indiv .txt.team-details {
    height: 750px;
  }
}
@media screen and (max-width: 1366px) {
  .teamSec03 .indiv .txt.team-details {
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .teamSec03 .indiv .txt.team-details {
    height: 650px;
  }
}
@media screen and (max-width: 1024px) {
  .teamSec03 .indiv .txt.team-details {
    height: 800px;
  }
}
@media screen and (max-width: 999px) {
  .teamSec03 .indiv .txt.team-details {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .teamSec03 .indiv .txt.team-details {
    height: 650px;
  }
}
@media screen and (max-width: 599px) {
  .teamSec03 .indiv .txt.team-details {
    height: 450px;
  }
}
@media screen and (max-width: 450px) {
  .teamSec03 .indiv .txt.team-details {
    height: 700px;
  }
}
.teamSec03 .indiv .txt p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.Services_sec02 {
  position: relative;
}
.Services_sec02 .navsec {
  padding: 2.5rem 0;
}
.Services_sec02 .navsec .nav {
  background: #fff;
  border-bottom: 1px solid #000;
  align-items: end;
  text-align: center;
  justify-content: center;
}
.Services_sec02 .navsec .nav li {
  position: relative;
  padding: 0 3.6rem;
}
@media screen and (max-width: 1500px) {
  .Services_sec02 .navsec .nav li {
    padding: 0 2.4rem;
  }
}
.Services_sec02 .navsec .nav li::before {
  content: "";
  position: absolute;
  background: #333333;
  right: 0;
  width: 1px;
  height: 60%;
  top: 20%;
}
.Services_sec02 .navsec .nav li:first-child {
  padding-left: 0;
}
.Services_sec02 .navsec .nav li:last-child {
  padding-right: 0;
}
.Services_sec02 .navsec .nav li:last-child::before {
  content: unset;
}
.Services_sec02 .navsec .nav li a.nav-link {
  color: #333333;
  border: 0;
  position: relative;
  transition: all 0.6s ease;
  line-height: 22px;
}
.Services_sec02 .navsec .nav li a.nav-link::before {
  content: "";
  position: absolute;
  bottom: -16px;
  border-width: 16px 16px 0 16px;
  border-color: #f5832c transparent transparent transparent;
  border-style: solid;
  right: 0;
  margin: 0 auto;
  left: 0;
  z-index: -1;
  width: 16px;
  transition: all 0.6s ease;
  opacity: 0;
}
.Services_sec02 .navsec .nav li a.nav-link.active, .Services_sec02 .navsec .nav li a.nav-link:hover {
  color: #f68d43;
  transition: all 0.6s ease;
  background: transparent;
}
.Services_sec02 .navsec .nav li a.nav-link.active::before, .Services_sec02 .navsec .nav li a.nav-link:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.Services_sec03 {
  padding: 5rem 0;
  background: url("../img/services/02.jpg") no-repeat;
  background-position: right bottom;
}
.Services_sec03 .headtxt h3 .txtbgclip {
  position: relative;
}
.Services_sec03 .headtxt h3 .txtbgclip::before {
  content: "";
  width: 65px;
  height: 44px;
  background: url("../img/textobjectright.png") no-repeat;
  position: absolute;
  right: -32px;
  bottom: 34px;
}
.Services_sec03 p {
  color: #666666;
}

.verticalinnerpage_01 {
  position: relative;
}
.verticalinnerpage_01 .img .img-fluid {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .verticalinnerpage_01 .img {
    overflow: hidden;
  }
  .verticalinnerpage_01 .img .img-fluid {
    max-width: 160%;
    width: 160%;
  }
}
.verticalinnerpage_01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
}

.verticalinnerpage_02 {
  position: relative;
  padding: 2.5rem 0 0 6.2rem;
  background: url("../img/plots/bg.jpg") no-repeat;
  color: #292929;
}
@media screen and (max-width: 999px) {
  .verticalinnerpage_02 {
    padding: 2.5rem 0rem;
  }
}
.verticalinnerpage_02 .img2::before {
  content: "";
  background: url("../img/textobject.png") no-repeat;
  position: absolute;
  width: 77px;
  height: 52px;
  left: 14%;
  top: -52px;
}

.verticalinnerpage_03 {
  padding: 5rem 0;
  position: relative;
}
.verticalinnerpage_03::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 105%;
  background: url("../img/verticals/bg.jpg") no-repeat;
  background-size: cover;
  z-index: -1;
  top: -5%;
}
@media screen and (max-width: 999px) {
  .verticalinnerpage_03::before {
    top: 0%;
    height: 100%;
  }
}
.verticalinnerpage_03 .txt {
  background: #fff;
  padding: 1rem 1rem;
}
.verticalinnerpage_03 .txt h4 {
  color: #d7491f;
}
.verticalinnerpage_03 a {
  text-decoration: none;
}

.contacSec02 {
  position: relative;
  padding: 2.9rem 0;
}
.contacSec02 .frmcont {
  padding: 4rem 6rem;
}
@media screen and (max-width: 999px) {
  .contacSec02 .frmcont {
    padding: 2.5rem 0;
  }
}
.contacSec02 .frmcont textarea {
  resize: none;
}

footer {
  position: relative;
  overflow: hidden;
}
footer .sec01 {
  background: #292929;
  padding: 2.5rem 0;
}
footer .sec01 h4 {
  margin-bottom: 1.22rem;
}
footer .sec01 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .sec01 ul li {
  margin-bottom: 8px;
}
footer .sec01 p, footer .sec01 li {
  font-size: 16px;
}
footer .sec01 p a, footer .sec01 li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer .sec01 p a:hover, footer .sec01 li a:hover {
  transition: all 0.6s ease;
  color: #d7491f;
}
footer .social li a {
  margin: 0 5px;
}
footer .sec02 {
  background: #000000;
  padding: 1rem 0;
}
footer .sec02 a {
  color: #fff;
  text-decoration: none;
}
footer .sec02 p {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  footer .sec02 p {
    font-size: 12px;
  }
}

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumb .breadcrumb-item::before {
  content: ">";
  font-family: cursive;
}
.breadcrumb .breadcrumb-item:first-child::before {
  content: unset;
}
.breadcrumb .breadcrumb-item a {
  color: #000;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item.active {
  color: #d7491f;
}

.btn {
  font-size: 17px;
  padding: 0.58rem 2rem;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  position: relative;
  transition: all 0.6s ease;
  border: 1px solid #fff;
  z-index: 1;
  transition: all 0.6s ease;
}
.btn.blackbtn {
  color: #fff;
  border: 1px solid #292929;
  background: #292929;
}
.btn.blackbtn:hover {
  transition: all 0.6s ease;
  color: #fff;
  border: 1px solid #fff;
}
.btn.themebtn {
  color: #F58532;
  border: 1px solid #F58532;
  background: transparent;
}
.btn.themebtn:hover {
  transition: all 0.6s ease;
  color: #fff;
  border: 1px solid #fff;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #f5822a;
  transition: all 0.6s ease;
}
.btn:hover {
  transition: all 0.6s ease;
  color: #fff;
  border: 1px solid #323232;
}
.btn:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #000;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
}
@media screen and (max-width: 600px) {
  #scroll {
    width: 40px;
    height: 32px;
  }
}
#scroll:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4, 1.5);
    opacity: 0;
  }
}
@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes textanimation {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes rotate-data-v-fc11c086 {
  to {
    transform: rotate(1turn);
  }
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
.whatsappLink {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: fixed;
  left: 1.5%;
  bottom: 1.5%;
  z-index: 11;
}

.supportpageSec_01 {
  padding: 14rem 0;
  background: #292929;
}

@media screen and (max-width: 600px) {
  .supportpageSec_01 {
    padding: 8rem 0;
  }
}
.supportpageSec_01 h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.supportpageSec_01 h1 span {
  margin-left: 10px;
}

@media screen and (max-width: 600px) {
  .supportpageSec_01 h1 span {
    margin-left: 5px;
  }
}
.hm_video {
  background: #101220;
  position: relative;
}
.hm_video::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 80%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6588235294), transparent);
}
.hm_video video {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
  display: block;
}
@media screen and (max-width: 999px) {
  .hm_video video {
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .hm_video.mobscreenvid {
    height: 75vh;
  }
  .hm_video.mobscreenvid video {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .hm_video.mobscreenvid {
    height: 111vh;
  }
}/*# sourceMappingURL=style.css.map */