@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap');
*/:root {
	--bs-orange: #800000;
	
}
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

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

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

:root {
  --acc-01: #800000;
  --dark: #2B2F2F;
  --text: #484B4B;
  --transition: 0.2s ease-in-out;
  --nav-height: 65px;
  --blue-gr: linear-gradient(46.23deg, #BD5151 -19.03%, #800000 97.54%);
  --red-gr: linear-gradient(86.59deg, #FC3A28 5.3%, #FF6C5F 130.9%);
}

*::-moz-selection {
  color: white;
  background: var(--acc-01);
}

*::selection {
  color: white;
  background: var(--acc-01);
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.sec {
  padding: 65px 0px;
}

p.para {
  color: var(--text);
  font-size: 14px;
  line-height: 140%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.bg-grey {
  background: var(--grey-01);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.white {
  color: white !important;
}

.img-fluid {
  width: 100%;
}


.sec-head {
  position: relative;
  margin-bottom: 15px;
}

.sec-head.white h3{
  color: white;
}

.sec-head.center .sub, .sec-head.center h3 {
  text-align: center;
}

.sec-head .sub {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--acc-01);
  display: none;
}

.sec-head h3 {
  font-size: 2.5em;
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 0;
}

.sec-head h3 span {
  color: var(--acc-01) !important;
}

.light-sub {
  font-size: 16px;
  color: var(--text);
  font-weight: 500;
}

.head {
  font-size: 21px;
  font-weight: 600;
}

.grey-bg {
  background-color: #F2F2F2;
}

.main-cta {
  position: relative;
  display: inline-block;
  padding: 10px 25px !important;
  background: var(--blue-gr);
  border-radius: 9px;
  font-family: 'Inter', sans-serif;
  /* -webkit-filter: drop-shadow(0px 4px 30px rgba(43, 47, 47, 0.25));
          filter: drop-shadow(0px 4px 30px rgba(43, 47, 47, 0.25)); */
  color: white !important;
  font-weight: 600;
  outline: none;
  border: none;
}

.main-cta.white-cta {
  background: white;
  color: #2B2F2F !important;
}

.main-cta.secondary {
  background: transparent;
  color: var(--acc-01) !important;
}

.main-cta.circle {
  border-radius: 100px;
}

.main-cta.link-red {
  padding-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: #FC3A28 !important;
}

.main-cta.link-red img {
  margin-left: 10px;
  width: 18px;
}

.orange {
  color: var(--acc-01) !important;
}

.form-group {
  width: 100%;
}

.form-group .inp-grp {
  width: 100%;
}

.form-group .inp-grp input, .form-group .inp-grp textarea, .form-group .inp-grp select {
  width: 100%;
  padding: 12px 15px;
  outline: none;
  border: 0.5px solid #616161;
}

.form-group .inp-grp input::-webkit-input-placeholder, .form-group .inp-grp textarea::-webkit-input-placeholder, .form-group .inp-grp select::-webkit-input-placeholder {
  color: var(--text);
  opacity: 1;
}

.form-group .inp-grp input:-ms-input-placeholder, .form-group .inp-grp textarea:-ms-input-placeholder, .form-group .inp-grp select:-ms-input-placeholder {
  color: var(--text);
  opacity: 1;
}

.form-group .inp-grp input::-ms-input-placeholder, .form-group .inp-grp textarea::-ms-input-placeholder, .form-group .inp-grp select::-ms-input-placeholder {
  color: var(--text);
  opacity: 1;
}

.form-group .inp-grp input::placeholder, .form-group .inp-grp textarea::placeholder, .form-group .inp-grp select::placeholder {
  color: var(--text);
  opacity: 1;
}

.form-group.style-2 {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.form-group.style-2 .inp-grp {
  width: 100%;
  position: relative;
}

.form-group.style-2 .inp-grp input, .form-group.style-2 .inp-grp textarea, .form-group.style-2 .inp-grp select {
  width: 100%;
  padding: 12px 20px;
  background: #F3F3F3;
  border: 1px solid transparent;
}

.form-group.style-2 .inp-grp input:focus, .form-group.style-2 .inp-grp textarea:focus, .form-group.style-2 .inp-grp select:focus {
  border: 1px solid var(--acc-01);
}

.form-group.style-2 .inp-grp input::-webkit-input-placeholder, .form-group.style-2 .inp-grp textarea::-webkit-input-placeholder, .form-group.style-2 .inp-grp select::-webkit-input-placeholder {
  color: var(--dark);
  opacity: 0.5;
}

.form-group.style-2 .inp-grp input:-ms-input-placeholder, .form-group.style-2 .inp-grp textarea:-ms-input-placeholder, .form-group.style-2 .inp-grp select:-ms-input-placeholder {
  color: var(--dark);
  opacity: 0.5;
}

.form-group.style-2 .inp-grp input::-ms-input-placeholder, .form-group.style-2 .inp-grp textarea::-ms-input-placeholder, .form-group.style-2 .inp-grp select::-ms-input-placeholder {
  color: var(--dark);
  opacity: 0.5;
}

.form-group.style-2 .inp-grp input::placeholder, .form-group.style-2 .inp-grp textarea::placeholder, .form-group.style-2 .inp-grp select::placeholder {
  color: var(--dark);
  opacity: 0.5;
}

.form-group.style-3 {
  margin-bottom: 25px;
}

.form-group.style-3 .label-text {
  font-size: 14px;
}

.form-group.style-3 .inp-grp {
  width: 100%;
}

.form-group.style-3 .inp-grp input, .form-group.style-3 .inp-grp textarea, .form-group.style-3 .inp-grp select {
  font-size: 14px;
  width: 100%;
  padding: 12px 15px;
  background: #FFFFFF;
  border: 0.8px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.form-group.style-3 .inp-grp input:focus, .form-group.style-3 .inp-grp textarea:focus, .form-group.style-3 .inp-grp select:focus {
  border: 1px solid var(--acc-01);
}

.heading {
  color: var(--dark);
  font-weight: 600;
  font-size: 1.8em;
}

.label-text {
  font-size: 16px;
  margin-bottom: 7px !important;
  color: var(--dark);
  font-weight: 500;
  display: inline-block;
}

.main-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0;
  z-index: 99;
  background: white;
}

.main-nav.head-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

.main-nav.head-nav .navbar {
  background: transparent !important;
}

.main-nav.head-nav .navbar .navbar-collapse {
  background: white !important;
}



.navbar {
  background: #FFFFFF;
  position: relative;
  width: 100%;
  z-index: 10;
  display: block !important;
}

.navbar .top-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
}

.navbar .top-b .l-part img {
  width: 180px;
}

.navbar .top-b .r-part {
  position: relative;
}

.navbar .top-b .r-part .nav-btn {
  background: transparent;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.navbar .top-b .r-part .nav-btn img {
  width: 40px;
}

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.soc-list li a img {
  width: 30px;
}

.navbar-toggler {
  display: block;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-toggler:hover {
  opacity: 0.7;
}

.navbar-collapse {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  width: 100%;
  position: absolute;
  max-height: 80vh;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
}

.has-drop-p:hover .drop-icon svg path {
  fill: var(--acc-01);
}

.has-drop-p:hover > a {
  color: var(--acc-01) !important;
}

.has-drop-p .drop-icon svg path {
  fill: black;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.drop-icon {
  position: absolute;
  right: -5px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  margin-left: 5px;
}

.drop-icon svg path{
  fill: var(--acc-01) !important;
}

.drop-icon img, .drop-icon svg {
  width: 15px;
}

.menu-link {
  position: relative;
}

.sub-menu {
  display: none;
}

.search__button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search__button svg {
  width: 25px;
}

.search__button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-nav li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: var(--dark);
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 10px 0em;
}

.navbar-nav li a:hover {
  color: var(--acc-01);
}

.navbar-nav > li a {
  display: inline-block;
}

.navbar-nav > li a.menu-link {
  padding-right: 15px;
}

.navbar-nav > li:nth-child(1) a {
  padding-left: 0;
}


.cart-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-icon svg {
  width: 25px;
}

.cart-icon_count {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translateY(-30%) translateX(35%);
          transform: translateY(-30%) translateX(35%);
  width: 17px;
  height: 17px;
  background: var(--acc-01);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-variation-settings: 'wght' 500;
  color: white;
}

@media (max-width: 991px) {
  .navbar-nav {
    border-top: 2px solid var(--grey-07);
  }
  .navbar-nav li {
    position: relative;
  }
  .navbar-nav li a {
    padding: 12px 10px;
    display: block;
  }
}

/* Media Queries */
@media (min-width: 992px) {
  .menu-container{
    padding: 0px 3em;
  }
  .nav-item {
    position: relative;
  }
  .drop-icon {
    right: 0px;
  }
  .menu-link.has-drop {
    padding-right: 15px !important;
  }
  .navbar {
    background: #FFFFFF;
    padding: 0 0rem;
    position: relative;
  }
  .navbar-toggler {
    display: none;
  }
  .brand-and-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    border-bottom: none;
    padding: 0;
  }
  .navbar-collapse {
    position: unset !important;
    display: block !important;
    overflow: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto;
  }
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-start;
    padding: 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-nav .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-nav .more:hover svg path {
    stroke: var(--acc-01) !important;
  }
  .navbar-nav .more svg {
    width: 18px;
  }
  .navbar-nav .more svg path {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .sub-menu {
    position: absolute;
    right: 0;
    width: 100%;
    min-width: 300px;
    top: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
  }
  .sub-menu ul li {
    line-height: 140%;
  }
  .navbar-nav > li:hover .sub-menu {
    display: block !important;
    padding: 1rem 1.5rem;
  }
}

.nvv-list {
  padding-left: 0;
}

.nvv-list li a {
  font-size: 14px;
  padding: 2px 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 5px 0px;
}

.nvv-list li a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: var(--acc-01);
}

.sub-menu-head {
  font-size: 16px;
  color: var(--grey-08);
  margin-bottom: 15px;
  line-height: 100%;
  text-transform: uppercase;
}

.sub-menu {
  padding: 15px 15px;
  border-top: 1px solid var(--grey-03);
  border-bottom: 1px solid var(--grey-03);
}

@media (max-width: 767px) {
  .nvv-list {
    margin-bottom: 25px;
    border: none;
  }
}

.menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.line-1 {
  background: var(--acc-01);
  width: 100%;
  height: 2.3px;
  position: absolute;
}

.line-2 {
  background: var(--acc-01);
  width: 100%;
  height: 2.3px;
  position: absolute;
}

.line-3 {
  background: var(--acc-01);
  width: 100%;
  height: 2.3px;
  position: absolute;
}

.line-1 {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-animation: animateReverse 600ms ease-in-out;
          animation: animateReverse 600ms ease-in-out;
}

.line-2 {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.line-3 {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  -webkit-animation: animate2Reverse 600ms ease-in-out;
          animation: animate2Reverse 600ms ease-in-out;
}

.menu-icon.active {
  -webkit-animation: rotateIcon 600ms ease-in-out forwards;
          animation: rotateIcon 600ms ease-in-out forwards;
}

.line-1.active {
  -webkit-animation: animate 600ms ease-in-out forwards;
          animation: animate 600ms ease-in-out forwards;
}

.line-2.active {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.line-3.active {
  -webkit-animation: animate2 600ms linear forwards;
          animation: animate2 600ms linear forwards;
}

@-webkit-keyframes animate {
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes animate {
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

@-webkit-keyframes animateReverse {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}

@keyframes animateReverse {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}

@-webkit-keyframes animate2 {
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
}

@keyframes animate2 {
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
}

@-webkit-keyframes animate2Reverse {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}

@keyframes animate2Reverse {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}

@-webkit-keyframes rotateIcon {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes rotateIcon {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.menu-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 1.2em 1em;
  position: absolute;
  top: 100%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: translateY(15px) scale(0);
          transform: translateY(15px) scale(0);
  right: 0;
  min-width: 200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-card ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.menu-card ul li:first-child {
  border-bottom: 1px solid var(--text);
  margin-bottom: 6px;
}

.menu-card ul li a {
  display: block;
  padding: 8px 0px;
  text-align: right;
  color: var(--dark);
  font-size: 14px;
  text-transform: uppercase;
}

.menu-card ul li a:hover {
  color: var(--acc-01);
}

.has-menucard {
  position: relative;
}

.has-menucard.active .menu-card {
  -webkit-transform: translateY(15px) scale(1);
          transform: translateY(15px) scale(1);
  opacity: 1;
}

.game-anchor {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.games-img {
  width: 100px;
}

.nvv-tb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-menu .nvv-tb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #616161;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.cc_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.cc_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cc_checkbox label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-family: 'Switzer';
  font-variation-settings: 'wght' 500;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cc_checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--dark);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.cc_checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cc_checkbox input:checked + label:before {
  background: var(--acc-01);
  border-color: var(--acc-01);
}

.cc_checkbox.style-2 label {
  color: var(--grey-07);
}

.cc_checkbox.style-2 label::before {
  border: 1px solid var(--grey-07);
}

.cc_select {
  position: relative;
  width: 100%;
}

.cc_select.style-2 select {
  border: 1px solid var(--grey-07);
  padding: 15px 15px;
}

.cc_select.pr_select select {
  border: 1px solid var(--grey-07);
  color: var(--grey-07);
  background: white;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 5px;
  padding-right: 30px;
  font-size: 14px;
}

.cc_select.ee_select select {
  padding: 10px 0px !important;
}

.cc_select.ee_select select img {
  right: 0;
}

.cc_select select {
  width: 100%;
  outline: none;
  border: none;
  padding: 12px 15px;
  cursor: pointer;
  font-family: 'Switzer';
  font-variation-settings: 'wght' 400;
  border-bottom: 1px solid var(--grey-07);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  background: white;
  color: var(--grey-07);
}

.cc_select img {
  position: absolute;
  top: 50%;
  right: 15px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cc_label {
  font-size: 16px;
  font-variation-settings: 'wght' 600;
  color: black;
  margin-bottom: 7px;
  display: inline-block;
}

.cc_input {
  width: 100%;
  position: relative;
}

.cc_input.phone .slct-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
}

.cc_input.phone .slct-wrap img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
}

.cc_input.phone .slct-wrap select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  color: var(--grey-08);
  outline: none;
  border: none;
  border: 1px solid var(--grey-07);
  border-right: none;
  padding: 10px 10px;
  font-size: 16px;
  cursor: pointer !important;
}

.cc_input.phone input {
  padding-left: 90px;
}

.cc_input.email span {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--grey-07);
  color: white;
  font-size: 18px;
}

.cc_input.email input {
  padding-left: 55px;
}

.cc_input input, .cc_input textarea {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid var(--grey-07);
  font-size: 16px;
  color: var(--grey-08);
}

.cc_input input::-webkit-input-placeholder, .cc_input textarea::-webkit-input-placeholder {
  color: var(--grey-07);
  opacity: 1;
}

.cc_input input:-ms-input-placeholder, .cc_input textarea:-ms-input-placeholder {
  color: var(--grey-07);
  opacity: 1;
}

.cc_input input::-ms-input-placeholder, .cc_input textarea::-ms-input-placeholder {
  color: var(--grey-07);
  opacity: 1;
}

.cc_input input::placeholder, .cc_input textarea::placeholder {
  color: var(--grey-07);
  opacity: 1;
}

.cc_input input:focus, .cc_input textarea:focus {
  outline: none;
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cc_input.style-2 {
  position: relative;
}

.cc_input.style-2 .inp-des {
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  background: #fca311;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.cc_input.style-2 input, .cc_input.style-2 textarea {
  border: none;
  border-bottom: 1px solid var(--grey-07);
}

.cc_input.style-2 input:focus::-webkit-input-placeholder, .cc_input.style-2 textarea:focus::-webkit-input-placeholder {
  color: var(--grey-09);
}

.cc_input.style-2 input:focus:-ms-input-placeholder, .cc_input.style-2 textarea:focus:-ms-input-placeholder {
  color: var(--grey-09);
}

.cc_input.style-2 input:focus::-ms-input-placeholder, .cc_input.style-2 textarea:focus::-ms-input-placeholder {
  color: var(--grey-09);
}

.cc_input.style-2 input:focus::placeholder, .cc_input.style-2 textarea:focus::placeholder {
  color: var(--grey-09);
}

.cc_input.style-2 input:focus ~ .inp-des, .cc_input.style-2 textarea:focus ~ .inp-des {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.cc_input.style-2 input.error ~ .inp-des, .cc_input.style-2 textarea.error ~ .inp-des {
  background: var(--error);
}

.cc_input.style-2 input.error, .cc_input.style-2 textarea.error {
  color: var(--error);
}

.cc_input.style-2 input.error::-webkit-input-placeholder, .cc_input.style-2 textarea.error::-webkit-input-placeholder {
  color: var(--error);
  opacity: 0.7;
}

.cc_input.style-2 input.error:-ms-input-placeholder, .cc_input.style-2 textarea.error:-ms-input-placeholder {
  color: var(--error);
  opacity: 0.7;
}

.cc_input.style-2 input.error::-ms-input-placeholder, .cc_input.style-2 textarea.error::-ms-input-placeholder {
  color: var(--error);
  opacity: 0.7;
}

.cc_input.style-2 input.error::placeholder, .cc_input.style-2 textarea.error::placeholder {
  color: var(--error);
  opacity: 0.7;
}

.cc_input.password .pass-eye {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  background: transparent;
  outline: none;
  border: none;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.cc_input.password .pass-eye svg {
  width: 23px;
  height: 23px;
}

.cc_radio {
  position: relative;
}

.cc_radio input {
  position: absolute;
  opacity: 0;
}

.cc_radio label {
  padding: 20px 25px;
  padding-left: 50px;
  border: 1px solid var(--grey-03);
  font-size: 16px;
  color: var(--grey-07);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cc_radio label:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--grey-03);
  border: 2px solid white;
  -webkit-box-shadow: 0px 0px 0px 3px var(--grey-03);
          box-shadow: 0px 0px 0px 3px var(--grey-03);
}

.cc_radio input:checked ~ label {
  border-color: var(--grey-09);
  color: var(--grey-09);
}

.cc_radio input:checked ~ label:after {
  background: var(--grey-09);
  -webkit-box-shadow: 0px 0px 0px 3px var(--grey-09);
          box-shadow: 0px 0px 0px 3px var(--grey-09);
}

.form-cc {
  margin-bottom: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-header {
  background: linear-gradient(127.91deg, #F2F6F7 -12.23%, #FFFFFF 113.23%);
  padding-bottom: 100px;
}

.main-header .main-head {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.6em;
  line-height: 140%;
  color: var(--dark);
}

.main-header .main-head span {
  position: relative;
  display: inline-block;
  background: var(--blue-gr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-header .main-head span::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 70%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  height: 100px;
  background: url("../images/mark.svg") top/contain no-repeat;
}

.main-header .banner-content {
  padding-left: 17%;
}

.main-header .banner-content .sub {
  font-size: 1.5em;
  margin-top: 30px;
  color: #696C6C;
  max-width: 400px;
  margin-bottom: 10px;
}

.pp-list {
  position: relative;
  padding-left: 0;
}

.pp-list li {
  position: relative;
  padding: 8px 0px;
  padding-left: 28px;
  color: var(--text);
  font-size: 14px;
}

.pp-list li::after {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../images/check.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.slider {
  /* background: white; */
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 20px 0px 0px 0px;
}

.slider .slide-track {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: max-content;
  gap: 20px;
}

.slider .slide {
  height: 70px;
  min-width: 150px;
}
.slider .slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.slider2 {
  background: white;
  height: 80px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 12px;
  margin-top: 30px;
}

.slider2 .slide-track {
  -webkit-animation: scroll2 40s linear infinite;
          animation: scroll2 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(150px * 8);
}

.slider2 .slide {
  height: 80px;
  width: 150px;
}

.slider2 .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.service-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(230px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 45px;
  margin-top: 50px;
}

.service-grid.style-2 .srv-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-grid.style-2 .srv-wrap h4{
  text-align: center;
}
.service-grid.style-2 .srv-wrap img {
  width: 70px;
}

.srv-wrap {
  position: relative;
}

.srv-wrap img {
  width: 55px;
}

.srv-wrap h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 15px;
}

.srv-wrap p {
  margin-bottom: 0;
}

.service-sec {
  position: relative;
  overflow: hidden;
}

.service-sec > img {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 400px;
}

.service-sec .des01 {
  top: 100px;
  right: 0;
}

.service-sec .des02 {
  bottom: 50px;
  left: 0;
}

.sup-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 25px;
}

.sup-sec {
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
  background: var(--blue-gr);
}

.sup-sec .sup-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1fr;
      grid-template-columns: 70px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
  padding-left: 40px;
  gap: 15px;
  border-right: 1px solid #216FEF;
}

.sup-sec .sup-wrap:first-child {
  padding-left: 0;
}

.sup-sec .sup-wrap:last-child {
  border: none;
}

.sup-sec .sup-wrap img {
  width: 100%;
}

.sup-sec .sup-wrap .sup-det h5 {
  font-size: 26px;
  color: white;
  margin-bottom: 5px;
}

.sup-sec .sup-wrap .sup-det p {
  margin-bottom: 0;
  color: white;
}

.srv-img {
  position: relative;
}

.srv-img .im-count {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  background: var(--blue-gr);
  padding: 1em 1.8em;
}

.srv-img .im-count h3 {
  color: white;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 2.5em;
}

.srv-img .im-count p {
  color: white;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}

.srv-sec {
  position: relative;
}

.srv-sec > img {
  position: absolute;
  top: 30px;
  right: 0;
  width: 400px;
  z-index: -1;
  pointer-events: none;
}

.test-sec {
  position: relative;
  overflow: hidden;
  background: #EDF5FD;
}

.test-card {
  padding: 1.2em 1.5em;
  padding-top: 2.9em;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.test-card p {
  line-height: 160%;
}

.test-card > img {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.test-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.test-det h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0;
}
.test-det p {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 5px;
}

.test-det .l-part img {
  width: 75px;
}

.test-swiper {
  padding-top: 30px;
  margin-top: 45px;
}

.c-acc {
  position: relative;
}

.c-acc.style-2 .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.c-acc.style-2 .accordion-item .accordion-header .accordion-button {
  padding-left: 15px !important;
  padding-right: 35px !important;
}

.c-acc.style-2 .accordion-item .accordion-header .accordion-button.collapsed:before {
  background: url(../images/plus-icon.svg) center/contain no-repeat !important;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.c-acc.style-2 .accordion-item .accordion-header .accordion-button:before {
  content: '';
  position: absolute;
  right: 15px !important;
  left: unset;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  background: url(../images/plus-icon.svg) center/contain no-repeat;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-acc .accordion-item {
  background: white;
  border: none;
}

.c-acc .accordion-item .accordion-header {
  background: white !important;
}

.c-acc .accordion-item .accordion-header .accordion-button {
  background-color: white !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid #8896A6;
  font-weight: 400;
  color: black;
  /* padding-left: 35px; */
  font-size: 16px;
}

.c-acc .accordion-item .accordion-header .accordion-button:before {
  display: none !important;
}

.c-acc .accordion-item .accordion-header .accordion-button.collapsed::after {
  background: url(../images/plus.svg) center/contain no-repeat;
}

.c-acc .accordion-item .accordion-header .accordion-button:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../images/minus.svg) center/contain no-repeat;
  pointer-events: none;
}

.c-acc .accordion-item .accordion-body {
  /* padding-left: 35px; */
  padding: 1rem 0px;
}

.c-acc .accordion-item .accordion-body p {
  margin-bottom: 0;
  font-size: 16px;
}

.contact-sec {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.contact-sec iframe {
  margin-top: 65px;
}

.contact-sec .container, .contact-sec iframe {
  position: relative;
  z-index: 5;
}

.contact-sec::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(183.96deg, rgba(255, 255, 255, 0) -32.1%, #FF1600 89.85%);
  opacity: 0.2;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

.contact-sec .sec-head h3 {
  font-size: 3em;
}

.contact-sec .sec-head p {
  font-size: 18px;
}

.con-cn-card {
  width: 100%;
  background: #FFFFFF !important;
  -webkit-box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
          box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
  border-radius: 10px;
  padding: 2.3em 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  margin-bottom: 25px;
}

.con-cn-card img {
  margin-bottom: 25px;
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.con-cn-card p {
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.con-det-wrap {
  position: relative;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.con-det-wrap h4 {
  font-size: 2em;
  max-width: 400px;
}

.con-det-wrap ul {
  position: relative;
  margin-top: 25px;
}

.con-det-wrap ul li {
  font-size: 1.5em;
  padding: 10px 0px;
}

.con-det-wrap ul li span {
  font-weight: 700;
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.form-group .inp-group {
  width: 100%;
  position: relative;
}

.form-group .inp-group label {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 16px;
  color: #878787;
  margin-bottom: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: white;
  padding: 0px 2px;
}

.form-group .inp-group input,
.form-group .inp-group textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1.2px solid #B4BEC8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-group .inp-group input:focus,
.form-group .inp-group textarea:focus {
  border-color: var(--acc-01);
}

.form-group .inp-group input:focus ~ label, .form-group .inp-group input.active ~ label,
.form-group .inp-group textarea:focus ~ label,
.form-group .inp-group textarea.active ~ label {
  top: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-group .inp-group input:focus ~ label,
.form-group .inp-group textarea:focus ~ label {
  color: var(--acc-01);
}

.con-form {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
          box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
  border-radius: 10px;
  padding: 2.5em 1.5em;
}

.con-form h3 {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.con-form h5 {
  margin-bottom: 15px;
}

.ds-img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px !important;
  -webkit-box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
          box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
}

.blue-bg {
  background: #EDF5FD !important;
}

.sv-tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.ns-wrap {
  width: 100%;
  padding: 2.5em 1.4em;
  background: linear-gradient(46.23deg, #55DDE0 -19.03%, #1098F7 97.54%) center/cover no-repeat;
  -webkit-box-shadow: inset 0px -5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px -5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 11em;
  overflow: hidden;
}

.ns-wrap > .container {
  position: relative;
  z-index: 5;
}

.ns-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/ns-des.png") center/cover no-repeat;
}

.ns-wrap::before {
  width: 103%;
  height: 3000px;
  position: absolute;
  bottom: -2px;
  left: -1px;
  content: '';
  background: url(../images/ft-des.svg) bottom/contain no-repeat;
  pointer-events: none;
  -webkit-box-shadow: 0px 5px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px -10px rgba(0, 0, 0, 0.1);
}

.ns-wrap .sec-head h3 {
  max-width: 450px;
  margin: 0 auto;
}

.ns-wrap .sec-head h3, .ns-wrap .sec-head .sub, .ns-wrap .sec-head .para {
  color: white !important;
}

.ft-head {
  font-size: 16px;
  margin-bottom: 12px;
}
.ft-head a{
  color: black;
}

.ft-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}

@media(max-width: 600px){
  .ft-list{
    gap: 15px;
  }
}

.ft-list li {
  position: relative;
}

.ft-list li a{
  min-width: max-content;
}

/* .ft-list li:after {
  content: '';
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background: url(../images/arrow-right.svg) center/contain no-repeat;
  width: 15px;
  height: 12px;
} */

.ft-list li a {
  font-size: 14px;
  font-weight: 500;
  color: #2B2F2F;
  display: inline-block;
  padding: 5px 0px;
  /* padding-left: 18px; */
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.ft-list li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  color: #800000;
}

.cnn-list {
  position: relative; 
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  align-items: center;
  padding: 1.2em;
  /* padding-right: 2.8em; */
  border-radius: 16px;
  justify-content: space-between;
  margin-bottom: 3em;
  background: var(--blue-gr);
  /* background: #edf2f4; */
}

.cnn-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* border-right: 1px solid #d1d1d1;s */
  padding: 12px 1em;
  flex: 1 1 auto;
  justify-content: center;
  position: relative;
}
.cnn-list li:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 55px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.cnn-list li:last-child::after{
  display: none;
}

.cnn-list li span {
  color: white;
  font-size: 16px;
}

.cnn-list li span a {
  color: white;
  font-size: 16px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cnn-list li span a:hover {
  color: #fff;
}

.cnn-list li img {
  min-width: 45px;
  margin-right: 15px;
}

.ft-bottom {
  margin-top: 35px;
}

.ft-bottom .ft-btm-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2em;
}

.ft-bottom .ft-btm-inner p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
  color: #696C6C;
}

.abt-header {
  width: 100%;
  padding: 6em 0px;
  /* height: 100vh;
  min-height: 560px;
  max-height: 700px; */
  position: relative;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/about-banner.jpg') center/cover no-repeat;
  overflow: hidden;
  margin-top: 0em;
}
.abt-header.srv-banner {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/services-banner.jpg') center/cover no-repeat;
}

/* .abt-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105%;
  background: url("../images/abt-wave.svg") bottom/contain no-repeat;
  height: 600px;
  pointer-events: none;
} */

.abt-header .container {
  height: 100%;
}

/* .abt-header .sc-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 150px;
} */

.abt-header .sc-wrap .soc-list {
  margin-top: 12px;
}

.abt-header .sc-wrap i {
  color: black;
  font-size: 18px;
}
.abt-header .sec-head h3, .abt-header .para{
  color: white !important;
}
.abt-header h3 {
  /* margin-top: 150px; */
  font-size: 52px;
}

.cut-wrap {
  position: relative;
}

.cut-wrap h3 {
  text-align: center;
  color: #1098F7;
  font-size: 36px;
}

.cut-wrap h4 {
  text-align: center;
  color: #252F40;
  font-size: 16px;
  font-weight: 500;
}

.cut-wrap p {
  text-align: center;
  color: #67748E;
  margin-bottom: 0;
}

.prdet-sec {
  position: relative;
}

.prdet-sec h4 {
  font-size: 16px;
}

.prdet-sec h3 {
  font-size: 36px;
}

.soc-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.soc-list a i {
  font-size: 36px;
  color: #a6a6a6;
  -webkit-transition: 0.2s ease-in-out !important;
  transition: 0.2s ease-in-out !important;
}

.soc-list a {
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out !important;
  transition: 0.2s ease-in-out !important;
}

.soc-list a:hover i {
  color: #FC3A28;
}

.error-wrap {
  margin-top: 3px;
}

.error-wrap label {
  color: red;
  margin-bottom: 0;
  font-size: 14px;
}
.thank-wrap{
  position: relative;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  border: 1px solid green;
  background: rgb(246, 255, 246);
  margin-top: 12px;
  display: none;
}
.thank-wrap p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: green;
}
.select-group{
  position: relative;
}
.select-group select{
  cursor: pointer;
  background: white !important;
  width: 100%;
  padding: 10px 20px;
  border: 1.2px solid #B4BEC8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*======================
    404 page
=======================*/


.page_404{ padding:100px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(../images/404_animation.gif);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: var(--blue-gr);
    margin: 20px 0;
    display: inline-block;
    border-radius: 9px;
  }
	.contant_box_404{ margin-top:-50px;}

  .pp{
    padding: 50px;
  }
  .know-cta{
    font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 14px;
color: var(--bs-orange);
  }

  .bg-whitee {
    background-color: white !important;
    padding: 20px !important;
    border-radius: 25px;
}
.eventtexxt {
  font-family: 'Metropolis-Medium';
  font-size: 24px;
  color: #0D1317;
}
.servicetext{
  font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 106.5%;
/* or 26px */

letter-spacing: -0.03em;

color: #0D1317;

}
.learn-btn{
  font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 106.5%;
/* identical to box height, or 17px */


/* blue */

color: #082CAE;
}

.accordion-button{
  padding: 16px 30px 16px 0px !important;
}
.form{
  background: #FFFFFF;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
border-radius: 8px;
padding:  20px 40px 30px 40px;

}
.form input {
  width: 100%;
  background: #FFFFFF;
/* Neutral/Neutral 600 */
padding: 15px 0px 15px 17px;

border: 1px solid #BDBDBD;
border-radius: 4px;
}
.form input ::placeholder {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  /* identical to box height, or 133% */
  
  /* Neutral/Neutral 500 */
  
  color: #E0E0E0;
  
}
.form-btn{
  width: 100%;
  background: linear-gradient(46.23deg, #0497A7 -19.03%, #1098F7 97.54%);
border-radius: 4px;
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 21px;

color: #FFFFFF;
border: none;
padding-top: 16px;
padding-bottom: 16px;

}
.form textarea{
  padding: 15px 0px 15px 17px;

border: 1px solid #BDBDBD;
border-radius: 4px;
margin-bottom: 25px;
width: 100%;
}

.top-head-crvoip{
  background-image: url(../images/voip-sec.jpg) !important;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 599px;
  margin-top: 62px;
  background-size:cover;  
 
}
.top-head-newvoip{
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  /* height: 599px; */
  margin-top: 78px;
  background-size:cover;  
  padding: 5em 0px !important;
  /* padding-bottom: 10em !important; */
  min-height: 550px;
  display: flex;
  align-items: center;
}
.top-head-newvoip h1{
  font-size: 52px;
  color: white !important;
  margin-bottom: 25px;
}
.top-head-ipcamera{
  background-image: url(../images/ip-camera-banner.jpg) !important;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 450px;
  margin-top: 62px;
  background-size:cover;  
}
.top-head-ipcamera .pt-9{
  padding-top: 7rem !important;
}
.top-head-it-servicenew{
  background-image: url(../images/it-servicenew.jpg) !important;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 599px;
  margin-top: 62px;
  background-size:cover;  
}
.top-head-it-cloud{
  background-image: url(../images/cloud-banner.png) !important;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 599px;
  margin-top: 62px;
  background-size:cover;  
}
.top-head-it-backup{
  background-image: url(../images/backup.jpg) !important;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 599px;
  margin-top: 62px;
  background-size:cover;  
}
.top-head-it-counsalting{
  background-image: url(../images/counsalting-banner.jpg) !important;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 599px;
  margin-top: 62px;
  background-size:cover;  
}
.top-head-it-counsalting{
  background-image: url(../images/home-security.jpg) !important;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 599px;
  margin-top: 62px;
  background-size:cover;  
}


.pt-9{
  padding-top: 9rem;
}
.field-wrap {
  position: relative;
  margin-bottom: 28px;
}
.contact-us{
  background-color: #EDF5FD;
}
.contact-us label {
  position: absolute;
  transform: translateY(6px);
  left: 20px;
  top: 60px;
  color: #2B2F31;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 16px;
}
.labtext {
  padding: 16px 0px 16px 25px;
  font-size: 16px;
}
.contactc input {
  width: 100%;
  height: 60px;
  border: 1px solid #2B2F31;
  background-color: #0A142F;
}

input, select, textarea {
  color: #2B2F31;
  /* background-color: #EDF5FD; */
  border: 1px solid #454949;
  width: 100%;
}
.contact-us textarea{
padding: 16px 0px 16px 25px;
}
.sac{
  position: relative;
}
.sac .img-1 img{
  position: absolute;
  left: 0;
}
.sac-2{
  position: absolute;
  right: 0;
  top: 41px;
}
.sac-text{
  font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
/* or 128% */
color: #484B4B;

}
.sac-2 p{
  font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 12px;
/* identical to box height, or 321% */


color: #484B4B;



}

@media (max-width:992px){
  .sac .img-1 img {
    position: relative;
    width: 100%;
}
}
.banner-content .sub{
  margin-bottom: 0;
    font-size: 14px;
    color: var(--acc-01);
}
.pt-9{
  padding-top: 9rem;
}
.field-wrap {
  position: relative;
  /* margin-bottom: 28px; */
}
.contact-us{
  background-color: #EDF5FD;
}
.contact-us label {
  position: absolute;
  transform: translateY(6px);
  left: 20px;
  top: 60px;
  color: #2B2F31;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 16px;
}
.labtext {
  padding: 16px 0px 16px 25px;
  font-size: 16px;
}
.contactc input {
  width: 100%;
  height: 60px;
  border: 1px solid #2B2F31;
  background-color: #0A142F;
}

input, select, textarea {
  color: #2B2F31;
  /* background-color: #EDF5FD; */
  border: 1px solid #454949;
  width: 100%;
}
.contact-us textarea{
padding: 16px 0px 16px 25px;
}
.sac{
  position: relative;
}
.sac .img-1 img{
  position: absolute;
  left: 0;
}
.sac-2{
  position: absolute;
  right: 0;
  top: 41px;
}
.sac-text{
  font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
/* or 128% */
color: #484B4B;

}
.sac-2 p{
  font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 12px;
/* identical to box height, or 321% */


color: #484B4B;

}

@media (max-width:992px){
  .sac .img-1 img {
    position: relative;
    width: 100%;
}
}
.text-center{
  text-align: center !important;
}
.modal-content{
  background: transparent !important;
  border: 0px !important;
}
.modal-header{
  border-bottom: 0px !important;
}
.close{
  position: relative;
  top: 62px;
  z-index: 1;
  right: 12px;
  border: 0;
  background: transparent;
}
.main-footer .field-wrap{
  margin-bottom: 0px !important;
}
.main-footer {
  padding-top: 3.5em;
}
.bold{
  font-weight: 600 !important;
  color: black !important;
}


@media (max-width:992px){
.service-sec .sec-head{
text-align: center;
}
.service-sec .sec-head h3 br{
  display: none;
  }
.service-sec .sec-head .sub{
  text-align: center;
  }
  .service-sec .sec-head .sub{
    text-align: center;
    }
    .service-sec .sec-head .para{
      text-align: center;
      }
      .service-sec .sec-head .para br{
        display: none;
        }
}

.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {

  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  /* background: #e9e9e9; */
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
  padding: 1.2em;
  border-radius: 8px;
}
.menu > ul > li > ul > li:nth-child(odd){
  background: #fafafa;
} 
.menu > ul > li > ul > li a {
  color: var(--dark);
  padding: 0.5em 0 !important;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-weight: 600 !important;
  
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin-top: 15px !important;
  /* margin: 10px 0 0; */
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  /* padding: 10px 0; */
  margin: 0;
  font-size: 0.5em !important;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-weight: 400 !important;
  color: rgb(44, 44, 44) !important;
  transition: 0.05s ease-in-out;
}
.menu > ul > li > ul > li > ul > li a:hover{
  color: var(--acc-01) !important;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }

  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }

}
.menu > ul > li a:not(.nav-btn){
  padding: 12px 10px ;
}
.d-drop{
  display: none;
}
@media (max-width: 959px){
  .menu > ul > li > ul{
    padding: 0 !important;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
  }
  .menu > ul > li > ul > li{
    padding: 0 !important;
    margin-top: 0 !important;
    background: white !important;
    position: relative;
  }
  .d-drop{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 18px;
    background: url('../images/down-angle.svg') center/50% no-repeat #FFF6F5;
    cursor: pointer;
    z-index: 5;
  }
  .d-drop.active{
    background: url('../images/up-angle.svg') center/50% no-repeat #FFF6F5;
  }
  .menu > ul > li > ul > li > ul{
    margin-top: 5px !important;
    padding-left: 10px !important;
  }
  .menu > ul > li > ul > li > ul{
    display: none;
  }
}
.srv-wrap a {
  display: inline-block;
  margin-top: 9px;
  font-weight: 500;
  color: #800000;
  font-size: 16px;
}
.pt-cus-wrapper{
  /* background: white; */
  padding: 1.2em 1.5em;
  padding-bottom: 0.5em;
  border-radius: 8px;
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); */
}
.pt-cus-wrapper .sec-head{
  margin-bottom: 2em;
}
.pt-cus-sec{
  margin-top: 0;
  padding: 2em 0px;
  background: #EDF5FD;
}
.pt-cus-sec.style-2{
  position: relative;
  z-index: 5;
  margin-top: 00px;
  
}
.pt-cus-sec.style-2 .pt-cus-wrapper{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.main-header .banner-content{
  padding-top: 5em;
  padding-bottom: 5em;
}

.pt-cus-sec .sec-head h3{
  font-size: 22px;
  margin-bottom: 20px;
}
.ind-sec{
  padding-top: 0;
}
.testi-sec{
  position: relative;
  padding-bottom: 4em;
}
.testi-wrap{
  position: relative;
  padding: 3em 0px;
  border-radius: 8px;
}
.testi-card{
  position: relative;
  padding: 2em 2em;
  margin: 0 auto;
}
.testi-card > p{
  color: white;
  font-size: 26px;
  line-height: 160%;
  font-weight: 500;
  text-align: center;
}
.testi-card .testi-btm{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
.testi-card .testi-btm p{
  color: white;
  font-size: 12px;
  margin-bottom: 0;
}
.testi-card .testi-btm h2{
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
}
.cta-sec{
  padding: 7em 0px;
  background: url(../images/ct-bg.webp) center/cover no-repeat #DDDFE0 !important;
}
.cta-sec p{
  margin-bottom: 15px !important;
  margin-top: 10px;
}
.page-header{
  margin-top: 78px;
  padding: 5em 0px;
  background: #DDDFE0;
}
.page-header.blog-header{
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/blog-hero.webp) center/cover no-repeat !important;
}
.page-header.blog-header .sec-head h3{
  color: white !important;
}
.blogs-sec{
  position: relative;
  padding: 3em 0px;
}
.blogs-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px;
}
.blog-card{
  width: 100%;
  border-radius: 16px;
  padding: 1.3em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: white;
}
.blog-img{
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding-top: 70%;
  margin-bottom: 1.2em;
}
.blog-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-det h3{
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 140%;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.blog-det p{
  text-align: center;
  font-size: 14px;
  color: #535353;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
          line-clamp: 4; 
  -webkit-box-orient: vertical;
}
.blog-det .main-cta{
  width: 100%;
  display: block;
  max-width: 100%;
  padding: 12px 15px;
  border-radius: 100px;
  color: white;
  text-align: center;
  margin-top: 15px;
  justify-content: center;
}
.blog-det .main-cta span{
  color: white;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.rec-blog-sec{
  padding: 3em 0px;
  position: relative;
  background: #f1f1f1;
}
.blog-side-card{
  padding: 1.7em 1em;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.blog-side-card h3, .blog-side-card p{
  text-align: center;
}
.blog-side-card p{
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.blog-side-card h3{
  font-size: 28px;
}
.soc-list{
  display: flex;
  align-items: center;
}
.soc-list li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}
.soc-list li a::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.soc-list li a:hover::after{
  border: 1px solid rgba(0, 0, 0, 1);
  transform: scale(1.1);
}
.soc-list li a i{
  font-size: 18px;
  transition: 0.2s ease-in-out;
}
.soc-list li a:hover i{
  color: black;
}
.blog-side{
  position: sticky;
  top: 90px;

}
.srv-inner-page-img{
  position: relative;
  border-radius: 12px;
  padding-top: 35%;
  overflow: hidden;
  margin-top: 25px;
  width: 100%;
}
@media(max-width: 600px){
  .srv-inner-page-img{
    padding-top: 75%;
  }
}
.srv-inner-page-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-service-slide .swiper-slide{
  height: auto;
}
.main-service-slide .bg-whitee{
  height: 100%;
}
@media(max-width: 600px){
  .ot-list{
    display: none !important;
  }
  .cnn-list{
    grid-template-columns: 1fr;
  }
  .cnn-list li{
    justify-content: flex-start;
    padding: 12px 0;
  }
  .cnn-list li:after{
    display: none;
  }
  .cnn-list{
    padding: 1.2em 0.8em;
  }
  .cta-sec{
    padding: 3.5em 0px;
  }
  .ft-list{
    margin-bottom: 1em !important;
  }
  .main-header .banner-content{
    padding-top: 1em;
    padding-bottom: 1.2em;
  }
  .cta-sec{
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(../images/ct-bg.webp) center/cover no-repeat #DDDFE0 !important;
  }
  .cnn-list li span, .cnn-list li span a{
    font-size: 14px;
  }
}
.ft-logo{
  width: 120px;
}
.ft-para{
  font-size: 12px;
}
.bt-links{
  display: flex;
  align-items: center;
}
.bt-links li a{
  font-size: 12px;
  font-weight: 500;
  color: #2B2F2F;
  display: inline-block;
  padding: 0px 1.5em;
  transition: 0.2s ease-in-out;
}
.bt-links li:not(:last-child) a{
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.bt-links li a:hover{
  color: #800000;
}
.nav-btn {
  padding: 10px 2em !important;
  background: var(--blue-gr);
  border-radius: 9px;
  font-weight: 500;
  margin-left: 15px;
  color: white !important;
  border-radius: 100px;
  font-size: 14px;
}
.ot-list{
  display: flex;
  align-items: center;
  gap: 12px;
}
.ph-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: black;
}
.IndustrySwiper .srv-wrap{
  display: flex;
  gap: 5px;
  align-items: center;
  flex-direction: column;
}

.top-bar{
  position: relative;
  background: linear-gradient(46.23deg, #BD5151 -19.03%, #800000 97.54%);
}
.top-bar-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 3em;
}
.top-bar-inner .soc-list li a{
  width: 30px;
  height: 30px;
  color: white !important;
}
.top-bar-inner .soc-list li a i{
  color: white;
  font-size: 18px;
}
.top-bar-inner .soc-list{
  gap: 3px;
}
.top-bar-inner .soc-list li a:after{
  border-color: rgba(255, 255, 255, 0.5);
  display: none;
}
.wh-link{
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wh-link span{
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.wh-link i{
  color: white;
  font-size: 18px;
}
.con-card-grid{
  margin-top: -80px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.con-card-grid .con-card{
  position: relative;
  display: block;
  padding: 3em 1.5em; 
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.12);
}
.con-card-grid .con-card img{
  width: 70px;
  min-width: 70px;
}
.con-card-grid .con-card .det h4{
  font-size: 18px;
  margin-bottom: 3px;
  font-family: 'Oswald', cursive;
  font-weight: 300;
 
}
.con-card-grid .con-card .det h2 a, .con-card-grid .con-card .det h2{
  font-size: 24px;
  font-weight: 700;
  color: #212529 ;
}
.con-card-grid .con-card:nth-child(2){
  background-color: #800000;
}
.con-card-grid .con-card:nth-child(2) h4, .con-card-grid .con-card:nth-child(2) h2 a{
  color: white;
} 
.con-cards-sec{
  padding-bottom: 3em;
  z-index: 55;
  position: relative;
  background: #EDF5FD;
} 
.header-btm-img{
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.header-btm-img img{
  width: 100%;
}
.ms-vs-sec{ 
  margin-top: 2.5em;
  position: relative;
  background: linear-gradient(90deg, #800000 50%, rgba(33, 111, 239, 0.3) 50%);
}
.ms-vs-sec > img{
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  
}
.ms-vs-sec .mv-container{
  position: relative;
}
.ms-vs-sec .mv-container > img{
  position: absolute;
  top: 0;
  left: -15px;
  width: 150px;
}
.ms-vs-sec .mv-wrap{
  padding: 4em 2em;
  position: relative;
}
.ms-vs-sec .mv-wrap h3{
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.ms-vs-sec .mv-wrap.ms-wrap h3{
  color: white;
}
.ms-vs-sec .mv-wrap p{
  font-size: 16px;
  margin-bottom: 0;
}
.ms-vs-sec .mv-wrap.ms-wrap p{
  color: white;
}

.srv2-sec{
  padding: 3em 0px;
  padding-top: 5em !important;
  position: relative;
}
.srv-img{
  width: 100%;
  position: relative;
}
.srv-img img{
  width: 100%;
}
.banner-swiper .swiper-slide{
  height: auto;
}
.main-header{
  height: 100%;
}
.pp-list{
  position: relative;

}
.pp-list li{
  /* list-style: disc !important; */
  /* padding: 0.5em 0px; */
}
.whatsappFloting{
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 9999;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24cc63;
  animation: pulse-animation 2s infinite;
  transition: 0.2s cubic-bezier(0.215, 0.610, 0.355, 1);

}
.whatsappFloting:hover{
  transform: scale(1.15);
}

.whatsappFloting img{
  width: 45%;
}
.whatsappFloting i{
  color: white;
  font-size: 24px;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(36, 204, 99, 0.5);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(36, 204, 99, 0);
  }
}

.srv-img{
  position: relative;
  padding-top: 100%;
}
.srv-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*# sourceMappingURL=main.css.map */


