html {
  scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@font-face {
  font-family: "CormorantSemiBold";
  src: url("../fonts/CormorantSemiBold.eot");
  src: url("../fonts/CormorantSemiBold.eot") format("embedded-opentype"),
    url("../fonts/CormorantSemiBold.woff2") format("woff2"),
    url("../fonts/CormorantSemiBold.woff") format("woff"),
    url("../fonts/CormorantSemiBold.ttf") format("truetype"),
    url("../fonts/CormorantSemiBold.svg#CormorantSemiBold") format("svg");
}

@font-face {
  font-family: "CormorantRegular";
  src: url("../fonts/CormorantRegular.eot");
  src: url("../fonts/CormorantRegular.eot") format("embedded-opentype"),
    url("../fonts/CormorantRegular.woff2") format("woff2"),
    url("../fonts/CormorantRegular.woff") format("woff"),
    url("../fonts/CormorantRegular.ttf") format("truetype"),
    url("../fonts/CormorantRegular.svg#CormorantRegular") format("svg");
}

@font-face {
  font-family: "ivymode4";
  src: url("../fonts/ivymode4.eot");
  src: url("../fonts/ivymode4.eot") format("embedded-opentype"),
    url("../fonts/ivymode4.woff2") format("woff2"),
    url("../fonts/ivymode4.woff") format("woff"),
    url("../fonts/ivymode4.ttf") format("truetype"),
    url("../fonts/ivymode4.svg#ivymode4") format("svg");
}

@font-face {
  font-family: "ivymode6";
  src: url("../fonts/ivymode6.eot");
  src: url("../fonts/ivymode6.eot") format("embedded-opentype"),
    url("../fonts/ivymode6.woff2") format("woff2"),
    url("../fonts/ivymode6.woff") format("woff"),
    url("../fonts/ivymode6.ttf") format("truetype"),
    url("../fonts/ivymode6.svg#ivymode6") format("svg");
}

@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot") format("embedded-opentype"),
    url("../fonts/RobotoLight.woff2") format("woff2"),
    url("../fonts/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight.ttf") format("truetype"),
    url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"),
    url("../fonts/RobotoRegular.woff2") format("woff2"),
    url("../fonts/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular.ttf") format("truetype"),
    url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
}

:root {
  --robotoreg: "RobotoRegular";
  --robotoligth: "RobotoLight";
  --lvylight: "ivymode4";
  --lvyreg: "ivymode6";
  --creg: "CormorantRegular";
  --csmb: "CormorantSemiBold";
  --ani: all 0.5s;
  --cubi: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

* {
  scrollbar-width: none;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: none;
}



p {
  font-size: 17px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0;
}

.main-container {
  max-width: 1550px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

/* header */
header.smaller {
  top: 0px;
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 99;
  background: transparent;
  padding: 20px 0;
  left: 0;
}

header.smaller .head-container {
  max-width: 1220px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 auto;
  background: #66012a;
  border-radius: 40px;
  box-shadow: 3px 3px 9px #0000006b;
}

.navwrap {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 20px;
  /* -webkit-overflow-scrolling: touch; seems to confine overflow in error  */
}

.navwrap .nav {
  display: table;
  /*white-space fix*/
  width: 100%;
  text-align: center;
  word-spacing: -9em;
  /*white-space fix*/
}

.navwrap .nav li {
  display: inline-block;
  text-align: left;
  word-spacing: normal;
  /*white-space fix*/
}

.navwrap .nav li>a {
  position: relative;
  transition: 0.5s;
}

.navwrap .nav li>a:hover {
  background: #FF0001;
  color: #fff !important;
  transition: 0.5s;
}

.navwrap .nav li:hover,
.navwrap .nav>li>a:hover,
.navwrap .nav li:focus,
.navwrap .nav>li>a:focus {
  z-index: 105;
  color: #fff;
}

.navwrap .nav li li {
  display: block;
}

.navwrap .nav a {
  display: block;
  padding: 7px 10px;
  background: none;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.navwrap .nav li:hover>a,
.navwrap .nav a:hover,
.navwrap .nav li:focus>a,
.navwrap .nav a:focus {
  color: #000;
}

.navwrap .nav ul {
  position: absolute;
  z-index: 104;
  left: -999em;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding-left: 0;
}

.navwrap .nav li:hover>ul {
  left: auto;
  top: auto;
  opacity: 1;
  transition: opacity 0.5s linear, top 0.5s;
}

.navwrap.nav li:focus-within>ul {
  left: auto;
  top: auto;
  opacity: 1;
  transition: opacity 0.5s linear, top 0.5s;
}

.navwrap .nav ul ul {
  transition: opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;
  z-index: 103;
}

.navwrap .nav li li:hover ul {
  top: auto;
  margin-left: 100%;
  transform: translateY(-2.2rem);
  opacity: 1;
  transition: opacity 0.5s linear, margin 0.5s;
}

.navwrap .nav li li:focus-within ul {
  top: auto;
  margin-left: 100%;
  transform: translateY(-2.2rem);
  opacity: 1;
  transition: opacity 0.5s linear, margin 0.5s;
}

/* arrows */
.navwrap .nav li a:first-child:not(:last-child) {
  padding-right: 20px;
  /* make space for arrows*/
}

.navwrap .nav li a:first-child:not(:last-child):after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000;
}

.navwrap .nav>li>a:first-child:not(:last-child):after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgb(0, 0, 0);
  border-bottom: none;
  margin-top: 0px;
}

.navwrap .nav li:hover a:first-child:not(:last-child):after {
  border-left-color: #000;
}

.navwrap .nav li:focus-within a:first-child:not(:last-child):after {
  border-left-color: #000;
}

.navwrap .nav>li:hover>a:first-child:not(:last-child):after {
  border-left-color: transparent;
  border-top-color: #000;
}

.navwrap .nav>li:focus-within>a:first-child:not(:last-child):after {
  border-left-color: transparent;
  border-top-color: #000;
}

/* allow touch to play but probably won't work with this scrolling version*/
.navwrap .nav .touch-only {
  display: none;
  left: -10px;
}

.touch-device .nav .touch-only {
  display: inline-block;
}

.touch-device .nav .touch-only a {
  background: #000;
  color: #000;
}

.wrap {
  padding: 20px;
  max-width: 980px;
  margin: auto;
  background: #eee;
}

/* remove hover when scrolling  */
.isScrolling .nav ul.dropdown {
  left: -999em;
  opacity: 0;
}

/* header-top */


.container {
  max-width: 1200px;
}

.head-sec {
  padding: 5px 0;
  background-color: #a5014a;
}

.phone-sec p {
  font-family: var(--lvyreg);
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

.phone-sec a {
  color: #fff;
  text-decoration: none;
}

.phone::before {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  background: url(../images/phone-icon.png) no-repeat;
  background-position: center;
}

.head-links li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}

.head-links .btn-secondary {
  background: #2C7CB9;
  color: #fff;
  border-color: #2C7CB9;
  border-radius: 0;
  padding: 5px 20px;
}

.btn-secondary:focus {
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.head-links .btn-secondary:not(:disabled):not(.disabled):active {
  background: #2C7CB9;
  border-color: #2C7CB9;
}

.desktop {
  display: block;
}

.desktophvr {
  display: none;
}

header .toggle:hover .desktophvr {
  display: block;
}

header .toggle:hover .desktop {
  display: none;
}

header .toggle:hover {
  border: none;
  background-color: transparent;
}


/* 
.head-links {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.head-links a {
  position: relative;
  display: block;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-text-stroke-width: 0;
}

.head-links a::after {
  position: absolute;
  width: 0;
  height: .1875rem;
  background-color: #ff5212;
  content: "";
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  bottom: -5px;
}

.head-links a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
  bottom: -5px;
  transition-duration: transition-speed-fast;
  transition-timing-function: transition-ease-out;
}

.head-links a:hover {
  font-family: var(--lvyreg);
}

.head-links a {
  color: #fff;
  text-decoration: none;
  font-family: var(--lvyreg);
  font-weight: normal;
  font-size: 16px;
}

.head-links a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dropdown button {
  font-family: var(--lvyreg);
  font-weight: bold;
  font-size: 16px;
}

.dropdown-item {
  color: #000 !important;
}

.left-box {
  left: -80px;
}



.head-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}



.headerRightmainAll ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  right: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
  transform: translate3d(-493px, 0, 0);
}

.hc-nav-trigger {
  right: 0 !important;
}

header.smaller .hc-nav-trigger {
  top: 5px !important;
}

.head-container {
  max-width: 1530px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}

.headernav {
  justify-content: end;
  display: flex;
}

.booktext {
  font-family: "RobotoRegular";
  color: #fff;
  background-color: #ff5212;
  cursor: pointer;
  font-weight: normal;
  border-radius: 8px;
  font-size: 18px;
  padding: 7px 10px;
}

.booktext:hover {
  text-decoration: none;
  color: #ff5212;
  background: #fff;
}

.scroll-logo {
  color: #fff;
}

.head-links h6 {
  font-size: 14px;
  margin: 0;
}

/* about */
.aboutwrapper {
  background-color: #f4f5db;
  border-top-left-radius: 40px;
  padding: 60px 0;
  border-top-right-radius: 40px;
  position: relative;
}

.aboutleft h1 {
  font-family: "RobotoRegular";
  color: #151328;
  font-size: 50px;
  font-weight: bold;
  padding: 0px 0;
}

.aboutleft h6 {
  font-family: "RobotoRegular";
  font-size: 25px;
  font-weight: bold;
  color: #151328;
}

.aboutright p {
  font-family: "RobotoRegular";
  font-size: 17px;
  font-weight: normal;
  color: #151328;
  padding-bottom: 20px;
}

.aboutbooktext {
  font-family: "RobotoRegular";
  color: #fff;
  background-color: #151328;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 15px;
}

.aboutbooktext:hover {
  text-decoration: none;
  color: #151328;
  border: 1px solid #151328;
  background-color: #fff;
}

.aboutbtn {
  padding-top: 50px;
  margin-bottom: 30px;
}

.svg-icon-24 {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.about-social-link-wrapper {
  align-items: center;
  display: flex;
}

.guide-social-link.margin-right-16 {
  margin-right: 1em;
  animation: float 3s ease-in-out infinite;
}

.guide-social-link {
  animation: float 5s ease-in-out infinite;
}

.about-curly-arrow-wrapper {
  width: 520px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: -130px;
  right: auto;
}

.aboutbg {
  background-color: #a5014a;
  padding: 0 45px;
}

/* perfect */
.perfectwrapper {
  background-color: #151328;
  padding: 90px 0;
  position: relative;
}

.perfectwrapper h1 {
  margin: 0;
  color: #fff;
  font-family: "CormorantSemiBold";
  text-align: center;
  font-size: 50px;
}

.perfectwrapper h6 {
  margin: 0;
  color: #ff5212;
  font-family: "CormorantSemiBold";
  text-align: center;
  font-size: 30px;
}

/* testi */
.testiwrapper {
  background-color: #f4f5db;
  padding: 30px 45px;
  background: #a5014a;

}

.testiborder {
  position: relative;
  padding: 0 5%;
}
.testiborder h3{
  text-align: center;
  color: #fff;
  font-family: "RobotoRegular";
  font-size: 50px;
  margin: 0;
  padding-bottom: 30px;
}
.testibox p {
  font-family: "RobotoRegular";
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}

.testibox {
  text-align: center;
}

.testibox h5 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  font-family: "RobotoRegular";
}

.testibox h6 {
  font-family: "RobotoRegular";
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 20px;
}

.testiwrapper .owl-carousel .owl-nav.disabled {
  display: block;
}

.testiwrapper .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  font-size: 40px;
  color: #fff;
}

.testiwrapper .owl-carousel .owl-nav button.owl-prev {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #fff;
  position: absolute;
  left: -65px;
  font-size: 40px;
  top: 45%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  border-radius: 30px;
}

.testiwrapper .owl-carousel .owl-nav button.owl-next {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  border-radius: 30px;
  position: absolute;
  right: -65px;
  font-size: 40px;
  top: 45%;
}

.testiwrapper i {
  font-size: 30px;
  color: #fff;
}

/* banner */
.banner {
  background-color: #a5014a;
}
.phone-banner{
  display: none;
}
.banner-img{
  border-radius: 40px;
  overflow: hidden;
}

.banner-container {
  max-width: 1530px;
  padding: 0 8px;
  width: 100%;
  margin: 0 auto;
}
.banner-text {position: absolute;
  top: 45%; background: #15132885;
  padding:30px;
  left: 60px;}

.banner-text h1 {
  font-size: 40px;
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;

  line-height: 56px;
}
.banner-text h5 {color: #fff;
  font-size: 19px;
  background: #ff5212;
  text-align: center;
  padding: 8px 10px;font-family: "RobotoLight";
  font-weight: lighter;
  width: 300px;}

.banner-img video {
  border-radius: 40px;
  width: 100%;
  box-shadow: 3px 3px 9px #0000006b;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}
/* announcement */
.announcement-bg{
  background: #a5014a;
  padding: 60px 46px;
}
.announcement-bg .main-container{
  background: #66012a;
  padding: 20px 15px;
  border-radius: 20px;
}
.announcement-img h4{
  color: #fff;
  margin: 0;
}
.marqee-box{
  display: flex;
  align-items: center;
  gap: 55px;
}
.marqee-box p{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  font-family: "RobotoRegular";
}
/* services */
.visible {
  display: block;
}
.read-more-btn {
  color: #000 !important;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  padding: 0;
  font-family: "RobotoRegular";
}
.read-more-btn:hover {
  color: #ff5212 !important;
}
.gallery-img {
  background: #fff;
  box-shadow: 3px 5px 12px 0px #0000004a;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s;
}
.gallery-img a {
  text-decoration: none;
}
.image-box {
  position: relative;
}
.gallery-text h4 {
  color: #151328;
  font-size: 20px;
  font-weight: 500;
}
.gallery-text p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: "RobotoRegular";
}
.gallery-text {
  padding: 20px;
}
.serviceswrapper {
  background-color: #a5014a;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.servicesmargin h1 {
  font-family: "RobotoRegular";
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  position: relative;
  padding-bottom: 30px;
}

.servicesmargin h1::before {
  position: absolute;
  content: '';
  background-color: #ff5212;
  width: 105px;
  height: 2px;
  left: 0;
  bottom: 25px;
}
.servicesilder .nav-tabs .nav-link.active .normal-icon {
  display: none;
}
.servicesilder .nav-tabs .nav-link.active .active-icon {
  display: flex;
}
.servicesilder .nav-tabs .nav-link.active .active-icon {
  display: flex;
}
.active-icon {
  display: none;
}
.servicesilder .nav-tabs .nav-link.active{
  background: #ff5212;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}
.servicesilder .nav-tabs .nav-link{
  outline: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "RobotoRegular";
}
.testimargin span{
  margin-top: -8px;
}
.servicesilder .nav-tabs{
  border-bottom: none;
  gap: 10px;
  padding-bottom: 30px;
}
.services-container {
  max-width: 1540px;
  padding: 0px 45px;
  width: 100%;
  margin: 0 auto;
}

.serviceleft img {
  background-color: #151328;
  opacity: 0.7;
  box-shadow: 3px 3px 9px #0000006b;
}

.serviceleft img {
  border-radius: 40px;
  height: 550px;
}

.serviceright h1 {
  font-family: "CormorantSemiBold";
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  padding-right: 5%;

}

.serviceright p {
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.servicecenter {
  display: flex;
  align-items: center;
}

.serviceswrapper .owl-carousel .owl-nav.disabled {
  display: block;
}

.serviceswrapper .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  font-size: 40px;
  color: #F5F5F5;
}

.serviceswrapper .owl-carousel .owl-nav button.owl-prev {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #F5F5F5;
  position: absolute;
  right: 80px;
  font-size: 40px;
  top: -85px;
}

.serviceswrapper .owl-carousel .owl-nav button.owl-next {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #F5F5F5;
  position: absolute;
  right: 30px;
  top: -85px;
  font-size: 40px;
}

/* branding */
.brandwrapper {
  background-color: #a5014a;
  padding: 0 45px;
  padding-bottom: 5%;
}

.brandwrap {
  background-color: #f4f5db;
  border-top-left-radius: 40px;
  padding: 60px 0;
  border-top-right-radius: 40px;
  position: relative;
  box-shadow: 3px 3px 9px #0000006b;
}

.brandleft img {
  border-radius: 40px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.brandright .faq-right {
  padding-left: 70px;
}

.brandright .faq-a {
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  font-family: "RobotoLight";
  background: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  float: left;
  padding: 24px 27px;
  color: #151328;
  border-radius: 19px;
  position: relative;
}

.brandright .faq-a::after {
  position: absolute;
  content: "-";
  right: 0;
  top: 17px;
  right: 25px;
  font-size: 28px;
  font-weight: 200;
}

.brandright .faq-a.collapsed::after {
  content: "+";
}

.brandright .faq-content {
  float: left;
  width: 100%;
  padding: 35px;
  padding-bottom: 0;
}

.brandright .faq-card {
  border: none;
  background-color: transparent;
  margin-bottom: 20px;

}

.brandright .faq-content ul {
  list-style: none;
  padding-left: 0;
}

.brandright .faq-content li {
  font-family: "RobotoLight";
  color: #151328;
  padding-left: 30px;
  font-weight: lighter;
  line-height: 26px;
  position: relative;
  font-size: 16px;
}

.brandright .faq-content li::before {
  position: absolute;
  background-color: #ff5212;
  border-radius: 20px;
  width: 9px;
  height: 9px;
  left: 0;
  top: 9px;
  content: '';
}

.brandright .faq-content p {
  color: #151328;
  font-size: 16px;
  font-family: "RobotoLight";
  padding-bottom: 20px;
}

/* tech */
.techwrapper {
  padding: 60px 0;
  background-color: #151328;
}

.techmargin h1 {
  font-family: "CormorantSemiBold";
  color: #fff;
  margin: 0;
  font-size: 45px;
  font-weight: normal;
  padding-bottom: 30px;
}

.techmargin p {
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;
  line-height: 26px;
  padding-right: 25%;
  font-size: 16px;
  padding-bottom: 40px;
  padding-left: 25%;
}

.tech-right .faq-a {
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  font-family: "RobotoLight";
  float: left;
  padding: 20px 0px;
  color: #151328 !important;
  border-radius: 19px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #fff;
  padding: 20px 40px;
  background: #fff;
}

.tech-right .faq-a::after {
  position: absolute;
  content: "-";
  right: 0;
  top: 30px;
  color: #151328;
  right: 25px;
  font-size: 28px;
  font-weight: 200;
}

.tech-right .faq-a.collapsed::after {
  content: "+";
  color: #151328;
}

.tech-right .faq-content {
  float: left;
  width: 100%;
  padding: 20px 40px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 30px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.tech-right .faq-card {
  border: none;
  background-color: transparent;
  margin-bottom: 20px;

}

.tech-right .faq-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;

}

.tech-right .faq-content li {
  font-family: "RobotoLight";
  color: #141227;
  padding-left: 30px;
  font-weight: lighter;
  line-height: 26px;
  position: relative;
  font-size: 16px;
}

.tech-right .faq-content li::before {
  position: absolute;
  background-color: #ff5212;
  border-radius: 20px;
  width: 9px;
  height: 9px;
  left: 0;
  top: 9px;
  content: '';
}

.tech-right .faq-content p {
  color: #fff;
  font-size: 17px;
  font-family: "RobotoLight";
  padding-bottom: 20px;
}

.tech-right svg {
  width: 45px;
  height: 45px;
}


/* copy */
.copy-container {
  max-width: 1550px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}

.coppt-text p {
  color: #fff;
  font-size: 14px;
  font-family: "RobotoRegular";
  font-weight: normal;
  margin: 0;
}

.copy-box {
  background: #66012a;
  padding: 20px 0;
}

.policy-btn {
  text-align: right;
}

.policy-btn p {
  color: #fff;
  font-family: "RobotoRegular";
  margin: 0;
}

.policy-btn a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  font-family: "RobotoRegular";
  transition: 0.5s;
}

.colcenter {
  display: flex;
  justify-content: center;
}

/* approach */
.inner-banner {
  background-color: #151328;
  padding: 0 45px;
}

.inner-wrap {
  background-color: #ff5212;
  border-radius: 40px;
  text-align: right;
  padding: 20px 0;
  background-position: center;
  box-shadow: 3px 3px 9px #0000006b;
}

.inner-header {
  text-align: right;
  color: #fff;

}

.inner-header h1 {
  font-family: "RobotoRegular";
  font-size: 25px;
}

.appwrapper {
  background-color: #151328;
  padding: 60px 0;
}


.appright h1 {
  font-family: "CormorantSemiBold";
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  padding-right: 5%;
  padding: 20px 0;
}


.appright p {
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.appleft img {
  border-radius: 40px;
}

.appcenter {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.roawrapper {
  background-color: #151328;
  padding: 0 45px;
  padding-bottom: 50px;
}

.roawrap {
  background-color: #fff;
  border-top-left-radius: 40px;
  padding: 60px 0;
  border-top-right-radius: 40px;
  position: relative;
}

.roaright h1 {
  font-family: "CormorantSemiBold";
  color: #151328;
  font-size: 25px;
  font-weight: normal;
  padding-right: 5%;
  position: relative;
  padding: 20px 0;
}

.roaright h1::before {
  position: absolute;
  content: '';
  background-color: #ff5212;
  width: 200px;
  height: 2px;
  left: 0;
  bottom: 10px;
}

.roaright p {
  font-family: "RobotoLight";
  color: #151328;
  font-weight: lighter;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.wrap-container {
  max-width: 1550px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}

/* contact */
.contact-banner {
  background: url(../images/contact-banner.png) no-repeat;
  text-align: right;
  padding: 60px 0;
  background-position: center;
}

.contactwrapper {
  background-color: #151328;
  padding: 50px 45px;
}

.contactwrap {
  background-color: #f4f5db;
  border-top-left-radius: 40px;
  padding: 60px 0;
  border-top-right-radius: 40px;
  position: relative;
}

.contactleft p {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #151328;
  padding-right: 30%;
  line-height: 29px;
}

.contactleft a {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #151328;
}

.contactleft h4 {
  color: #ff5212;
  font-size: 32px;
  font-weight: 600;
  font-family: "CormorantSemiBold";
  padding-bottom: 20px;
  margin: 0;
}

.contactleft p:last-child {
  border: none;
}

.contactright .form-group {
  margin-bottom: 10px;
}

.contactright .form-control {
  background-color: #FCFCFD;
  border: 0.5px solid #7070704D;
  border-radius: 8px;
  opacity: 1;
  padding: 10px 15px;
  box-shadow: none;
}

.contactright label {
  font-size: 15px;
  padding-left: 0px;
  padding-bottom: 5px;
  font-family: "RobotoLight";
  margin: 0;
}

.contactright .btn-primary {
  background-color: #ff5212;
  font-size: 15px;
  margin-top: 10px;
  border: none;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #ff5212;
  float: right;
}

.contactright {
  padding: 0 60px;
}

.contactright .btn-primary:hover {
  background-color: #fff;
  border: 1px solid #ff5212;
  color: #ff5212;
}

.contpadd {
  padding: 0;
}

.contactleft h6 {
  display: flex;
  gap: 15px;
  padding: 10px 0;
  align-items: first baseline;
}


.contactleft i {
  font-size: 21px;
  color: #151328;
}

.mapicon {
  font-size: 32px !important;
}

.contactleft h5 {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #151328;
  padding-right: 70px;
  line-height: 30px;
}

/* back to top */

#button {
  display: inline-block;
  background-color: #ff7f50;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

#button:hover {
  background: #FF0001;
  transition: 0.5s;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button.show {
  visibility: visible;
}

.headerRightmainAll {
  display: none;
}

.header-btn {
  display: flex;
  justify-content: left;
}

.location a {
  display: flex;
  gap: 15px;
}

.location h6 {
  font-size: 14px;
  margin: 0;
  font-family: "RobotoRegular";
}

header.smaller .location h6 {
  font-size: 14px;
}

.location a {
  color: #fff;
  font-family: var(--lvyreg);
  font-weight: normal;
  font-size: 16px;
}

.headercenter {
  align-items: center;
}

.about-curly-arrow-wrapper img {
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

/* about */
.vmwrapper {
  background-color: #151328;
  padding: 60px 0;
}

.vmright h1 {
  font-family: "CormorantSemiBold";
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  padding-right: 5%;
  padding: 20px 0;
}

.vmright p {
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.vmleft img {
  border-radius: 40px;
}

.aboutsec {
  padding-top: 60px;
}

.techmargin {
  text-align: center;
}

.mapbg {
  padding-top: 60px;
}

.navbar-brand img {
  height: 50px;
}

.head-links {
  display: flex;

  align-items: center;

}

.headerlogo {
  text-align: center;
}

header.smaller .navbar-brand img {
  height: 40px;
}

.navrightt {
  position: absolute;
  right: 0;
  display: flex;
  gap: 30px;
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-family: "RobotoRegular";
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

header .navbar {
  padding: 0;
}

.vmright {
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  padding: 20px 30px;
}

.banner-video-02 {display: none;}
 .banner-video-01 {display: block;}

/* gallery */
.sub-banner{
  background: #151328;
}
.sub-banner img{
  border-radius: 30px;
}
.sub-banner .main-container{
  position: relative;
}
.sub-heading{
   position: absolute;
   width: 100%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align: center;
}
.sub-heading h3{
  font-size: 50px;
  color: #fff;
  font-family: "CormorantSemiBold";
  margin: 0;
}
.gallery-img-rea img{
	
	cursor: pointer;
	transition:0.9s;
}
/* .gallery-img-rea img:hover{
	 transform: scale(0.93);
	 transition:0.9s;
} */
.coverflow {
  position: relative;
  height: 460px;
  padding: 30px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.nine.columns{
	width: 100%;
}

.coverflow__image {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 600px;
  height: 400px;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coverflow__image[data-coverflow-index] {
  position: absolute;
  left: 43%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.coverflow__image[data-coverflow-index]:before {
  content: " ";
  z-index: 1;
  position: absolute;
  top: 300px;
  width: 100%;
  height: 10%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 9;
  -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
  transform: translateX(10px) scale(0.65) rotateY(-45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 8;
  -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
  transform: translateX(100px) scale(0.5) rotateY(-45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 7;
  -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
  transform: translateX(190px) scale(0.35) rotateY(-45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 6;
  -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
  transform: translateX(280px) scale(0.2) rotateY(-45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 5;
  -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
  transform: translateX(370px) scale(0.05) rotateY(-45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 4;
  -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
  transform: translateX(460px) scale(-0.1) rotateY(-45deg);
  opacity: -0.33333;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 3;
  -webkit-transform: translateX(550px) scale(-0.25) rotateY(-45deg);
  transform: translateX(550px) scale(-0.25) rotateY(-45deg);
  opacity: -0.5;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 2;
  -webkit-transform: translateX(640px) scale(-0.4) rotateY(-45deg);
  transform: translateX(640px) scale(-0.4) rotateY(-45deg);
  opacity: -0.66667;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 1;
  -webkit-transform: translateX(730px) scale(-0.55) rotateY(-45deg);
  transform: translateX(730px) scale(-0.55) rotateY(-45deg);
  opacity: -0.83333;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 9;
  -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
  transform: translateX(-410px) scale(0.65) rotateY(45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 9;
  -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
  transform: translateX(10px) scale(0.65) rotateY(-45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 8;
  -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
  transform: translateX(100px) scale(0.5) rotateY(-45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 7;
  -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
  transform: translateX(190px) scale(0.35) rotateY(-45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 6;
  -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
  transform: translateX(280px) scale(0.2) rotateY(-45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 5;
  -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
  transform: translateX(370px) scale(0.05) rotateY(-45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 4;
  -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
  transform: translateX(460px) scale(-0.1) rotateY(-45deg);
  opacity: -0.33333;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 3;
  -webkit-transform: translateX(550px) scale(-0.25) rotateY(-45deg);
  transform: translateX(550px) scale(-0.25) rotateY(-45deg);
  opacity: -0.5;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 2;
  -webkit-transform: translateX(640px) scale(-0.4) rotateY(-45deg);
  transform: translateX(640px) scale(-0.4) rotateY(-45deg);
  opacity: -0.66667;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 8;
  -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
  transform: translateX(-500px) scale(0.5) rotateY(45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 9;
  -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
  transform: translateX(-410px) scale(0.65) rotateY(45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 9;
  -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
  transform: translateX(10px) scale(0.65) rotateY(-45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 8;
  -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
  transform: translateX(100px) scale(0.5) rotateY(-45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 7;
  -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
  transform: translateX(190px) scale(0.35) rotateY(-45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 6;
  -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
  transform: translateX(280px) scale(0.2) rotateY(-45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 5;
  -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
  transform: translateX(370px) scale(0.05) rotateY(-45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 4;
  -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
  transform: translateX(460px) scale(-0.1) rotateY(-45deg);
  opacity: -0.33333;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 3;
  -webkit-transform: translateX(550px) scale(-0.25) rotateY(-45deg);
  transform: translateX(550px) scale(-0.25) rotateY(-45deg);
  opacity: -0.5;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 7;
  -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
  transform: translateX(-590px) scale(0.35) rotateY(45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 8;
  -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
  transform: translateX(-500px) scale(0.5) rotateY(45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 9;
  -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
  transform: translateX(-410px) scale(0.65) rotateY(45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 9;
  -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
  transform: translateX(10px) scale(0.65) rotateY(-45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 8;
  -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
  transform: translateX(100px) scale(0.5) rotateY(-45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 7;
  -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
  transform: translateX(190px) scale(0.35) rotateY(-45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 6;
  -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
  transform: translateX(280px) scale(0.2) rotateY(-45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 5;
  -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
  transform: translateX(370px) scale(0.05) rotateY(-45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 4;
  -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
  transform: translateX(460px) scale(-0.1) rotateY(-45deg);
  opacity: -0.33333;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 6;
  -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
  transform: translateX(-680px) scale(0.2) rotateY(45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 7;
  -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
  transform: translateX(-590px) scale(0.35) rotateY(45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 8;
  -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
  transform: translateX(-500px) scale(0.5) rotateY(45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 9;
  -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
  transform: translateX(-410px) scale(0.65) rotateY(45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 9;
  -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
  transform: translateX(10px) scale(0.65) rotateY(-45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 8;
  -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
  transform: translateX(100px) scale(0.5) rotateY(-45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 7;
  -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
  transform: translateX(190px) scale(0.35) rotateY(-45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 6;
  -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
  transform: translateX(280px) scale(0.2) rotateY(-45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 5;
  -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
  transform: translateX(370px) scale(0.05) rotateY(-45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 5;
  -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
  transform: translateX(-770px) scale(0.05) rotateY(45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 6;
  -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
  transform: translateX(-680px) scale(0.2) rotateY(45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 7;
  -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
  transform: translateX(-590px) scale(0.35) rotateY(45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 8;
  -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
  transform: translateX(-500px) scale(0.5) rotateY(45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 9;
  -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
  transform: translateX(-410px) scale(0.65) rotateY(45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 9;
  -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
  transform: translateX(10px) scale(0.65) rotateY(-45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 8;
  -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
  transform: translateX(100px) scale(0.5) rotateY(-45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 7;
  -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
  transform: translateX(190px) scale(0.35) rotateY(-45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 6;
  -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
  transform: translateX(280px) scale(0.2) rotateY(-45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 4;
  -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
  transform: translateX(-860px) scale(-0.1) rotateY(45deg);
  opacity: -0.33333;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 5;
  -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
  transform: translateX(-770px) scale(0.05) rotateY(45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 6;
  -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
  transform: translateX(-680px) scale(0.2) rotateY(45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 7;
  -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
  transform: translateX(-590px) scale(0.35) rotateY(45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 8;
  -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
  transform: translateX(-500px) scale(0.5) rotateY(45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 9;
  -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
  transform: translateX(-410px) scale(0.65) rotateY(45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 9;
  -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
  transform: translateX(10px) scale(0.65) rotateY(-45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 8;
  -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
  transform: translateX(100px) scale(0.5) rotateY(-45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 7;
  -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
  transform: translateX(190px) scale(0.35) rotateY(-45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 3;
  -webkit-transform: translateX(-950px) scale(-0.25) rotateY(45deg);
  transform: translateX(-950px) scale(-0.25) rotateY(45deg);
  opacity: -0.5;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 4;
  -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
  transform: translateX(-860px) scale(-0.1) rotateY(45deg);
  opacity: -0.33333;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 5;
  -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
  transform: translateX(-770px) scale(0.05) rotateY(45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 6;
  -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
  transform: translateX(-680px) scale(0.2) rotateY(45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 7;
  -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
  transform: translateX(-590px) scale(0.35) rotateY(45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 8;
  -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
  transform: translateX(-500px) scale(0.5) rotateY(45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 9;
  -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
  transform: translateX(-410px) scale(0.65) rotateY(45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 9;
  -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
  transform: translateX(10px) scale(0.65) rotateY(-45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 8;
  -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
  transform: translateX(100px) scale(0.5) rotateY(-45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 2;
  -webkit-transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
  transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
  opacity: -0.66667;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 3;
  -webkit-transform: translateX(-950px) scale(-0.25) rotateY(45deg);
  transform: translateX(-950px) scale(-0.25) rotateY(45deg);
  opacity: -0.5;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 4;
  -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
  transform: translateX(-860px) scale(-0.1) rotateY(45deg);
  opacity: -0.33333;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 5;
  -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
  transform: translateX(-770px) scale(0.05) rotateY(45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 6;
  -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
  transform: translateX(-680px) scale(0.2) rotateY(45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 7;
  -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
  transform: translateX(-590px) scale(0.35) rotateY(45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 8;
  -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
  transform: translateX(-500px) scale(0.5) rotateY(45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 9;
  -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
  transform: translateX(-410px) scale(0.65) rotateY(45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 9;
  -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
  transform: translateX(10px) scale(0.65) rotateY(-45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="1"] {
  z-index: 1;
  -webkit-transform: translateX(-1130px) scale(-0.55) rotateY(45deg);
  transform: translateX(-1130px) scale(-0.55) rotateY(45deg);
  opacity: -0.83333;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="2"] {
  z-index: 2;
  -webkit-transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
  transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
  opacity: -0.66667;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="3"] {
  z-index: 3;
  -webkit-transform: translateX(-950px) scale(-0.25) rotateY(45deg);
  transform: translateX(-950px) scale(-0.25) rotateY(45deg);
  opacity: -0.5;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="4"] {
  z-index: 4;
  -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
  transform: translateX(-860px) scale(-0.1) rotateY(45deg);
  opacity: -0.33333;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="5"] {
  z-index: 5;
  -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
  transform: translateX(-770px) scale(0.05) rotateY(45deg);
  opacity: -0.16667;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="6"] {
  z-index: 6;
  -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
  transform: translateX(-680px) scale(0.2) rotateY(45deg);
  opacity: 0;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="7"] {
  z-index: 7;
  -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
  transform: translateX(-590px) scale(0.35) rotateY(45deg);
  opacity: 0.16667;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="8"] {
  z-index: 8;
  -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
  transform: translateX(-500px) scale(0.5) rotateY(45deg);
  opacity: 0.33333;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="9"] {
  z-index: 9;
  -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
  transform: translateX(-410px) scale(0.65) rotateY(45deg);
  opacity: 0.5;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="10"] {
  z-index: 10;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.prev-arrow,
.next-arrow {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  padding: 1.5rem 2rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  line-height: 3rem;
  background: transparent;
  border-radius: 1rem;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 200ms, background 200ms;
  transition: color 200ms, background 200ms;
}

.prev-arrow:hover,
.next-arrow:hover,
.prev-arrow:focus,
.next-arrow:focus {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.5);
}

.prev-arrow {
  left: 0%;
  z-index: 99;
  color: #fff !important;
}

.prev-arrow:before {
  content: "❮";
}

.next-arrow {
  right: 0%;
  color: #fff !important;
}

.next-arrow:after {
  content: "❯";
}
.gallery-modal-dialoge {
    width: 90%;
    max-width: 90%;
}
.galley-modal-content{
	background: #151328;
	background-size: cover;
	
	}
.gallery-modal-header{
	border-bottom:none;
	}
.album-name{
	background: #fff;
	width: 100%;
	color: #000;
	padding: 10px;
	left: 0;
}
.album-name span
{
  font-size: 20px;
  color: #000;
  font-family: "RobotoRegular";
}
.gallery-image-div p
{
    font-size: 15px;
    text-align:justify;
    margin-bottom: 0;
  font-family: "RobotoRegular";
}
.gallery-image-div{
	position:relative;
	margin-bottom:20px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-tab{
	float:left;
	width:100%;
	padding-bottom:30px;     
	padding-top: 27px; 
	}
.gallery-tab ul li{
	float:left;
	margin-right:20px;
	cursor:pointer;
	padding: 6px 34px;
	color: #fff;
	font-size: 17px;
	border-radius: 6px;
	}
  .close {
    color: #fff;
    opacity: 1;
    font-size: 35px !important;
    outline: none !important;
}
.gallery-sec{
  background: #151328;
  padding: 5% 0;
}
/* news */
.news-img-contant h3 {
  color: #fff;
  font-weight: normal;
  font-size: 40px;
  padding-top: 20px;
}
.news-img-contant p {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  font-weight: normal;
}
.news-img-contant a {
  color: #C2BABA;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  transition: 0.5s;
  text-decoration: underline;
}
.news-img-contant img {
  border-radius: 10px;
}
.news-img-contant a {
  color: #C2BABA;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  transition: 0.5s;
  text-decoration: underline;
}
.news-list-img img {
  border-radius: 10px;
}
.news-list-text h5 {
  color: #E4E4E4;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding-bottom: 20px;
}
.news-list-text h4 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
}
.news-list-img {
  margin-bottom: 30px;
}
.news-img-contant a:hover {
  color: #ff5212;
  transition: 0.5s;
}
.news-img-contant a:hover img {
  padding-left: 5px;
  transition: 0.5s;
}
/* responsive */

@media(max-width:1260.5px) {
  header.smaller {
    padding: 20px 20px;
  }

  .banner-text  {
    top: 35%;
  }
  .banner-text h1 {font-size: 40px;}

  .perfectwrapper h1 {
    font-size: 40px;
  }

  .perfectwrapper h6 {
    font-size: 26px;
  }

  .perfectwrapper {
    padding: 60px 0;
  }

  .aboutleft h1 {
    font-size: 45px;
  }

  .testibox h5 {
    font-size: 35px;
  }

  .servicesmargin h1 {
    font-size: 38px;
  }

  .techmargin h1 {
    font-size: 35px;
  }

  .tech-right .faq-a {
    padding-right: 15%;
  }


}

@media(max-width:1199.5px) {
  .back-video {
    width: 100%;
  }

  .tech-right .faq-a {
    padding-right: 15%;
    line-height: 26px;
  }
}

@media(max-width:991.5px) {
  .phone-banner{
    display: block;
}
.gallery-sec .row{
  margin: 0;
}
.sub-heading h3{
  font-size: 25px;
}
.sub-banner img{
  border-radius: 10px;
}
.desk-tp-banner{
  display: none;
}
.servicesilder .nav-tabs{
  flex-wrap: nowrap;
  overflow-y: scroll;
}
.servicesilder .nav-tabs::-webkit-scrollbar{
  display: none;
}
.servicesilder .nav-tabs .nav-link{
  white-space: nowrap;
  padding: 8px 82px;
  padding-left: 40px;
}
.testiborder h3{
  font-size: 25px;
  padding-bottom: 15px;
}
  .banner-video-01 {display: none;}
  .banner-video-02 {display: block;}
  .banner-text h5 {font-size: 16px;
    width: 100%;
  }
  header.smaller .navbar-brand img {
    height: 35px;
  }

  header.smaller .head-container {
    padding: 5px 15px;
  }

  .vmright {
    padding: 20px 20px;
    margin-bottom: 25px;
  }

  .roaright h1::before {
    bottom: 5px;
  }

  .servicesmargin h1::before {
    width: 120px;
    bottom: 15px;
  }

  .navbar-light .navbar-toggler {
    display: none;
  }

  .mapbg {
    padding-top: 25px;
  }

  .mapbg iframe {
    height: 100%;
  }

  .tech-right .faq-content {
    margin-top: 20px;
  }

  .vmright p {
    font-size: 15px;
    padding-right: 0;
  }

  .vmright h1 {
    font-size: 23px;
    padding-right: 0%;
    padding: 10px 0;
    margin: 0;
    padding-top: 0;
  }

  .vmwrapper {
    padding: 20px 0;
  }

  .inner-banner {
    padding: 0 20px;
  }

  .vedio-banner {
    height: auto;
  }

  .contactwrap {
    padding: 20px 0;
  }

  .contactwrapper {
    padding: 20px 20px;
  }

  .contactleft h4 {
    font-size: 27px;
    padding-bottom: 10px;
  }

  .contactleft h5 {
    font-size: 16px;
    padding-right: 0;
    line-height: 28px;
  }

  .contactleft p {
    font-size: 14px;
    padding-right: 0;
    line-height: 28px;
  }

  .mapicon {
    font-size: 27px !important;
  }

  .contactleft h6 {
    margin: 0;
  }

  .contactright {
    padding: 0 0px;
    padding-top: 10px;
  }

  .coppt-text {
    text-align: center;
  }

  .policy-btn {
    text-align: center;
  }

  .main-container {
    padding: 0 20px;
  }

  .contactleft i {
    font-size: 17px;
  }

  .head-container {
    padding: 0 20px;
  }

  .appwrapper {
    padding: 20px 0;
  }

  .navrightt {
    gap: 60px;
  }

  .appcenter {
    padding: 0 20px;
  }

  .appright h1 {
    padding: 10px 0;
    margin: 0;
    font-size: 21px;
  }

  .roawrapper {
    padding: 0 20px;
    padding-bottom: 20px;
  }

  .roawrap {
    padding: 20px 0;
  }

  .roaright h1 {
    padding: 10px 0;
    margin: 0;
    font-size: 21px;
  }

  .appright p {
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
  }

  .roaright p {
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
  }

  .appleft img {
    padding-bottom: 5px;

  }

  .inner-header h1 {
    font-size: 20px;
    margin: 0;
  }

  .head-sec {
    padding: 5px 0;
  }

  .location {
    display: none;
  }

  .booktext {
    font-size: 16px;
    padding: 6px 9px;
  }

  header .toggle {
    top: 0px !important;
    right: 0px !important;
  }

  .aboutsec {
    padding-top: 20px !important;
  }

  .navbar-brand img {
    height: 50px;
  }

  .serviceleft img {
    height: auto;
  }

  .testiwrapper .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }

  .testiwrapper .owl-carousel .owl-nav button.owl-next {
    display: none;
  }

  header.smaller .hc-nav-trigger {
    top: 0px !important;
    right: 0px !important;
  }

  header.smaller .bookbtn {
    right: -10px;
  }

  .hc-nav-trigger {
    right: 30px !important;
  }

  .bookbtn {
    right: 30px;
  }

  header.smaller {
    padding: 10px 50px;
  }

  .headerRightmainAll {
    display: block;
  }

  .head-links {
    display: none;
  }

  .header-btn {
    align-items: center;
  }

  .banner-text {
    top: 60%;  padding:20px;
  }
  .banner-text h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .aboutleft h1 {
    font-size: 27px;
    padding: 10px 0;
    margin: 0;
  }

  .aboutwrapper {
    padding: 20px 0;
  }

  .about-curly-arrow-wrapper {
    display: none;
  }

  .aboutleft h6 {
    font-size: 17px;
    margin: 0;
  }

  .about-social-link-wrapper {
    padding-bottom: 10px;
  }

  .perfectwrapper {
    padding: 20px 0;
  }

  .perfectwrapper h1 {
    font-size: 27px;
  }

  .perfectwrapper h6 {
    font-size: 20px;
  }

  .testibox h5 {
    font-size: 27px;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .testibox p {
    font-size: 14px;
    padding: 0 0%;
    text-align: justify;
  }

  .testiborder {
    padding: 30px 0;
  }

  .serviceswrapper {
    padding: 20px 0;
    /* border-top-left-radius: 40px;
    border-top-right-radius: 40px; */

  }

  .servicesmargin h1 {
    font-size: 29px;
  }

  .serviceright h1 {
    font-size: 25px;
    padding-right: 0;
    padding: 10px 0;
    margin: 0;
  }

  .brandwrap {
    padding: 20px 0;
    padding-bottom: 0;
  }

  .brandwrapper {
    padding: 0 30px;
  }

  .brandleft {
    padding-bottom: 20px;
  }

  .brandright .faq-right {
    padding-left: 0;
  }

  .serviceright p {
    font-size: 15px;
  }

  .techwrapper {
    padding: 20px 0;
  }

  .techmargin h1 {
    font-size: 25px;
    padding-bottom: 10px;
  }

  .techmargin p {
    padding-right: 0;
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .tech-right .faq-a {
    gap: 20px;
    padding: 10px 15% 10px 10px;
  }

  .tech-right .faq-a {
    padding: 10px 0px;
  }

  .tech-right .faq-card {
    margin-bottom: 10px;
    padding: 0;
  }

  .tech-right .faq-a:last-child {
    padding: 10px 15% 10px 10px;
  }

  .banner-container {
    padding: 0 20px;
  }

  .aboutbg {
    padding: 0 20px;
  }
/* news */
.news-img-contant h3 {
  font-size: 25px;
}
.news-img-contant p{
  font-size: 14px;
}
.news-img-contant{
  padding-bottom: 30px;
}
.news-sec .row{
  margin-left: -15px;
  margin-right: -15px;
}
.box-box {
  background: #221E1C;
  border: 1px solid #707070;
  margin: 0 !important;
  margin-bottom: 20px !important;
  padding: 20px 0;
  border-radius: 10px;
}
.news-list-text h4 {
  font-size: 17px;
}
.news-list-text h5 {
  font-size: 14px;
  padding-bottom: 10px;
}
}








@media(max-width:767.5px) {
  .contactleft h5 {
    font-size: 15px;
    padding-right: 0;
    line-height: 26px;
  }

  .vmright p {
    font-size: 14px;
    padding-right: 0;
  }

  .banner-text  {
    top: 40%;
    left: 30px;
  }
  .banner-text h1 {
   
    font-size: 20px;
    line-height: 26px;
  }
  .perfectwrapper h1 {
    font-size: 23px;
  }

  .perfectwrapper h6 {
    font-size: 18px;
  }

  .aboutleft h1 {
    font-size: 23px;
  }

  .aboutright p {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .testiwrapper {
    padding: 20px 20px;
  }

  .testibox h5 {
    font-size: 23px;
    padding-bottom: 0;
  }

  .testiborder {
    padding: 20px 0;
  }

  .servicesmargin h1 {
    font-size: 25px;
    padding-bottom: 20px;
  }

  .serviceswrapper .owl-carousel .owl-nav button.owl-prev {
    top: -70px;
  }

  .serviceswrapper .owl-carousel .owl-nav button.owl-next {
    top: -70px;
  }

  .serviceright h1 {
    font-size: 23px;
  }

  .brandwrapper {
    padding: 0 20px;
  }

  .brandright .faq-a {
    font-size: 15px;
    padding: 18px 20px;
    padding-right: 13%;
  }

  .techmargin h1 {
    font-size: 23px;
  }

  .tech-right .faq-a {
    padding-right: 15%;
  }


  .tech-right .faq-a::after {

    right: 20px;
    top: 20px;
    font-size: 25px;
  }

}