@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://site-assets.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("https://use.typekit.net/wwx3qeq.css");
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
@import url("../css/icostyle.css");

:root {
  --light_white: #f8f8f8;
  --black: #000;
  --white: #fff;
  --primary_color: #e91b28;
  --secondary_color: #000;
  --text_color: #141414;
  --hover_color: #723dd2;
  --font-family: "Plus Jakarta Sans", sans-serif;
}

img {
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

/*Website Font USE/
font-family: 'Kanit', sans-serif;
font-family: 'Poppins', sans-serif;
/*Website Font USE*/

/*BEGIN: GENERAL CSS*/
body {
  font-family: var(--font-family);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary_color);
}

::selection {
  color: var(--white);
  background: var(--primary_color);
}

a {
  text-decoration: none;
  color: #000;
  font-family: var(--paragraph-font);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

/*Header Section Begin*/

.container {
  max-width: 1500px;
}

header {
  padding: 15px 0 15px;
  position: relative;
  z-index: 99;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.logo__Sec__main {
  text-align: left;
}

.logo__Sec__main a {
  display: block;
}

.logo__Sec__main img {
  width: 50%;
}

header .row {
  align-items: center;
}

.main_menu_sec ul li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--black);
  padding: 30px 19px !important;
}

.btn__head__tb ul li {
  display: inline-block;
  padding: 10px 20px;
}

.btn__head__tb ul li a {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.btn__head__tb ul li a img {
  padding-right: 10px;
}

.btn__head__tb ul li a.btn__head {
  background: #e91b28;
  padding: 17px 29px;
  border-radius: 10px;
  color: var(--white);
}

.btn__head__tb ul li a.btn__head:hover {
  background: transparent linear-gradient(73deg, #e91b28 0%, #000 100%) 0% 0%
    no-repeat padding-box;
  color: var(--white);
}

.btn__head__tb {
  text-align: right;
}

header .container-fluid {
  padding: 0 190px 0 20px;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 29%);
  min-width: 16rem;
  border-radius: 0;
}

.main_menu_sec ul.dropdown-menu li a {
  font-size: 14px;
  color: #fff !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid rgb(255 255 255 / 7%);
}

ul.dropdown-menu {
  padding: 0;
  background: var(--primary_color);
  border: 0 !important;
  top: 70px;
  background: #e91b28;
}

.main_menu_sec ul.dropdown-menu li a:hover {
  color: var(--primary_color) !important;
  background: var(--white) !important;
}

.mobile-nav {
  position: fixed;
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  right: -80%;
  z-index: 12;
  background: var(--primary-color);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: var(--primary_color);
}

.mobile-nav .logo-main {
  font-size: 16px;
  color: #8795a0;
  padding: 15px 0 15px 24px;
  display: inline-block;
}

.mobile-nav img {
  width: 130px;
}

.mobile-nav nav {
  height: 100%;
}

.mobile-nav nav li a {
  color: #fff;
  font-weight: 400;
  display: block;
  padding: 15px 24px;
  border-top: 1px solid #d6d8db;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}

.mobile-nav nav li a .fa {
  font-size: 20px;
  float: right;
}

.mobile-nav nav li ul {
  display: none;
  background: #fff;
}

.mobile-nav nav li ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.app-container.active {
  left: -80%;
}

.app-container {
  position: relative;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: none;
}

.mobile-nav-btn {
  display: none;
  position: fixed;
  top: 4px;
  height: 30px;
  padding: 6px 7px;
  border-radius: 4px;
  right: 2%;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 14;
}

.mobile-nav-btn {
  display: block;
  z-index: 99999;
  top: -10px;
}

.mobile-nav-btn.active {
  right: 2%;
  z-index: 999999999;
  top: 0;
}

.mobile-nav-btn span {
  display: none;
  height: 3px;
  width: 22px;
  background-color: var(--primary-color);
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 8px;
}

.lines:before,
.lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition:
    top 0.3s 0.6s ease,
    -webkit-transform 0.3s ease;
  transition:
    top 0.3s 0.6s ease,
    transform 0.3s ease;
}

.mobile-nav-btn .lines:before {
  top: 0;
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-size: 31px;
  color: #fff;
  position: absolute;
  right: 0;
  background: var(--primary_color);
  padding: 13px 12px;
  border-radius: 5px;
}

.mobile-nav-btn.active .lines:before {
  content: "\f00d";
  background: #e91b28;
}

.mobile-nav.active {
  z-index: 9999999;
}

.mobile-nav.active {
  height: 100%;
  right: 0;
}

.mobile-nav ul {
  padding-top: 100px;
}

ul.firstlevel.unstyled {
  padding: 0;
}

header.stickyheader {
  position: fixed;
  z-index: 9999;
  min-height: auto;
  top: 0px;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 10px 23px #0000000d;
  padding: 5px 0 15px;
}

header.stickyheader .logo__Sec__main img {
  width: 55%;
}

/*Header Section End*/

/*Banner Section Begin*/

.banner__img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.banner__Sec__main .carousel-caption {
  right: 0;
  left: 0;
  width: 100%;
  height: 62%;
  bottom: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.hme__banner .banner___content h4 {
  color: #e91b28;
  font-weight: 600;
  font-size: 22px;
}
.banner___content h1 {
  letter-spacing: -2.1px;
  color: var(--text_color);
  font-size: 59px;
  line-height: 84px;
  margin-bottom: 10px;
}

.banner___content h1 span {
  color: var(--white);
  padding: 10px 24px 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0;
  background: #e91b28;
  display: block;
  line-height: 60px;
  width: max-content;
}

.banner___content p {
  font-size: 20px;
  color: var(--text_color);
  line-height: 33px;
  font-weight: 400;
  /*    width: 80%;*/
}

ul.point__banner li {
  color: var(--text_color);
  letter-spacing: -0.6px;
  font-weight: 600;
  font-size: 19px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 23px;
}

ul.point__banner {
  padding-bottom: 20px;
}

.web___btn ul li {
  display: inline-block;
}

.web___btn ul li a {
  display: inline-block;
  background: #e91b28;
  padding: 19px 30px;
  border-radius: 10px;
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
}

.web___btn ul li:nth-last-child(1) a {
  background: transparent;
  color: var(--black);
}

.web___btn ul li:nth-last-child(1) a img {
  padding-right: 10px;
  position: relative;
  top: -2px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(4163%)
    hue-rotate(349deg) brightness(106%) contrast(90%);
}
  @import url("https: //fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
  @import url("https://site-assets.fontawesome.com/releases/v5.15.4/css/all.css");
  @import url("https://use.typekit.net/wwx3qeq.css");
  @import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
  @import url("../css/icostyle.css");

  :root {
    --light_white: #f8f8f8;
    --black: #000;
    --white: #fff;
    --primary_color: #e91b28;
    --secondary_color: #000;
    --text_color: #141414;
    --hover_color: #723dd2;
    --font-family: "Plus Jakarta Sans", sans-serif;
  }
  img {
    pointer-events: none;
  }
  html {
    scroll-behavior: smooth;
  }

  /*Website Font USE/
font-family: 'Kanit', sans-serif;
font-family: 'Poppins', sans-serif;
/*Website Font USE*/

  /*BEGIN: GENERAL CSS*/
  body {
    font-family: var(--font-family);
    overflow-x: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background: #fff;
  }
  body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  body::-webkit-scrollbar-button:start:decrement,
  body::-webkit-scrollbar-button:end:increment {
    display: none;
  }
  body::-webkit-scrollbar-track-piece {
    background-color: #f4f4ec;
    -webkit-border-radius: 0px;
    border-left: 1px solid #ccc;
  }
  body::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: var(--primary_color);
  }

  ::selection {
    color: var(--white);
    background: var(--primary_color);
  }
  a {
    text-decoration: none;
    color: #000;
    font-family: var(--paragraph-font);
  }
  a:hover,
  a:focus {
    text-decoration: none;
    color: #000;
  }
  a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  input[type="text"]:focus,
  textarea:focus,
  input[type="password"]:focus,
  select:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
  }
  ul {
    padding: 0;
    margin: 0;
  }

  /*Header Section Begin*/

  .container {
    max-width: 1500px;
  }
  header {
    padding: 15px 0 15px;
    position: relative;
    z-index: 99;
    width: 100%;
    transition: 0.5s ease-in-out;
  }

  .logo__Sec__main {
    text-align: left;
  }

  .logo__Sec__main a {
    display: block;
  }

  .logo__Sec__main img {
    width: 50%;
  }
  header .row {
    align-items: center;
  }

  .main_menu_sec ul li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--black);
    padding: 30px 19px !important;
  }

  .btn__head__tb ul li {
    display: inline-block;
    padding: 10px 20px;
  }

  .btn__head__tb ul li a {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
  }

  .btn__head__tb ul li a img {
    padding-right: 10px;
  }

  .btn__head__tb ul li a.btn__head {
    background: #e91b28;
    padding: 17px 29px;
    border-radius: 10px;
    color: var(--white);
  }

  .btn__head__tb ul li a.btn__head:hover {
    background: transparent linear-gradient(73deg, #e91b28 0%, #000 100%) 0%
      0% no-repeat padding-box;
    color: var(--white);
  }

  .btn__head__tb {
    text-align: right;
  }
  header .container-fluid {
    padding: 0 190px 0 20px;
  }

  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 29%);
    min-width: 16rem;
    border-radius: 0;
  }

  .main_menu_sec ul.dropdown-menu li a {
    font-size: 14px;
    color: #fff !important;
    padding: 15px 20px !important;
    border-bottom: 1px solid rgb(255 255 255 / 7%);
  }
  ul.dropdown-menu {
    padding: 0;
    background: var(--primary_color);
    border: 0 !important;
    top: 70px;
    background: #e91b28;
  }

  .main_menu_sec ul.dropdown-menu li a:hover {
    color: var(--primary_color) !important;
    background: var(--white) !important;
  }

  .mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: var(--primary_color);
  }

  .mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
  }

  .mobile-nav img {
    width: 130px;
  }

  .mobile-nav nav {
    height: 100%;
  }

  .mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
  }

  .mobile-nav nav li a .fa {
    font-size: 20px;
    float: right;
  }

  .mobile-nav nav li ul {
    display: none;
    background: #fff;
  }

  .mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
  }

  .app-container.active {
    left: -80%;
  }

  .app-container {
    position: relative;
    left: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    display: none;
  }

  .mobile-nav-btn {
    display: none;
    position: fixed;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 14;
  }

  .mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: -10px;
  }

  .mobile-nav-btn.active {
    right: 2%;
    z-index: 999999999;
    top: 0;
  }

  .mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    top: 8px;
  }

  .lines:before,
.lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition:
      top 0.3s 0.6s ease,
      -webkit-transform 0.3s ease;
    transition:
      top 0.3s 0.6s ease,
      transform 0.3s ease;
  }

  .mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
    font-size: 31px;
    color: #fff;
    position: absolute;
    right: 0;
    background: var(--primary_color);
    padding: 13px 12px;
    border-radius: 5px;
  }

  .mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: #e91b28;
  }

  .mobile-nav.active {
    z-index: 9999999;
  }

  .mobile-nav.active {
    height: 100%;
    right: 0;
  }

  .mobile-nav ul {
    padding-top: 100px;
  }
  ul.firstlevel.unstyled {
    padding: 0;
  }
  header.stickyheader {
    position: fixed;
    z-index: 9999;
    min-height: auto;
    top: 0px;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 10px 23px #0000000d;
    padding: 5px 0 15px;
  }
  header.stickyheader .logo__Sec__main img {
    width: 55%;
  }

  /*Header Section End*/

  /*Banner Section Begin*/

  .banner__img {
    width: 100%;
    height: 620px;
    object-fit: cover;
  }

  .banner__Sec__main .carousel-caption {
    right: 0;
    left: 0;
    width: 100%;
    height: 62%;
    bottom: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .hme__banner .banner___content h4 {
    color: #e91b28;
    font-weight: 600;
    font-size: 22px;
  }
  .banner___content h1 {
    letter-spacing: -2.1px;
    color: var(--text_color);
    font-size: 59px;
    line-height: 84px;
    margin-bottom: 10px;
  }

  .banner___content h1 span {
    color: var(--white);
    padding: 10px 24px 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0;
    background: #e91b28;
    display: block;
    line-height: 60px;
    width: max-content;
  }

  .banner___content p {
    font-size: 20px;
    color: var(--text_color);
    line-height: 33px;
    font-weight: 400;
    /*    width: 80%;*/
  }
  ul.point__banner li {
    color: var(--text_color);
    letter-spacing: -0.6px;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 23px;
  }
  ul.point__banner {
    padding-bottom: 20px;
  }

  .web___btn ul li {
    display: inline-block;
  }

  .web___btn ul li a {
    display: inline-block;
    background: #e91b28 !important;
    padding: 19px 30px;
    border-radius: 10px;
    color: var(--white) !important;
    font-size: 17px;
    font-weight: 500;
  }

  .web___btn ul li:nth-last-child(1) a {
    background: transparent;
    color: var(--black);
  }

  .web___btn ul li:nth-last-child(1) a img {
    padding-right: 10px;
    position: relative;
    top: -2px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(599%)
      hue-rotate(135deg) brightness(92%) contrast(100%);
  }
  ul.point__banner li:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-icon.svg);
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(599%)
      hue-rotate(135deg) brightness(92%) contrast(100%);
  }

  /*Banner Section End*/

  /*Trust Logo Section Begin*/

  .trusted___logo__SEC {
    text-align: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trusted___logo__SEC img {
    width: auto;
    margin: 0 auto;
    /* filter: brightness(0) invert(1); */
  }

  .slick-slide {
    margin: 0;
  }

  .platform__text h3 {
    text-align: center;
    letter-spacing: -0.84px;
    color: #141414;
    font-size: 28px;
    font-weight: 600;
  }

  .platform__form__Sec {
    padding: 70px 0;
  }

  /*Trust Logo Section End*/

  /*Home About Section Begin*/

  .about__img__hme img {
    width: 100%;
  }

  .home__about__content h2 {
    letter-spacing: -1.65px;
    font-size: 45px;
    font-weight: bold;
    color: var(--black);
    padding-bottom: 10px;
  }

  .home__about__content h6 {
    color: var(--primary_color);
    font-size: 21px;
  }

  .home__about__content p {
    font-size: 18px;
    line-height: 34px;
  }

  .home__about__content {
    padding-left: 20px;
  }

  .web___btn ul li a:hover {
    color: var(--white);
    background: transparent linear-gradient(73deg, #e91b28 0%, #39c7bc 100%) 0%
      0% no-repeat padding-box;
  }

  .web___btn ul li:nth-last-child(1) a:hover {
    background: transparent;
    color: var(--primary_color);
  }

  /*Home About Section End*/

  /*What We Offer Section Begin*/

  .padding__120 {
    padding: 80px 0;
  }

  .what__we__offer {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    overflow: hidden;
  }

  .heading__center h6 {
    font-size: 28px;
    letter-spacing: -0.56px;
    color: var(--black);
    font-weight: bold;
  }

  .heading__center h2 {
    color: var(--primary_color);
    letter-spacing: -1.4px;
    font-size: 60px;
    font-weight: bold;
    background: #e91b28;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .offer__tab__list {
    position: relative;
    background: transparent linear-gradient(93deg, #ffffff 0%, #ffffff 100%) 0%
      0% no-repeat padding-box;
    box-shadow: 0px 0px 11px #0000001c;
    border-radius: 16px;
    padding: 40px 30px 40px 110px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
  }

  .offer__tab__list span {
    font-size: 22px;
    line-height: 36px;
  }

  .offer__tab__list img {
    position: absolute;
    left: 30px;
    width: 12%;
  }
  .offer__tab__list img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(4163%)
      hue-rotate(349deg) brightness(106%) contrast(90%);
  }

  .offer__tab__list small {
    color: #eeeeee;
    font-size: 55px;
    font-weight: bold;
  }

  .offer__menu__sec ul {
    border: 0;
    display: unset;
  }

  .offer__menu__sec ul li a {
    padding: 0;
    border: 0 !important;
    background: transparent !important;
  }

  .offer__box {
    background: var(--primary_color);
    padding: 100px 40px 60px 40px;
    position: relative;
    height: 630px;
    z-index: 9;
  }

  .offer__menu__sec {
    margin-top: 40px;
    position: relative;
    z-index: 99;
    /* height: 700px; */
    /* overflow-y: scroll; */
  }

  .offer__box:before {
    content: "";
    position: absolute;
    background: var(--primary_color);
    width: 120%;
    height: 630px;
    left: -194px;
    top: 0;
    z-index: -1;
    background: #e91b28;
  }

  .what__we__offer .row {
    align-items: center;
  }

  .offer__menu__sec::-webkit-scrollbar {
    width: 0px;
  }
  .offer__menu__sec::-webkit-scrollbar-track {
    background-color: rgba(3, 21, 33, 0.1);
  }
  .offer__menu__sec::-webkit-scrollbar-thumb {
    background-color: #031521;
    height: 60px;
  }

  .offer__box h4 {
    letter-spacing: -0.88px;
    font-size: 44px;
    color: var(--white);
    font-weight: bold;
    padding-bottom: 5px;
  }

  .offer__box span {
    color: var(--white);
    letter-spacing: -0.6px;
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 36px;
  }

  .offer__box p {
    font-size: 16px;
    line-height: 30px;
    color: var(--white);
    width: 95%;
    font-weight: 300;
  }
  a.offer__btn {
    background: var(--white);
    padding: 16px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 600;
  }

  .offer__tab__list:hover,
.offer__menu__sec li a.active .offer__tab__list {
    background: #000;
    transition: 0.5s ease-in-out;
  }

  .offer__tab__list:hover,
.offer__menu__sec li a.active .offer__tab__list span {
    color: #fff;
  }
  .services__logo__tab img {
    padding-bottom: 10px;
    width: auto;
  }

  .services__logo__tab span {
    letter-spacing: -0.4px;
    font-size: 17px !important;
    display: block;
    line-height: normal;
  }

  .what__we__offer .tab-content > .tab-pane {
    display: block;
    height: 0px;
    /*overflow: hidden;*/
  }
  .what__we__offer .tab-content > .active {
    height: auto;
  }

  /*What We Offer Section End*/

  /*Porfolio Section Begin*/

  .center__head__SEc h2 {
    letter-spacing: -3.6px;
    color: var(--text_color);
    font-size: 80px;
    font-weight: bold;
  }

  .center__head__SEc h2 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--text_color);
  }

  .Portfolio__Tb__LiSt ul li {
    margin: 0;
    display: block;
    width: 100%;
  }

  .Portfolio__Tb__LiSt ul li a {
    display: inline-block;
    font-size: 21px;
    padding: 16px 20px 12px 0;
    letter-spacing: -0.56px;
    color: var(--text_color);
    font-weight: 500;
    border: 2px solid transparent !important;
    margin-bottom: 14px;
  }

  .Portfolio__Tb__LiSt ul {
    width: auto;
    border: 0;
  }

  .Portfolio__Tb__LiSt ul li a:hover {
    border-bottom: 2px solid var(--primary_color) !important;
  }

  .Portfolio__Tb__LiSt ul li a.active {
    font-weight: 800;
    border-bottom: 2px solid var(--primary_color) !important;
  }

  .Portfolio__Tb__LiSt ul li {
    margin: 0;
    display: block;
    width: 100%;
  }

  .Portfolio__Tb__LiSt ul li a {
    display: inline-block;
    font-size: 21px;
    padding: 16px 20px 12px 0;
    letter-spacing: -0.56px;
    color: var(--text_color) !important;
    font-weight: 500;
    border: 2px solid transparent !important;
    margin-bottom: 14px;
    transition: 0.5s ease-in-out;
  }

  .Portfolio__Tb__LiSt ul {
    width: auto;
    border: 0;
  }

  .Portfolio__Tb__LiSt ul li a:hover {
    border-bottom: 2px solid var(--primary_color) !important;
  }

  .Portfolio__Tb__LiSt ul li a.active {
    font-weight: 800;
    border-bottom: 2px solid var(--primary_color) !important;
  }

  .portfolio__img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 17%);
    height: 370px;
    object-fit: cover;
  }

  .portfolio__img {
    margin-bottom: 30px;
  }

  .portfolio__content span {
    font-size: 24px;
    font-weight: bold;
    color: var(--text_xolor);
    margin-bottom: 13px;
    display: inline-block;
  }

  .portfolio__content p {
    letter-spacing: -0.4px;
    font-size: 20px;
    font-weight: 300;
  }

  .portfolio__sec__Main {
    margin-bottom: 40px;
    height: 370px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 17px rgb(0 0 0 / 17%);
    transition: 0.5s ease-in-out;
  }

  .portfolio__sec__Main:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
  }

  .Portfolio__Tb__LiSt {
    position: sticky;
    top: 20px;
  }

  /*Porfolio Section End*/

  /*CTA Section Begin*/

  .cta__sec__main {
    background: url(../images/cta-banner-01-1.png);
    background-size: cover;
    padding: 160px 0;
    background-attachment: fixed;
    background-position: center;
  }

  .cta__content__Sec {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .cta__content__Sec h3 {
    color: var(--white);
    letter-spacing: -2.16px;
    font-size: 72px;
    margin-bottom: 0;
  }

  .cta__content__Sec h3 span {
    font-weight: bold;
  }

  .cta__content__Sec .web___btn ul li a {
    display: inline-block;
    background: #e91b28;
    padding: 20px 50px;
    border-radius: 10px;
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
  }

  .cta__content__Sec .web___btn {
    padding-top: 30px !important;
  }

  .cta__content__Sec .web___btn ul li a:hover {
    background: var(--white);
    color: var(--primary_color);
  }

  /*CTA Section End*/

  /*Packages Section Begin*/

  .packages__head h2 {
    letter-spacing: -2.64px;
    color: var(--black);
    font-size: 88px;
    line-height: 104px;
  }

  .packages__Sec__main {
    background: #f8f8f8;
    display: none;
  }

  .packages__head h2 span {
    color: var(--primary_color);
    background: #e91b28;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .packages__head p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }

  .package__box__sec {
    background: #e9e9e9 0% 0% no-repeat padding-box;
    border-radius: 22px;
    padding: 40px 25px;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
  }

  .packages__name {
    text-align: center;
  }

  .packages__name span {
    font-size: 21px;
    font-weight: bold;
    color: var(--black);
  }

  .packages__amount span {
    text-align: center;
    letter-spacing: -2.4px;
    color: var(--primary_color);
    font-size: 50px;
    font-weight: bold;
    line-height: 80px;
    margin-bottom: 20px;
    display: inline-block;
    background: #e91b28;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .per__amount {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .packages__amount {
    text-align: center;
  }

  .per__amount span {
    letter-spacing: -0.57px;
    font-size: 21px;
    padding: 0 10px;
  }

  .per__amount span:nth-last-child(1) {
    text-decoration: line-through;
  }

  .list__packages ul {
    height: 290px;
    overflow-y: scroll;
  }

  .list__packages ul::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
  }

  .list__packages ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e6e5e5;
    border-radius: 10px;
    background: #e6e5e5;
  }
  .list__packages ul::-webkit-scrollbar-thumb {
    background: var(--primary_color);
    border-radius: 10px;
  }
  .list__packages ul::-webkit-scrollbar-thumb:hover {
    background: var(--primary_color);
  }

  .list__packages ul li {
    font-size: 16px;
    padding-bottom: 12px;
    padding-left: 20px;
    position: relative;
  }

  .list__packages ul li:before {
    content: "";
    position: absolute;
    background: url(../images/packages-icon.svg);
    width: 10px;
    height: 10px;
    left: 0;
    top: 6px;
  }

  .list__packages {
    padding-bottom: 30px;
  }

  .btn__pkg {
    text-align: center;
  }

  .btn__pkg a {
    background: var(--primary_color);
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    color: var(--white);
    font-size: 18px;
    background: #e91b28;
  }

  .package__box__sec:hover {
    background: var(--primary_color);
    transition: 0.5s ease-in-out;
    background: #e91b28;
  }

  .package__box__sec:hover .packages__name span {
    color: var(--white);
  }

  .package__box__sec:hover .packages__amount span {
    color: var(--white);
    -webkit-text-fill-color: snow;
  }

  .package__box__sec:hover .per__amount span {
    color: #c3c2c2;
  }

  .package__box__sec:hover .list__packages ul li {
    color: var(--white);
  }

  .package__box__sec:hover .btn__pkg a {
    background: var(--white);
    color: var(--primary_color);
  }

  .package__box__sec:hover .list__packages ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #4b4b4b;
    border-radius: 10px;
    background: #4b4b4b;
  }
  .package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb {
    background: var(--white);
    border-radius: 10px;
  }
  .package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb:hover {
    background: var(--white);
  }

  .packages__list__menu ul li a {
    background: #e9e8e8;
    padding: 20px 30px;
    color: var(--primary_color);
    font-size: 19px;
    border: 0 !important;
    border-radius: 10px !important;
    font-weight: 500;
  }

  .packages__list__menu ul {
    justify-content: center;
    border: 0;
  }

  .packages__list__menu ul li {
    padding: 0 9px;
    margin-bottom: 20px !important;
  }

  .packages__list__menu ul li a:hover,
  .packages__list__menu ul li a.active {
    color: var(--white) !important;
    background: #e91b28;
  }

  /*Packages Section End*/

  /*Why Choose Us Section Begin*/

  .why_choose___sec {
    /*    background: url(../images/why-choose-banner.jpg);*/
    background-size: cover;
    background-position: center;
    background: transparent linear-gradient(73deg, #e91b28 0%, #000000 100%) 0%
      0% no-repeat padding-box;
  }

  .center__text__sec h2 {
    font-size: 60px;
    text-align: left;
    letter-spacing: -2.64px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 10px;
  }

  .center__text__sec h2 span {
    padding: 0 20px;
  }

  .why_choose__box {
    background: var(--white);
    border-radius: 20px;
    padding: 30px 30px;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
  }

  .icon__box {
    width: 80px;
    height: 80px;
    background: #ffecfd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
  }

  .choose__icon__tab {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 22px;
  }

  .choose__head {
    padding-left: 20px;
  }

  .choose__head span {
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
  }

  .choose__para p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .why_choose__box:hover .icon__box {
    background: #100f37;
    transition: 0.5s ease-in-out;
    background: #e91b28;
  }

  .why_choose__box:hover .icon__box img {
    filter: brightness(0) invert(1);
  }

  /*Why Choose Us Section End*/

  /*Industries Section Begin*/

  .industries__sec__main {
    background: #f5f5f5 0% 0% no-repeat padding-box;
  }

  .industries__sec__main .center__text__sec h2 {
    color: #383858;
    text-align: center;
  }

  .industries__sec__box {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 26px #0000001a;
    border-radius: 10px;
    padding: 30px 0 40px;
    text-align: center;
    transition: 0.5s ease-in-out;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .industries__sec__icon {
    padding-bottom: 20px;
  }
  .industries__sec__icon img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(599%)
      hue-rotate(135deg) brightness(92%) contrast(100%);
  }
  .industries__sec__head span {
    letter-spacing: -0.66px;
    color: var(--black);
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .industries__sec__box:hover {
    background: var(--primary_color);
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
    background: transparent linear-gradient(73deg, #e91b28 0%, #39c7bc 100%) 0%
      0% no-repeat padding-box;
  }

  .industries__sec__box:hover .industries__sec__icon img {
    filter: brightness(0) invert(1);
  }

  .industries__sec__box:hover .industries__sec__head span {
    color: var(--white);
  }

  /*Industries Section End*/

  /*Counter Section Begin*/

  .counter__sec__main .center__text__sec h2 {
    color: var(--black);
  }

  .center__text__sec p {
    font-size: 19px;
    line-height: 31px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    width: 80%;
    margin-top: 20px;
  }

  .counter {
    line-height: 1;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 5.225rem;
    font-size: 87px;
    margin: 0 0 20px 0;
    font-weight: 900;
    color: var(--primary_color);
    justify-content: center;
    letter-spacing: -3.06px;
    background: linear-gradient(to right, #30cfd0 0%, #330867 100%);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
  }
  .counter > span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1;
  }
  .counter > span span {
    flex: 0 0 100%;
    height: 100%;
  }
  .counter:nth-child(1) > span {
    transition-delay: 0s;
  }
  .counter:nth-child(2) > span {
    transition-delay: 0.375s;
  }
  .counter:nth-child(3) > span {
    transition-delay: 0.75s;
  }
  .counter:nth-child(4) > span {
    transition-delay: 1.125s;
  }
  .counter:nth-child(5) > span {
    transition-delay: 1.5s;
  }
  .counter:nth-child(6) > span {
    transition-delay: 1.875s;
  }
  .counter:nth-child(7) > span {
    transition-delay: 2.25s;
  }
  .counter:nth-child(8) > span {
    transition-delay: 2.625s;
  }
  .counter:nth-child(9) > span {
    transition-delay: 3s;
  }
  .counter:nth-child(10) > span {
    transition-delay: 3.375s;
  }
  .counter:nth-child(11) > span {
    transition-delay: 3.75s;
  }
  .counter:nth-child(12) > span {
    transition-delay: 4.125s;
  }
  .counter:nth-child(13) > span {
    transition-delay: 4.5s;
  }
  .counter:nth-child(14) > span {
    transition-delay: 4.875s;
  }
  .counter:nth-child(15) > span {
    transition-delay: 5.25s;
  }
  .counter:nth-child(16) > span {
    transition-delay: 5.625s;
  }
  .counter:nth-child(17) > span {
    transition-delay: 6s;
  }
  .counter:nth-child(18) > span {
    transition-delay: 6.375s;
  }
  .counter:nth-child(19) > span {
    transition-delay: 6.75s;
  }
  .counter:nth-child(20) > span {
    transition-delay: 7.125s;
  }

  .counters ul li {
    display: inline-block;
    text-align: center;
  }

  .counters ul {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .counter_sec_main {
    background: var(--light_white);
  }
  span.count_text {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
  }

  /*Counter Section End*/

  /*Review Section Begin*/

  .text-black {
    color: var(--black) !important;
  }

  .review__sec__main {
    background: url(../images/review-banner.jpg);
    background-size: cover;
    background-position: center;
  }

  .review__list__tb {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 26px #0000000a;
    border-radius: 20px;
    text-align: center;
    padding: 60px 10px;
  }

  .review__list__tb img {
    padding-bottom: 30px;
    width: 100px;
    justify-content: center;
    display: inline-flex;
    filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(599%)
      hue-rotate(135deg) brightness(92%) contrast(100%);
  }

  .review__list__tb p {
    color: #616161;
    font-size: 19px;
    line-height: 36px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto 20px;
  }

  .brand__author span {
    display: block;
    color: #141414;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
  }

  .brand__author small {
    color: #e91b28;
    font-size: 16px;
  }

  .testislider button.slick-prev {
    left: -50px;
    top: 55%;
    transform: translate(0px, -50%);
  }
  .testislider button.slick-prev:before {
    content: "\f060";
    font-family: "FontAwesome";
  }
  .testislider button.slick-next {
    right: -50px;
    top: 55%;
    transform: translate(0px, -50%);
  }
  .testislider button.slick-next:before {
    content: "\f061";
    font-family: "FontAwesome";
  }

  /*Review Section End*/

  /*Second Section Begin*/

  .second__sec__tb {
    background: #e91b28;
    padding: 100px 0 90px;
  }

  .sec__CTA__Sc h3 {
    letter-spacing: -1.8px;
    font-size: 60px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 0;
  }

  .cta__after {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1;
    filter: brightness(0);
  }

  .sec__CTA__Sc {
    position: relative;
    z-index: 9;
  }

  .faq__sec__main .center__text__sec h2 {
    color: var(--black);
    letter-spacing: -2.4px;
    font-size: 54px;
  }

  /*Second Section End*/

  /*FAQ Section Begin*/

  .faq__inner__sec .card-header {
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .faq__inner__sec .card-header button {
    background: #ebebeb8c 0% 0% no-repeat padding-box;
    border: 0;
    padding: 27px 30px;
    letter-spacing: -0.4px;
    color: var(--black);
    font-size: 17px;
    text-decoration: none;
    border-radius: 0;
  }

  .faq__inner__sec .card {
    border: 3px solid #dedede;
    border-radius: 12px;
    margin-bottom: 27px !important;
  }

  .faq__inner__sec .card-header h5 button.collapsed i.fa-minus::before {
    content: "\f067";
  }

  .faq__inner__sec .card-body {
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
  }

  .skill {
    margin-bottom: 28px;
    position: relative;
    overflow-x: hidden;
    padding: 0 5px 0 0;
  }

  .skill:before {
    width: 100%;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    background: #e8e8e8;
    bottom: 2px;
    border-radius: 10px;
  }

  .skill-bar {
    width: 100%;
    height: 11px;
    background: var(--primary_color);
    display: block;
    position: relative;
    top: -2px;
    margin: 0px 2px;
  }

  .skill1 {
    width: 95%;
  }

  .skill-bar {
    position: relative;
    border-radius: 10px;
  }

  .skill-bar span {
    color: #24235c;
    position: absolute;
    border-top: transparent;
    top: -30px;
    padding: 0;
    font-size: 14px;
    padding: 3px 0;
    font-weight: 500;
  }

  .skill1 .skill-count1 {
    right: 0;
  }

  .skill2 {
    width: 85%;
  }

  .skill2 .skill-count2 {
    right: 0;
  }

  .skill3 {
    width: 99%;
  }

  .skill3 .skill-count3 {
    right: 0;
  }

  .skill4 {
    width: 65%;
  }

  .skill4 .skill-count4 {
    right: 0;
  }

  .skill5 {
    width: 80%;
  }

  .skill5 .skill-count5 {
    right: 0;
  }

  .skill6 {
    width: 100%;
  }

  .skill6 .skill-count6 {
    right: 0;
  }

  .skill h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
  }

  .faq__sec__main .center__text__sec p {
    font-size: 17px;
  }

  /*FAQ Section End*/

  /*Contact Form Section Begin*/

  .contact__forM {
    background: #081118;
  }

  .form__content {
    text-align: center;
  }

  .form__content h3 {
    color: var(--white);
    letter-spacing: -2.64px;
    font-size: 60px;
    font-weight: 400;
  }

  .form__content p {
    color: var(--white);
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    line-height: 35px;
    font-weight: 300;
  }

  .contact__form__sec input {
    height: 60px;
    border: 2px solid #414141;
    border-radius: 10px;
    width: 100%;
    background: transparent;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
  }

  .contact__form__sec {
    padding-top: 60px;
  }

  .contact__form__sec textarea {
    height: 180px;
    border: 2px solid #414141;
    border-radius: 10px;
    width: 100%;
    background: transparent;
    padding: 30px 21px;
    font-size: 16px;
    margin-bottom: 30px;
    resize: none;
    color: #fff;
  }

  .btn__submit input {
    width: auto;
    height: auto;
    padding: 20px 50px;
    background: #fff;
    color: var(--primary_color);
    font-weight: 600;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    margin-top: 20px;
  }

  .btn__submit input:hover {
    background: var(--primary_color);
    color: var(--white);
    transition: 0.5s ease-in-out;
  }

  /*Contact Form Section End*/

  /*Our Approch Section Begin*/

  .our__approch__content h6 {
    letter-spacing: -0.6px;
    font-size: 20px;
    color: var(--primary_color);
    padding-bottom: 20px;
  }

  .our__approch__content h2 {
    letter-spacing: -1.65px;
    font-size: 55px;
    font-weight: bold;
    line-height: 68px;
    margin-bottom: 20px;
  }

  .our__approch__content p {
    font-size: 18px;
    line-height: 34px;
  }

  .discovery__sec__tab {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 36px #0000001c;
    border-radius: 16px;
    padding: 30px 30px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    height: 204px;
  }

  .discovery__sec__tab h3 {
    font-size: 32px;
    position: relative;
    z-index: 99;
  }

  .discovery__sec__tab p {
    font-size: 16px;
    line-height: 27px;
    width: 80%;
    display: inline-block;
    position: relative;
    z-index: 99;
  }

  .discovery__sec__tab span {
    position: absolute;
    right: 40px;
    font-size: 82px;
    font-weight: bold;
    color: black;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    padding-top: 10px;
    z-index: 99;
  }

  .overlay_img_sec img {
    width: 100%;
    height: 204px;
    object-fit: cover;
    border-radius: 16px;
  }

  .overlay_img_sec {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
  }

  .overlay_img_sec:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 65%);
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 16px;
  }

  .discovery__sec__tab:hover .overlay_img_sec {
    opacity: 1;
    transition: 0.5s ease-in-out;
  }

  .discovery__sec__tab:hover h3,
.discovery__sec__tab:hover p {
    color: var(--white);
  }
  p.margin-zero {
    margin: 0 auto 0px;
  }

  /*Our Approch Section End*/

  /*Contact Us Section Begin*/

  .contact__sec {
    background: #f5f5f5 0% 0% no-repeat padding-box;
  }

  .contact__box__sec {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 36px #0000001a;
    border-radius: 20px;
    padding: 50px 40px;
    transition: 0.5s ease-in-out;
    height: 490px;
  }

  .contact__box__sec img {
    padding-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(599%)
      hue-rotate(135deg) brightness(92%) contrast(100%);
  }

  .contact__box__sec h3 {
    font-size: 44px;
    font-weight: bold;
    color: var(--primary_color);
  }

  .contact__box__sec p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  a.contact__btn {
    display: inline-block;
    background: transparent linear-gradient(73deg, #e91b28 0%, #39c7bc 100%) 0%
      0% no-repeat padding-box;
    padding: 19px 30px;
    border-radius: 10px;
    color: var(--white);
    font-size: 17px;
    font-weight: 500;
  }

  .contact__box__sec:hover {
    background: var(--primary_color);
    transition: 0.5s ease-in-out;
  }

  .contact__box__sec:hover img {
    filter: brightness(0) invert(1);
  }

  .contact__box__sec:hover h3,
  .contact__box__sec:hover p {
    color: var(--white);
  }

  .contact__box__sec:hover a.contact__btn {
    background: var(--white);
    color: var(--primary_color);
  }

  /*Contact Us Section End*/

  /*Inner Banner Section Begin*/

  .inner__banner__content h1 {
    letter-spacing: -1.6px;
    font-size: 77px;
    color: var(--white);
    font-weight: bold;
    padding-bottom: 10px;
  }

  .inner__banner__content h1 span {
    background: transparent;
    color: var(--primary_color);
    padding: 0 !important;
  }

  .inner__banner__content p {
    font-size: 20px;
    width: 100%;
    color: var(--white);
  }
  ul.points__banner li {
    display: inline-block;
    font-size: 17px;
    color: var(--white);
    padding: 0 20px 0 22px;
    position: relative;
    font-weight: 500;
  }
  ul.points__banner li:after {
    content: "";
    background: url(../images/point-icon.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .form__banner__sec {
    background: #fff;
    border-radius: 10px;
    margin: 30px 17px 0;
    width: 80%;
    height: 60px;
  }

  .form__banner__sec input {
    width: 100%;
    height: 60px;
    border: 0;
    border-right: 1px solid #f1e4e4;
    border-radius: 0;
    padding: 0 20px;
  }

  .btn__banner__form input {
    background: #e91b28;
    border-radius: 8px;
    color: var(--white);
    width: auto;
    position: relative;
    left: 10px;
    cursor: pointer;
    border: 0;
  }

  .form__banner__sec .row .col-sm-3:nth-child(3) input {
    border: 0;
  }

  .form__banner__sec .row .col-sm-3:nth-child(1) input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .banner__slider__img img {
    width: 100%;
  }

  .banner__slider__sec {
    margin-top: -310px;
    margin-bottom: 70px;
  }

  .inner__banner__content {
    position: relative;
    top: -130px;
  }

  .banner__slider__sec .container-fluid {
    padding: 0;
  }

  .banner__slider__sec .banner__services__slider {
    margin-left: -110px;
    margin-right: -150px;
  }

  .inner__services__content h2 span {
    color: var(--primary_color);
  }

  /*Inner Banner Section End*/

  /*Video Section Begin*/

  .video__Sec__main {
    background: transparent
      linear-gradient(
        63deg,
        var(--primary_color) 0%,
        var(--secondary_color) 100%
      )
      0% 0% no-repeat padding-box;
  }

  .video__Sec__main video {
    max-width: 100%;
    width: 100%;
  }

  /*Video Section End*/

  /*Our Process Section Begin*/

  .our__process__sec {
    background: transparent linear-gradient(73deg, #e91b28 0%, #39c7bc 100%) 0%
      0% no-repeat padding-box;
  }

  .process__box h4 {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
  }

  .process__box p {
    font-size: 15px;
    color: var(--white);
    font-weight: 300;
    line-height: 26px;
  }

  .process__box span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: rgb(255 255 255 / 66%);
    font-size: 70px;
    font-weight: bold;
    padding-bottom: 40px;
    display: inline-block;
  }

  .process__box {
    margin-bottom: 70px;
  }

  /*Our Process Section End*/

  .grow {
    transform: scale(0.8);
  }
  .large-video-playing video {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 20px;
    position: relative;
  }

  .video__content__sec {
    position: absolute;
    text-align: center;
    right: auto;
    top: -30px;
    z-index: 99;
    width: 100%;
  }

  .video__content__sec h2 {
    color: var(--white);
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -1.2px;
    line-height: 110px;
  }

  .video__content__sec h2 span {
    font-size: 80px;
    letter-spacing: -1.6px;
    line-height: 30px !important;
  }

  .large-video-playing:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 24%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    border-radius: 14px;
  }
  li.head__pkg {
    color: var(--primary_color);
    font-weight: bold;
    padding: 10px 0 !important;
    font-size: 19px !important;
  }
  li.head__pkg:before {
    display: none;
  }

  /*POPUP Section Begin*/

  .LetsGetModal .modal-dialog {
    max-width: 920px;
  }

  .modal__img__sec img {
    width: 100%;
    height: 460px;
    object-fit: cover;
  }

  .LetsGetModal .modal-body {
    padding: 0;
    border: 0;
    border-radius: 0 !important;
  }

  .LetsGetModal .modal-content {
    border-radius: 15px;
    border: 0;
  }

  .ban-form input {
    height: 55px;
    margin-bottom: 13px;
    font-size: 14px;
  }

  .form__banner {
    padding: 0;
  }

  .ban-form textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    padding: 15px 12px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .submitbtn input {
    width: 100%;
    background: var(--primary_color);
    border: 0;
    font-size: 18px;
    color: var(--white);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 16px 0;
    background: #e91b28;
  }
  .banner-formInner .check-list.nopaddding label {
    color: #000;
  }
  .overlay_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px 20px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
  }

  .modal__img__sec {
    position: relative;
  }

  .overlay_popup h5 {
    color: var(--white);
    font-size: 26px;
    font-weight: 300;
  }

  .overlay_popup h5 span {
    color: var(--secondary_color);
  }

  .LetsGetModal button.close {
    background: var(--primary_color);
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
    background: #e91b28;
  }
  .LetsGetModal button.close span {
    position: relative;
    top: -5px;
    font-size: 29px;
    right: -1px;
  }

  .modal-backdrop {
    z-index: 99999;
  }

  .modal {
    z-index: 999999;
  }

  .intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
  }

  .ban-form select {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 45px;
    margin-bottom: 13px;
    font-size: 13px;
    padding: 0.375rem 0.75rem;
    color: #495057;
  }

  .form__banner textarea {
    height: 230px;
  }

  .LetsGetModal textarea {
    width: 100%;
    height: 190px;
    border-radius: 5px;
    padding: 10px 10px;
    border: 1px solid #ced4da;
    resize: none;
  }

  .popup__head h6 {
    font-size: 30px;
    font-weight: bold;
  }

  .popup__head p {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    width: 90%;
  }

  .banner-formInner .col-sm-8 {
    padding: 30px 40px;
  }
  /*POPUP Section End*/

  .term_content_Sec p,
  .term_content_sec p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
  }

  .term_content_Sec h3,
  .term_content_sec h4 {
    font-size: 32px;
    color: var(--primary_color);
    font-weight: bold;
    padding-bottom: 7px;
  }

  .term_content_Sec {
    padding-bottom: 30px;
  }

  .term_content_Sec p b {
    color: var(--secondary_color);
  }

  .term_content_Sec ul li,
  .term_content_sec ul li {
    font-size: 19px;
    padding-bottom: 16px;
    font-weight: 400;
    list-style-type: disc;
    line-height: 30px;
  }

  .term_content_sec ul li ul li {
    list-style-type: circle;
  }
  .term_content_sec ul li ul {
    padding: 10px 20px;
  }

  .term_content_Sec ul {
    padding: 0 40px;
  }

  .term_content_Sec p a {
    color: var(--hover_color);
    font-weight: bold;
    text-decoration: underline;
  }

  .term_content_Sec ul li a,
  .term_content_sec ul li a {
    color: var(--hover_color);
    font-weight: bold;
    text-decoration: underline;
  }
  footer {
    /* background: #e91b28; */
    padding: 50px 0 20px;
    background: #222429 url(../images/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .footer__logo {
    padding-bottom: 20px;
  }

  .footer__logo a {
    display: block;
    text-align: center;
  }

  .footer__logo img {
    width: 13%;
  }

  .footer__para p {
    color: var(--white);
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
  }
  ul.footer__social li {
    display: inline-block;
  }
  ul.footer__social li a {
    color: var(--white);
    font-size: 38px;
    padding: 10px 20px 0 0;
  }
  ul.footer__social {
    padding: 10px 0;
  }

  .link__head span {
    color: var(--white);
    font-size: 20px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .links__anchor ul li a {
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
    padding-bottom: 14px;
    display: inline-block;
  }

  .links__anchor ul li a:hover {
    color: #b5b5b5;
  }

  .info__contact ul li span {
    color: var(--white);
    font-size: 19px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500;
  }

  .info__contact ul li {
    padding-bottom: 12px;
    display: block;
    text-align: center;
  }

  .info__contact ul li p {
    font-size: 14px;
    color: var(--white);
    line-height: 0px;
    font-weight: 300;
  }

  .info__contact ul li a {
    display: block;
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
  }

  .payment__icon {
    border-top: 1px solid rgb(255 255 255 / 35%);
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    padding: 30px 0;
    margin-top: 40px;
  }

  .payment__icon .row {
    align-items: center;
  }

  .copy__right {
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 30px;
  }

  .copy__text p {
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
  }

  .terms__links ul li {
    display: inline-block;
    padding: 0 0 0px 30px;
  }

  .terms__links ul li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    position: relative;
  }

  .terms__links ul li a:hover {
    color: var(--primary_color);
  }

  .links__anchor ul li a:after {
    content: "";
    background: url(../images/footer__icon.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
  }

  .terms__links {
    text-align: right;
  }

  .terms__links ul li a:after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    right: -20px;
    height: 21px;
    top: -1px;
  }

  .terms__links ul li:nth-last-child(1) a:after {
    border: 0;
  }

  .faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .mobile__number {
    display: none;
  }

  /*Responsive Section Begin*/
  @media (max-width: 1600px) {
    .container {
      max-width: 1400px;
    }

    .banner___content h1 {
      font-size: 55px;
      line-height: 84px;
    }

    .home__about__content h2 {
      font-size: 52px;
    }

    .home__about__content p {
      font-size: 17px;
      line-height: 32px;
    }

    .offer__box:before {
      width: 100%;
      left: -154px;
    }

    .heading__center h2 {
      font-size: 63px;
    }

    .packages__head h2 {
      font-size: 80px;
    }

    .packages__list__menu ul li a {
      padding: 20px 25px;
      font-size: 18px;
    }

    .list__packages ul {
      overflow-x: hidden;
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
      font-size: 36px;
    }

    .faq__sec__main .center__text__sec h2 {
      font-size: 50px;
    }

    .sec__CTA__Sc h3 {
      font-size: 54px;
    }

    .center__text__sec h2 {
      font-size: 70px;
    }

    .counter {
      font-size: 80px;
    }

    .center__text__sec h2 span {
      padding: 0 20px;
      position: relative;
      top: -9px;
    }

    .form__content h3 {
      font-size: 65px;
    }

    .choose__head span {
      font-size: 19px;
    }

    .choose__head {
      padding-left: 10px;
    }

    .why_choose__box {
      padding: 30px 25px;
    }

    .cta__content__Sec h3 {
      font-size: 65px;
    }

    .Portfolio__Tb__LiSt ul li a {
      font-size: 19px;
    }

    .offer__tab__list span {
      font-size: 25px;
      line-height: 30px;
    }

    .offer__box h4 {
      font-size: 40px;
    }

    .offer__box span {
      font-size: 28px;
    }

    .offer__box p {
      font-size: 15px;
      line-height: 28px;
    }

    .about__banner .banner___content h1 {
      font-size: 50px;
      line-height: 65px;
    }

    .about__banner .banner___content p {
      font-size: 19px;
    }

    .our__approch__content h2 {
      font-size: 51px;
      line-height: 60px;
    }

    .discovery__sec__tab h3 {
      font-size: 30px;
    }

    ul.points__banner li {
      font-size: 16px;
    }

    .banner__slider__sec {
      overflow: hidden;
    }

    .process__box h4 {
      font-size: 28px;
    }

    .links__anchor ul li a {
      padding-bottom: 12px;
      font-size: 15px;
    }

    .copy__text p {
      font-size: 14px;
    }

    .link__head span {
      font-size: 19px;
    }

    .skill h4 {
      font-size: 18px;
    }

    .choose__para p {
      font-size: 15px;
    }

    .packages__name span {
      font-size: 16px;
    }

    .packages__amount span {
      font-size: 45px;
    }

    .list__packages ul li {
      font-size: 15px;
    }

    .contact__box__sec h3 {
      font-size: 37px;
    }

    .contact__box__sec p {
      font-size: 17px;
      line-height: 28px;
    }

    .term_content_Sec h3,
    .term_content_sec h4 {
      font-size: 29px;
    }

    .term_content_Sec p {
      font-size: 18px;
      line-height: 29px;
    }

    .banner___content h1 span {
      padding: 5px 24px 5px 20px;
    }

    ul.point__banner li {
      font-size: 18px;
    }

    .industries__sec__head span {
      font-size: 20px;
      line-height: 24px;
    }

    .industries__sec__box {
      height: 200px;
    }

    .review__list__tb p {
      font-size: 18px;
      line-height: 33px;
    }
  }
  @media (max-width: 1440px) {
    .container {
      max-width: 1300px;
    }

    .btn__head__tb ul li a.btn__head {
      padding: 15px 20px;
      font-size: 15px;
    }

    .banner___content h1 {
      font-size: 52px;
      line-height: 65px;
    }

    .banner___content p {
      font-size: 19px;
      line-height: 30px;
    }

    .home__about__content h2 {
      font-size: 46px;
      letter-spacing: -1px;
    }

    .offer__box span {
      font-size: 25px;
      width: 90%;
    }

    .offer__tab__list small {
      font-size: 45px;
    }

    .heading__center h2 {
      font-size: 59px;
    }

    .cta__sec__main {
      padding: 130px 0;
    }

    .packages__head h2 {
      font-size: 70px;
      line-height: 84px;
    }

    .center__text__sec h2 {
      font-size: 60px;
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
      font-size: 32px;
    }

    .form__content h3 {
      font-size: 58px;
    }

    .info__contact ul li p {
      margin-bottom: 0;
    }

    .about__banner .banner___content p {
      font-size: 17px;
    }

    .our__approch__content h2 {
      font-size: 47px;
    }

    .discovery__sec__tab p {
      width: 73%;
    }

    .discovery__sec__tab span {
      font-size: 72px;
    }

    .inner__banner .col-sm-10 {
      max-width: 100%;
      flex: 100%;
    }

    .btn__banner__form input {
      left: 13px;
    }

    .platform__form__Sec {
      padding: 110px 0;
    }

    .process__box h4 {
      font-size: 25px;
    }

    .process__box p {
      font-size: 14px;
      line-height: 25px;
    }

    .link__head span {
      font-size: 18px;
    }

    .banner__slider__sec {
      margin-top: -280px;
    }

    .sec__CTA__Sc h3 {
      font-size: 51px;
    }

    .our__process__sec .center__text__sec h2 {
      font-size: 50px;
    }

    .main_menu_sec ul li a {
      padding: 30px 14px !important;
    }
  }
  @media (max-width: 1366px) {
    .container {
      max-width: 1200px;
    }

    .platform__form__Sec {
      padding: 70px 0;
    }

    .banner___content h1 {
      font-size: 46px;
      line-height: 65px;
    }

    .banner___content h1 br {
      display: none;
    }

    .home__about__content h2 {
      font-size: 40px;
      letter-spacing: -1px;
    }

    .heading__center h2 {
      font-size: 52px;
    }

    .offer__box span {
      font-size: 22px;
    }

    .cta__content__Sec h3 {
      font-size: 52px;
      letter-spacing: -0.5px;
    }

    .packages__head h2 {
      font-size: 63px;
      line-height: 75px;
    }

    .packages__list__menu ul li a {
      padding: 20px 22px;
      font-size: 17px;
    }

    .per__amount span {
      letter-spacing: -0.57px;
      font-size: 18px;
      padding: 0 5px;
    }

    .why_choose__box {
      padding: 30px 25px;
    }

    .industries__sec__icon img {
      width: 50px;
    }

    .industries__sec__head span {
      font-size: 17px;
      line-height: 21px;
    }

    .industries__sec__box {
      height: 170px;
    }

    .counter {
      font-size: 70px;
      height: 4.225rem;
    }

    .faq__sec__main .center__text__sec h2 {
      font-size: 42px;
    }

    .faq__inner__sec .card-header button {
      padding: 24px 18px;
    }

    .form__content p {
      font-size: 16px;
    }

    .info__contact ul li span {
      font-size: 16px;
    }

    .links__anchor ul li a {
      padding-bottom: 9px;
      font-size: 14px;
    }

    .info__contact ul li a {
      font-size: 13px;
    }

    .info__contact ul li p {
      font-size: 15px;
    }

    .offer__tab__list span {
      font-size: 20px;
      line-height: 26px;
    }

    .about__banner .banner___content h1 {
      font-size: 46px;
      line-height: 57px;
    }

    .about__banner .banner___content p {
      font-size: 16px;
      width: 87%;
      font-weight: 500;
    }

    .our__approch__content h2 {
      font-size: 43px;
      line-height: 52px;
    }

    .our__approch__content p {
      font-size: 17px;
      line-height: 31px;
    }

    .our__process__sec .center__text__sec h2 {
      font-size: 41px;
    }

    .process__box h4 {
      font-size: 21px;
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
      font-size: 29px;
    }

    .faq__sec__main .center__text__sec h2 {
      font-size: 39px;
    }

    .faq__inner__sec .card-header button {
      padding: 24px 18px;
      font-size: 16px;
      white-space: unset;
    }
  }
  @media (max-width: 1200px) {
    .container {
      max-width: 1090px;
    }

    .main_menu_sec ul li a {
      padding: 30px 12px !important;
      font-size: 15px;
    }

    .btn__head__tb ul li {
      display: inline-block;
      padding: 10px 10px;
    }

    .btn__head__tb ul li a.btn__head {
      padding: 15px 16px;
      font-size: 14px;
    }

    .banner___content h1 {
      font-size: 41px;
      line-height: 58px;
    }

    .banner___content p {
      font-size: 19px;
      line-height: 28px;
    }

    ul.point__banner li {
      font-size: 17px;
    }

    .about__img__hme img {
      width: 100%;
    }

    .home__about__content h2 {
      font-size: 34px;
      letter-spacing: -1px;
    }

    .home__about__content p {
      font-size: 16px;
      line-height: 31px;
    }

    .heading__center h2 {
      font-size: 47px;
    }

    .what__we__offer .row.pb-5.mb-5 {
      margin-bottom: 0 !important;
    }

    .services__logo__tab span {
      font-size: 15px !important;
    }

    .offer__tab__list span {
      font-size: 17px;
      line-height: 21px;
    }

    .Portfolio__Tb__LiSt ul li a {
      font-size: 17px;
      padding: 12px 20px 9px 0;
    }

    .portfolio__content span {
      font-size: 20px;
    }

    .portfolio__content p {
      font-size: 18px;
    }

    .cta__content__Sec h3 {
      font-size: 43px;
      letter-spacing: -0.5px;
    }

    .packages__head h2 {
      font-size: 50px;
      line-height: 65px;
    }

    .packages__list__menu ul li a {
      padding: 18px 19px;
      font-size: 15px;
    }

    .package__box__sec {
      padding: 40px 15px;
    }

    .packages__amount span {
      font-size: 38px;
    }

    .per__amount span {
      font-size: 16px;
    }

    .list__packages ul li {
      font-size: 13px;
    }

    .btn__pkg a {
      font-size: 15px;
    }

    .center__text__sec h2 {
      font-size: 52px;
    }

    .icon__box {
      width: 70px;
      height: 70px;
    }

    .choose__para p {
      font-size: 14px;
      line-height: 24px;
    }

    .why_choose__box {
      padding: 30px 25px;
      height: 300px;
    }

    .industries__sec__box {
      height: 160px;
    }

    .sec__CTA__Sc h3 {
      font-size: 40px;
    }

    .cta__after {
      top: -70px;
    }

    .faq__sec__main .center__text__sec h2 {
      font-size: 32px;
    }

    .center__text__sec h2 span {
      top: 0;
    }

    .center__text__sec h2 span img {
      width: 34%;
    }

    .skill h4 {
      font-size: 16px;
    }

    .form__content h3 {
      font-size: 48px;
    }

    .form__content p {
      font-size: 16px;
      width: 90%;
    }

    .footer__para p {
      font-size: 13px;
      line-height: 24px;
    }

    .link__head span {
      font-size: 16px;
    }

    .links__anchor ul li a {
      padding-bottom: 9px;
      font-size: 13px;
    }

    .info__contact ul li p {
      font-size: 14px;
    }

    .payment__logo img {
      width: 80%;
    }

    .copy__text p {
      font-size: 14px;
    }

    .terms__links ul li a {
      font-size: 15px;
    }

    .terms__links ul li a:after {
      right: -22px;
      height: 23px;
      top: 0px;
    }

    .counter {
      font-size: 60px;
      height: 3.4rem;
    }

    .review__list__tb p {
      font-size: 17px;
      line-height: 30px;
      width: 90%;
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
      font-size: 24px;
    }

    .faq__sec__main .center__text__sec p {
      font-size: 16px;
      line-height: 27px;
    }

    .form__content h3 {
      font-size: 43px;
    }

    footer {
      padding: 60px 0 80px;
    }

    .about__banner .banner___content h1 {
      font-size: 39px;
      line-height: 47px;
    }

    .our__approch__content h2 {
      font-size: 38px;
      line-height: 44px;
    }

    .discovery__sec__tab h3 {
      font-size: 25px;
    }

    .discovery__sec__tab p {
      width: 73%;
      font-size: 15px;
      line-height: 24px;
    }

    .our__approch__content p {
      font-size: 16px;
      line-height: 29px;
    }

    .discovery__sec__tab span {
      font-size: 62px;
    }

    .offer__box h4 {
      font-size: 35px;
    }

    .offer__box span {
      font-size: 20px;
      line-height: 30px;
    }

    .services__logo__tab span {
      font-size: 15px !important;
      line-height: 20px !important;
    }

    .services__banner .banner__img {
      height: 750px;
      object-fit: cover;
    }

    ul.points__banner li {
      font-size: 15px;
      padding: 0 10px 0 22px;
    }

    .home__about__content h2 {
      font-size: 32px;
      letter-spacing: -1px;
    }

    .home__about__content p {
      font-size: 17px;
      line-height: 30px;
    }

    .video__content__sec h2 {
      font-size: 50px;
      line-height: 90px;
    }

    .video__content__sec h2 span {
      font-size: 70px;
    }

    .video__content__sec {
      top: -10px;
    }

    .choose__head span {
      font-size: 18px;
      line-height: 20px;
    }

    .our__process__sec .center__text__sec h2 {
      font-size: 35px;
      line-height: 10px;
    }

    .our__process__sec .center__text__sec h2 span img {
      width: 25%;
    }

    .process__box h4 {
      font-size: 19px;
    }

    .process__box p {
      font-size: 13px;
      line-height: 23px;
    }

    .process__box span {
      font-size: 60px;
      padding-bottom: 30px;
    }

    .faq__inner__sec .card-header button {
      font-size: 15px;
    }

    .packages__name span {
      font-size: 16px;
    }

    .list__packages ul li {
      font-size: 14px;
      padding-left: 14px;
    }

    .pkg__banner .banner___content p {
      width: 90%;
      font-size: 17px;
    }

    .contact__box__sec h3 {
      font-size: 24px;
    }

    .contact__box__sec p {
      font-size: 15px;
      line-height: 26px;
    }

    .pkg__banner .banner___content h1 {
      font-size: 34px;
      width: 90%;
      margin: 0 auto 10px;
      line-height: 46px;
    }

    .term_content_Sec p {
      font-size: 16px;
      line-height: 27px;
    }

    .term_content_Sec h3,
    .term_content_sec h4 {
      font-size: 26px;
    }

    .term_content_Sec ul li,
    .term_content_sec ul li {
      font-size: 16px;
      padding-bottom: 8px;
    }

    .term_content_Sec h3,
    .term_content_sec h4 {
      font-size: 24px;
    }
  }
  @media (max-width: 1100px) {
    .container {
      max-width: 1020px;
    }

    .main_menu_sec ul li a {
      padding: 30px 10px !important;
      font-size: 14px;
    }

    .banner___content h1 {
      font-size: 37px;
      line-height: 58px;
    }

    ul.point__banner li {
      font-size: 16px;
    }

    .web___btn ul li a {
      padding: 15px 25px;
      font-size: 16px;
    }

    .home__about__content h2 {
      font-size: 29px;
      letter-spacing: -1px;
    }

    .home__about__content p {
      font-size: 16px;
      line-height: 29px;
    }

    .offer__tab__list {
      padding: 50px 30px 50px 88px;
    }

    .offer__tab__list img {
      width: 46px;
    }

    .cta__content__Sec h3 {
      font-size: 37px;
      letter-spacing: -0.5px;
    }

    .packages__head h2 {
      font-size: 41px;
      line-height: 65px;
    }

    .center__text__sec h2 {
      font-size: 45px;
      letter-spacing: -1px;
    }

    .industries__sec__head span {
      font-size: 15px;
      line-height: 21px;
    }

    .industries__sec__icon {
      padding-bottom: 10px;
    }

    .industries__sec__icon img {
      width: 44px;
    }

    .industries__sec__box {
      height: 140px;
    }

    .faq__sec__main .center__text__sec h2 {
      font-size: 27px;
    }

    .about__banner .banner__img {
      height: 580px;
      object-fit: cover;
    }

    .about__banner .banner___content h1 {
      font-size: 35px;
      line-height: 47px;
    }

    .our__approch__content h2 {
      font-size: 35px;
      line-height: 44px;
    }

    .heading__center h2 {
      font-size: 41px;
    }

    .cta__sec__main {
      padding: 110px 0;
    }

    .form__content p {
      font-size: 15px;
      width: 95%;
      line-height: 30px;
    }

    ul.points__banner li:after {
      width: 13px;
      height: 13px;
      top: 5px;
      background-size: cover;
    }

    ul.points__banner li {
      font-size: 14px;
      padding: 0 10px 0 18px;
    }

    .home__about__content h2 {
      font-size: 28px;
      letter-spacing: 0;
    }

    .home__about__content p {
      font-size: 15px;
      line-height: 28px;
    }

    .Portfolio__Tb__LiSt ul li a {
      font-size: 16px;
      padding: 10px 0 9px 0;
    }

    .video__content__sec h2 span {
      font-size: 55px;
    }

    .video__content__sec h2 {
      font-size: 45px;
      line-height: 80px;
    }

    .video__content__sec {
      top: 0px;
    }

    .banner___content p {
      font-size: 18px;
      line-height: 28px;
    }

    .packages__head p {
      font-size: 17px;
      line-height: 30px;
    }

    .process__box span {
      font-size: 45px;
      padding-bottom: 25px;
    }

    .our__process__sec .center__text__sec h2 {
      font-size: 30px;
    }

    .pkg__banner .banner__img {
      height: 500px;
      object-fit: cover;
    }

    .pkg__banner .banner___content h1 {
      font-size: 31px;
      width: 90%;
      margin: 0 auto 10px;
      line-height: 40px;
    }

    .pkg__banner .banner___content p {
      width: 100%;
      font-size: 17px;
    }
  }
  @media (max-width: 1024px) {
    .container {
      max-width: 960px;
    }

    .btn__head__tb ul li a.btn__head {
      padding: 13px 10px;
      font-size: 12px;
    }

    .hme__banner .banner__img {
      height: 600px;
      object-fit: cover;
    }

    .home__about__content h2 {
      font-size: 25px;
      letter-spacing: 0;
    }

    .offer__box {
      padding: 50px 10px;
    }

    .offer__box:before {
      width: 100%;
      left: -154px;
      height: 670px;
    }

    .offer__box {
      height: 670px;
    }

    .packages__list__menu ul li a {
      padding: 15px 16px;
      font-size: 15px;
    }

    .packages__Sec__main .col-sm-3 {
      max-width: 33%;
      flex: 33%;
    }

    .list__packages ul li {
      font-size: 15px;
      padding-left: 14px;
    }

    .icon__box {
      width: 60px;
      height: 60px;
    }

    .icon__box img {
      width: 31px;
    }

    ul.points__banner li {
      font-size: 13px;
      padding: 0 10px 0 18px;
    }

    .banner___content p {
      font-size: 17px;
    }

    .platform__form__Sec {
      padding: 100px 0;
    }

    .platform__form__Sec .pt-5 {
      padding: 10px 0 !important;
    }

    .packages__head h2 {
      font-size: 37px;
      line-height: 65px;
    }

    .faq__inner__sec .card-body {
      font-size: 15px;
      line-height: 27px;
      font-weight: 400;
    }

    .banner___content h1 {
      font-size: 34px;
      line-height: 58px;
    }

    .form__banner__sec input {
      font-size: 13px;
    }

    .padding__120 {
      padding: 90px 0;
    }
  }
  @media (max-width: 992px) {
    .banner___content h1 span {
      padding: 5px 24px 5px 15px;
      margin: 0 12px;
    }
  }
  @media (max-width: 768px) {
    header .main_menu_sec {
      display: none;
    }

    .logo__Sec__main img {
      width: 35%;
    }

    .btn__head__tb {
      text-align: right;
      display: none;
    }

    .container {
      max-width: 720px;
    }

    .main_menu_sec ul li a {
      padding: 30px 8px !important;
      font-size: 14px;
    }

    header .col-sm-7 {
      max-width: 75%;
      flex: 75%;
    }

    .banner___content h1 {
      font-size: 29px;
      line-height: 48px;
    }

    .hme__banner .banner__img {
      height: 490px;
      object-fit: cover;
    }

    ul.point__banner li {
      font-size: 15px;
    }

    .banner___content p {
      font-size: 15px;
    }

    .web___btn ul li a {
      padding: 15px 25px;
      font-size: 15px;
    }

    .platform__form__Sec {
      padding: 60px 0;
    }

    .home__about__sec .col-sm-6 {
      max-width: 100%;
      flex: 100%;
    }

    .about__img__hme {
      display: none;
    }

    .what__we__offer .col-sm-4 {
      max-width: 100%;
      flex: 100%;
    }

    .what__we__offer .col-sm-8 {
      max-width: 100%;
      flex: 100%;
    }

    .offer__menu__sec {
      height: auto;
      overflow-y: auto;
    }

    .offer__menu__sec ul li a {
      width: 100%;
    }

    .offer__tab__list {
      padding: 50px 30px 50px 88px;
      margin-bottom: 10px;
    }

    .offer__menu__sec ul li {
      display: inline-block;
      padding: 10px 10px 0px 0;
      width: 49%;
      flex: 50%;
    }

    .offer__menu__sec ul {
      display: flex;
      margin-bottom: 20px;
    }

    .offer__box {
      height: auto;
      padding: 50px 30px;
      border-radius: 10px;
    }

    .offer__box:before {
      display: none;
    }

    .our__portfolio__sec .col-sm-3 {
      max-width: 100%;
      flex: 100%;
    }

    .our__portfolio__sec .col-sm-9 {
      max-width: 100%;
      flex: 100%;
    }

    .Portfolio__Tb__LiSt ul li {
      display: inline-block;
      width: auto;
      padding: 10px 10px;
    }

    .Portfolio__Tb__LiSt ul li a {
      font-size: 15px;
      padding: 10px 14px;
      background: #e9e8e8;
      color: var(--primary_color) !important;
      border-radius: 10px !important;
      border: 0 !important;
      margin-bottom: 0;
    }

    .Portfolio__Tb__LiSt {
      position: unset;
      top: 0;
      text-align: center;
    }

    .Portfolio__Tb__LiSt ul {
      width: auto;
      border: 0;
      justify-content: center;
      margin-bottom: 20px;
    }

    .Portfolio__Tb__LiSt ul li {
      display: inline-block;
      width: auto;
      padding: 7px 9px;
      margin-bottom: 0 !important;
    }

    .Portfolio__Tb__LiSt ul li a.active {
      background: var(--primary_color) !important;
      border: 0 !important;
      font-weight: 500;
      color: var(--white) !important;
    }

    .our__portfolio__sec .pt-5 {
      padding: 15px 0 !important;
    }

    .cta__content__Sec h3 {
      font-size: 30px;
      letter-spacing: -0.5px;
    }

    .packages__head h2 {
      font-size: 31px;
      line-height: 65px;
      letter-spacing: -1.94px;
    }

    .Portfolio__Tb__LiSt ul li a:hover {
      border: 0 !important;
    }

    .packages__list__menu ul li a {
      padding: 13px 13px;
      font-size: 14px;
    }

    .packages__Sec__main .col-sm-3 {
      max-width: 50%;
      flex: 50%;
    }

    .why_choose___sec .col-sm-4 {
      max-width: 100%;
      flex: 50%;
    }

    .industries__sec__main .col-sm-2 {
      max-width: 25%;
      flex: 25%;
    }

    .industries__sec__main .row {
      justify-content: center;
    }

    .center__text__sec h2 {
      font-size: 30px;
      letter-spacing: -1px;
    }

    .counter {
      font-size: 50px;
      height: 3.2rem;
      margin-bottom: 10px;
    }

    span.count_text {
      font-size: 17px;
    }

    .center__text__sec p {
      font-size: 17px;
      line-height: 28px;
    }

    .review__sec__main .col-sm-9 {
      max-width: 100%;
      flex: 100%;
    }

    .sec__CTA__Sc h3 {
      font-size: 26px;
    }

    .faq__sec__main .col-sm-6 {
      max-width: 100%;
      flex: 100%;
    }

    .faq__inner__sec .card-header button {
      font-size: 17px;
    }

    .form__content p {
      font-size: 14px;
      width: 95%;
      line-height: 30px;
    }

    footer .col-sm-4 {
      max-width: 100%;
      flex: 100%;
    }

    footer .col-sm-2 {
      max-width: 33%;
      flex: 33%;
      padding: 20px 20px !important;
    }

    footer .col-sm-3 {
      max-width: 33%;
      flex: 33%;
    }

    .payment__logo img {
      width: 100%;
    }

    .copy__text p {
      font-size: 12px;
      text-align: center;
    }

    .terms__links ul li a {
      font-size: 13px;
    }

    .footer__logo img {
      width: 40%;
    }

    .copy__right {
      margin-top: 10px;
    }

    .why-section-mob {
      display: flex;
      flex-direction: column;
    }

    .about__banner .col-sm-8 {
      max-width: 100%;
      flex: 100%;
    }

    .about__banner .carousel-item:after {
      content: "";
      position: absolute;
      background: rgb(255 255 255 / 85%);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }

    .about__banner .banner___content p {
      font-size: 16px;
      width: 100%;
      font-weight: 500;
    }

    .our__approch__sec .col-sm-6 {
      max-width: 100%;
      flex: 100%;
    }

    .discovery__sec__main {
      padding-top: 40px;
    }

    .form__content h3 {
      font-size: 34px;
    }

    .about__banner .banner___content h1 {
      font-size: 31px;
      line-height: 47px;
    }

    .services__banner .banner___content p br {
      display: none;
    }

    .services__banner .banner___content p {
      font-size: 15px;
      line-height: 25px;
    }

    .inner__banner__content {
      position: relative;
      top: -60px;
    }

    .inner__banner__content h1 span {
      margin: 0 !important;
    }

    ul.points__banner li {
      font-size: 15px;
      padding: 0 10px 0 18px;
      margin: 8px 0;
    }

    .services__banner .banner__img {
      height: 640px;
      object-fit: cover;
    }

    .banner__slider__sec {
      margin-top: -135px;
    }

    .home__about__sec .col-sm-7 {
      max-width: 100%;
      flex: 100%;
    }

    .video__content__sec h2 {
      font-size: 35px;
      line-height: 70px;
    }

    .video__content__sec h2 span {
      font-size: 46px;
    }

    .cta__after {
      top: -80px;
      right: 40px;
    }

    .packages__head p br {
      display: none;
    }

    .our__process__sec .col-sm-4 {
      max-width: 50%;
      flex: 50%;
    }

    .video__Sec__main {
      overflow: hidden;
    }
  }

  @media (max-width: 576px) {
    .app-container {
      display: block;
    }

    .banner__Sec__main .imgwrp {
      display: none;
    }

    header.stickyheader {
      position: relative;
    }

    .mobile__number {
      position: fixed !important;
      background: var(--primary_color);
      bottom: 0;
      width: 100%;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      z-index: 99;
      font-size: 25px;
      display: block;
    }

    .mobile__number li a {
      color: #fff;
    }

    .mobile-nav-btn {
      top: 0;
      position: absolute;
    }

    .mobile-nav-btn span {
      top: 35px;
    }

    .hme__banner .col-sm-8 {
      max-width: 100%;
      flex: 100%;
    }

    .hme__banner .carousel-item:after {
      content: "";
      background: rgb(255 255 255 / 82%);
      width: 100%;
      height: 100%;
      top: 0;
      position: absolute;
      right: 0;
    }

    .home__about__content h2 {
      font-size: 19px;
      letter-spacing: 0;
    }

    .heading__center h2 {
      font-size: 30px;
    }

    .container {
      max-width: 530px;
    }

    .platform__text h3 {
      font-size: 23px;
    }

    .home__about__content {
      padding-left: 0;
    }

    .offer__menu__sec {
      margin-top: 0;
    }

    .offer__tab__list img {
      position: relative;
      left: 0;
    }

    .offer__tab__list {
      display: inline-block;
    }

    .offer__tab__list {
      padding: 70px 30px 40px 28px;
    }

    .offer__tab__list img {
      position: absolute;
      top: 20px;
      left: 27px;
    }

    .offer__tab__list small {
      font-size: 45px;
      position: absolute;
      right: 10px;
      bottom: 22px;
      opacity: 0.5;
    }

    .offer__box h4 {
      font-size: 27px;
    }

    .offer__box span {
      font-size: 18px;
      line-height: 26px;
    }

    .offer__box p {
      font-size: 14px;
      line-height: 26px;
    }

    .padding__120 {
      padding: 60px 0;
    }

    .heading__center h6 {
      font-size: 22px;
    }

    .heading__center h2 {
      font-size: 25px;
    }

    .Portfolio__Tb__LiSt ul li {
      padding: 7px 4px;
    }

    .Portfolio__Tb__LiSt ul li a {
      font-size: 12px;
      padding: 10px 10px;
      font-weight: 600;
    }

    .portfolio__content span {
      font-size: 16px;
      margin-bottom: 5px;
    }

    .portfolio__img {
      margin-bottom: 15px;
    }

    .portfolio__content p {
      font-size: 16px;
    }

    .cta__content__Sec h3 {
      font-size: 24px;
      letter-spacing: -0.5px;
    }

    .cta__content__Sec .web___btn ul li a {
      font-size: 16px;
      padding: 20px 30px;
    }

    .packages__head h2 {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: -1.34px;
    }

    .industries__sec__main .col-sm-2 {
      max-width: 33%;
      flex: 33%;
    }

    .industries__sec__main .row {
      justify-content: center;
      padding-top: 0 !important;
    }

    .counters ul li {
      width: 49%;
      margin-bottom: 20px;
    }

    .counters ul {
      display: unset;
    }

    .center__text__sec p {
      font-size: 15px;
      line-height: 23px;
    }

    .center__text__sec h2 {
      font-size: 28px;
      text-align: center;
      margin: 0;
    }

    .sec__CTA__Sc h3 {
      font-size: 22px;
    }

    .second__sec__tb {
      padding: 70px 0 70px;
    }

    .faq__sec__main .center__text__sec h2 {
      font-size: 23px;
    }

    .faq__inner__sec .card-header button {
      font-size: 15px;
    }

    .faq__inner__sec .card-body {
      font-size: 14px;
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
      font-size: 21px;
    }

    .form__content p {
      font-size: 16px;
      width: 100%;
      line-height: 30px;
    }

    .contact__form__sec .col-sm-4 {
      max-width: 100%;
      flex: 100%;
    }

    footer .col-sm-2 {
      max-width: 100%;
      flex: 100%;
      padding: 0px 20px !important;
    }

    footer .col-sm-3 {
      max-width: 100%;
      flex: 100%;
    }

    footer .col-sm-2 {
      max-width: 100%;
      flex: 100%;
      padding: 0px 20px !important;
    }

    .link__head span {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .link__sec {
      padding-bottom: 20px;
    }

    .links__anchor ul li a {
      padding-bottom: 12px;
      font-size: 16px;
    }

    .footer__para p {
      font-size: 15px;
      line-height: 27px;
    }

    .about__banner .banner___content h1 {
      font-size: 23px;
      line-height: 37px;
      letter-spacing: -1.7px;
    }

    .about__banner .banner__img {
      height: 480px;
      object-fit: cover;
    }

    .our__approch__content h2 br {
      display: none;
    }

    .our__approch__content h2 {
      font-size: 32px;
      line-height: 40px;
    }

    .banner__slider__sec .banner__services__slider {
      margin-left: -50px;
      margin-right: -70px;
    }

    .form__banner__sec {
      background: transparent;
      border-radius: 10px;
      margin: 20px 0;
      width: 100%;
    }

    .form__banner__sec input {
      border-radius: 10px !important;
      border: 0;
      margin-bottom: 15px;
    }

    .btn__banner__form input {
      left: 0;
      width: 100%;
      padding: 0;
    }

    .form__banner__sec .col-sm-3.p-0 {
      max-width: 50%;
      flex: 50%;
      padding: 0 10px !important;
    }

    .about__img__hme {
      display: block;
      margin-bottom: 20px;
    }

    .about__img__hme img {
      width: 80%;
    }

    .home__about__sec .col-sm-5 {
      max-width: 100%;
      flex: 100%;
    }

    .packages__head h2 {
      font-size: 23px;
      line-height: 37px;
      letter-spacing: -1.14px;
    }

    .packages__head p {
      font-size: 16px;
      line-height: 26px;
    }

    .why_choose__box {
      padding: 20px 17px;
      height: 370px;
    }

    .choose__head span {
      font-size: 16px;
      line-height: 20px;
    }

    .our__process__sec .center__text__sec h2 {
      font-size: 27px;
      line-height: 40px;
    }

    .process__box h4 {
      font-size: 16px;
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
      font-size: 19px;
    }

    .form__content p {
      font-size: 15px;
      width: 100%;
      line-height: 29px;
    }

    .footer__para p {
      font-size: 14px;
      line-height: 25px;
    }

    .link__head span {
      font-size: 18px;
      margin-bottom: 26px;
    }

    .payment__icon .col-sm-6 {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 20px;
      text-align: center !important;
    }

    .payment__logo img {
      width: 70%;
      margin: 0 auto;
    }

    .payment__logo {
      text-align: center !important;
    }

    .copy__right .col-sm-6 {
      max-width: 100%;
      flex: 100%;
      text-align: center;
    }

    .terms__links {
      text-align: center;
      line-height: 39px;
    }

    .banner___content h1 {
      font-size: 28px;
      line-height: 38px;
    }

    .services__banner .banner__img {
      height: 690px;
      object-fit: cover;
    }

    .our__process__sec .center__text__sec h2 {
      font-size: 21px;
      line-height: 30px;
    }

    section.home__about__sec.pb-5.mb-5 {
      margin-bottom: 0 !important;
    }

    .video__content__sec h2 {
      font-size: 27px;
    }

    .video__content__sec h2 span {
      font-size: 33px;
    }

    .video__content__sec h2 {
      font-size: 27px;
      line-height: 47px;
    }

    .video__content__sec {
      right: 0;
    }

    .pkg__banner .banner___content h1 {
      font-size: 25px;
      width: 100%;
      margin: 0 auto 10px;
      line-height: 34px;
    }

    .pkg__banner .banner___content p {
      width: 100%;
      font-size: 15px;
    }

    .contact__sec .col-sm-6 {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 30px;
    }

    .contact__box__sec {
      height: auto;
    }

    .LetsGetModal .col-sm-4.p-0 {
      display: none;
    }

    .banner-formInner .col-sm-8 {
      padding: 30px 40px;
      max-width: 100%;
      flex: 100%;
    }

    .LetsGetModal .modal-dialog {
      max-width: 93%;
    }

    .popup__head h6 {
      font-size: 25px;
    }

    .popup__head p {
      font-size: 15px;
    }

    .banner___content h1 {
      font-size: 28px !important;
      line-height: 56px !important;
      letter-spacing: normal;
    }

    .banner___content h1 span {
      padding: 5px 10px 5px 10px;
      margin: 0px;
      display: block;
      line-height: 40px;
    }

    .hme__banner .banner___content h4 {
      color: #e91b28;
      font-weight: 600;
      font-size: 18px;
    }

    .why_choose__box {
      height: 280px;
    }

    .choose__para p {
      font-size: 15px;
      line-height: 26px;
      overflow: auto;
      height: 140px;
    }

    .form__content h3 {
      font-size: 26px;
      letter-spacing: normal;
    }

    .discovery__sec__tab {
      height: 277px;
    }

    .offer__menu__sec ul li {
      display: inline-block;
      padding: 10px 0px 0;
      width: 100%;
      flex: 100%;
    }

    .services__banner .banner__img {
      height: 580px;
      object-fit: cover;
    }

    .banner__Sec__main .carousel-caption {
      height: 42%;
    }
  }
  @media (max-width: 480px) {
    .banner__slider__sec {
      margin-top: -85px;
    }
  }
  @media (max-width: 450px) {
    .logo__Sec__main img {
      width: 35%;
    }

    .about__img__hme img {
      width: 96%;
    }

    .banner___content h1 {
      font-size: 25px;
      line-height: 35px;
    }

    .banner___content p {
      font-size: 16px;
      width: 100%;
    }

    .main_menu_sec {
      display: none;
    }

    .packages__list__menu ul li {
      padding: 0 3px;
      margin-bottom: 11px !important;
    }

    .packages__list__menu ul li a {
      padding: 13px 10px;
      font-size: 12px;
      font-weight: 600;
    }

    .packages__Sec__main .col-sm-3 {
      max-width: 100%;
      flex: 100%;
    }

    .packages__name span {
      font-size: 21px;
    }

    .per__amount span {
      font-size: 20px;
    }

    .list__packages ul li {
      font-size: 16px;
      padding-left: 14px;
      padding-bottom: 14px;
    }

    .why_choose___sec .col-sm-4 {
      max-width: 100%;
      flex: 100%;
    }

    .why_choose__box {
      padding: 20px 17px;
      height: auto;
    }

    .choose__head span {
      font-size: 18px;
      line-height: 20px;
    }

    .industries__sec__box {
      height: 130px;
      padding: 40px 0 40px;
    }

    .industries__sec__icon img {
      width: 35px;
    }

    .review__list__tb p {
      font-size: 15px;
      line-height: 27px;
      width: 90%;
    }

    section.second__sec__tb {
      display: none;
    }

    .form__content p {
      font-size: 15px;
      width: 100%;
      line-height: 26px;
    }

    .links__anchor ul li a {
      padding-bottom: 12px;
      font-size: 15px;
    }

    .payment__logo img {
      width: 95%;
      margin: 0 auto;
    }

    .copy__text p {
      font-size: 13px;
    }

    .faq__sec__main .center__text__sec h2 {
      font-size: 23px;
      letter-spacing: -1px;
      line-height: 30px;
    }

    .about__banner .banner___content h1 {
      font-size: 22px;
      line-height: 29px;
      letter-spacing: -1px;
    }

    .about__banner .banner___content p {
      font-size: 14px;
      width: 100%;
      font-weight: 500;
      line-height: 25px;
    }

    .our__approch__content h2 {
      font-size: 27px;
      line-height: 35px;
    }

    .our__approch__content h6 {
      font-size: 17px;
      padding-bottom: 0px;
    }

    .offer__tab__list span {
      font-size: 15px;
      line-height: 21px;
    }

    .offer__tab__list {
      padding: 80px 30px 40px 16px;
    }

    .offer__tab__list img {
      position: absolute;
      top: 20px;
      left: 11px;
    }

    .pkg__banner .banner___content h1 {
      font-size: 23px;
      margin: 0 auto 10px;
      line-height: 31px;
      letter-spacing: -1px;
      width: 100%;
    }

    .banner__slider__sec {
      margin-top: -155px;
    }

    .platform__form__Sec {
      padding: 30px 0;
    }

    .video__content__sec h2 span {
      font-size: 30px;
    }

    .our__process__sec .col-sm-4 {
      max-width: 100%;
      flex: 100%;
    }

    .container {
      max-width: 420px;
    }

    .our__portfolio__sec .col-sm-9 {
      max-width: 100%;
      flex: 100%;
    }

    .term_content_Sec p {
      font-size: 15px;
      line-height: 26px;
    }
  }
  @media (max-width: 390px) {
    .container {
      max-width: 370px;
    }

    .banner___content h1 {
      font-size: 23px;
      line-height: 30px;
    }

    .web___btn ul li a {
      padding: 13px 17px;
      font-size: 14px;
    }

    .platform__text h3 {
      font-size: 17px;
      letter-spacing: -0.34px;
    }

    .heading__center h2 {
      font-size: 23px;
    }

    .offer__box h4 {
      font-size: 22px;
    }

    .offer__box span {
      font-size: 16px;
      line-height: 25px;
    }

    .offer__box {
      height: auto;
      padding: 30px 20px;
    }

    .Portfolio__Tb__LiSt ul li a {
      font-size: 13px;
      padding: 10px 16px;
      font-weight: 600;
    }

    .cta__content__Sec h3 {
      font-size: 20px;
    }

    .packages__list__menu ul li a {
      padding: 13px 18px;
      font-size: 14px;
      font-weight: 500;
    }

    .list__packages ul li {
      font-size: 15px;
      padding-left: 14px;
      padding-bottom: 10px;
    }

    .center__text__sec h2 {
      font-size: 27px;
    }

    .center__text__sec h2 span img {
      display: none;
    }

    .center__text__sec h2 span {
      top: 0;
      padding: 0;
    }

    .industries__sec__main .col-sm-2 {
      max-width: 50%;
      flex: 50%;
    }

    .counter {
      font-size: 40px;
      height: 2.4rem;
      margin-bottom: 10px;
    }

    span.count_text {
      font-size: 15px;
    }

    .brand__author span {
      font-size: 19px;
    }

    .terms__links ul li {
      display: inline-block;
      padding: 10px 23px;
    }

    .terms__links ul li a:after {
      right: -22px;
      height: 23px;
      top: -3px;
    }

    .info__contact ul li a {
      font-size: 14px;
    }

    .info__contact ul li span {
      font-size: 15px;
    }

    .links__anchor ul li a {
      padding-bottom: 11px;
      font-size: 14px;
    }

    .form__banner__sec .col-sm-3.p-0 {
      max-width: 100%;
      flex: 100%;
      padding: 0 10px !important;
    }

    .inner__banner__content {
      position: relative;
      top: -170px;
    }

    .banner__slider__sec {
      margin-top: -215px;
    }

    .about__img__hme img {
      width: 100%;
    }

    .form__content p {
      font-size: 14px;
    }

    .packages__head h2 {
      font-size: 19px;
      line-height: 37px;
      letter-spacing: -1px;
    }

    .term_content_Sec p {
      font-size: 14px;
      line-height: 24px;
    }

    .term_content_Sec ul li,
    .term_content_sec ul li {
      font-size: 14px;
      padding-bottom: 8px;
      line-height: 25px;
    }

    .term_content_Sec h3,
    .term_content_sec h4 {
      font-size: 20px;
    }

    .copy__text p {
      font-size: 12px;
    }
  }

  /*Responsive Section End*/

  /*packages inner pages css start*/

  .works-wrap {
    padding: 60px 0 60px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    border-bottom: 1px solid #eaeaea;
  }

  .subscribe-fold .myheading {
    position: relative;
    padding-bottom: 40px;
    font-size: 44px;
    color: #160c28;
    line-height: 1.1em;
    margin-bottom: 30px;
    padding: 0;
  }

  .subs-pac {
    /* box-shadow: 0 3px 30px #0000001f; */
    display: block;
    width: 100%;
    text-align: center;
    /* height: 505px; */
    margin: 0 0 60px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* border-radius: 10px; */
    padding: 75px 0 0;
    background-color: #f0f0f0;
  }

  .bronze {
    border: 1px solid transparent;
  }

  .subscribe-fold h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    font-weight: 800;
    width: 100%;
    text-align: center;
  }

  .subs-pac h6 {
    color: var(--first-color);
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    line-height: 0.9;
    margin: 30px 0 0;
    position: relative;
    padding: 0 20px;
  }

  .subs-pac h6 span.old {
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    text-decoration: line-through;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
  }

  .subs-pac h6 span {
    font-size: 16px;
    color: #687087;
    display: inline-block;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    line-height: 1.3;
  }

  .subs-pac h6 span b.monthss {
    position: absolute;
    right: -61px;
    font-size: 20px;
    top: -37px;
    color: #555;
  }

  .subs-pac h6 b {
    position: relative;
    font-size: 20px;
    display: inline-block;
    top: -28px;
    color: #555;
  }

  .subs-pac a.ordrrrr {
    text-align: center;
    margin: 30px auto 0;
    border: none;
    padding: 14px 60px;
    color: #fff;
    box-shadow: none;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    background: transparent
      linear-gradient(
        74deg,
        var(--primary_color) 0%,
        var(--secondary_color) 100%
      )
      0% 0% no-repeat;
  }

  .subs-pac .actions a.chatbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 35px 0;
    display: inline-block;
    color: #000;
    margin: 0;
  }

  .subs-pac .actions a.numberbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    color: #000;
    display: inline-block;
    margin: 0;
  }

  .subs-pac .actions a.numberbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 35px 0;
    color: #000;
    display: inline-block;
    margin: 0;
  }

  .sub-list {
    padding-left: 40px;
  }

  .subscribe-fold .table-packages {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
  }

  .subscribe-fold .table-packages .head {
    width: 100%;
    margin-bottom: 23px;
  }

  .subscribe-fold .table-packages .head h5 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #160c28;
  }

  .subscribe-fold .table-packages .body .subscription-list {
    height: 430px;
    margin-top: 20px;
    padding: 0;
  }

  .innerContentScroll {
    height: 400px;
    overflow-y: scroll;
  }

  .subscribe-fold .table-packages .body ul li {
    text-align: left;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #eaeaea;
    width: 95%;
  }

  .subscribe-fold .table-packages .body ul li h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: var(--primary-font-family);
  }

  .subscribe-fold .table-packages .body ul li span.tick {
    font-size: 20px;
    color: #01e252;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 32px;
    line-height: 1.6;
    float: right;
  }

  .subscribe-fold .table-packages .body ul li span.tick:before {
    content: "";
    position: absolute;
    background: url(../images/packages-icon.svg);
    background-repeat: no-repeat;
    width: 15px;
    background-size: cover;
    height: 15px;
    left: 0;
    top: 6px;
  }

  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #fff;
  }
  ::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: #383858;
  }

  .view_btn {
    margin: 16px 0;
    text-align: center;
    display: none;
  }

  .view_btn a.v-detail {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
  }

  .package__box__sec:hover .view_btn a.v-detail {
    color: #fff;
  }

  /*packages inner pages css end*/

  .cs-slider .web___btn ul li:nth-last-child(1) a img {
    width: unset;
    display: unset;
  }

  .hme__banner .banner___content h1,
  .hme__banner .banner___content p,
  .hme__banner .web___btn ul li:nth-last-child(1) a {
    color: #fff;
  }
  .hme__banner .banner___content ul.point__banner li {
    color: #fff;
  }

  .hme__banner {
    overflow: hidden;
    padding: 150px 0 120px;
    z-index: 0;
    position: relative;
  }
  .mainvideo {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
  }
  .hme__banner:after {
    content: "";
    position: absolute;
    background: #000000c2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .hme__banner .imgwrp img {
    width: 75%;
    margin: auto;
    display: block;
    mix-blend-mode: difference;
  }

  .check-list.nopaddding {
    display: flex;
    align-items: self-start;
    padding: 0;
  }

  .check-list input#checkbox22 {
    width: 20px;
    box-shadow: unset;
    height: unset;
  }

  .check-list.nopaddding label {
    font-size: 14px !important;
    line-height: 20px;
    margin-left: 0 !important;
    padding-left: 10px !important;
    text-align: left;
    color: #fff;
  }

  .services__banner .carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000087;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .privacy-banner.banner__Sec__main .carousel-caption {
    height: 100%;
  }

  .privacy-banner.banner__Sec__main .banner__img {
    height: 450px;
  }

  .footer__logo__Sec {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .choose__icon__tab .icon__box .img-responsive {
    width: 60%;
  }

ul.point__banner li:before {
  content: "";
  position: absolute;
  background: url(../images/arrow-icon.svg);
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(599%)
    hue-rotate(135deg) brightness(92%) contrast(100%);
}

/*Banner Section End*/

/*Trust Logo Section Begin*/

.trusted___logo__SEC {
  text-align: center;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusted___logo__SEC img {
  width: auto;
  margin: 0 auto;
  /* filter: brightness(0) invert(1); */
}

.slick-slide {
  margin: 0;
}

.platform__text h3 {
  text-align: center;
  letter-spacing: -0.84px;
  color: #141414;
  font-size: 28px;
  font-weight: 600;
}

.platform__form__Sec {
  padding: 70px 0;
}

/*Trust Logo Section End*/

/*Home About Section Begin*/

.about__img__hme img {
  width: 100%;
}

.home__about__content h2 {
  letter-spacing: -1.65px;
  font-size: 45px;
  font-weight: bold;
  color: var(--black);
  padding-bottom: 10px;
}

.home__about__content h6 {
  color: var(--primary_color);
  font-size: 21px;
}

.home__about__content p {
  font-size: 18px;
  line-height: 34px;
}

.home__about__content {
  padding-left: 20px;
}

.web___btn ul li a:hover {
  color: var(--white);
  background: transparent linear-gradient(73deg, #e91b28 0%, #000000 100%) 0% 0%
    no-repeat padding-box;
}

.web___btn ul li:nth-last-child(1) a:hover {
  background: transparent;
  color: var(--primary_color);
}

/*Home About Section End*/

/*What We Offer Section Begin*/

.padding__120 {
  padding: 80px 0;
}

.what__we__offer {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  overflow: hidden;
}

.heading__center h6 {
  font-size: 28px;
  letter-spacing: -0.56px;
  color: var(--black);
  font-weight: bold;
}

.heading__center h2 {
  color: var(--primary_color);
  letter-spacing: -1.4px;
  font-size: 60px;
  font-weight: bold;
  background: #e91b28;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offer__tab__list {
  position: relative;
  background: transparent linear-gradient(93deg, #ffffff 0%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 0px 11px #0000001c;
  border-radius: 16px;
  padding: 40px 30px 40px 110px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
  transition: 0.5s ease-in-out;
}

.offer__tab__list span {
  font-size: 22px;
  line-height: 36px;
}

.offer__tab__list img {
  position: absolute;
  left: 30px;
  width: 12%;
}
.offer__tab__list img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(4163%)
    hue-rotate(349deg) brightness(106%) contrast(90%);
}

.offer__tab__list small {
  color: #eeeeee;
  font-size: 55px;
  font-weight: bold;
}

.offer__menu__sec ul {
  border: 0;
  display: unset;
}

.offer__menu__sec ul li a {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
}

.offer__box {
  background: var(--primary_color);
  padding: 100px 40px 60px 40px;
  position: relative;
  height: 630px;
  z-index: 9;
}

.offer__menu__sec {
  margin-top: 40px;
  position: relative;
  z-index: 99;
  /* height: 700px; */
  /* overflow-y: scroll; */
}

.offer__box:before {
  content: "";
  position: absolute;
  background: var(--primary_color);
  width: 120%;
  height: 630px;
  left: -194px;
  top: 0;
  z-index: -1;
  background: #e91b28;
}

.what__we__offer .row {
  align-items: center;
}

.offer__menu__sec::-webkit-scrollbar {
  width: 0px;
}
.offer__menu__sec::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, 0.1);
}
.offer__menu__sec::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

.offer__box h4 {
  letter-spacing: -0.88px;
  font-size: 44px;
  color: var(--white);
  font-weight: bold;
  padding-bottom: 5px;
}

.offer__box span {
  color: var(--white);
  letter-spacing: -0.6px;
  font-size: 30px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 36px;
}

.offer__box p {
  font-size: 16px;
  line-height: 30px;
  color: var(--white);
  width: 95%;
  font-weight: 300;
}

a.offer__btn {
  background: var(--white);
  padding: 16px 30px;
  display: inline-block;
  margin-top: 10px;
  font-size: 17px;
  border-radius: 10px;
  font-weight: 600;
}

.offer__tab__list:hover,
.offer__menu__sec li a.active .offer__tab__list {
  background: #000;
  transition: 0.5s ease-in-out;
}

.offer__tab__list:hover,
.offer__menu__sec li a.active .offer__tab__list span {
  color: #fff;
}
.services__logo__tab img {
  padding-bottom: 10px;
  width: auto;
}

.services__logo__tab span {
  letter-spacing: -0.4px;
  font-size: 17px !important;
  display: block;
  line-height: normal;
}

.what__we__offer .tab-content > .tab-pane {
  display: block;
  height: 0px;
  /*overflow: hidden;*/
}
.what__we__offer .tab-content > .active {
  height: auto;
}

/*What We Offer Section End*/

/*Porfolio Section Begin*/

.center__head__SEc h2 {
  letter-spacing: -3.6px;
  color: var(--text_color);
  font-size: 80px;
  font-weight: bold;
}

.center__head__SEc h2 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--text_color);
}

.Portfolio__Tb__LiSt ul li {
  margin: 0;
  display: block;
  width: 100%;
}

.Portfolio__Tb__LiSt ul li a {
  display: inline-block;
  font-size: 21px;
  padding: 16px 20px 12px 0;
  letter-spacing: -0.56px;
  color: var(--text_color);
  font-weight: 500;
  border: 2px solid transparent !important;
  margin-bottom: 14px;
}

.Portfolio__Tb__LiSt ul {
  width: auto;
  border: 0;
}

.Portfolio__Tb__LiSt ul li a:hover {
  border-bottom: 2px solid var(--primary_color) !important;
}

.Portfolio__Tb__LiSt ul li a.active {
  font-weight: 800;
  border-bottom: 2px solid var(--primary_color) !important;
}

.Portfolio__Tb__LiSt ul li {
  margin: 0;
  display: block;
  width: 100%;
}

.Portfolio__Tb__LiSt ul li a {
  display: inline-block;
  font-size: 21px;
  padding: 16px 20px 12px 0;
  letter-spacing: -0.56px;
  color: var(--text_color) !important;
  font-weight: 500;
  border: 2px solid transparent !important;
  margin-bottom: 14px;
  transition: 0.5s ease-in-out;
}

.Portfolio__Tb__LiSt ul {
  width: auto;
  border: 0;
}

.Portfolio__Tb__LiSt ul li a:hover {
  border-bottom: 2px solid var(--primary_color) !important;
}

.Portfolio__Tb__LiSt ul li a.active {
  font-weight: 800;
  border-bottom: 2px solid var(--primary_color) !important;
}

.portfolio__img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 17%);
  height: 370px;
  object-fit: cover;
}

.portfolio__img {
  margin-bottom: 30px;
}

.portfolio__content span {
  font-size: 24px;
  font-weight: bold;
  color: var(--text_xolor);
  margin-bottom: 13px;
  display: inline-block;
}

.portfolio__content p {
  letter-spacing: -0.4px;
  font-size: 20px;
  font-weight: 300;
}

.portfolio__sec__Main {
  margin-bottom: 40px;
  height: 370px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 17px rgb(0 0 0 / 17%);
  transition: 0.5s ease-in-out;
}

.portfolio__sec__Main:hover {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}

.Portfolio__Tb__LiSt {
  position: sticky;
  top: 20px;
}

/*Porfolio Section End*/

/*CTA Section Begin*/

.cta__sec__main {
  background: url(../images/cta-banner-01-1.png);
  background-size: cover;
  padding: 160px 0;
  background-attachment: fixed;
  background-position: center;
}

.cta__content__Sec {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.cta__content__Sec h3 {
  color: var(--white);
  letter-spacing: -2.16px;
  font-size: 72px;
  margin-bottom: 0;
}

.cta__content__Sec h3 span {
  font-weight: bold;
}

.cta__content__Sec .web___btn ul li a {
  display: inline-block;
  background: #e91b28;
  padding: 20px 50px;
  border-radius: 10px;
  color: var(--white);
  font-size: 19px;
  font-weight: 500;
}

.cta__content__Sec .web___btn {
  padding-top: 30px !important;
}

.cta__content__Sec .web___btn ul li a:hover {
  background: var(--white);
  color: var(--primary_color);
}

/*CTA Section End*/

/*Packages Section Begin*/

.packages__head h2 {
  letter-spacing: -2.64px;
  color: var(--black);
  font-size: 88px;
  line-height: 104px;
}

.packages__Sec__main {
  background: #f8f8f8;
  display: none;
}

.packages__head h2 span {
  color: var(--primary_color);
  background: #e91b28;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.packages__head p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.package__box__sec {
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border-radius: 22px;
  padding: 40px 25px;
  margin-bottom: 30px;
  transition: 0.5s ease-in-out;
}

.packages__name {
  text-align: center;
}

.packages__name span {
  font-size: 21px;
  font-weight: bold;
  color: var(--black);
}

.packages__amount span {
  text-align: center;
  letter-spacing: -2.4px;
  color: var(--primary_color);
  font-size: 50px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 20px;
  display: inline-block;
  background: #e91b28;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.per__amount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.packages__amount {
  text-align: center;
}

.per__amount span {
  letter-spacing: -0.57px;
  font-size: 21px;
  padding: 0 10px;
}

.per__amount span:nth-last-child(1) {
  text-decoration: line-through;
}

.list__packages ul {
  height: 290px;
  overflow-y: scroll;
}

.list__packages ul::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.list__packages ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
.list__packages ul::-webkit-scrollbar-thumb {
  background: var(--primary_color);
  border-radius: 10px;
}
.list__packages ul::-webkit-scrollbar-thumb:hover {
  background: var(--primary_color);
}

.list__packages ul li {
  font-size: 16px;
  padding-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.list__packages ul li:before {
  content: "";
  position: absolute;
  background: url(../images/packages-icon.svg);
  width: 10px;
  height: 10px;
  left: 0;
  top: 6px;
}

.list__packages {
  padding-bottom: 30px;
}

.btn__pkg {
  text-align: center;
}

.btn__pkg a {
  background: var(--primary_color);
  width: 100%;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  color: var(--white);
  font-size: 18px;
  background: #e91b28;
}

.package__box__sec:hover {
  background: var(--primary_color);
  transition: 0.5s ease-in-out;
  background: #e91b28;
}

.package__box__sec:hover .packages__name span {
  color: var(--white);
}

.package__box__sec:hover .packages__amount span {
  color: var(--white);
  -webkit-text-fill-color: snow;
}

.package__box__sec:hover .per__amount span {
  color: #c3c2c2;
}

.package__box__sec:hover .list__packages ul li {
  color: var(--white);
}

.package__box__sec:hover .btn__pkg a {
  background: var(--white);
  color: var(--primary_color);
}

.package__box__sec:hover .list__packages ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #4b4b4b;
  border-radius: 10px;
  background: #4b4b4b;
}
.package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb {
  background: var(--white);
  border-radius: 10px;
}
.package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb:hover {
  background: var(--white);
}

.packages__list__menu ul li a {
  background: #e9e8e8;
  padding: 20px 30px;
  color: var(--primary_color);
  font-size: 19px;
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 500;
}

.packages__list__menu ul {
  justify-content: center;
  border: 0;
}

.packages__list__menu ul li {
  padding: 0 9px;
  margin-bottom: 20px !important;
}

.packages__list__menu ul li a:hover,
.packages__list__menu ul li a.active {
  color: var(--white) !important;
  background: #e91b28;
}

/*Packages Section End*/

/*Why Choose Us Section Begin*/

.why_choose___sec {
  /*    background: url(../images/why-choose-banner.jpg);*/
  background-size: cover;
  background-position: center;
  background: transparent linear-gradient(73deg, #e91b28 0%, #000000 100%) 0% 0%
    no-repeat padding-box;
}

.center__text__sec h2 {
  font-size: 60px;
  text-align: left;
  letter-spacing: -2.64px;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 10px;
}

.center__text__sec h2 span {
  padding: 0 20px;
}

.why_choose__box {
  background: var(--white);
  border-radius: 20px;
  padding: 30px 30px;
  margin-bottom: 30px;
  transition: 0.5s ease-in-out;
}

.icon__box {
  width: 80px;
  height: 80px;
  background: #ffecfd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}

.choose__icon__tab {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
  gap: 22px;
}

.choose__head {
  padding-left: 20px;
}

.choose__head span {
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 0;
}

.choose__para p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.why_choose__box:hover .icon__box {
  background: #100f37;
  transition: 0.5s ease-in-out;
  background: #e91b28;
}

.why_choose__box:hover .icon__box img {
  filter: brightness(0) invert(1);
}

/*Why Choose Us Section End*/

/*Industries Section Begin*/

.industries__sec__main {
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

.industries__sec__main .center__text__sec h2 {
  color: #383858;
  text-align: center;
}

.industries__sec__box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 26px #0000001a;
  border-radius: 10px;
  padding: 30px 0 40px;
  text-align: center;
  transition: 0.5s ease-in-out;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.industries__sec__icon {
  padding-bottom: 20px;
}
.industries__sec__icon img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(599%)
    hue-rotate(135deg) brightness(92%) contrast(100%);
}
.industries__sec__head span {
  letter-spacing: -0.66px;
  color: var(--black);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.industries__sec__box:hover {
  background: var(--primary_color);
  transition: 0.5s ease-in-out;
  transform: scale(1.1);
  background: transparent linear-gradient(73deg, #e91b28 0%, #39c7bc 100%) 0% 0%
    no-repeat padding-box;
}

.industries__sec__box:hover .industries__sec__icon img {
  filter: brightness(0) invert(1);
}

.industries__sec__box:hover .industries__sec__head span {
  color: var(--white);
}

/*Industries Section End*/

/*Counter Section Begin*/

.counter__sec__main .center__text__sec h2 {
  color: var(--black);
}

.center__text__sec p {
  font-size: 19px;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  width: 80%;
  margin-top: 20px;
}

.counter {
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 5.225rem;
  font-size: 87px;
  margin: 0 0 20px 0;
  font-weight: 900;
  color: var(--primary_color);
  justify-content: center;
  letter-spacing: -3.06px;
  background: linear-gradient(to right, #30cfd0 0%, #330867 100%);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}
.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}
.counter > span span {
  flex: 0 0 100%;
  height: 100%;
}
.counter:nth-child(1) > span {
  transition-delay: 0s;
}
.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}
.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}
.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}
.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}
.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}
.counter:nth-child(7) > span {
  transition-delay: 2.25s;
}
.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}
.counter:nth-child(9) > span {
  transition-delay: 3s;
}
.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}
.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}
.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}
.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}
.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}
.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}
.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}
.counter:nth-child(17) > span {
  transition-delay: 6s;
}
.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}
.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}
.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}

.counters ul li {
  display: inline-block;
  text-align: center;
}

.counters ul {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.counter_sec_main {
  background: var(--light_white);
}

span.count_text {
  font-size: 20px;
  color: var(--black);
  font-weight: 500;
}

/*Counter Section End*/

/*Review Section Begin*/

.text-black {
  color: var(--black) !important;
}

.review__sec__main {
  background: url(../images/review-banner.jpg);
  background-size: cover;
  background-position: center;
}

.review__list__tb {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 26px #0000000a;
  border-radius: 20px;
  text-align: center;
  padding: 60px 10px;
}

.review__list__tb img {
  padding-bottom: 30px;
  width: 100px;
  justify-content: center;
  display: inline-flex;
  filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(599%)
    hue-rotate(135deg) brightness(92%) contrast(100%);
}

.review__list__tb p {
  color: #616161;
  font-size: 19px;
  line-height: 36px;
  font-weight: 400;
  width: 80%;
  margin: 0 auto 20px;
}

.brand__author span {
  display: block;
  color: #141414;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 15px;
}

.brand__author small {
  color: #e91b28;
  font-size: 16px;
}

.testislider button.slick-prev {
  left: -50px;
  top: 55%;
  transform: translate(0px, -50%);
}
.testislider button.slick-prev:before {
  content: "\f060";
  font-family: "FontAwesome";
}
.testislider button.slick-next {
  right: -50px;
  top: 55%;
  transform: translate(0px, -50%);
}
.testislider button.slick-next:before {
  content: "\f061";
  font-family: "FontAwesome";
}

/*Review Section End*/

/*Second Section Begin*/

.second__sec__tb {
  background: #e91b28;
  padding: 100px 0 90px;
}

.sec__CTA__Sc h3 {
  letter-spacing: -1.8px;
  font-size: 60px;
  color: var(--white);
  font-weight: 300;
  margin-bottom: 0;
}

.cta__after {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: -1;
  filter: brightness(0);
}

.sec__CTA__Sc {
  position: relative;
  z-index: 9;
}

.faq__sec__main .center__text__sec h2 {
  color: var(--black);
  letter-spacing: -2.4px;
  font-size: 54px;
}

/*Second Section End*/

/*FAQ Section Begin*/

.faq__inner__sec .card-header {
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
}

.faq__inner__sec .card-header button {
  background: #ebebeb8c 0% 0% no-repeat padding-box;
  border: 0;
  padding: 27px 30px;
  letter-spacing: -0.4px;
  color: var(--black);
  font-size: 17px;
  text-decoration: none;
  border-radius: 0;
}

.faq__inner__sec .card {
  border: 3px solid #dedede;
  border-radius: 12px;
  margin-bottom: 27px !important;
}

.faq__inner__sec .card-header h5 button.collapsed i.fa-minus::before {
  content: "\f067";
}

.faq__inner__sec .card-body {
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
}

.skill {
  margin-bottom: 28px;
  position: relative;
  overflow-x: hidden;
  padding: 0 5px 0 0;
}

.skill:before {
  width: 100%;
  height: 11px;
  content: "";
  display: block;
  position: absolute;
  background: #e8e8e8;
  bottom: 2px;
  border-radius: 10px;
}

.skill-bar {
  width: 100%;
  height: 11px;
  background: var(--primary_color);
  display: block;
  position: relative;
  top: -2px;
  margin: 0px 2px;
}

.skill1 {
  width: 95%;
}

.skill-bar {
  position: relative;
  border-radius: 10px;
}

.skill-bar span {
  color: #24235c;
  position: absolute;
  border-top: transparent;
  top: -30px;
  padding: 0;
  font-size: 14px;
  padding: 3px 0;
  font-weight: 500;
}

.skill1 .skill-count1 {
  right: 0;
}

.skill2 {
  width: 85%;
}

.skill2 .skill-count2 {
  right: 0;
}

.skill3 {
  width: 99%;
}

.skill3 .skill-count3 {
  right: 0;
}

.skill4 {
  width: 65%;
}

.skill4 .skill-count4 {
  right: 0;
}

.skill5 {
  width: 80%;
}

.skill5 .skill-count5 {
  right: 0;
}

.skill6 {
  width: 100%;
}

.skill6 .skill-count6 {
  right: 0;
}

.skill h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black);
}

.faq__sec__main .center__text__sec p {
  font-size: 17px;
}

/*FAQ Section End*/

/*Contact Form Section Begin*/

.contact__forM {
  background: #081118;
}

.form__content {
  text-align: center;
}

.form__content h3 {
  color: var(--white);
  letter-spacing: -2.64px;
  font-size: 60px;
  font-weight: 400;
}

.form__content p {
  color: var(--white);
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  line-height: 35px;
  font-weight: 300;
}

.contact__form__sec input {
  height: 60px;
  border: 2px solid #414141;
  border-radius: 10px;
  width: 100%;
  background: transparent;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
}

.contact__form__sec {
  padding-top: 60px;
}

.contact__form__sec textarea {
  height: 180px;
  border: 2px solid #414141;
  border-radius: 10px;
  width: 100%;
  background: transparent;
  padding: 30px 21px;
  font-size: 16px;
  margin-bottom: 30px;
  resize: none;
  color: #fff;
}

.btn__submit input {
  width: auto;
  height: auto;
  padding: 20px 50px;
  background: #fff;
  color: var(--primary_color);
  font-weight: 600;
  font-size: 17px;
  border: 0;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  margin-top: 20px;
}

.btn__submit input:hover {
  background: var(--primary_color);
  color: var(--white);
  transition: 0.5s ease-in-out;
}

/*Contact Form Section End*/

/*Our Approch Section Begin*/

.our__approch__content h6 {
  letter-spacing: -0.6px;
  font-size: 20px;
  color: var(--primary_color);
  padding-bottom: 20px;
}

.our__approch__content h2 {
  letter-spacing: -1.65px;
  font-size: 55px;
  font-weight: bold;
  line-height: 68px;
  margin-bottom: 20px;
}

.our__approch__content p {
  font-size: 18px;
  line-height: 34px;
}

.discovery__sec__tab {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0000001c;
  border-radius: 16px;
  padding: 30px 30px;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s ease-in-out;
  height: 204px;
}

.discovery__sec__tab h3 {
  font-size: 32px;
  position: relative;
  z-index: 99;
}

.discovery__sec__tab p {
  font-size: 16px;
  line-height: 27px;
  width: 80%;
  display: inline-block;
  position: relative;
  z-index: 99;
}

.discovery__sec__tab span {
  position: absolute;
  right: 40px;
  font-size: 82px;
  font-weight: bold;
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  padding-top: 10px;
  z-index: 99;
}

.overlay_img_sec img {
  width: 100%;
  height: 204px;
  object-fit: cover;
  border-radius: 16px;
}

.overlay_img_sec {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.overlay_img_sec:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 65%);
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 16px;
}

.discovery__sec__tab:hover .overlay_img_sec {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.discovery__sec__tab:hover h3,
.discovery__sec__tab:hover p {
  color: var(--white);
}

p.margin-zero {
  margin: 0 auto 0px;
}

/*Our Approch Section End*/

/*Contact Us Section Begin*/

.contact__sec {
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

.contact__box__sec {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0000001a;
  border-radius: 20px;
  padding: 50px 40px;
  transition: 0.5s ease-in-out;
  height: 490px;
}

.contact__box__sec img {
  padding-bottom: 20px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(599%)
    hue-rotate(135deg) brightness(92%) contrast(100%);
}

.contact__box__sec h3 {
  font-size: 44px;
  font-weight: bold;
  color: var(--primary_color);
}

.contact__box__sec p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 30px;
}

a.contact__btn {
  display: inline-block;
  background: transparent linear-gradient(73deg, #e91b28 0%, #39c7bc 100%) 0% 0%
    no-repeat padding-box;
  padding: 19px 30px;
  border-radius: 10px;
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
}

.contact__box__sec:hover {
  background: var(--primary_color);
  transition: 0.5s ease-in-out;
}

.contact__box__sec:hover img {
  filter: brightness(0) invert(1);
}

.contact__box__sec:hover h3,
.contact__box__sec:hover p {
  color: var(--white);
}

.contact__box__sec:hover a.contact__btn {
  background: var(--white);
  color: var(--primary_color);
}

/*Contact Us Section End*/

/*Inner Banner Section Begin*/

.inner__banner__content h1 {
  letter-spacing: -1.6px;
  font-size: 77px;
  color: var(--white);
  font-weight: bold;
  padding-bottom: 10px;
}

.inner__banner__content h1 span {
  background: transparent;
  color: var(--primary_color);
  padding: 0 !important;
}

.inner__banner__content p {
  font-size: 20px;
  width: 100%;
  color: var(--white);
}

ul.points__banner li {
  display: inline-block;
  font-size: 17px;
  color: var(--white);
  padding: 0 20px 0 22px;
  position: relative;
  font-weight: 500;
}

ul.points__banner li:after {
  content: "";
  background: url(../images/point-icon.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}

.form__banner__sec {
  background: #fff;
  border-radius: 10px;
  margin: 30px 17px 0;
  width: 80%;
  height: 60px;
}

.form__banner__sec input {
  width: 100%;
  height: 60px;
  border: 0;
  border-right: 1px solid #f1e4e4;
  border-radius: 0;
  padding: 0 20px;
}

.btn__banner__form input {
  background: #e91b28;
  border-radius: 8px;
  color: var(--white);
  width: auto;
  position: relative;
  left: 10px;
  cursor: pointer;
  border: 0;
}

.form__banner__sec .row .col-sm-3:nth-child(3) input {
  border: 0;
}

.form__banner__sec .row .col-sm-3:nth-child(1) input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.banner__slider__img img {
  width: 100%;
}

.banner__slider__sec {
  margin-top: -310px;
  margin-bottom: 70px;
}

.inner__banner__content {
  position: relative;
  top: -130px;
}

.banner__slider__sec .container-fluid {
  padding: 0;
}

.banner__slider__sec .banner__services__slider {
  margin-left: -110px;
  margin-right: -150px;
}

.inner__services__content h2 span {
  color: var(--primary_color);
}

/*Inner Banner Section End*/

/*Video Section Begin*/

.video__Sec__main {
  background: transparent
    linear-gradient(63deg, var(--primary_color) 0%, var(--secondary_color) 100%)
    0% 0% no-repeat padding-box;
}

.video__Sec__main video {
  max-width: 100%;
  width: 100%;
}

/*Video Section End*/

/*Our Process Section Begin*/

.our__process__sec {
  background: transparent linear-gradient(73deg, #e91b28 0%, #39c7bc 100%) 0% 0%
    no-repeat padding-box;
}

.process__box h4 {
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
}

.process__box p {
  font-size: 15px;
  color: var(--white);
  font-weight: 300;
  line-height: 26px;
}

.process__box span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: rgb(255 255 255 / 66%);
  font-size: 70px;
  font-weight: bold;
  padding-bottom: 40px;
  display: inline-block;
}

.process__box {
  margin-bottom: 70px;
}

/*Our Process Section End*/

.grow {
  transform: scale(0.8);
}
.large-video-playing video {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  position: relative;
}

.video__content__sec {
  position: absolute;
  text-align: center;
  right: auto;
  top: -30px;
  z-index: 99;
  width: 100%;
}

.video__content__sec h2 {
  color: var(--white);
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1.2px;
  line-height: 110px;
}

.video__content__sec h2 span {
  font-size: 80px;
  letter-spacing: -1.6px;
  line-height: 30px !important;
}

.large-video-playing:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 24%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  border-radius: 14px;
}

li.head__pkg {
  color: var(--primary_color);
  font-weight: bold;
  padding: 10px 0 !important;
  font-size: 19px !important;
}

li.head__pkg:before {
  display: none;
}

/*POPUP Section Begin*/

.LetsGetModal .modal-dialog {
  max-width: 920px;
}

.modal__img__sec img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.LetsGetModal .modal-body {
  padding: 0;
  border: 0;
  border-radius: 0 !important;
}

.LetsGetModal .modal-content {
  border-radius: 15px;
  border: 0;
}

.ban-form input {
  height: 55px;
  margin-bottom: 13px;
  font-size: 14px;
}

.form__banner {
  padding: 0;
}

.ban-form textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  padding: 15px 12px;
  font-size: 14px;
  margin-bottom: 20px;
}

.submitbtn input {
  width: 100%;
  background: var(--primary_color);
  border: 0;
  font-size: 18px;
  color: var(--white);
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 16px 0;
  background: #e91b28;
}
.banner-formInner .check-list.nopaddding label {
  color: #000;
}
.overlay_popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 20px 20px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}

.modal__img__sec {
  position: relative;
}

.overlay_popup h5 {
  color: var(--white);
  font-size: 26px;
  font-weight: 300;
}

.overlay_popup h5 span {
  color: var(--secondary_color);
}

.LetsGetModal button.close {
  background: var(--primary_color);
  opacity: 1;
  text-shadow: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50px;
  color: #fff;
  z-index: 9999;
  background: #e91b28;
}
.LetsGetModal button.close span {
  position: relative;
  top: -5px;
  font-size: 29px;
  right: -1px;
}

.modal-backdrop {
  z-index: 99999;
}

.modal {
  z-index: 999999;
}

.intl-tel-input {
  width: 100%;
  margin-bottom: 15px;
}

.ban-form select {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 45px;
  margin-bottom: 13px;
  font-size: 13px;
  padding: 0.375rem 0.75rem;
  color: #495057;
}

.form__banner textarea {
  height: 230px;
}

.LetsGetModal textarea {
  width: 100%;
  height: 190px;
  border-radius: 5px;
  padding: 10px 10px;
  border: 1px solid #ced4da;
  resize: none;
}

.popup__head h6 {
  font-size: 30px;
  font-weight: bold;
}

.popup__head p {
  font-size: 16px;
  color: var(--black);
  font-weight: 400;
  width: 90%;
}

.banner-formInner .col-sm-8 {
  padding: 30px 40px;
}
/*POPUP Section End*/

.term_content_Sec p,
.term_content_sec p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}

.term_content_Sec h3,
.term_content_sec h4 {
  font-size: 32px;
  color: var(--primary_color);
  font-weight: bold;
  padding-bottom: 7px;
}

.term_content_Sec {
  padding-bottom: 30px;
}

.term_content_Sec p b {
  color: var(--secondary_color);
}

.term_content_Sec ul li,
.term_content_sec ul li {
  font-size: 19px;
  padding-bottom: 16px;
  font-weight: 400;
  list-style-type: disc;
  line-height: 30px;
}

.term_content_sec ul li ul li {
  list-style-type: circle;
}
.term_content_sec ul li ul {
  padding: 10px 20px;
}

.term_content_Sec ul {
  padding: 0 40px;
}

.term_content_Sec p a {
  color: var(--hover_color);
  font-weight: bold;
  text-decoration: underline;
}

.term_content_Sec ul li a,
.term_content_sec ul li a {
  color: var(--hover_color);
  font-weight: bold;
  text-decoration: underline;
}

footer {
  /* background: #e91b28; */
  padding: 50px 0 20px;
  background: #222429 url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer__logo {
  padding-bottom: 20px;
}

.footer__logo a {
  display: block;
  text-align: center;
}

.footer__logo img {
  width: 75%;
}

.footer__para p {
  color: var(--white);
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

ul.footer__social li {
  display: inline-block;
}

ul.footer__social li a {
  color: var(--white);
  font-size: 38px;
  padding: 10px 20px 0 0;
}

ul.footer__social {
  padding: 10px 0;
}

.link__head span {
  color: var(--white);
  font-size: 20px;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  font-weight: 600;
}

.links__anchor ul li a {
  font-size: 16px;
  color: var(--white);
  font-weight: 300;
  padding-bottom: 14px;
  display: inline-block;
}

.links__anchor ul li a:hover {
  color: #b5b5b5;
}

.info__contact ul li span {
  color: var(--white);
  font-size: 19px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 500;
}

.info__contact ul li {
  padding-bottom: 12px;
  display: block;
  text-align: center;
}

.info__contact ul li p {
  font-size: 14px;
  color: var(--white);
  line-height: 0px;
  font-weight: 300;
}

.info__contact ul li a {
  display: block;
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
}

.payment__icon {
  border-top: 1px solid rgb(255 255 255 / 35%);
  border-bottom: 1px solid rgb(255 255 255 / 35%);
  padding: 30px 0;
  margin-top: 40px;
}

.payment__icon .row {
  align-items: center;
}

.copy__right {
  padding-top: 15px;
  border-top: 1px solid #fff;
  margin-top: 30px;
}

.copy__text p {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
}

.terms__links ul li {
  display: inline-block;
  padding: 0 0 0px 30px;
}

.terms__links ul li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.terms__links ul li a:hover {
  color: var(--primary_color);
}

.links__anchor ul li a:after {
  content: "";
  background: url(../images/footer__icon.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  background-repeat: no-repeat;
}

.terms__links {
  text-align: right;
}

.terms__links ul li a:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  right: -20px;
  height: 21px;
  top: -1px;
}

.terms__links ul li:nth-last-child(1) a:after {
  border: 0;
}

.faq__sec__main .center__text__sec.growth__sec h2 {
  font-size: 40px;
  letter-spacing: -1px;
}

.mobile__number {
  display: none;
}

/*Responsive Section Begin*/

@media (max-width: 1600px) {
  .container {
    max-width: 1400px;
  }

  .banner___content h1 {
    font-size: 55px;
    line-height: 84px;
  }

  .home__about__content h2 {
    font-size: 52px;
  }

  .home__about__content p {
    font-size: 17px;
    line-height: 32px;
  }

  .offer__box:before {
    width: 100%;
    left: -154px;
  }

  .heading__center h2 {
    font-size: 63px;
  }

  .packages__head h2 {
    font-size: 80px;
  }

  .packages__list__menu ul li a {
    padding: 20px 25px;
    font-size: 18px;
  }

  .list__packages ul {
    overflow-x: hidden;
  }

  .faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 36px;
  }

  .faq__sec__main .center__text__sec h2 {
    font-size: 50px;
  }

  .sec__CTA__Sc h3 {
    font-size: 54px;
  }

  .center__text__sec h2 {
    font-size: 70px;
  }

  .counter {
    font-size: 80px;
  }

  .center__text__sec h2 span {
    padding: 0 20px;
    position: relative;
    top: -9px;
  }

  .form__content h3 {
    font-size: 65px;
  }

  .choose__head span {
    font-size: 19px;
  }

  .choose__head {
    padding-left: 10px;
  }

  .why_choose__box {
    padding: 30px 25px;
  }

  .cta__content__Sec h3 {
    font-size: 65px;
  }

  .Portfolio__Tb__LiSt ul li a {
    font-size: 19px;
  }

  .offer__tab__list span {
    font-size: 25px;
    line-height: 30px;
  }

  .offer__box h4 {
    font-size: 40px;
  }

  .offer__box span {
    font-size: 28px;
  }

  .offer__box p {
    font-size: 15px;
    line-height: 28px;
  }

  .about__banner .banner___content h1 {
    font-size: 50px;
    line-height: 65px;
  }

  .about__banner .banner___content p {
    font-size: 19px;
  }

  .our__approch__content h2 {
    font-size: 51px;
    line-height: 60px;
  }

  .discovery__sec__tab h3 {
    font-size: 30px;
  }

  ul.points__banner li {
    font-size: 16px;
  }

  .banner__slider__sec {
    overflow: hidden;
  }

  .process__box h4 {
    font-size: 28px;
  }

  .links__anchor ul li a {
    padding-bottom: 12px;
    font-size: 15px;
  }

  .copy__text p {
    font-size: 14px;
  }

  .link__head span {
    font-size: 19px;
  }

  .skill h4 {
    font-size: 18px;
  }

  .choose__para p {
    font-size: 15px;
  }

  .packages__name span {
    font-size: 16px;
  }

  .packages__amount span {
    font-size: 45px;
  }

  .list__packages ul li {
    font-size: 15px;
  }

  .contact__box__sec h3 {
    font-size: 37px;
  }

  .contact__box__sec p {
    font-size: 17px;
    line-height: 28px;
  }

  .term_content_Sec h3,
  .term_content_sec h4 {
    font-size: 29px;
  }

  .term_content_Sec p {
    font-size: 18px;
    line-height: 29px;
  }

  .banner___content h1 span {
    padding: 5px 24px 5px 20px;
  }

  ul.point__banner li {
    font-size: 18px;
  }

  .industries__sec__head span {
    font-size: 20px;
    line-height: 24px;
  }

  .industries__sec__box {
    height: 200px;
  }

  .review__list__tb p {
    font-size: 18px;
    line-height: 33px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }

  .btn__head__tb ul li a.btn__head {
    padding: 15px 20px;
    font-size: 15px;
  }

  .banner___content h1 {
    font-size: 52px;
    line-height: 65px;
  }

  .banner___content p {
    font-size: 19px;
    line-height: 30px;
  }

  .home__about__content h2 {
    font-size: 46px;
    letter-spacing: -1px;
  }

  .offer__box span {
    font-size: 25px;
    width: 90%;
  }

  .offer__tab__list small {
    font-size: 45px;
  }

  .heading__center h2 {
    font-size: 59px;
  }

  .cta__sec__main {
    padding: 130px 0;
  }

  .packages__head h2 {
    font-size: 70px;
    line-height: 84px;
  }

  .center__text__sec h2 {
    font-size: 60px;
  }

  .faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 32px;
  }

  .form__content h3 {
    font-size: 58px;
  }

  .info__contact ul li p {
    margin-bottom: 0;
  }

  .about__banner .banner___content p {
    font-size: 17px;
  }

  .our__approch__content h2 {
    font-size: 47px;
  }

  .discovery__sec__tab p {
    width: 73%;
  }

  .discovery__sec__tab span {
    font-size: 72px;
  }

  .inner__banner .col-sm-10 {
    max-width: 100%;
    flex: 100%;
  }

  .btn__banner__form input {
    left: 13px;
  }

  .platform__form__Sec {
    padding: 110px 0;
  }

  .process__box h4 {
    font-size: 25px;
  }

  .process__box p {
    font-size: 14px;
    line-height: 25px;
  }

  .link__head span {
    font-size: 18px;
  }

  .banner__slider__sec {
    margin-top: -280px;
  }

  .sec__CTA__Sc h3 {
    font-size: 51px;
  }

  .our__process__sec .center__text__sec h2 {
    font-size: 50px;
  }

  .main_menu_sec ul li a {
    padding: 30px 14px !important;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }

  .platform__form__Sec {
    padding: 70px 0;
  }

  .banner___content h1 {
    font-size: 46px;
    line-height: 65px;
  }

  .banner___content h1 br {
    display: none;
  }

  .home__about__content h2 {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .heading__center h2 {
    font-size: 52px;
  }

  .offer__box span {
    font-size: 22px;
  }

  .cta__content__Sec h3 {
    font-size: 52px;
    letter-spacing: -0.5px;
  }

  .packages__head h2 {
    font-size: 63px;
    line-height: 75px;
  }

  .packages__list__menu ul li a {
    padding: 20px 22px;
    font-size: 17px;
  }

  .per__amount span {
    letter-spacing: -0.57px;
    font-size: 18px;
    padding: 0 5px;
  }

  .why_choose__box {
    padding: 30px 25px;
  }

  .industries__sec__icon img {
    width: 50px;
  }

  .industries__sec__head span {
    font-size: 17px;
    line-height: 21px;
  }

  .industries__sec__box {
    height: 170px;
  }

  .counter {
    font-size: 70px;
    height: 4.225rem;
  }

  .faq__sec__main .center__text__sec h2 {
    font-size: 42px;
  }

  .faq__inner__sec .card-header button {
    padding: 24px 18px;
  }

  .form__content p {
    font-size: 16px;
  }

  .info__contact ul li span {
    font-size: 16px;
  }

  .links__anchor ul li a {
    padding-bottom: 9px;
    font-size: 14px;
  }

  .info__contact ul li a {
    font-size: 13px;
  }

  .info__contact ul li p {
    font-size: 15px;
  }

  .offer__tab__list span {
    font-size: 20px;
    line-height: 26px;
  }

  .about__banner .banner___content h1 {
    font-size: 46px;
    line-height: 57px;
  }

  .about__banner .banner___content p {
    font-size: 16px;
    width: 87%;
    font-weight: 500;
  }

  .our__approch__content h2 {
    font-size: 43px;
    line-height: 52px;
  }

  .our__approch__content p {
    font-size: 17px;
    line-height: 31px;
  }

  .our__process__sec .center__text__sec h2 {
    font-size: 41px;
  }

  .process__box h4 {
    font-size: 21px;
  }

  .faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 29px;
  }

  .faq__sec__main .center__text__sec h2 {
    font-size: 39px;
  }

  .faq__inner__sec .card-header button {
    padding: 24px 18px;
    font-size: 16px;
    white-space: unset;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1090px;
  }

  .main_menu_sec ul li a {
    padding: 30px 12px !important;
    font-size: 15px;
  }

  .btn__head__tb ul li {
    display: inline-block;
    padding: 10px 10px;
  }

  .btn__head__tb ul li a.btn__head {
    padding: 15px 16px;
    font-size: 14px;
  }

  .banner___content h1 {
    font-size: 41px;
    line-height: 58px;
  }

  .banner___content p {
    font-size: 19px;
    line-height: 28px;
  }

  ul.point__banner li {
    font-size: 17px;
  }

  .about__img__hme img {
    width: 100%;
  }

  .home__about__content h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .home__about__content p {
    font-size: 16px;
    line-height: 31px;
  }

  .heading__center h2 {
    font-size: 47px;
  }

  .what__we__offer .row.pb-5.mb-5 {
    margin-bottom: 0 !important;
  }

  .services__logo__tab span {
    font-size: 15px !important;
  }

  .offer__tab__list span {
    font-size: 17px;
    line-height: 21px;
  }

  .Portfolio__Tb__LiSt ul li a {
    font-size: 17px;
    padding: 12px 20px 9px 0;
  }

  .portfolio__content span {
    font-size: 20px;
  }

  .portfolio__content p {
    font-size: 18px;
  }

  .cta__content__Sec h3 {
    font-size: 43px;
    letter-spacing: -0.5px;
  }

  .packages__head h2 {
    font-size: 50px;
    line-height: 65px;
  }

  .packages__list__menu ul li a {
    padding: 18px 19px;
    font-size: 15px;
  }

  .package__box__sec {
    padding: 40px 15px;
  }

  .packages__amount span {
    font-size: 38px;
  }

  .per__amount span {
    font-size: 16px;
  }

  .list__packages ul li {
    font-size: 13px;
  }

  .btn__pkg a {
    font-size: 15px;
  }

  .center__text__sec h2 {
    font-size: 52px;
  }

  .icon__box {
    width: 70px;
    height: 70px;
  }

  .choose__para p {
    font-size: 14px;
    line-height: 24px;
  }

  .why_choose__box {
    padding: 30px 25px;
    height: 300px;
  }

  .industries__sec__box {
    height: 160px;
  }

  .sec__CTA__Sc h3 {
    font-size: 40px;
  }

  .cta__after {
    top: -70px;
  }

  .faq__sec__main .center__text__sec h2 {
    font-size: 32px;
  }

  .center__text__sec h2 span {
    top: 0;
  }

  .center__text__sec h2 span img {
    width: 34%;
  }

  .skill h4 {
    font-size: 16px;
  }

  .form__content h3 {
    font-size: 48px;
  }

  .form__content p {
    font-size: 16px;
    width: 90%;
  }

  .footer__para p {
    font-size: 13px;
    line-height: 24px;
  }

  .link__head span {
    font-size: 16px;
  }

  .links__anchor ul li a {
    padding-bottom: 9px;
    font-size: 13px;
  }

  .info__contact ul li p {
    font-size: 14px;
  }

  .payment__logo img {
    width: 80%;
  }

  .copy__text p {
    font-size: 14px;
  }

  .terms__links ul li a {
    font-size: 15px;
  }

  .terms__links ul li a:after {
    right: -22px;
    height: 23px;
    top: 0px;
  }

  .counter {
    font-size: 60px;
    height: 3.4rem;
  }

  .review__list__tb p {
    font-size: 17px;
    line-height: 30px;
    width: 90%;
  }

  .faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 24px;
  }

  .faq__sec__main .center__text__sec p {
    font-size: 16px;
    line-height: 27px;
  }

  .form__content h3 {
    font-size: 43px;
  }

  footer {
    padding: 60px 0 80px;
  }

  .about__banner .banner___content h1 {
    font-size: 39px;
    line-height: 47px;
  }

  .our__approch__content h2 {
    font-size: 38px;
    line-height: 44px;
  }

  .discovery__sec__tab h3 {
    font-size: 25px;
  }

  .discovery__sec__tab p {
    width: 73%;
    font-size: 15px;
    line-height: 24px;
  }

  .our__approch__content p {
    font-size: 16px;
    line-height: 29px;
  }

  .discovery__sec__tab span {
    font-size: 62px;
  }

  .offer__box h4 {
    font-size: 35px;
  }

  .offer__box span {
    font-size: 20px;
    line-height: 30px;
  }

  .services__logo__tab span {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .services__banner .banner__img {
    height: 750px;
    object-fit: cover;
  }

  ul.points__banner li {
    font-size: 15px;
    padding: 0 10px 0 22px;
  }

  .home__about__content h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .home__about__content p {
    font-size: 17px;
    line-height: 30px;
  }

  .video__content__sec h2 {
    font-size: 50px;
    line-height: 90px;
  }

  .video__content__sec h2 span {
    font-size: 70px;
  }

  .video__content__sec {
    top: -10px;
  }

  .choose__head span {
    font-size: 18px;
    line-height: 20px;
  }

  .our__process__sec .center__text__sec h2 {
    font-size: 35px;
    line-height: 10px;
  }

  .our__process__sec .center__text__sec h2 span img {
    width: 25%;
  }

  .process__box h4 {
    font-size: 19px;
  }

  .process__box p {
    font-size: 13px;
    line-height: 23px;
  }

  .process__box span {
    font-size: 60px;
    padding-bottom: 30px;
  }

  .faq__inner__sec .card-header button {
    font-size: 15px;
  }

  .packages__name span {
    font-size: 16px;
  }

  .list__packages ul li {
    font-size: 14px;
    padding-left: 14px;
  }

  .pkg__banner .banner___content p {
    width: 90%;
    font-size: 17px;
  }

  .contact__box__sec h3 {
    font-size: 24px;
  }

  .contact__box__sec p {
    font-size: 15px;
    line-height: 26px;
  }

  .pkg__banner .banner___content h1 {
    font-size: 34px;
    width: 90%;
    margin: 0 auto 10px;
    line-height: 46px;
  }

  .term_content_Sec p {
    font-size: 16px;
    line-height: 27px;
  }

  .term_content_Sec h3,
  .term_content_sec h4 {
    font-size: 26px;
  }

  .term_content_Sec ul li,
  .term_content_sec ul li {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .term_content_Sec h3,
  .term_content_sec h4 {
    font-size: 24px;
  }
}

@media (max-width: 1100px) {
  .container {
    max-width: 1020px;
  }

  .main_menu_sec ul li a {
    padding: 30px 10px !important;
    font-size: 14px;
  }

  .banner___content h1 {
    font-size: 37px;
    line-height: 58px;
  }

  ul.point__banner li {
    font-size: 16px;
  }

  .web___btn ul li a {
    padding: 15px 25px;
    font-size: 16px;
  }

  .home__about__content h2 {
    font-size: 29px;
    letter-spacing: -1px;
  }

  .home__about__content p {
    font-size: 16px;
    line-height: 29px;
  }

  .offer__tab__list {
    padding: 50px 30px 50px 88px;
  }

  .offer__tab__list img {
    width: 46px;
  }

  .cta__content__Sec h3 {
    font-size: 37px;
    letter-spacing: -0.5px;
  }

  .packages__head h2 {
    font-size: 41px;
    line-height: 65px;
  }

  .center__text__sec h2 {
    font-size: 45px;
    letter-spacing: -1px;
  }

  .industries__sec__head span {
    font-size: 15px;
    line-height: 21px;
  }

  .industries__sec__icon {
    padding-bottom: 10px;
  }

  .industries__sec__icon img {
    width: 44px;
  }

  .industries__sec__box {
    height: 140px;
  }

  .faq__sec__main .center__text__sec h2 {
    font-size: 27px;
  }

  .about__banner .banner__img {
    height: 580px;
    object-fit: cover;
  }

  .about__banner .banner___content h1 {
    font-size: 35px;
    line-height: 47px;
  }

  .our__approch__content h2 {
    font-size: 35px;
    line-height: 44px;
  }

  .heading__center h2 {
    font-size: 41px;
  }

  .cta__sec__main {
    padding: 110px 0;
  }

  .form__content p {
    font-size: 15px;
    width: 95%;
    line-height: 30px;
  }

  ul.points__banner li:after {
    width: 13px;
    height: 13px;
    top: 5px;
    background-size: cover;
  }

  ul.points__banner li {
    font-size: 14px;
    padding: 0 10px 0 18px;
  }

  .home__about__content h2 {
    font-size: 28px;
    letter-spacing: 0;
  }

  .home__about__content p {
    font-size: 15px;
    line-height: 28px;
  }

  .Portfolio__Tb__LiSt ul li a {
    font-size: 16px;
    padding: 10px 0 9px 0;
  }

  .video__content__sec h2 span {
    font-size: 55px;
  }

  .video__content__sec h2 {
    font-size: 45px;
    line-height: 80px;
  }

  .video__content__sec {
    top: 0px;
  }

  .banner___content p {
    font-size: 18px;
    line-height: 28px;
  }

  .packages__head p {
    font-size: 17px;
    line-height: 30px;
  }

  .process__box span {
    font-size: 45px;
    padding-bottom: 25px;
  }

  .our__process__sec .center__text__sec h2 {
    font-size: 30px;
  }

  .pkg__banner .banner__img {
    height: 500px;
    object-fit: cover;
  }

  .pkg__banner .banner___content h1 {
    font-size: 31px;
    width: 90%;
    margin: 0 auto 10px;
    line-height: 40px;
  }

  .pkg__banner .banner___content p {
    width: 100%;
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 960px;
  }

  .btn__head__tb ul li a.btn__head {
    padding: 13px 10px;
    font-size: 12px;
  }

  .hme__banner .banner__img {
    height: 600px;
    object-fit: cover;
  }

  .home__about__content h2 {
    font-size: 25px;
    letter-spacing: 0;
  }

  .offer__box {
    padding: 50px 10px;
  }

  .offer__box:before {
    width: 100%;
    left: -154px;
    height: 670px;
  }

  .offer__box {
    height: 670px;
  }

  .packages__list__menu ul li a {
    padding: 15px 16px;
    font-size: 15px;
  }

  .packages__Sec__main .col-sm-3 {
    max-width: 33%;
    flex: 33%;
  }

  .list__packages ul li {
    font-size: 15px;
    padding-left: 14px;
  }

  .icon__box {
    width: 60px;
    height: 60px;
  }

  .icon__box img {
    width: 31px;
  }

  ul.points__banner li {
    font-size: 13px;
    padding: 0 10px 0 18px;
  }

  .banner___content p {
    font-size: 17px;
  }

  .platform__form__Sec {
    padding: 100px 0;
  }

  .platform__form__Sec .pt-5 {
    padding: 10px 0 !important;
  }

  .packages__head h2 {
    font-size: 37px;
    line-height: 65px;
  }

  .faq__inner__sec .card-body {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
  }

  .banner___content h1 {
    font-size: 34px;
    line-height: 58px;
  }

  .form__banner__sec input {
    font-size: 13px;
  }

  .padding__120 {
    padding: 90px 0;
  }
}

@media (max-width: 992px) {
  .banner___content h1 span {
    padding: 5px 24px 5px 15px;
    margin: 0 12px;
  }
}

@media (max-width: 768px) {
  header .main_menu_sec {
    display: none;
  }

  .logo__Sec__main img {
    width: 35%;
  }

  .btn__head__tb {
    text-align: right;
    display: none;
  }

  .container {
    max-width: 720px;
  }

  .main_menu_sec ul li a {
    padding: 30px 8px !important;
    font-size: 14px;
  }

  header .col-sm-7 {
    max-width: 75%;
    flex: 75%;
  }

  .banner___content h1 {
    font-size: 29px;
    line-height: 48px;
  }

  .hme__banner .banner__img {
    height: 490px;
    object-fit: cover;
  }

  ul.point__banner li {
    font-size: 15px;
  }

  .banner___content p {
    font-size: 15px;
  }

  .web___btn ul li a {
    padding: 15px 25px;
    font-size: 15px;
  }

  .platform__form__Sec {
    padding: 60px 0;
  }

  .home__about__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .about__img__hme {
    display: none;
  }

  .what__we__offer .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }

  .what__we__offer .col-sm-8 {
    max-width: 100%;
    flex: 100%;
  }

  .offer__menu__sec {
    height: auto;
    overflow-y: auto;
  }

  .offer__menu__sec ul li a {
    width: 100%;
  }

  .offer__tab__list {
    padding: 50px 30px 50px 88px;
    margin-bottom: 10px;
  }

  .offer__menu__sec ul li {
    display: inline-block;
    padding: 10px 10px 0px 0;
    width: 49%;
    flex: 50%;
  }

  .offer__menu__sec ul {
    display: flex;
    margin-bottom: 20px;
  }

  .offer__box {
    height: auto;
    padding: 50px 30px;
    border-radius: 10px;
  }

  .offer__box:before {
    display: none;
  }

  .our__portfolio__sec .col-sm-3 {
    max-width: 100%;
    flex: 100%;
  }

  .our__portfolio__sec .col-sm-9 {
    max-width: 100%;
    flex: 100%;
  }

  .Portfolio__Tb__LiSt ul li {
    display: inline-block;
    width: auto;
    padding: 10px 10px;
  }

  .Portfolio__Tb__LiSt ul li a {
    font-size: 15px;
    padding: 10px 14px;
    background: #e9e8e8;
    color: var(--primary_color) !important;
    border-radius: 10px !important;
    border: 0 !important;
    margin-bottom: 0;
  }

  .Portfolio__Tb__LiSt {
    position: unset;
    top: 0;
    text-align: center;
  }

  .Portfolio__Tb__LiSt ul {
    width: auto;
    border: 0;
    justify-content: center;
    margin-bottom: 20px;
  }

  .Portfolio__Tb__LiSt ul li {
    display: inline-block;
    width: auto;
    padding: 7px 9px;
    margin-bottom: 0 !important;
  }

  .Portfolio__Tb__LiSt ul li a.active {
    background: var(--primary_color) !important;
    border: 0 !important;
    font-weight: 500;
    color: var(--white) !important;
  }

  .our__portfolio__sec .pt-5 {
    padding: 15px 0 !important;
  }

  .cta__content__Sec h3 {
    font-size: 30px;
    letter-spacing: -0.5px;
  }

  .packages__head h2 {
    font-size: 31px;
    line-height: 65px;
    letter-spacing: -1.94px;
  }

  .Portfolio__Tb__LiSt ul li a:hover {
    border: 0 !important;
  }

  .packages__list__menu ul li a {
    padding: 13px 13px;
    font-size: 14px;
  }

  .packages__Sec__main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
  }

  .why_choose___sec .col-sm-4 {
    max-width: 100%;
    flex: 50%;
  }

  .industries__sec__main .col-sm-2 {
    max-width: 25%;
    flex: 25%;
  }

  .industries__sec__main .row {
    justify-content: center;
  }

  .center__text__sec h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .counter {
    font-size: 50px;
    height: 3.2rem;
    margin-bottom: 10px;
  }

  span.count_text {
    font-size: 17px;
  }

  .center__text__sec p {
    font-size: 17px;
    line-height: 28px;
  }

  .review__sec__main .col-sm-9 {
    max-width: 100%;
    flex: 100%;
  }

  .sec__CTA__Sc h3 {
    font-size: 26px;
  }

  .faq__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .faq__inner__sec .card-header button {
    font-size: 17px;
  }

  .form__content p {
    font-size: 14px;
    width: 95%;
    line-height: 30px;
  }

  footer .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }

  footer .col-sm-2 {
    max-width: 33%;
    flex: 33%;
    padding: 20px 20px !important;
  }

  footer .col-sm-3 {
    max-width: 33%;
    flex: 33%;
  }

  .payment__logo img {
    width: 100%;
  }

  .copy__text p {
    font-size: 12px;
    text-align: center;
  }

  .terms__links ul li a {
    font-size: 13px;
  }

  .footer__logo img {
    width: 40%;
  }

  .copy__right {
    margin-top: 10px;
  }

  .why-section-mob {
    display: flex;
    flex-direction: column;
  }

  .about__banner .col-sm-8 {
    max-width: 100%;
    flex: 100%;
  }

  .about__banner .carousel-item:after {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 85%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .about__banner .banner___content p {
    font-size: 16px;
    width: 100%;
    font-weight: 500;
  }

  .our__approch__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .discovery__sec__main {
    padding-top: 40px;
  }

  .form__content h3 {
    font-size: 34px;
  }

  .about__banner .banner___content h1 {
    font-size: 31px;
    line-height: 47px;
  }

  .services__banner .banner___content p br {
    display: none;
  }

  .services__banner .banner___content p {
    font-size: 15px;
    line-height: 25px;
  }

  .inner__banner__content {
    position: relative;
    top: -60px;
  }

  .inner__banner__content h1 span {
    margin: 0 !important;
  }

  ul.points__banner li {
    font-size: 15px;
    padding: 0 10px 0 18px;
    margin: 8px 0;
  }

  .services__banner .banner__img {
    height: 640px;
    object-fit: cover;
  }

  .banner__slider__sec {
    margin-top: -135px;
  }

  .home__about__sec .col-sm-7 {
    max-width: 100%;
    flex: 100%;
  }

  .video__content__sec h2 {
    font-size: 35px;
    line-height: 70px;
  }

  .video__content__sec h2 span {
    font-size: 46px;
  }

  .cta__after {
    top: -80px;
    right: 40px;
  }

  .packages__head p br {
    display: none;
  }

  .our__process__sec .col-sm-4 {
    max-width: 50%;
    flex: 50%;
  }

  .video__Sec__main {
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .app-container {
    display: block;
  }

  .banner__Sec__main .imgwrp {
    display: none;
  }

  header.stickyheader {
    position: relative;
  }

  .mobile__number {
    position: fixed !important;
    background: var(--primary_color);
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    z-index: 99;
    font-size: 25px;
    display: block;
  }

  .mobile__number li a {
    color: #fff;
  }

  .mobile-nav-btn {
    top: 0;
    position: absolute;
  }

  .mobile-nav-btn span {
    top: 35px;
  }

  .hme__banner .col-sm-8 {
    max-width: 100%;
    flex: 100%;
  }

  .hme__banner .carousel-item:after {
    content: "";
    background: rgb(255 255 255 / 82%);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
  }

  .home__about__content h2 {
    font-size: 19px;
    letter-spacing: 0;
  }

  .heading__center h2 {
    font-size: 30px;
  }

  .container {
    max-width: 530px;
  }

  .platform__text h3 {
    font-size: 23px;
  }

  .home__about__content {
    padding-left: 0;
  }

  .offer__menu__sec {
    margin-top: 0;
  }

  .offer__tab__list img {
    position: relative;
    left: 0;
  }

  .offer__tab__list {
    display: inline-block;
  }

  .offer__tab__list {
    padding: 70px 30px 40px 28px;
  }

  .offer__tab__list img {
    position: absolute;
    top: 20px;
    left: 27px;
  }

  .offer__tab__list small {
    font-size: 45px;
    position: absolute;
    right: 10px;
    bottom: 22px;
    opacity: 0.5;
  }

  .offer__box h4 {
    font-size: 27px;
  }

  .offer__box span {
    font-size: 18px;
    line-height: 26px;
  }

  .offer__box p {
    font-size: 14px;
    line-height: 26px;
  }

  .padding__120 {
    padding: 60px 0;
  }

  .heading__center h6 {
    font-size: 22px;
  }

  .heading__center h2 {
    font-size: 25px;
  }

  .Portfolio__Tb__LiSt ul li {
    padding: 7px 4px;
  }

  .Portfolio__Tb__LiSt ul li a {
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 600;
  }

  .portfolio__content span {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .portfolio__img {
    margin-bottom: 15px;
  }

  .portfolio__content p {
    font-size: 16px;
  }

  .cta__content__Sec h3 {
    font-size: 24px;
    letter-spacing: -0.5px;
  }

  .cta__content__Sec .web___btn ul li a {
    font-size: 16px;
    padding: 20px 30px;
  }

  .packages__head h2 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -1.34px;
  }

  .industries__sec__main .col-sm-2 {
    max-width: 33%;
    flex: 33%;
  }

  .industries__sec__main .row {
    justify-content: center;
    padding-top: 0 !important;
  }

  .counters ul li {
    width: 49%;
    margin-bottom: 20px;
  }

  .counters ul {
    display: unset;
  }

  .center__text__sec p {
    font-size: 15px;
    line-height: 23px;
  }

  .center__text__sec h2 {
    font-size: 28px;
    text-align: center;
    margin: 0;
  }

  .sec__CTA__Sc h3 {
    font-size: 22px;
  }

  .second__sec__tb {
    padding: 70px 0 70px;
  }

  .faq__sec__main .center__text__sec h2 {
    font-size: 23px;
  }

  .faq__inner__sec .card-header button {
    font-size: 15px;
  }

  .faq__inner__sec .card-body {
    font-size: 14px;
  }

  .faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 21px;
  }

  .form__content p {
    font-size: 16px;
    width: 100%;
    line-height: 30px;
  }

  .contact__form__sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }

  footer .col-sm-2 {
    max-width: 100%;
    flex: 100%;
    padding: 0px 20px !important;
  }

  footer .col-sm-3 {
    max-width: 100%;
    flex: 100%;
  }

  footer .col-sm-2 {
    max-width: 100%;
    flex: 100%;
    padding: 0px 20px !important;
  }

  .link__head span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .link__sec {
    padding-bottom: 20px;
  }

  .links__anchor ul li a {
    padding-bottom: 12px;
    font-size: 16px;
  }

  .footer__para p {
    font-size: 15px;
    line-height: 27px;
  }

  .about__banner .banner___content h1 {
    font-size: 23px;
    line-height: 37px;
    letter-spacing: -1.7px;
  }

  .about__banner .banner__img {
    height: 480px;
    object-fit: cover;
  }

  .our__approch__content h2 br {
    display: none;
  }

  .our__approch__content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .banner__slider__sec .banner__services__slider {
    margin-left: -50px;
    margin-right: -70px;
  }

  .form__banner__sec {
    background: transparent;
    border-radius: 10px;
    margin: 20px 0;
    width: 100%;
  }

  .form__banner__sec input {
    border-radius: 10px !important;
    border: 0;
    margin-bottom: 15px;
  }

  .btn__banner__form input {
    left: 0;
    width: 100%;
    padding: 0;
  }

  .form__banner__sec .col-sm-3.p-0 {
    max-width: 50%;
    flex: 50%;
    padding: 0 10px !important;
  }

  .about__img__hme {
    display: block;
    margin-bottom: 20px;
  }

  .about__img__hme img {
    width: 80%;
  }

  .home__about__sec .col-sm-5 {
    max-width: 100%;
    flex: 100%;
  }

  .packages__head h2 {
    font-size: 23px;
    line-height: 37px;
    letter-spacing: -1.14px;
  }

  .packages__head p {
    font-size: 16px;
    line-height: 26px;
  }

  .why_choose__box {
    padding: 20px 17px;
    height: 370px;
  }

  .choose__head span {
    font-size: 16px;
    line-height: 20px;
  }

  .our__process__sec .center__text__sec h2 {
    font-size: 27px;
    line-height: 40px;
  }

  .process__box h4 {
    font-size: 16px;
  }

  .faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 19px;
  }

  .form__content p {
    font-size: 15px;
    width: 100%;
    line-height: 29px;
  }

  .footer__para p {
    font-size: 14px;
    line-height: 25px;
  }

  .link__head span {
    font-size: 18px;
    margin-bottom: 26px;
  }

  .payment__icon .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
    text-align: center !important;
  }

  .payment__logo img {
    width: 70%;
    margin: 0 auto;
  }

  .payment__logo {
    text-align: center !important;
  }

  .copy__right .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }

  .terms__links {
    text-align: center;
    line-height: 39px;
  }

  .banner___content h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .services__banner .banner__img {
    height: 690px;
    object-fit: cover;
  }

  .our__process__sec .center__text__sec h2 {
    font-size: 21px;
    line-height: 30px;
  }

  section.home__about__sec.pb-5.mb-5 {
    margin-bottom: 0 !important;
  }

  .video__content__sec h2 {
    font-size: 27px;
  }

  .video__content__sec h2 span {
    font-size: 33px;
  }

  .video__content__sec h2 {
    font-size: 27px;
    line-height: 47px;
  }

  .video__content__sec {
    right: 0;
  }

  .pkg__banner .banner___content h1 {
    font-size: 25px;
    width: 100%;
    margin: 0 auto 10px;
    line-height: 34px;
  }

  .pkg__banner .banner___content p {
    width: 100%;
    font-size: 15px;
  }

  .contact__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px;
  }

  .contact__box__sec {
    height: auto;
  }

  .LetsGetModal .col-sm-4.p-0 {
    display: none;
  }

  .banner-formInner .col-sm-8 {
    padding: 30px 40px;
    max-width: 100%;
    flex: 100%;
  }

  .LetsGetModal .modal-dialog {
    max-width: 93%;
  }

  .popup__head h6 {
    font-size: 25px;
  }

  .popup__head p {
    font-size: 15px;
  }

  .banner___content h1 {
    font-size: 28px !important;
    line-height: 56px !important;
    letter-spacing: normal;
  }

  .banner___content h1 span {
    padding: 5px 10px 5px 10px;
    margin: 0px;
    display: block;
    line-height: 40px;
  }

  .hme__banner .banner___content h4 {
    color: #e91b28;
    font-weight: 600;
    font-size: 18px;
  }

  .why_choose__box {
    height: 280px;
  }

  .choose__para p {
    font-size: 15px;
    line-height: 26px;
    overflow: auto;
    height: 140px;
  }

  .form__content h3 {
    font-size: 26px;
    letter-spacing: normal;
  }

  .discovery__sec__tab {
    height: 277px;
  }

  .offer__menu__sec ul li {
    display: inline-block;
    padding: 10px 0px 0;
    width: 100%;
    flex: 100%;
  }

  .services__banner .banner__img {
    height: 580px;
    object-fit: cover;
  }

  .banner__Sec__main .carousel-caption {
    height: 42%;
  }
}

@media (max-width: 480px) {
  .banner__slider__sec {
    margin-top: -85px;
  }
}
@media (max-width: 450px) {
  .logo__Sec__main img {
    width: 35%;
  }

  .about__img__hme img {
    width: 96%;
  }

  .banner___content h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .banner___content p {
    font-size: 16px;
    width: 100%;
  }

  .main_menu_sec {
    display: none;
  }

  .packages__list__menu ul li {
    padding: 0 3px;
    margin-bottom: 11px !important;
  }

  .packages__list__menu ul li a {
    padding: 13px 10px;
    font-size: 12px;
    font-weight: 600;
  }

  .packages__Sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
  }

  .packages__name span {
    font-size: 21px;
  }

  .per__amount span {
    font-size: 20px;
  }

  .list__packages ul li {
    font-size: 16px;
    padding-left: 14px;
    padding-bottom: 14px;
  }

  .why_choose___sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }

  .why_choose__box {
    padding: 20px 17px;
    height: auto;
  }

  .choose__head span {
    font-size: 18px;
    line-height: 20px;
  }

  .industries__sec__box {
    height: 130px;
    padding: 40px 0 40px;
  }

  .industries__sec__icon img {
    width: 35px;
  }

  .review__list__tb p {
    font-size: 15px;
    line-height: 27px;
    width: 90%;
  }

  section.second__sec__tb {
    display: none;
  }

  .form__content p {
    font-size: 15px;
    width: 100%;
    line-height: 26px;
  }

  .links__anchor ul li a {
    padding-bottom: 12px;
    font-size: 15px;
  }

  .payment__logo img {
    width: 95%;
    margin: 0 auto;
  }

  .copy__text p {
    font-size: 13px;
  }

  .faq__sec__main .center__text__sec h2 {
    font-size: 23px;
    letter-spacing: -1px;
    line-height: 30px;
  }

  .about__banner .banner___content h1 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -1px;
  }

  .about__banner .banner___content p {
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
  }

  .our__approch__content h2 {
    font-size: 27px;
    line-height: 35px;
  }

  .our__approch__content h6 {
    font-size: 17px;
    padding-bottom: 0px;
  }

  .offer__tab__list span {
    font-size: 15px;
    line-height: 21px;
  }

  .offer__tab__list {
    padding: 80px 30px 40px 16px;
  }

  .offer__tab__list img {
    position: absolute;
    top: 20px;
    left: 11px;
  }

  .pkg__banner .banner___content h1 {
    font-size: 23px;
    margin: 0 auto 10px;
    line-height: 31px;
    letter-spacing: -1px;
    width: 100%;
  }

  .banner__slider__sec {
    margin-top: -155px;
  }

  .platform__form__Sec {
    padding: 30px 0;
  }

  .video__content__sec h2 span {
    font-size: 30px;
  }

  .our__process__sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }

  .container {
    max-width: 420px;
  }

  .our__portfolio__sec .col-sm-9 {
    max-width: 100%;
    flex: 100%;
  }

  .term_content_Sec p {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 390px) {
  .container {
    max-width: 370px;
  }

  .banner___content h1 {
    font-size: 23px;
    line-height: 30px;
  }

  .web___btn ul li a {
    padding: 13px 17px;
    font-size: 14px;
  }

  .platform__text h3 {
    font-size: 17px;
    letter-spacing: -0.34px;
  }

  .heading__center h2 {
    font-size: 23px;
  }

  .offer__box h4 {
    font-size: 22px;
  }

  .offer__box span {
    font-size: 16px;
    line-height: 25px;
  }

  .offer__box {
    height: auto;
    padding: 30px 20px;
  }

  .Portfolio__Tb__LiSt ul li a {
    font-size: 13px;
    padding: 10px 16px;
    font-weight: 600;
  }

  .cta__content__Sec h3 {
    font-size: 20px;
  }

  .packages__list__menu ul li a {
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 500;
  }

  .list__packages ul li {
    font-size: 15px;
    padding-left: 14px;
    padding-bottom: 10px;
  }

  .center__text__sec h2 {
    font-size: 27px;
  }

  .center__text__sec h2 span img {
    display: none;
  }

  .center__text__sec h2 span {
    top: 0;
    padding: 0;
  }

  .industries__sec__main .col-sm-2 {
    max-width: 50%;
    flex: 50%;
  }

  .counter {
    font-size: 40px;
    height: 2.4rem;
    margin-bottom: 10px;
  }

  span.count_text {
    font-size: 15px;
  }

  .brand__author span {
    font-size: 19px;
  }

  .terms__links ul li {
    display: inline-block;
    padding: 10px 23px;
  }

  .terms__links ul li a:after {
    right: -22px;
    height: 23px;
    top: -3px;
  }

  .info__contact ul li a {
    font-size: 14px;
  }

  .info__contact ul li span {
    font-size: 15px;
  }

  .links__anchor ul li a {
    padding-bottom: 11px;
    font-size: 14px;
  }

  .form__banner__sec .col-sm-3.p-0 {
    max-width: 100%;
    flex: 100%;
    padding: 0 10px !important;
  }

  .inner__banner__content {
    position: relative;
    top: -170px;
  }

  .banner__slider__sec {
    margin-top: -215px;
  }

  .about__img__hme img {
    width: 100%;
  }

  .form__content p {
    font-size: 14px;
  }

  .packages__head h2 {
    font-size: 19px;
    line-height: 37px;
    letter-spacing: -1px;
  }

  .term_content_Sec p {
    font-size: 14px;
    line-height: 24px;
  }

  .term_content_Sec ul li,
  .term_content_sec ul li {
    font-size: 14px;
    padding-bottom: 8px;
    line-height: 25px;
  }

  .term_content_Sec h3,
  .term_content_sec h4 {
    font-size: 20px;
  }

  .copy__text p {
    font-size: 12px;
  }
}

/*Responsive Section End*/

/*packages inner pages css start*/

.works-wrap {
  padding: 60px 0 60px;
  position: relative;
  background-color: #fff;
  z-index: 2;
  border-bottom: 1px solid #eaeaea;
}

.subscribe-fold .myheading {
  position: relative;
  padding-bottom: 40px;
  font-size: 44px;
  color: #160c28;
  line-height: 1.1em;
  margin-bottom: 30px;
  padding: 0;
}

.subs-pac {
  /* box-shadow: 0 3px 30px #0000001f; */
  display: block;
  width: 100%;
  text-align: center;
  /* height: 505px; */
  margin: 0 0 60px;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* border-radius: 10px; */
  padding: 75px 0 0;
  background-color: #f0f0f0;
}

.bronze {
  border: 1px solid transparent;
}

.subscribe-fold h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  font-weight: 800;
  width: 100%;
  text-align: center;
}

.subs-pac h6 {
  color: var(--first-color);
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  line-height: 0.9;
  margin: 30px 0 0;
  position: relative;
  padding: 0 20px;
}

.subs-pac h6 span.old {
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  text-decoration: line-through;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
}

.subs-pac h6 span {
  font-size: 16px;
  color: #687087;
  display: inline-block;
  margin: 30px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.3;
}

.subs-pac h6 span b.monthss {
  position: absolute;
  right: -61px;
  font-size: 20px;
  top: -37px;
  color: #555;
}

.subs-pac h6 b {
  position: relative;
  font-size: 20px;
  display: inline-block;
  top: -28px;
  color: #555;
}

.subs-pac a.ordrrrr {
  text-align: center;
  margin: 30px auto 0;
  border: none;
  padding: 14px 60px;
  color: #fff;
  box-shadow: none;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  background: transparent
    linear-gradient(74deg, var(--primary_color) 0%, var(--secondary_color) 100%)
    0% 0% no-repeat;
}

.subs-pac .actions a.chatbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 35px 0;
  display: inline-block;
  color: #000;
  margin: 0;
}

.subs-pac .actions a.numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  color: #000;
  display: inline-block;
  margin: 0;
}

.subs-pac .actions a.numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 35px 0;
  color: #000;
  display: inline-block;
  margin: 0;
}

.sub-list {
  padding-left: 40px;
}

.subscribe-fold .table-packages {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}

.subscribe-fold .table-packages .head {
  width: 100%;
  margin-bottom: 23px;
}

.subscribe-fold .table-packages .head h5 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #160c28;
}

.subscribe-fold .table-packages .body .subscription-list {
  height: 430px;
  margin-top: 20px;
  padding: 0;
}

.innerContentScroll {
  height: 400px;
  overflow-y: scroll;
}

.subscribe-fold .table-packages .body ul li {
  text-align: left;
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #eaeaea;
  width: 95%;
}

.subscribe-fold .table-packages .body ul li h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: var(--primary-font-family);
}

.subscribe-fold .table-packages .body ul li span.tick {
  font-size: 20px;
  color: #01e252;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
  height: 32px;
  line-height: 1.6;
  float: right;
}

.subscribe-fold .table-packages .body ul li span.tick:before {
  content: "";
  position: absolute;
  background: url(../images/packages-icon.svg);
  background-repeat: no-repeat;
  width: 15px;
  background-size: cover;
  height: 15px;
  left: 0;
  top: 6px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0;
  border-left: 1px solid #fff;
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: #383858;
}

.view_btn {
  margin: 16px 0;
  text-align: center;
  display: none;
}

.view_btn a.v-detail {
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}

.package__box__sec:hover .view_btn a.v-detail {
  color: #fff;
}

/*packages inner pages css end*/

.cs-slider .web___btn ul li:nth-last-child(1) a img {
  width: unset;
  display: unset;
}

.hme__banner .banner___content h1,
.hme__banner .banner___content p,
.hme__banner .web___btn ul li:nth-last-child(1) a {
  color: #fff;
}
.hme__banner .banner___content ul.point__banner li {
  color: #fff;
}

.hme__banner {
  overflow: hidden;
  padding: 150px 0 120px;
  z-index: 0;
  position: relative;
}
.mainvideo {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.hme__banner:after {
  content: "";
  position: absolute;
  background: #000000c2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hme__banner .imgwrp img {
  width: 75%;
  margin: auto;
  display: block;
  mix-blend-mode: difference;
}

.check-list.nopaddding {
  display: flex;
  align-items: self-start;
  padding: 0;
}

.check-list input#checkbox22 {
  width: 20px;
  box-shadow: unset;
  height: unset;
}

.check-list.nopaddding label {
  font-size: 14px !important;
  line-height: 20px;
  margin-left: 0 !important;
  padding-left: 10px !important;
  text-align: left;
  color: #fff;
}

.services__banner .carousel-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000087;
  top: 0;
  left: 0;
  z-index: 0;
}

.privacy-banner.banner__Sec__main .carousel-caption {
  height: 100%;
}

.privacy-banner.banner__Sec__main .banner__img {
  height: 450px;
}

.footer__logo__Sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.choose__icon__tab .icon__box .img-responsive {
  width: 60%;
}
