@charset "UTF-8";
/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://cdn.lineicons.com/2.0/LineIcons.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("animate.css");
.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 30%;
  height: 100vh;
  z-index: 998;
  perspective: 600px;
  pointer-events: none;
}

@media screen and (max-width: 1366px) {
  .menu {
    width: 25.1%;
  }
}
@media screen and (max-width: 1280px) {
  .menu {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .menu {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    width: 100%;
    height: 100%;
  }
}
.menu-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -1;
  transform-style: preserve-3d;
}

.menu-wrapper__wrap {
  background-color: #fff;
  mix-blend-mode: hard-light;
  -webkit-backdrop-filter: brightness(0.6);
  backdrop-filter: brightness(0.6);
  flex-basis: 25%;
  flex-grow: 1;
  height: 100%;
  transform-origin: right;
  transform: rotateY(30deg);
  opacity: 0;
  transform-style: preserve-3d;
}

.menu__links--link {
  opacity: 0;
  transform: translateX(-100px);
}

@media screen and (max-width: 768px) {
  .menu__links--link {
    text-align: right;
  }
}
.menu__links--link.active a {
  color: #ea3246;
}

.menu__links-wrapper {
  position: absolute;
  top: 50%;
  left: 29%;
  width: auto;
  height: auto;
  opacity: 1;
  transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .menu__links-wrapper {
    left: 26%;
  }
}
@media screen and (max-width: 1366px) {
  .menu__links-wrapper {
    left: 23%;
  }
}
@media screen and (max-width: 768px) {
  .menu__links-wrapper {
    left: unset;
    right: 12%;
    top: 30%;
    transform: translateY(0%);
  }
}
.menu__links-wrapper i.lni {
  font-size: 0.7em;
}

.menu__links-wrapper .project-link {
  margin-top: 0.6em;
  margin-left: 0.5em;
}

@media screen and (max-width: 1366px) {
  .menu__links-wrapper .project-link {
    margin-top: 0.3em;
  }
}
.menu__links-wrapper .project-link:not(:first-child) {
  margin-top: 0;
}

.menu__links-wrapper .project-link a {
  font-size: 20px;
}

@media screen and (max-width: 1366px) {
  .menu__links-wrapper .project-link a {
    font-size: 14px;
  }
}
.menu__links-wrapper ul {
  list-style: none;
}

.menu__links-wrapper ul li:not(:first-child) {
  margin-top: 1.3em;
}

@media screen and (max-width: 999px) {
  .menu__links-wrapper ul li:not(:first-child) {
    margin-top: 1em;
  }
}
.menu__links-wrapper ul a {
  font-family: "Gotham Book";
  color: #435061;
  font-size: 22px;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1620px) {
  .menu__links-wrapper ul a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .menu__links-wrapper ul a {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .menu__links-wrapper ul a {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .menu__links-wrapper ul a {
    font-size: 16px;
  }
}
.menu__links-wrapper ul a:hover {
  color: #ea3246;
  letter-spacing: 0.09em;
}

.menu__phone, .menu__whatsapp, .menu__enquire {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .menu__phone, .menu__whatsapp, .menu__enquire {
    visibility: visible;
  }
}
.menu__phone i, .menu__whatsapp i, .menu__enquire i {
  font-size: 2em;
  color: #000;
  background-color: #fefefe;
  padding: 0.5em;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 320px) {
  .menu__phone i, .menu__whatsapp i, .menu__enquire i {
    font-size: 1.5em;
  }
}
.menu__enquire {
  right: 30%;
}

@media screen and (max-width: 320px) {
  .menu__enquire {
    right: 30%;
  }
}
.menu__phone {
  right: 50%;
}

@media screen and (max-width: 320px) {
  .menu__phone {
    right: 50%;
  }
}
.left-sticky-menu {
  position: fixed;
  z-index: 999;
  left: 2.5%;
  top: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.03em;
  transform: translateY(-50%) rotate(-90deg);
  transition: all ease 0.3s;
  background-color: rgba(0, 0, 0, 0.6);
  width: 90px;
  text-align: center;
}

@media screen and (max-width: 1620px) {
  .left-sticky-menu {
    font-size: 20px;
    left: 1.5%;
  }
}
@media screen and (max-width: 1440px) {
  .left-sticky-menu {
    font-size: 18px;
    left: 1%;
    width: 93px;
  }
}
@media screen and (max-width: 768px) {
  .left-sticky-menu {
    display: none;
  }
}
.left-sticky-menu span {
  transition: all ease 0.2s;
  text-shadow: 0px 0px 0px #000;
}

.left-sticky-menu:hover {
  color: #ea3246;
}

.left-sticky-menu:hover span {
  letter-spacing: 0.2em;
}

i.ham-menu {
  position: fixed;
  top: 2%;
  right: 3%;
  padding: 0.5em;
  background-color: #ffffff;
  z-index: 999;
  display: none;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  color: #b08550;
  font-size: 1.5em;
}

@media screen and (max-width: 768px) {
  i.ham-menu {
    display: block;
    position: absolute;
  }
}
@media screen and (max-width: 320px) {
  i.ham-menu {
    padding: 0.5em;
    position: absolute;
  }
}
.logo-box2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  padding: 1rem 0;
}
.logo-box2 img {
  width: 295px;
}

@media screen and (max-width: 999px) {
  .logo-box2 {
    display: none !important;
  }
}
.logo-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 1.5rem 0rem 1rem;
  background: #fff;
  display: none;
  width: 300px;
  width: 300px;
  margin-left: 5rem;
}

@media screen and (max-width: 1620px) {
  .logo-box {
    left: 0;
    width: 223px;
  }
}
@media screen and (max-width: 1440px) {
  .logo-box {
    left: 0;
    width: 223px;
  }
}
@media screen and (max-width: 999px) {
  .logo-box {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .logo-box {
    padding: 0;
    top: 14px;
    left: 15px;
    width: 262px;
    position: absolute !important;
    margin: 0;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 600px) {
  .logo-box {
    width: 217px;
    left: 15px;
    top: -13px;
    position: absolute;
    padding: 7px 0;
    margin: 0;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 320px) {
  .logo-box {
    width: 80px;
  }
}
.tel-box {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  font-size: 26px;
  letter-spacing: 0.03em;
  padding: 0.6em 1em;
}

@media screen and (max-width: 1440px) {
  .tel-box {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tel-box {
    display: none !important;
  }
}
.chat-bot {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  z-index: 11;
  position: fixed;
  bottom: 2%;
  right: 1%;
  padding: 0.8%;
  cursor: pointer;
  border: 1px solid rgba(37, 37, 37, 0.2509803922);
  box-shadow: 0 1px 10px rgba(37, 37, 37, 0.2509803922);
}

@media screen and (max-width: 1366px) {
  .chat-bot {
    width: 49px;
    height: 45px;
  }
}
.chat-bot img {
  width: 100%;
  /* animation: pulse2 2s ease infinite; */
}

.fade-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 996;
  opacity: 0;
  pointer-events: none;
}

.rishi-connect-sticky {
  position: fixed;
  bottom: 14rem;
  transform: rotate(270deg);
  right: -3.2rem;
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff;
  z-index: 99;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: ease 0.3s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #000;
}

@media screen and (max-width: 1366px) {
  .rishi-connect-sticky {
    right: -2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .rishi-connect-sticky {
    bottom: 8rem;
    right: -2.7rem;
  }
}
.rishi-connect-sticky:hover {
  background-color: #740000;
  color: #fff;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000000;
  font-family: "Gotham Book";
  font-size: 16px;
}
.carroMedium {
  font-family: "Adero Trial";
  text-transform: uppercase;
}

.carroExtraBold {
  font-family: "Adero Trial";
  text-transform: uppercase;
}

.SemiBold {
  font-family: "Gotham Medium";
}

.medium {
  font-family: "Gotham Medium";
}

.bold {
  font-family: "Gotham Bold";
}

.container {
  max-width: 74%;
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 94%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 95%;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 97%;
  }
}

.container2 {
  max-width: 87%;
}
@media screen and (max-width: 1600px) {
  .container2 {
    max-width: 93%;
  }
}
@media screen and (max-width: 999px) {
  .container2 {
    max-width: 92%;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 600px) {
  .container2 {
    max-width: 97%;
  }
}

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

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .size20 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1300px) {
  .size20 {
    font-size: 17px;
  }
}

.size30 {
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .size30 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .size30 {
    font-size: 22px;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .size24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .size24 {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .size24 {
    font-size: 19px;
  }
}

.size46 {
  font-size: 40px;
}
@media screen and (max-width: 1600px) {
  .size46 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .size46 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .size46 {
    font-size: 22px;
  }
}

.size55 {
  font-size: 55px;
}
@media screen and (max-width: 1600px) {
  .size55 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1500px) {
  .size55 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .size55 {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .size55 {
    font-size: 27px;
  }
}

.size85 {
  font-size: 65px;
}
@media screen and (max-width: 1600px) {
  .size85 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1500px) {
  .size85 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .size85 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .size85 {
    font-size: 35px;
  }
}

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

.clr1 {
  color: #435061;
}

.clr2 {
  color: #ed3147;
}

header .navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 111;
  transition: all 0.6s ease;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  header .navbar {
    padding: 14px 0;
  }
  header .navbar .navbar-toggler {
    border: 1px solid #435061;
    color: #b08550;
    margin-right: 15px;
    line-height: 0;
    padding: 0.55rem 0.75rem;
  }
  header .navbar .navbar-toggler.collapsed .menu1 {
    display: block;
    transition: all 0.6s ease;
    color: #b08550;
  }
  header .navbar .navbar-toggler.collapsed .close1 {
    display: none;
    transition: all 0.6s ease;
    color: #b08550;
  }
  header .navbar .navbar-toggler .menu1 {
    display: none;
    transition: all 0.6s ease;
    color: #b08550;
  }
  header .navbar .navbar-toggler .close1 {
    display: block;
    transition: all 0.6s ease;
    color: #b08550;
  }
}
header .navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
  box-shadow: 0 2px 20px rgba(255, 255, 255, 0.1411764706);
}
@media screen and (max-width: 999px) {
  header .navbar.scrolled {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 600px) {
  header .navbar.scrolled .navbar-brand {
    width: 38%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar.scrolled .navbar-brand {
    padding-bottom: 0;
  }
}
header .navbar.scrolled .navbar-brand .onscroll {
  display: none;
  transition: all 0.6s ease;
}
header .navbar.scrolled .navbar-brand .offscroll {
  display: block;
  transition: all 0.6s ease;
}
header .navbar .navbar-brand {
  text-align: center;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 235px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    margin-left: 15px;
    width: 16.9%;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 47%;
  }
}
header .navbar .navbar-brand .offscroll {
  display: none;
  transition: all 0.6s ease;
}
header .navbar .navbar-brand .onscroll {
  display: block;
  transition: all 0.6s ease;
}
header .navbar .navbar-collapse {
  align-items: end;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-collapse .navbar-brand {
    display: none;
  }
}
header .navbar .container {
  align-items: end;
}
@media screen and (max-width: 999px) {
  header .navbar .container {
    max-width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin: 7% 0 0;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 17px;
  color: #435061;
  font-family: "Gotham Medium";
  padding: 10px 1.5rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.6s ease;
  letter-spacing: 1px;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: #ea3246;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.6s ease;
  z-index: -1;
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item .nav-link:hover::before, header .navbar .navbar-nav .nav-item .nav-link.active::before {
  height: 100%;
  transition: all 0.6s ease;
}

.hmsec01 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .hmsec01 .carousel .carousel-item {
    overflow: hidden;
  }
}
.hmsec01 .carousel .carousel-item .d-block {
  animation: animationimg 6s forwards;
}
@media screen and (max-width: 600px) {
  .hmsec01 .carousel .carousel-item .d-block {
    width: 188% !important;
    transform: translateX(-38%) !important;
    animation: unset;
  }
}
.hmsec01 .carousel .carousel-item .overlay {
  position: absolute;
  left: 0%;
  z-index: 11;
  transition: all 0.6s ease;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  top: 0;
}
.hmsec01 .carousel .carousel-item .overlay .container {
  overflow: hidden;
}
.hmsec01 .carousel .carousel-item .overlay .container h3 {
  animation: left_righ 1.5s forwards;
  position: relative;
}
@media screen and (max-width: 999px) {
  .hmsec01 .carousel .carousel-item .overlay .container h3 {
    line-height: 35px;
    width: 60%;
  }
  .hmsec01 .carousel .carousel-item .overlay .container h3 .size85 {
    font-size: 35px;
  }
  .hmsec01 .carousel .carousel-item .overlay .container h3 .size46 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .carousel .carousel-item .overlay .container h3 {
    line-height: 25px;
    width: 60%;
  }
  .hmsec01 .carousel .carousel-item .overlay .container h3 .size85 {
    font-size: 22px;
  }
  .hmsec01 .carousel .carousel-item .overlay .container h3 .size46 {
    font-size: 18px;
    display: block;
    line-height: 20px;
  }
}
.hmsec01 .carousel .carousel-item.active .overlay .container h3, .hmsec01 .carousel .carousel-item.active .overlay .container p {
  animation: left_righ 1.5s forwards;
}
.hmsec01 .carousel .carousel-item.active .overlay::before {
  transition: all 0.9s ease;
  animation: bganim 1.9s forwards;
}
.hmsec01 .carousel .carousel-indicators li {
  background: #3b444e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 8px;
  border: 0;
  position: relative;
  transition: all 0.6s ease;
  opacity: 1;
}
.hmsec01 .carousel .carousel-indicators li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #b8894c;
  transition: all 0.6s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}
.hmsec01 .carousel .carousel-indicators li.active, .hmsec01 .carousel .carousel-indicators li:hover {
  background: #b8894c;
  transition: all 0.6s ease;
}
.hmsec01 .carousel .carousel-indicators li.active::before, .hmsec01 .carousel .carousel-indicators li:hover::before {
  transform: scale(1.9);
  transition: all 0.6s ease;
}

.preview {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .preview {
    padding: 5rem 0 0;
  }
}
.preview h2 {
  border-left: 2px solid #ea3246;
  padding-right: 14%;
  padding-left: 8%;
  text-indent: -2.2rem;
}
@media screen and (max-width: 1600px) {
  .preview h2 {
    padding-right: 31%;
  }
}
@media screen and (max-width: 999px) {
  .preview h2 {
    padding-right: 25%;
  }
}
@media screen and (max-width: 600px) {
  .preview h2 {
    padding-right: 0%;
    text-indent: -1.4rem;
  }
}

.hmnsec02 {
  padding: 2.5rem 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.hmnsec02 p {
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  .hmnsec02 p {
    line-height: 25px;
  }
}

.hmnsec03 {
  padding: 5em 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .hmnsec03 {
    padding: 5rem 0 5rem;
    margin-top: 0;
  }
  .hmnsec03 .mt-5 {
    order: 1;
  }
}
.hmnsec03::before {
  content: "";
  position: absolute;
  background: #435061;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hmnsec03 p {
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  .hmnsec03 p {
    line-height: 25px;
  }
}
.hmnsec03 .img {
  text-align: right;
}

.hmsechallmark {
  background: #000000;
  padding: 4rem 0;
}

.hmnsec04 {
  position: relative;
  background: url(../img/bg.jpg) repeat;
}
@media screen and (max-width: 999px) {
  .hmnsec04 {
    padding: 5rem 0;
  }
}
.hmnsec04 ul li {
  margin-bottom: 10px;
}

.corecompe {
  padding: 5rem 0;
}

.abtsec01 {
  position: relative;
}
.abtsec01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .abtsec01 .overlay {
    display: block;
    height: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 .overlay h3 {
    line-height: 35px;
  }
  .abtsec01 .overlay h3 .size85 {
    font-size: 35px;
  }
  .abtsec01 .overlay h3 .size46 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .overlay h3 {
    line-height: 25px;
  }
  .abtsec01 .overlay h3 .size85 {
    font-size: 22px;
  }
  .abtsec01 .overlay h3 .size46 {
    font-size: 18px;
    display: block;
    line-height: 20px;
  }
}

.abtsec02 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .abtsec02 {
    padding: 2.5rem 0 5rem;
  }
}
.abtsec02 .boxabtsec {
  position: absolute;
  width: 49%;
  top: -13rem;
  left: 0;
  box-shadow: 0 4px 22px rgba(9, 35, 82, 0.1294117647);
  background: #fff;
  padding: 6rem 5rem;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .abtsec02 .boxabtsec {
    width: 80%;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .abtsec02 .boxabtsec {
    position: unset;
    margin-bottom: 2rem;
    width: 100%;
    padding: 1.5rem 2rem;
  }
}
.abtsec02 .boxabtsec h3 span {
  position: relative;
}
.abtsec02 .boxabtsec h3 span::before {
  content: "‘";
  position: absolute;
  left: -2.7rem;
  top: -1.5rem;
  font-size: 78px;
}
@media screen and (max-width: 1500px) {
  .abtsec02 .boxabtsec h3 span::before {
    font-size: 58px;
  }
}
.abtsec02 .boxabtsec h3 span::after {
  content: "‘";
  position: absolute;
  right: -2.5rem;
  bottom: -0.5rem;
  font-size: 78px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1500px) {
  .abtsec02 .boxabtsec h3 span::after {
    font-size: 58px;
  }
}

.abtsec03 {
  position: relative;
  padding: 5rem 0;
  background: url("https://w0.peakpx.com/wallpaper/241/855/HD-wallpaper-dark-black-plain-whole.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .abtsec03 {
    background-size: cover;
  }
}
.abtsec03 .misivis_sec {
  margin-top: 5rem;
  color: #282828;
  display: grid;
  grid-auto-rows: minmax(100%, auto);
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 90px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .abtsec03 .misivis_sec {
    grid-template-columns: repeat(auto-fill, minmax(187px, 1fr));
    grid-gap: 25px;
    margin-top: 2.9rem;
  }
}
@media screen and (max-width: 600px) {
  .abtsec03 .misivis_sec {
    display: block;
  }
}
.abtsec03 .misivis_sec .box {
  padding: 0rem 0rem 2.9rem;
  position: relative;
}
.abtsec03 .misivis_sec .box::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -6%;
  top: 0;
  background: #7e848d;
}
@media screen and (max-width: 600px) {
  .abtsec03 .misivis_sec .box::before {
    content: none;
  }
}
@media screen and (max-width: 600px) {
  .abtsec03 .misivis_sec .box {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.abtsec03 .misivis_sec .box .img {
  margin-bottom: 1rem;
}
.abtsec03 .misivis_sec .box h4 {
  margin-bottom: 2.4rem;
}
.abtsec03 .misivis_sec .box h4 span {
  padding: 10px 10px;
  border-bottom: 1px solid #ea3246;
}
.abtsec03 .misivis_sec .box p {
  padding: 0 10px;
  color: #fff;
}
.abtsec03 .misivis_sec .box li {
  color: #fff;
  margin: 0 0 10px;
}

.abtsec04 {
  position: relative;
  padding: 5rem 0;
}
.abtsec04 .conte_box {
  width: 90%;
}
.abtsec04 .conte_box .br {
  padding: 0 1rem;
  background: #fff;
  width: 100%;
  margin: 1rem 0;
  position: relative;
  z-index: 11;
}
.abtsec04 .conte_box .br::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ea3246;
}
.abtsec04 .conte_box .img {
  width: 70%;
}
@media screen and (max-width: 999px) {
  .abtsec04 .conte_box {
    width: 100%;
  }
  .abtsec04 .conte_box .img {
    width: 80%;
  }
}

.abtsec05 {
  padding: 5rem 0;
  position: relative;
  background: #435061;
}
.abtsec05 #slider2 p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .abtsec05 #slider2 p {
    text-align: left;
  }
}
.abtsec05 #slider2 .tyxt p {
  text-align: left;
}
.abtsec05 #slider2 .useifo {
  border-bottom: 1px solid #657794;
  padding: 2rem 0;
}
@media screen and (max-width: 600px) {
  .abtsec05 #slider2 .useifo {
    margin-top: 0.5rem;
    padding: 1rem 0;
  }
}
.abtsec05 .controler_counter {
  color: #fff;
  margin-top: 2.5rem;
}
.abtsec05 .controler_counter a, .abtsec05 .controler_counter #num {
  font-size: 22px;
}

.gallery {
  padding: 5rem 0;
}
.gallery .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery .img img {
  transition: all 0.6s ease;
}
.gallery .img .overlay {
  position: absolute;
  height: 100%;
  background: rgba(189, 165, 136, 0.6784313725);
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.6s ease;
  transform: scale(0);
}
.gallery .img .overlay span {
  font-size: 2.9rem;
}
.gallery .img:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.gallery .img:hover .overlay {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s ease;
}

.specifications {
  background: #000000;
  padding: 5rem 0;
}
.specifications .accordion .card:first-of-type {
  border-top: 0px solid #fff;
}
.specifications h2 span {
  font-size: inherit;
}
.specifications .card {
  background: transparent;
  border-radius: 0;
  color: #fff;
}
@media screen and (max-width: 1540px) {
  .specifications .card button {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .specifications .card button {
    font-size: 12px;
  }
}
.specifications .card .card-header {
  border-bottom: 1px solid #fff;
  padding: 0.8rem 1rem;
}
.specifications .card .card-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.specifications .card-body {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .specifications .card-body {
    padding: 1em 1.25rem;
  }
}
.specifications .btn-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border: 0;
}
.specifications .btn-link span {
  display: block;
}
.specifications .btn-link .lni {
  border-radius: 50%;
  background: #ea3246;
  color: #000;
  font-size: 0.8em;
  padding: 0.4em;
}
.specifications .btn-link .lni-plus:before {
  content: "\eb2c" !important;
}
.specifications .btn-link.collapsed .lni-plus:before {
  content: "\eb53" !important;
}

.projsec01 {
  position: relative;
}
.projsec01 .img {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .projsec01 .img .w-100 {
    width: 140% !important;
  }
}
.projsec01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .projsec01 .overlay {
    display: block;
    height: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 999px) {
  .projsec01 h3 {
    line-height: 35px;
  }
  .projsec01 h3 .size85 {
    font-size: 35px;
  }
  .projsec01 h3 .size46 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .projsec01 h3 {
    line-height: 25px;
  }
  .projsec01 h3 .size85 {
    font-size: 22px;
  }
  .projsec01 h3 .size46 {
    font-size: 18px;
    display: block;
    line-height: 20px;
  }
}

.projsec02 {
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .projsec02 {
    overflow-x: hidden;
  }
  .projsec02 .row {
    margin: 0 -5px;
  }
  .projsec02 .row .col-6 {
    padding: 0 5px;
  }
}
.projsec02 a {
  text-decoration: none;
}
.projsec02 .txt {
  padding: 0 1rem;
  background: #fff;
  width: 100%;
  margin: 1rem 0;
  position: relative;
  z-index: 11;
}
.projsec02 .txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ea3246;
}
.projsec02 .txt h3 {
  color: #ea3246;
}
@media screen and (max-width: 600px) {
  .projsec02 .txt h3 {
    font-size: 14px;
  }
}
.projsec02 .txt p {
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 600px) {
  .projsec02 .txt p {
    font-size: 12px;
  }
}
.projsec02 .img {
  width: 82%;
}
@media screen and (max-width: 600px) {
  .projsec02 .img {
    width: 100%;
  }
}
.projsec02 .container {
  padding: 0;
}
.projsec02 .nav-tabs {
  background: transparent;
  margin-bottom: 2.9rem;
  transition: all 0.6s ease;
  border-bottom: 2px solid #45505f;
}
@media screen and (max-width: 600px) {
  .projsec02 .nav-tabs {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .projsec02 .nav-tabs .nav-item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.projsec02 .nav-tabs .nav-item .nav-link {
  font-weight: 600;
  font-size: 18px;
  border: 0;
  box-shadow: 0;
  position: relative;
  z-index: 1;
  color: #333;
  text-align: center;
  padding: 1.2rem 4rem;
  transition: all 0.6s ease;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .projsec02 .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    padding: 0.5rem 0.8rem;
    text-align: center;
  }
}
.projsec02 .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ea3246;
  transition: all 0.6s ease;
  transform: scaleX(0);
}
.projsec02 .nav-tabs .nav-item .nav-link.active, .projsec02 .nav-tabs .nav-item .nav-link:hover {
  color: #ea3246;
  transition: all 0.6s ease;
}
.projsec02 .nav-tabs .nav-item .nav-link.active::before, .projsec02 .nav-tabs .nav-item .nav-link:hover::before {
  transform: scaleX(1);
  transition: all 0.6s ease;
}

.projecsec02 {
  padding: 5rem 0;
  position: relative;
}
.projecsec02 ul {
  margin: 0;
}
.projecsec02 ul li {
  margin-bottom: 8px;
}

.projecsec03 {
  padding: 5rem 0;
  background: #000000;
}
.projecsec03 p {
  color: #fff;
}
.projecsec03 .owlaminities {
  margin-top: 5rem;
}
.projecsec03 .txt {
  padding: 0 1rem;
  width: 100%;
  margin: 1rem 0;
  position: relative;
  z-index: 11;
}
.projecsec03 .txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ea3246;
}
.projecsec03 .txt h3 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .projecsec03 .txt h3 {
    font-size: 14px;
  }
}
.projecsec03 .txt p {
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .projecsec03 .txt p {
    font-size: 12px;
  }
}

.projecsec04 {
  padding: 5rem 0;
}

@media screen and (max-width: 999px) {
  .feedbacktop .img {
    position: relative;
    overflow: hidden;
  }
  .feedbacktop .img img {
    max-width: 150%;
  }
}
@media screen and (max-width: 600px) {
  .feedbacktop .img img {
    max-width: 220%;
    transform: translateX(-53%) !important;
  }
}

.contactus01 {
  position: relative;
}
.contactus01 .overlay {
  position: absolute;
  width: 100%;
  z-index: 1;
  color: #fff;
  bottom: 27%;
}
@media screen and (max-width: 1500px) {
  .contactus01 .overlay {
    bottom: 8%;
  }
}
@media screen and (max-width: 999px) {
  .contactus01 .img {
    position: relative;
    overflow: hidden;
  }
  .contactus01 .img img {
    max-width: 150%;
  }
}
@media screen and (max-width: 600px) {
  .contactus01 .img img {
    max-width: 220%;
  }
}

.contactus02 {
  position: relative;
  padding: 5rem 0;
}
.contactus02 iframe {
  height: 550px;
}
@media screen and (max-width: 1500px) {
  .contactus02 iframe {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .contactus02 iframe {
    height: 250px;
  }
}

.careerSec03 {
  padding: 5rem 0;
  position: relative;
  margin-bottom: 5rem;
  background: #435061;
}
.careerSec03 input, .careerSec03 textarea {
  border: 1px solid #fff;
  background: transparent;
  padding: 1rem 1.5rem;
  resize: none;
  color: #fff;
}
.careerSec03 input::-moz-placeholder, .careerSec03 textarea::-moz-placeholder {
  color: #fff;
}
.careerSec03 input::placeholder, .careerSec03 textarea::placeholder {
  color: #fff;
}
.careerSec03 .container {
  position: relative;
  z-index: 1;
}

.careerSec02 {
  padding: 5rem 0;
}

footer {
  background: #101010;
  position: relative;
  color: #fff;
  z-index: 1;
}
footer .sec01 {
  position: relative;
}
footer .sec01 .subbor {
  padding: 5rem 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 600px) {
  footer .sec01 .subbor {
    padding: 2.5rem 0;
  }
}
footer .sec01 input, footer .sec01 textarea {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
}
footer .sec01 input::-moz-placeholder, footer .sec01 textarea::-moz-placeholder {
  color: #fff;
}
footer .sec01 input::placeholder, footer .sec01 textarea::placeholder {
  color: #fff;
}
footer .sec02 {
  padding: 5rem 0;
  background: #fff;
}
footer .sec02 .img {
  width: 295px;
}
@media screen and (max-width: 600px) {
  footer .sec02 {
    padding: 2.5rem 0;
  }
  footer .sec02 .img {
    width: 68%;
  }
}
footer .sec02 p {
  color: #101010;
}
footer .sec02 a {
  color: #101010;
}
footer p {
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer a:hover {
  color: #ea3246;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer a.fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  transition: all 0.6s ease;
}
footer a.fa:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer a.fa.fa-facebook {
  background: #3b5998;
  color: white;
}
footer a.fa.fa-twitter {
  background: #55acee;
  color: white;
}
footer a.fa.fa-google {
  background: #dd4b39;
  color: white;
}
footer a.fa.fa-linkedin {
  background: #007bb5;
  color: white;
}
footer a.fa.fa-youtube {
  background: #bb0000;
  color: white;
}
footer a.fa.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: white;
}
footer ul {
  margin: 0;
  padding: 0 0 0 5px;
  list-style-type: none;
}
footer ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  footer ul li {
    margin-bottom: 6px;
  }
}
footer .sec03 {
  background: #000;
}
@media screen and (max-width: 600px) {
  footer .sec03 {
    padding: 7px 0;
  }
}
footer .sec03 p {
  margin-bottom: 0;
}
footer .sec03 ul {
  margin: 0;
  padding: 0;
  justify-content: start;
}
@media screen and (max-width: 999px) {
  footer .sec03 ul {
    justify-content: start;
  }
}
footer .sec03 ul li {
  margin: 0;
  padding: 10px 2.9rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  footer .sec03 ul li {
    padding: 10px 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  footer .sec03 ul li {
    padding: 4px 0.5rem;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.comingsoonpage {
  position: relative;
}
.comingsoonpage .overlay {
  position: absolute;
  width: 100%;
  z-index: 1;
  color: #fff;
  bottom: 10%;
}
@media screen and (max-width: 999px) {
  .comingsoonpage .img {
    position: relative;
    overflow: hidden;
  }
  .comingsoonpage .img img {
    max-width: 150%;
  }
}
@media screen and (max-width: 600px) {
  .comingsoonpage .img img {
    max-width: 220%;
  }
}

@media screen and (max-width: 999px) {
  .mtop {
    margin-top: 96px;
  }
}
@media screen and (max-width: 600px) {
  .mtop {
    margin-top: 85px;
  }
}

.OverlaytxtIfor {
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
.OverlaytxtIfor.righttxt {
  left: unset;
  right: 1%;
}
@media screen and (max-width: 999px) {
  .OverlaytxtIfor.righttxt {
    left: 1%;
    right: unset;
  }
}
.OverlaytxtIfor.righttxt p {
  transform: rotate(0);
}
@media screen and (max-width: 999px) {
  .OverlaytxtIfor.righttxt p {
    transform: rotate(180deg);
  }
}
.OverlaytxtIfor p {
  margin: 0;
  color: #435061;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .OverlaytxtIfor p {
    font-size: 9px;
  }
}

input, textarea, select {
  font-size: 14px;
  color: #808285;
  line-height: 16px;
}

.btn {
  font-size: 16px;
  border: 0;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 0.8rem 1.5rem;
  transition: all 0.6s ease;
  display: inline-flex;
  align-items: center;
}
.btn .material-symbols-outlined {
  font-size: 16px;
}
.btn:focus {
  outline: 0;
  box-shadow: unset;
}
.btn::before {
  content: "";
  background: #ed3147;
  position: absolute;
  left: 0;
  width: 19%;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.6s ease;
}
.btn.btn2 {
  color: #fff;
}
.btn.btn2::before {
  background: #435061;
}
.btn:hover {
  transition: all 0.6s ease;
  color: #fff;
}
.btn:hover::before {
  width: 100%;
  transition: all 0.6s ease;
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #ea3246;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Optima";
  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);
}

.WidhtScal {
  animation: WidhtScal 2.5s ease-in-out forwards;
  transform-origin: right;
}

#thank-you {
  background: #fff;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
#thank-you h1, #thank-you p {
  color: #435061;
  text-align: center;
}
#thank-you .img {
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #thank-you .img {
    width: 80%;
  }
}

.enquiry-wrapper {
  position: fixed;
  right: 3px;
  top: 15%;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper {
    display: flex;
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    background: #ea3246;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transform: translateX(127px);
  transition: all ease-in 0.5s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(113px);
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box {
    width: 100%;
    transform: translateX(0px);
    box-shadow: none;
    background: transparent;
  }
}
.enquiry-wrapper .enquiry-box:hover {
  transform: translateX(7px);
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:hover {
    transform: translateX(0px) translateY(5px);
  }
}
.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:not(:first-child) {
    border: none;
    border-left: 1px solid #fff;
  }
}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #ea3246;
  width: 47px;
  padding: 7px;
}
@media screen and (max-width: 1440px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 42px;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    text-align: center;
    background: transparent;
  }
}
.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
  display: none;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
  .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: block;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }
}
.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}
.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 10%;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .mail-content,
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box img {
    width: 25px;
    padding: 2px;
  }
}
.enquiry-wrapper .enquiry-box a {
  color: #282828;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

.owl-carousel .owl-nav {
  width: auto;
  position: unset;
  top: 0;
  display: flex;
  -ms-flex-pack: end;
  margin: 2rem auto 0;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav {
    margin: 0.5rem auto 0;
  }
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 56px;
  height: 21px;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5 !important;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url("../img/leftarrow.png") no-repeat !important;
  margin-right: 1rem;
}
.owl-carousel .owl-nav button.owl-next {
  background: url("../img/rightarrow.png") no-repeat !important;
}

.feedbackform {
  padding: 2.5rem 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 animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes textleft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes boxanima {
  50% {
    box-shadow: 0 3px 8px rgba(255, 255, 255, 0.5803921569);
  }
}
@keyframes left_righ {
  from {
    left: -100%;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes bganim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adero Trial";
  src: url("../fonts/AderoTrial-SemiBold.woff2") format("woff2"), url("../fonts/AderoTrial-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@keyframes WidhtScal {
  from {
    transform: scaleX(0);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */