/*Main Css */

:root {
  --primary: #D61120;
  --secondary: #000000;
  --black: #000F0C;
  
  --white: #fff;
  --body-color: #666666;
  
  --font-heading: 'Helvetica Neue LT Std';
  
  --font-title: 'Andale Mono';
  --font-hdInner: 'Oswald';
  --font-logo: 'Poppins';
  
  --font-accent: 'Helvetica Neue';
  --font-body: 'Helvetica Neue';
  --font-para: 'Inter';
  --icon: "Font Awesome 6 Pro", sans-serif;
  }
  
  ::selection {
  background: var(--primary);
  color: #fff;
  text-shadow: none;
  }
  
  ::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  }
  
  ::-webkit-scrollbar-button:start:decrement,
  ::-webkit-scrollbar-button:end:increment {
  display: none;
  }
  
  ::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  }
  
  ::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--primary);
  }
  
  /* Tabbing CSS */
  
  [class^="box-"] {
  display: none;
  }
  
  [class^="box-"].showfirst {
  display: block;
  }
  
  body {
  font-family: var(--font-body);
  overflow-x: hidden;
  font-size: 16px;
  color: var(--secondary);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  }
  
  body.inner-header {
  padding-top: 100px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: var(--font-heading);
  display: block;
  color: var(--secondary);
  text-transform: capitalize;
  }
  
  h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: 0em;
  }
  
  h2 span.text-bold {
  font-weight: bold;
  }
  
  h4 {
  font-size: 26px;
  line-height: 1.12;
  }
  
  h6{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.84px;
  }
  
  .text-primary{
  color: var(--primary) !important;
  }
  
  .text-secondary{
  color: var(--dark) !important;
  }
  
  .btn {
  padding: 18px 58px;
  border-radius: 0px;
  text-transform: capitalize;
  font-family: var(--font-para) !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  }
  
  .btn:focus, .btn:active:focus{
  box-shadow: none;
  }
  
  .btn i{
  font-size: 14px;
  font-weight: 600;
  }
  
  .btn-primary{
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white) !important;
  }
  
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary) !important;
  }
  
  .btn-white:hover{
  background: #fff !important;
  border: 0px solid #fff !important;
  color: #ce0000 !important;
  }
  
  .btn-dark{
  background-color: #111;
  border: 1px solid #111;
  color: var(--white);
  }
  
  .btn-dark:hover{
  background-color: transparent;
  border: 1px solid #111;
  color: #111;
  }
  
  footer{
    background: #8F000B;
  }
  
  footer .border-top {
  border-top: 1px solid #808080!important;
  }
  
  .f-logo {
  font-size: 30px;
  text-align: left;
  color: var(--white);
  font-family: var(--font-heading);
  line-height: normal;
  }
  
  .f-logo:hover {
  color: var(--white);
  }
  
  .f-logo-content {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.5px;
  color: var(--white);
  }
  
  .f-menu {
  margin-top: 30px;
  }
  
  .f-menu .f-icon-box {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 10px;
  }
  
  .f-menu .f-icon-box a, .f-menu .f-icon-box p{
  color: var(--white);
  }
  
  .f-menu .f-icon-box i{
  color: var(--white);
  }
  
  ul.f-menu li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  }
  
  ul.f-menu li a:hover{
  color: var(--primary);
  }
  
  
  
  footer h6{
  font-family: var(--font-heading);
  color: var(--white);
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  }
  
  .copyright {
  padding-top: 11px;
  padding-bottom: 11px;
  background: #8F000B;
  }
  
  .copyright p{
  font-family: var(--font-body);
  color: #FFF;
  
  text-align: center; 
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 29px;
  }
  
  .copyright p a{ color: var(--white); font-weight: 600; }
  
  *:hover,
  *:focus,
  * {
  outline: none !important;
  }
  
  img {
  max-width: 100%;
  height: auto;
  }
  
  a,
  input[type="submit"] {
  -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;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  }
  
  span {
  display: inline-block;
  }
  
  textarea,
  select,
  input[type],
  textarea,
  select,
  button {
  font-family: var(--font-body);
  font-weight: 400;
  }
  
  ::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
  }
  
  ::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
  }
  
  :-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
  }
  
  :-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
  }
  
  ::-moz-placeholder {
  opacity: 1;
  }
  
  /* Padding Classes */
  .pad-zero {
  padding: 0px;
  }
  .pad-l-zero {
  padding-left: 0px;
  }
  .pad-r-zero {
  padding-right: 0px;
  }
  .ovr-hiddn {
  overflow: hidden;
  }
  .overlay {
  /* content: ""; */
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  }
  .overlay {
  display: none;
  }
  .overlay.active {
  display: block;
  }
  
  /* Custom Slick Css */
  .slick-list {
  margin: 0 -15px;
  }
  .slick-slide {
  margin: 0 15px;
  }
  .slick-dots {
  padding: 50px 0 0;
  text-align: center;
  }
  .slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
  }
  .slick-dots li button:before,
  .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
  }
  .slick-dots li button {
  height: 8px;
  width: 30px;
  border-radius: 100px;
  padding: 0px;
  background: #DDDDDD;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -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;
  box-sizing: border-box;
  }
  .slick-dots li.slick-active button {
  background: #B6B9FC;
  width: 55px;
  }
  /*header css*/
  
  /* header {
  -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;
  position: fixed;
  background: transparent;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  }
  header.sticky{
  background: white;
  box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
  top: 0;
  } */
  
  .main-header{
  width: 100%;
  padding-top: 22px;
  padding-bottom: 18px;
  }
  
  /* .menuWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  } */
  
  .desktop-header .menuWrap {
  display: flex;
  align-items: center;
  justify-content: end;
  }
  .logo {
  display: inline-block;
  }
  .logo img {
  display: block;
  }
  
  /* Hamburger Menu */
  .menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
  }
  .menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--primary);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
  }
  .menu-Bar span:nth-child(1) {
  top: 0;
  }
  .menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
  }
  .menu-Bar span:nth-child(3) {
  top: 16px;
  }
  .menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
  }
  .menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
  }
  .menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
  }
  
  /* Menu Css */
  .menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
  }
  
  .menu-callnow {
  color: var(--primary) !important;
  background: transparent;
  }
  
  .menu-callnow i{
  color: var(--dark) !important;
  line-height: 2;
  }
  
  .menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 20px;
  }
  
  .menu > li > a {
  display: block;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #000000;
  }
  
  .btn-header {
  background: var(--primary);
  color: white !important;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400 !important;
  }
  
  .btn-header:hover{
  transform: scale(1.03);
  }
  
  .menu > li :hover > a,
  .menu > li.active > a {
  color: var(--primary);
  }
  
  @keyframes scale-display {
  0% {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  }
  100% {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  }
  }
  @keyframes scale-display--reversed {
  0% {
  display: inline-flex;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  }
  99% {
  display: inline-flex;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  }
  100% {
  display: none;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  }
  }
  
  @keyframes btotreverse {
  0% {
  top: 75px;
  opacity: 1;
  }
  100% {
  top: 115px;
  opacity: 0;
  }
  }
  
  @keyframes btot {
  0% {
  top: 115px;
  opacity: 0;
  }
  100% {
  top: 40px;
  opacity: 1;
  }
  }
  
  /* Main Banner CSS */
  
  .mainBanner {
  height: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  z-index: 1;
  }
  
  .has-child {
  position: relative;
  z-index: 1;
  }
  
  .dropdown .dropdown {
  left: 100%;
  top: 0;
  }
  .dropdown {
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  top: 100%;
  display: none;
  }
  
  /* Custom Slick Css */
  .slick-list {
  margin: 0 -15px;
  }
  .slick-slide {
  margin: 0 15px;
  }
  .slick-dots {
  padding: 50px 0 0;
  text-align: center;
  }
  .slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
  }
  .slick-dots li button:before,
  .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
  }
  .slick-dots li button {
  height: 8px;
  width: 30px;
  border-radius: 100px;
  padding: 0px;
  background: #DDDDDD;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -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;
  box-sizing: border-box;
  }
  .slick-dots li.slick-active button {
  background: #B6B9FC;
  width: 55px;
  }
  
  span.count {
  font-family: var(--font-heading);
  font-size: 64px;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  font-weight: 500;
  }
  
  .counter span.text-white {
  font-family: var(--font-heading);
  font-size: 64px;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  font-weight: 500;
  }
  
  .form-select, .form-select:focus {
  background: transparent;
  border: 1px solid #626262;
  border-radius: 24px;
  padding: 8px 34px 8px 29px;
  color: #ddd;
  font-size: 13px;
  margin-bottom: 18px;
  color: var(--bg-light);
  box-shadow: none;
  }
  
  .slick-center button.slick-prev.slick-arrow {
  position: absolute;
  top: 96%;
  left: 50%;
  font-size: 0px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  z-index: 0;
  }
  
  .index-slider button.slick-prev.slick-arrow {
  position: absolute;
  top: 92%;
  left: 92%;
  font-size: 0px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  z-index: 2;
  }
  
  .index-slider button.slick-prev.slick-arrow::before {
  content: "\f177";
  font-size: 25px;
  font-weight: 100;
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  }
  
  .slick-center button.slick-prev.slick-arrow::before {
  content: "\f177";
  font-size: 25px;
  font-weight: 100;
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  }
  
  .index-slider button.slick-next.slick-arrow {
  position: absolute;
  top: 92%;
  right: 4%;
  border: none;
  background-color: transparent;
  font-size: 0px;
  width: 30px;
  height: 30px;
  z-index: 2;
  }
  
  .slick-center button.slick-next.slick-arrow {
  position: absolute;
  top: 96%;
  right: 46%;
  border: none;
  background-color: transparent;
  font-size: 0px;
  width: 30px;
  height: 30px;
  z-index: 0;
  }
  
  .slick-center button.slick-next.slick-arrow::before {
  content: "\f178";
  font-size: 25px;
  font-weight: 100;
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  }
  
  .index-slider button.slick-next.slick-arrow::before {
  content: "\f178";
  font-size: 25px;
  font-weight: 100;
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  }
  
  .slider-for img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 454px;
  margin-bottom: 16px;
  }
  
  .slider-nav img{
  height: 174px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  }
  
  .slick-center img {
  width: 100%;
  height: 500px;
  }
  
  .slick-center .slick-list.draggable {
  padding: 0 24% 0 !important;
  }
  
  .slick-center .slick-slide {
  margin: 0 70px;
  }
  
  .slick-center .slick-current img {
  position: relative;
  top: -41px;
  }
  
  .sliderDiv{
  background-size: cover;
  height: 1200px;
  width: 100%;
  background-repeat: no-repeat;
  }
  
  .socail-icons{
  display: flex;
  }
  
  ul.socail-icons li i{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  
  }
  
  ul.socail-icons li{
  margin-right: 10px;
  }
  
  a.logo {
  color: #000;
  font-family: var(--font-logo);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  
  /* inner pages */
  
  .inner-banner{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 193px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .inner-banner .content h1 {
  
  }
  
  /* inner pages */
  
  .footer-border {
  height: 1px;
  margin: 61.5px 83px 29px 177px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  }
  
  ul.footer-social-icons{
  display: flex;
  margin-top: 20px;
  }
  
  ul.footer-social li a {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: var(--white);
  margin-bottom: 15px;
  }
  
  ul.footer-social li a i {
  color: var(--primary);
  margin-right: 17px !important;
  }
  
  ul.footer-social li a:hover{
  color: var(--primary);
  }
  
  ul.footer-social-icons li {
  margin-right: 12px;
  }
  
  ul.footer-social-icons li a{
  color: var(--white);
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  }
  
  ul.footer-social-icons li a i {
  font-size: 22px;
  }
  
  .menu-Bar a.logo {
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #1dd3b0;
  }
  
  li.dropdown {
  position: relative;
  }
  
  li.dropdown a {
  display: inline-block;
  }
  
  li.dropdown:hover ul.sub-menu {
  top: 90%;
  opacity: 1;
  visibility: visible;
  }
  ul.sub-menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
  min-width: 200px;
  padding: 10px;
  border-radius: 5px;
  transition: .3s top ease-in-out;
  top: 200%;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  }
  
  .dropdown::after {
  display: inline-block;
  margin-left: 0.465em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  font-size: 14px;
  color: #222;
  -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;
  }
  
  .dropdown:hover::after, .dropdown.active::after {
  color: var(--primary);
  }
  
  ul.sub-menu li {
  margin: 0;
  display: block;
  margin-bottom: 0px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  }
  
  ul.sub-menu li:last-child {
  border: 0;
  margin-bottom: 0px;
  }
  
  .menu > li > a:hover {
  color: var(--primary);
  }
  
  ul.sub-menu li:last-child a{
  padding-bottom: 0px;
  }
  
  ul.sub-menu li a {
  font-size: 12px;
  color: #121b2b !important;
  padding-bottom: 10px;
  }
  
  ul.breadcrumb-menu {
  display: block;
  text-transform: uppercase;
  }
  
  ul.breadcrumb-menu li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.84px;
  }
  
  ul.breadcrumb-menu li a {
  color: var(--dark-light);
  }
  
  ul.breadcrumb-menu li+li {
  margin-left: 0px;
  }
  
  ul#counter {
  display: flex;
  align-items: center;
  gap: 7rem;
  /* padding: 24px 36px; */
  /* border-radius: 8px; */
  /* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
  /* background-color: #222; */
  /* margin-top: -112px;*/
  }
  .counter-wrapper .counter {
  display: flex;
  align-items: center;
  gap: 20px;
  }
  .counter-wrapper .counter span.count {
  font-weight: 700;
  font-size: 45px;
  color: #000;
  }
  ul#counter li .counter>div {
  font-weight: 600;
  line-height: 1;
  font-size: 38px;
  color: #fff;
  /* padding-bottom: 10px; */
  flex-shrink: 0;
  }
  ul#counter li {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  text-align: center;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  ul#counter li .counter span.text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: var(--white);
  font-weight: normal;
  }
  
  ul#counter li:nth-child(1) .counter>div {
  color: #ec4e52;
  }
  ul#counter li:nth-child(2) .counter>div {
  color: #ebd142;
  }
  ul#counter li:nth-child(3) .counter>div {
  color: #62a488;
  }
  
  .counter span.text-dark {
  font-weight: 600;
  font-size: 30px;
  }
  
  /* ------- */
  
  .index-slider-news button.slick-prev.slick-arrow {
  position: absolute;
  top: 23%;
  left: -68px;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary);
  background-color: transparent;
  z-index: 2;
  line-height: 0;
  border-radius: 50%;
  }
  
  .index-slider-news button.slick-prev.slick-arrow::before {
  content: "\f104";
  font-size: 24px;
  font-weight: 500;
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .index-slider-news button.slick-next.slick-arrow {
  position: absolute;
  top: 23%;
  right: -70px;
  border: none;
  background-color: transparent;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary);
  background-color: transparent;
  background-color: transparent;
  line-height: 0;
  border-radius: 50%;
  z-index: 2;
  }
  
  .index-slider-news button.slick-next.slick-arrow::before {
  content: "\f105";
  font-size: 24px;
  font-weight: 500;
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .form-control {border: 1px solid #D2D2D2;margin-bottom: 20px;border-radius: 0;height: 35px;}
  
  .testimonials-slider button.slick-prev.slick-arrow {
  position: absolute;
  bottom: 9px;
  right: 65px;
  font-size: 0px;
  background-color: var(--primary);
  z-index: 2;
  line-height: 0;
  border-radius: 0;
  border: 0;
  padding: 13px 13px 13px 21px;
  height: 50px;
  }
  
  .testimonials-slider button.slick-prev.slick-arrow::before {
  content: "\f060";
  font-size: 24px;
  font-weight: 900;
  color: var(--white);
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .testimonials-slider button.slick-next.slick-arrow {
  position: absolute;
  bottom: 9px;
  right: 20px;
  border: none;
  background-color: transparent;
  font-size: 0px;
  background-color: var(--primary);
  z-index: 2;
  line-height: 0;
  border-radius: 0;
  border: 0;
  padding: 13px 21px 13px 13px;
  height: 50px;
  }
  
  .testimonials-slider button.slick-next.slick-arrow::before {
  content: "\f061";
  font-size: 24px;
  font-weight: 900;
  color: var(--white);
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  /* Accordian */
  
  .accordion-list {
  position: relative;
  }
  
  .accordion-list li {
  padding: 0px 0px 22px 2px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-bottom: 0;
  background: white;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0rem;
  }
  
  ul.accordion-list li span {
  display: flex;
  position: relative;
  }
  
  .accordion-list li h3 {
  color: var(--secondary);
  display: flex;
  align-items: center;
  font-size: 20.494px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  margin-right: 14px;
  }
  
  .accordion-list li.active h3 {
  color: var(--primary);
  font-size: 20px;
  
  }
  
  ul.accordion-list li h3:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  right: 0;
  color: var(--secondary);
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 900;
  top: 0;
  }
  
  .accordion-list li.active h4::after {
  color: #9CA3AF;
  content: "\f077";
  }
  
  ul.accordion-list li.active h3:after {
  content: "\f077";
  color: var(--primary);
  }
  
  .answer p {
  margin-top: 16px;
  color: #555555;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  }
  
  /* Accordian */
  
  /* Subscription */
  
  .subscription {
  margin-top: 18px;
  margin-bottom: 44px;
  }
  
  .subscribe button.btn-subscribe {
  width: 38px;
  padding: 0;
  display: inline-block;
  height: 38px;
  border-radius: 0;
  color: #fff;
  border: none;
  background: var(--primary);
  font-size: 14px;
  }
  
  .subscribe input.form-control {
  border: none;
  width: 82%;
  padding: 8px 13px;
  height: 100%;
  margin: 0;
  display: inline-block;
  color: var(--white);
  background-color: transparent;
  }
  
  .subscribe {
  border: 1px solid #72727250;
  height: 65px;
  margin-top: 18px;
  }
  
  /* Subscription */
  
  .sec-pad{
  padding-top: 100px;
  padding-bottom: 100px;
  }
  
  /* topbar */
  
  .top-bar {
  padding: 15px 0;
  background: var(--primary);
  }
  
  .top-social-icons {
  display: flex;
  justify-content: end;
  gap: 20px;
  }
  
  .top-contact-info {
  display: flex;
  gap: 22px;
  }
  
  .top-contact-info li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  }
  
  .top-contact-info li a {
  color: var(--white);
  }
  
  .top-social-icons li a i{
  color: var(--white);
  }
  
  /* topbar */
  
  /* contact page */
  
  .contactIconBg li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  }
  
  .contactIconBg .icon{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  background-color: var(--primary);
  }
  
  /* contact page */
  
  /* a.new{
  display: block;
  width: 250px;
  height: 50px;
  line-height: 46px;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  border: 3px solid seagreen;
  color: seagreen;
  font-size: 20px;
  font-family: arial;
  position: relative;
  overflow: hidden;
  background: transparent;
  text-transform: uppercase;
  transition: all .35s;
  }
  
  a.new:before,
  a.new:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: seagreen;
  z-index: -1;
  transition: all .35s;
  }
  
  a.new:before{
  opacity: .5;
  }
  
  a.new:after{
  transition-delay: .2s;
  }
  
  a.new:hover{
  color: #fff;
  }
  
  a.new:hover:before,
  a.new:hover:after{
  top: 0;
  }
  
  */
  
  /* repeat */
  
  section.package {
  background: #F7F7F7;
  }
  
  section.package .top-sec {
  text-align: center;
  }
  
  section.package .bottom-sec {
  margin-top: 29px;
  }
  
  .price-card {
  background-color: var(--white);
  padding: 21px 21px 40px;
  border: 1px solid #F49F07;
  border-bottom: 0;
  position: relative;
  z-index: 1;
  }
  
  .pkg-border {
  position: absolute;
  content: '';
  background-color: #E4E4E4;
  height: 10px;
  left: -0.5px;
  bottom: 0;
  width: 100.4%;
  }
  
  .price-card h3.title {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 700;
  line-height: 24.64px;
  text-align: left;
  }
  
  .price-card .starting {
  margin-top: 40px;
  }
  
  .price-card .starting span.txt {
  font-family: var(--font-body);
  font-size: 14.37px;
  font-weight: 500;
  line-height: 17.55px;
  text-align: left;
  color: #08203A;
  }
  
  .pricing {
  display: flex;
  gap: 10px;
  }
  
  .pricing p.price {
  font-family: var(--font-body);
  font-size: 60px;
  font-weight: 700;
  line-height: 73.26px;
  color: #08203A;
  margin-top: 3px;
  }
  
  .price-card p.para {
  font-family: var(--font-body);
  font-size: 14.37px;
  font-weight: 400;
  line-height: 20.53px;
  text-align: left;
  margin-top: 9px;
  min-height: 42px;
  }
  
  ul.priceList li p {
  font-family: var(--font-body);
  font-size: 14.37px;
  font-weight: 700;
  line-height: 20.53px;
  color: #08203A;
  }
  
  ul.priceList {
  margin-top: 24px;
  height: 250px;
  overflow-y: scroll;
  }
  
  ul.priceList li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 15px;
  }
  
  ul.priceList li i{
  color: #08203A;
  }
  
  .price-card a.btn.btn-primary {
  margin-top: 30px;
  padding: 13px 0;
  width: 100%;
  font-family: var(--font-body);
  font-size: 14.37px;
  font-weight: 700;
  line-height: 24.64px;
  letter-spacing: 0.05em;
  }
  
  .price-card p.fees {
  font-size: 15.32px;
  font-weight: 500;
  line-height: 15.04px;
  text-align: left;
  margin-top: 25px;
  color: var(--secondary);
  }
  
  section.wedo .top-sec {
  text-align: center;
  }
  
  section.wedo .top-sec h2.title{
  color: #000F0C;
  text-align: center;
  font-family: var(--font-hdInner);
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  }
  
  section.wedo .top-sec p.para{
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color:var(--secondary);
  margin-top: 9px;
  }
  
  section.wedo .bottom-sec{
  margin-top: 65px;
  }
  
  .wedo-card {
  background-color: #F7F7F7;
  text-align: center;
  padding: 39px 30px 21px;
  border-top: 12px solid #E4E4E4;
  transition: 0.6s ease-in-out;
  min-height: 540px;
  }
  
  .wedo-card:hover {
  border-top: 12px solid var(--primary);
  
  }
  
  .wedo-card h4.title {
  font-family: var(--font-body);
  color: #000;
  font-size: 21.041px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top:7px;
  }
  
  .wedo-card p.para {
  font-family: var(--font-para);
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.877px;
  margin-top: 16px;
  opacity: 0.5;
  }
  
  .wedo-img {
  position: relative;
  z-index: 1;
  }
  
  /* .wedo-img::before {
  width: 100px;
  height: 100px;
  top: 16px;
  border-radius: 50%;
  left: 92px;
  background: #E4E4E4;
  position: absolute;
  content: '';
  z-index: -1;
  } */
  
  /* h4.title.wedo-mar {
  margin-top: 40px;
  } */
  
  /*popup*/
  .popup, .popup-main {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 550px;
  z-index: 99;
  }
  
  .pop-inner, .pop-inner1 {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 35px;
  border-radius: 10px;
  }
  
  .closePop, .closePop1 {
  position: absolute;
  top: -12px;
  right: 0;
  width: 35px;
  height: 35px;
  background: var(--primary);
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  }
  
  .pop-inner h4, .pop-inner1 h4 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  }
  
  .pop-inner h3, .pop-inner1 h3 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  padding: 10px 0 10px;
  line-height: 1.2;
  }
  .pop-inner h3 span, .pop-inner1 h3 span {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary);
  }
  .pop-inner h3 br, .pop-inner1 h3 br {
  display: none;
  }
  .pop-inner1 h3 small{ display: block; font-size: 18px; }
  
  .pop-inner p, .pop-inner1 p {
  font-size: 16px;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--body-color);
  text-align: center;
  padding: 0 0 20px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  }
  /* .pop-inner p::before, .pop-inner1 p::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #F45A28;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  } */
  
  .pop-inner input, .pop-inner1 input {
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 55px;
  margin-bottom: 13px;
  border-radius: 0px;
  padding: 26px 20px;
  background-color: #F6F9FC;
  }
  
  .pop-inner input, .pop-inner1 input::placeholder {
  font-size: 13px;
  
  }
  
  .pop-inner .agree, .pop-inner1 .agree {
  font-size: 15px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 1.2;
  padding-bottom: 25px;
  display: flex !important;
  align-items: center;
  gap: 5px;
  }
  
  .agree a{
  display: contents;
  }
  
  .pop-inner .agree input, .pop-inner1 .agree input {
  display: inline-block;
  width: 15px;
  margin: 0;
  }
  .pop-inner .agree a, .pop-inner1 .agree a {
  color: #111;
  font-weight: 500;
  }
  .pop-inner .sbt, .pop-inner1 .sbt {
  text-align: center;
  }
  .pop-inner button, .pop-inner1 button {
  font-family: "Work Sans";
  }
  
  .pckg-head h3{
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 700;
  line-height: 24.64px;
  text-align: left;
  color: #08203A;
  
  
  }
  
  .pckg-box {
  background-color: var(--white);
  padding: 21px 21px 40px;
  border: 1px solid #F49F07;
  border-bottom: 0;
  position: relative;
  z-index: 1;
  }
  
  .pckg-head h4 {
  font-family: var(--font-body);
  font-size: 14.37px;
  font-weight: 500;
  line-height: 17.55px;
  text-align: left;
  color: #08203A;
  margin-top: 40px;
  }
  
  .pckg-head h4 span {
  font-family: var(--font-body);
  font-size: 60px;
  font-weight: 700;
  line-height: 73.26px;
  color: #08203A;
  margin-top: 3px;
  }
  
  
  /* Accordian */
  
  .accordion-list {
    position: relative;
    }
    
    .accordion-list li {
    padding: 0px 0px 22px 2px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border-bottom: 0;
    background: white;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0rem;
    padding: 17px 14px;
    border: 1px solid #EAEAEA;
    background-color: #FAFAFA;
    margin-bottom: 14px;
    }
    
    ul.accordion-list li span {
    display: flex;
    position: relative;
    }
    
    .accordion-list li h3 {
    color: var(--secondary) !important;
    display: flex;
    align-items: center;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 19.54px;
    text-align: left;
    font-family: var(--font-body) !important;
    }
    
    .accordion-list li.active h3 {
    color: var(--primary) !important;
    font-size: 16px;
    
    }
    
    ul.accordion-list li h3:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: var(--secondary);
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 900;
    top: 0;
    }
    
    .accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
    }
    
    ul.accordion-list li.active h3:after {
    content: "\f068";
    color: var(--primary);
    }
    
    .answer p {
    margin-top: 16px;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #383838 !important;
    }
  
    .faqs .accordion-list {
  
    margin-top: 63px;
  }
  
    .accordion-list li.active .answer {
      display: block !important;
  }
    
    /* Accordian */
  
  /* repeat */
  
  /* css */
  
  .mainBanner{
  height: 700px;
  }
  
  .main-header .btn {
  padding: 18px 55px;
  }
  
  .main-header .btn-primary-border{
  border: 1px solid var(--primary);
  }
  
  .main-header .btn-secondary-border{
  border: 1px solid var(--secondary);
  }
  
  .hero-content h1 {
  font-family: var(--font-hdInner);
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 75px; /* 107.143% */
  letter-spacing: -1.75px;
  }
  
  .hero-content p {
  margin-top: 24px;
  color: #FFF;
  font-family: var(--font-body);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 573px;
  }
  
  .hero-content .btn {
  margin-top: 24px;
  background: #FFC600;
  }
  
  .hero-content .btn:hover{
    opacity: 0.85;
  }
  
  .hero-content .logos {
  margin-top: 25px;
  }
  
  .heroform {
  background: var(--White, #FAFAFA);
  box-shadow: 0px 27.036px 45.06px 0px rgba(0, 0, 0, 0.10);
  padding: 28.839px 28.839px 28.839px 28.839px;
  padding-top: 13px;
  }
   
  
  .heroform .left h4.txt {
  color: #FFF; 
  font-size: 26.135px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.542px; /* 120.69% */
  text-transform: uppercase;
  }
  
  .heroform .top-sec {
  background: #020202;
  padding: 16px 17px 16px;
  position: relative;
  }
  
  .heroform .right {
  border-radius: 15.321px;
  background: #FFC600;
  box-shadow: 0px 6.308px 16.763px 0px rgba(0, 0, 0, 0.20);
  width: 183.847px;
  height: 124.268px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  padding: 26px 30px;
  justify-content: center;
  padding-top: 12px;
  position: absolute;
  top: -29px;
  right: -38px;
  /* height: 97px; */
  }
  
  .heroform h2.price {color: #000;text-align: center;font-family: var(--font-hdInner);font-size: 79.371px;font-style: normal;font-weight: 600;line-height: 0.9;}
  
  .heroform .right span {
  text-align: end;
  margin-right: 4px;
  }
  
  form {
  margin-top: 28px;
  }
  
  form label {margin: 0px 0 0 0;font-family: Oswald;font-size: 16.222px;font-style: normal;font-weight: 400;line-height: normal;color: #949494;}
  
  input.form-control {height: 54.073px;font-family: var(--font-body);font-size: 16.222px;font-style: normal;font-weight: 500;line-height: normal;color: #070D15;padding: 21px;}
  
  input.form-control::placeholder {
  font-family: var(--font-body);
  font-size: 16.222px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #070D15;
  }
  
  input.btn-primary {
  font-family: var(--font-body);
  }
  
  .btn-secondary{
    background-color: #040404;
    color: var(--white);
    }
  
  .btn-secondary:hover{
    background-color: #040404;
    color: var(--white);
    opacity: 0.9;
  }
  
  
  
  .wedo-img span {
  color: rgba(0, 0, 0, 0.10);
  font-family: var(--font-hdInner);
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.8px;
  position: absolute;
  position: absolute;
  top: -35px;
  right: 122px;
  }
  
  section.wedo .bottom-sec .btn{
  margin: 0 auto;
  display: flex;
  }
  
  h3.title {
  font-family: var(--font-hdInner);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  }
  
  section.trusted h3.title {
  margin-bottom: 45px;
  text-align: center;
  }
  
  section.sec1 h2.title {
  color: #D61120;
  font-family: var(--font-heading);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  }
  
  section.sec1 .content .para{
  color: #6B7280;
  margin-top: 11px;
  font-family: var(--font-para);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  }
  
  section.sec1 h2.title {
  color: #D61120;
  font-family: "Helvetica Neue LT Std";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  }
  
  ul.sec1List { margin-top: 12px; color: #6B7280;}
  
  ul.sec1List li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6B7280;
  }
  
  section.sec1 .btns {
  margin-top: 31px;
  }
  
  section.clients p.para {
  color: #6B7280;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  max-width: 613px;
  margin: 0 auto;
  margin-top: 25px;
  }
  
  section.clients .trusted-img {
  margin-top: 100px;
  }
  
  section.offer {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  }
  
  section.offer h3.title {
  color: #FFC600;
  font-family: Inter;
  font-size: 49.915px;
  font-style: normal;
  font-weight: 800;
  line-height: 39.932px;
  }
  
  section.offer p.para {
  color: #FFF !important;
  font-family: var(--font-para);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-top: 8px;
  }
  
  section.offer p.para2 {
  margin-top: 5px;
  color: #FFF;
  font-family: var(--font-para);
  font-size: 22.462px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.941px;
  }
  
  section.offer p.price {
  color: #FFC600;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #FFF;
  font-family: Inter;
  font-size: 124.789px;
  font-style: normal;
  font-weight: 800;
  line-height: 139.763px;
  }
  
  section.offer a.btn.btn-primary {
  margin-top: 24px;
  }
  
  section.offer a.btn.btn-primary:hover{
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--white);
  }
  
  section.offer .right-sec {
  background: #686868;
  padding: 55px 36.507px 64.184px 34.384px;
  }
  
  section.offer .right-sec h5 {
  color: #FFF;
  font-family: var(--font-para);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.092px;
  }
  
  section.offer .right-sec p {
  color: #DEDEDE;
  font-family: var(--font-para);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.092px;
  }
  
  section.offer .right-sec p.pricing {
  color: #FFF;
  text-align: center;
  font-family: var(--font-para);
  font-size: 65.358px !important;
  font-style: normal;
  font-weight: 300;
  /* line-height: 204.244px; */
  position: relative;
  }
  
  section.offer .right-sec p.pricing::after{
    position: absolute;
    width: 170px;
    height: 5px;
    background-color: var(--primary);
    left: 0;
    top: 10px;
    content: '';
    transform: rotate(-23deg);
  }
  
  .pkgs h4 {
  color: #FFF;
  font-family: var(--font-para);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.384px;
  margin-top: 33px;
  }
  
  ul.pkgList li {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
  }
  
  ul.pkgList {
  margin-top: 33px;
  }
  
  ul.pkgList li i {
  color: #FFC600;
  font-weight: 600;
  }
  
  section.faqs .bottom-sec h2.title {
    font-size: 60px;
  }
  
  .f-logo{
    color: #FFF; 
  font-family: var(--font-logo);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  
  .footer-content{
    padding-top: 35px;
    padding-bottom: 48px;
    }
  
    .f-logo img{
      filter: brightness(0) invert(1);
      height: 65px;
      }
  
      input.form-control::placeholder{ color: #a3a3a3; }
  
      .usptos{text-align: right;margin-top: -10px;margin-bottom: 23px;}
      .usptos small{display: block;background: #ffc600;margin: -30px -38px 0 0;border-radius: 0px 0px 15px 0;z-index: 999999;position: relative;padding: 8px 23px 4px 8px;font-weight: 600;
        box-shadow: 0px 10.308px 18.763px 0px rgba(0, 0, 0, 0.20);
          
      }