@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}
body.blackbg {
  background-color: #000;
}

.container {
  width: 100%;
  max-width: 1325px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  margin-bottom: 0 !important;
}

h2 {
  color: #000;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
  text-align: left;
}

h3 {
  color: #000;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
}

button:focus {
  outline: none !important;
}

.cuscol {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  padding: 10px 0;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 9;
  background: rgba(113, 113, 113, 0.87);
  -webkit-backdrop-filter: blur(7.5999999046px);
          backdrop-filter: blur(7.5999999046px);
}

.logo {
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: auto;
}

.logo img {
  width: 100%;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100%;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 2;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-100%);
}

.navbar-collapse.show {
  transform: translateX(0%);
}

.collapse.show {
  display: block;
}

.clickD {
  right: 3px;
  background-position: center;
  top: 17px;
  position: absolute;
  transition: transform 0.5s;
  color: #000;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.clickD i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #000;
}

.navbar .navbar-nav > li .clickD.toggled {
  transform: rotate(0deg);
}

.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 99;
}

.sub-menu li a {
  display: block;
  width: 100%;
}
.sub-menu li a:hover, .sub-menu li a.active {
  border: none;
  color: #E01D2C !important;
}
.sub-menu li a:hover::after, .sub-menu li a.active::after {
  display: none;
}

.clickD.toggled ~ .sub-menu,
.toggled .sub-menu {
  display: block;
  top: 0;
  background: #252981;
}

._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 11px 0;
  position: relative;
}

.navbar .navbar-nav > li.active a {
  color: #000;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
}
.navbar .navbar-nav > li:last-child::after {
  display: none;
}
.navbar .navbar-nav > li:last-child .sub-menu {
  width: 40px;
  margin-left: 0;
  top: 25px;
  left: 2px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li {
  padding: 10px 12px;
  transition: 0.5s;
}
.navbar .navbar-nav > li:last-child .sub-menu li a {
  border: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li a img {
  border-radius: 3px;
}
.navbar .navbar-nav > li:last-child .sub-menu li:hover {
  background-color: #000;
}

.navbar li a {
  position: relative;
  color: transparent;
  font-size: 15px;
  padding: 0 12px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  z-index: 1;
}

.navbar li a::before {
  content: attr(data-text); /* duplicate text */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.6470588235), rgb(255, 255, 255), rgba(255, 255, 255, 0.5490196078));
  background-size: 200% 100%;
  background-position: -100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: background-position 0.5s ease;
  pointer-events: none;
}

.navbar li a:hover::before {
  background-position: 100% 0;
}

.navbar li a.ride {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  padding: 5px 30px;
  margin-left: 50px;
  color: #fff;
}
.navbar li a.ride i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.navbar li a.ride:hover {
  background-position: right;
  color: #fff;
}
.navbar li a.ride:hover i {
  color: #fff;
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #fff;
}

.navbar li.active a {
  color: #000;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.navbar .navbar-nav > li a::after {
  position: absolute;
  width: 100%;
  bottom: -15px;
  height: 3px;
  border-radius: 50px;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #fff;
  left: 42%;
  transform: translate(-50%) scale(0);
}

.navbar .navbar-nav > li a:hover::after {
  transform: translate(-50%) scale(1);
  background-color: #E01D2C;
}

.navbar .navbar-nav > li a.active::after {
  transform: translate(-50%) scale(1);
  background-color: #E01D2C;
}

.labo {
  width: 130px;
  height: 100%;
}
.labo img {
  width: 100%;
}

@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #ba8f2a;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
  justify-content: right;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar .navbar-nav > li.tgle::after {
  display: none;
}
.navbar .navbar-nav > li.tgle a .openbtn:hover {
  color: #000;
}

.navbar .navbar-nav > li.mobibk:hover::after {
  display: none;
}

.navbar .navbar-nav > li.mobibk a {
  background-color: #000;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 25px;
}

.navbar .navbar-nav > li.mobibk:hover a {
  color: #000;
}

/* SideBar */
.btn_side::after {
  display: none;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .side_conarea {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar .side_conarea .sidelogo {
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .side_conarea p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.sidebar .side_conarea ul.sidecont {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.sidebar .side_conarea ul.sidecont li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.sidebar .side_conarea ul.sidecont li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.sidebar .side_conarea ul.sidecont li a i {
  padding-right: 8px;
}
.sidebar .side_conarea ul.sidecont li.side_add {
  display: flex;
  align-items: flex-start;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .side_conarea ul.sidecont li.side_add i {
  padding-right: 15px;
  padding-top: 5px;
}
.sidebar .side_conarea .sidemap {
  height: 190px;
}
.sidebar .side_conarea .sidefb {
  padding-top: 15px;
}
.sidebar .side_conarea .sidefb ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .side_conarea .sidefb ul li {
  padding: 0 15px;
}
.sidebar .side_conarea .sidefb ul li a {
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-position: right;
  color: #fff;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover i {
  color: #fff;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-color: #fff;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 0px 10px;
  border: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  margin-left: 0 !important;
}

.login {
  display: flex;
  margin-left: auto;
}
.login li {
  padding-right: 15px;
}
.login li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  background: #000;
  font-weight: 400;
  color: #fff;
}
.login li a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.login li a:hover {
  background-position: right;
  color: #fff;
}
.login li a:hover i {
  color: #fff;
}
.login li a.lgin {
  background: transparent;
  color: #000;
}

/* SideBar */
@media (min-width: 992px) {
  ._mob-menu-hdr {
    display: none;
  }
  .navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: row;
    padding-left: 50px;
    width: 100%;
  }
  .navbar-toggler {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 270px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    opacity: 0;
    padding-top: 0;
    left: 0;
  }
  .sub-menu.SUB li {
    padding: 7px 15px 0px 10px;
  }
  .sub-menu.SUB li:last-child {
    padding: 5px 15px 7px 10px;
  }
  .sub-menu.SUB li:hover {
    background-color: #de544a;
  }
  .sub-menu.SUB li:hover a {
    color: #fff;
  }
  .sub-menu.SUB li a:hover {
    border-bottom: 0px;
  }
  .sub-menu li {
    list-style: none;
  }
  .sub-menu li:hover {
    color: #000;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #000;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #000;
  }
  .navbar .sub-menu li:hover a {
    color: #000;
    border-color: #000;
  }
  .navbar .sub-menu li a {
    color: #000;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(255, 255, 255, 0.1);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #000;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #fff;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #000;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #E01D2C;
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 5;
  }
  ._header._menu_fixed .menu-item-has-children:hover .sub-menu {
    top: 64px;
  }
  .menu-item-has-children .bknow {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 40px;
    background-size: 200% 100%;
    border-radius: 8px;
    background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
    background-position: left;
    transition: all 0.5s ease-in-out;
    color: #fff;
    text-align: center;
  }
  .menu-item-has-children .bknow i {
    padding-left: 18px;
    color: #000;
    transition: color 0.5s ease-in-out;
  }
  .menu-item-has-children .bknow:hover {
    background-position: right;
    color: #fff;
  }
  .menu-item-has-children .bknow:hover i {
    color: #fff;
  }
  .menu-item-has-children .bknow:hover {
    background: #fff;
    color: #000;
  }
  .menu-item-has-children .bknow:hover::after {
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .main_head .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
    display: block;
    background-size: 10px;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .main_head ul.navbar-nav li .clickD + .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .main_head ul.navbar-nav li .clickD.toggled + .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 220px 0;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.banner .leftcap {
  width: 85%;
  position: relative;
}
.banner .leftcap span {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 15px;
  display: block;
}
.banner .leftcap h1 {
  font-size: 40px;
  padding-bottom: 30px;
  color: #fff;
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  margin-right: 20px;
}
.banner .leftcap ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: none;
  color: #fff;
}
.banner .leftcap ul.twobtn {
  margin-top: 10px;
  flex-direction: row;
}
.banner .leftcap ul.twobtn li {
  margin-right: 20px;
}
.banner .leftcap ul.twobtn li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.banner .leftcap ul.twobtn li a:hover {
  background-position: right;
  color: #fff;
}
.banner .leftcap ul.twobtn li a:hover i {
  color: #fff;
}
.banner .leftcap ul.twobtn li a.trabs {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.banner .leftcap .fa-arrow-down-long {
  position: absolute;
  bottom: -45%;
  left: 0;
  font-size: 50px;
  color: #fff;
}

/*********************************
    Banner section end
*********************************/
.topbar {
  background-color: #121C27;
  padding: 10px 0;
}
.topbar ul.topaddres {
  display: flex;
}
.topbar ul.topaddres li {
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.topbar ul.topaddres li .icon {
  min-width: 14px;
  min-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
}
.topbar ul.topaddres li .icon i {
  color: #000;
  font-size: 10px;
}
.topbar ul.topaddres li p,
.topbar ul.topaddres li a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  padding-left: 10px;
}
.topbar ul.topmedia {
  display: flex;
  margin-left: auto;
  justify-content: right;
}
.topbar ul.topmedia li {
  padding-right: 15px;
}
.topbar ul.topmedia li a {
  font-size: 10px;
  color: #fff;
}

.solutions {
  position: relative;
}
.solutions .rightsoldimg {
  padding-left: 50px;
  position: sticky;
  top: 0;
  overflow-y: auto;
  padding-top: 100px;
  scrollbar-width: none;
}
.solutions .rightsoldimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions .accordion .card {
  border: none;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0;
}
.solutions .accordion .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.solutions .accordion .btn-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 40px 20px 0;
  width: 100%;
  text-align: left;
  position: relative;
  border: none;
  background: none;
}
.solutions .accordion .btn-link .fa-minus,
.solutions .accordion .btn-link .fa-plus {
  display: none;
}
.solutions .accordion .btn-link:hover,
.solutions .accordion .btn-link:focus {
  color: #333;
  text-decoration: none;
  box-shadow: none;
}
.solutions .accordion .btn-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #666;
  transition: transform 0.3s ease;
}
.solutions .accordion .btn-link[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
.solutions .accordion .card-body {
  padding: 0 0 20px 0;
}
.solutions .mission-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.solutions .mission-image {
  width: 160px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.solutions .mission-text {
  flex: 1;
}
.solutions .mission-points {
  list-style: none;
  padding: 0;
  margin: 0;
}
.solutions .mission-points li {
  color: #000;
  position: relative;
}
.solutions .mission-points li i {
  padding-right: 10px;
  color: #E01D2C;
}

.successec {
  /* Pulse animation for the red line */
  /* Shimmer effect for progress bars */
}
.successec p {
  font-size: 20px;
  padding-bottom: 30px;
}
.successec .progress-container {
  max-width: 600px;
  margin: 0 auto;
}
.successec .progress-item {
  margin-bottom: 40px;
  position: relative;
}
.successec .progress-label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
.successec .progress-wrapper {
  position: relative;
  height: 12px;
  background-color: #ddd;
  border-radius: 20px;
  overflow: hidden;
}
.successec .progress-bar {
  height: 100%;
  background-color: #333;
  border-radius: 20px;
  transition: width 2s ease-in-out;
  width: 0;
  position: relative;
}
.successec .progress-bar.animate {
  animation: progressAnimation 2s ease-in-out forwards;
}
.successec .progress-bar.project-completed {
  width: 70%;
}
.successec .progress-bar.happy-clients {
  width: 60%;
}
.successec .red-line {
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 2px;
  background-color: #e74c3c;
  z-index: 10;
}
.successec .red-line.project-line {
  left: 70%;
}
.successec .red-line.clients-line {
  left: 60%;
}
.successec .red-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #e74c3c;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
  }
}
.successec .progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.successec .progress-percentage {
  position: absolute;
  right: 0;
  top: -25px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.successec .start-animation {
  background-color: #4caf50;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  margin: 20px auto;
  display: block;
  transition: background-color 0.3s;
}
.successec .start-animation:hover {
  background-color: #45a049;
}
.successec .loading-dots {
  opacity: 0;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.successec .loading-dots.active {
  opacity: 1;
  animation: fadeIn 0.5s ease-in;
}
.successec .loading-dots::after {
  content: "";
  animation: dots 1.5s steps(5, end) infinite;
}
@keyframes dots {
  0%, 20% {
    content: ".";
  }
  40% {
    content: "..";
  }
  60%, 100% {
    content: "...";
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.technosec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.technosec h2 {
  text-align: center;
  color: #fff;
}
.technosec .imgsec {
  overflow: hidden;
  border-radius: 20px;
  padding: 0 30px;
  position: sticky;
  top: 0;
  overflow-y: auto;
  padding-top: 100px;
  scrollbar-width: none;
}
.technosec .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.technosec .techcarsec {
  padding-left: 30px;
}
.technosec .techcard img {
  padding-bottom: 20px;
}
.technosec .techcard .tech-icon {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.technosec .techcard a {
  transition: all 0.5s ease-in-out;
}
.technosec .techcard a h3 {
  color: #fff;
  text-align: left;
}
.technosec .techcard a p {
  color: #fff;
  padding-bottom: 15px;
}
.technosec .techcard a i {
  font-size: 18px;
  color: #fff;
}
.technosec .techcard a:hover h3 {
  color: #E01D2C;
}

.socialmrk p.top_p {
  margin-left: auto;
  display: block;
}
.socialmrk .blogcard .cardinr {
  transition: all 0.5s ease-in-out;
}
.socialmrk .blogcard .cardinr a.txt {
  padding: 25px 0;
}
.socialmrk .blogcard .cardinr a.txt .imgsec {
  height: 182px;
  border-radius: 20px;
  overflow: hidden;
}
.socialmrk .blogcard .cardinr a.txt .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.socialmrk .blogcard .cardinr a.txt .imgsec.imgtwo {
  height: 235px;
}
.socialmrk .blogcard .cardinr a.txt .cap {
  padding: 20px 0;
}
.socialmrk .blogcard .cardinr a.txt .cap h3 {
  color: #E01D2C;
}
.socialmrk .blogcard .cardinr a.txt .cap i {
  color: #000;
  font-size: 16px;
}
.socialmrk .blogcard .cardinr:hover a.txt .imgsec img {
  transform: scale(1.08);
}
.socialmrk .blogcard .cardinr:hover a.txt .cap h3 {
  color: #121C27;
}
.socialmrk .blogcard .cardinr:hover a.txt .cap i {
  color: #E01D2C;
}

.dispatch {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 130px 0;
  overflow: hidden;
}
.dispatch .dispat_rightimg {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
}
.dispatch .dispat_rightimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.dispatch h2 {
  color: #fff;
}
.dispatch .dispathcard {
  border-radius: 16px;
  background-color: #ead7cf;
  padding: 25px 15px;
  height: 100%;
}
.dispatch .dispathcard.dispa_two {
  background-color: #e6efce;
}
.dispatch .dispathcard i {
  color: #000;
}
.dispatch .dispathcard i.top {
  font-size: 40px;
}
.dispatch .dispathcard h3 {
  padding: 15px 0;
  color: #000;
}
.dispatch .dispathcard p {
  padding-bottom: 15px;
}

.testimonial-section {
  /* Responsive Design */
}
.testimonial-section .testimonial-container {
  background: white;
  padding: 60px 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.testimonial-section .quote-icon {
  font-size: 45px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1;
}
.testimonial-section .testimonial-content {
  min-height: 200px;
  display: flex;
  align-items: center;
}
.testimonial-section .testimonial-text {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 20px;
  width: 75%;
}
.testimonial-section .client-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.testimonial-section .client-position {
  font-size: 14px;
  color: #666;
}
.testimonial-section .clients-grid {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 300px;
  flex-wrap: wrap;
}
.testimonial-section .client-avatar {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 0.7;
  border: 3px solid transparent;
  position: relative;
  overflow: hidden;
}
.testimonial-section .client-avatar:hover,
.testimonial-section .client-avatar.active {
  border-radius: 50%;
  opacity: 1;
  border-color: #007bff;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}
.testimonial-section .client-avatar.active {
  border-color: #28a745;
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-container {
    padding: 40px 20px;
  }
  .testimonial-section .clients-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
    margin-top: 30px;
  }
  .testimonial-section .client-avatar {
    width: 60px;
    height: 60px;
  }
  .testimonial-section .testimonial-text {
    font-size: 16px;
  }
  .testimonial-section .quote-icon {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-section {
    padding: 40px 0;
  }
  .testimonial-section .client-avatar {
    width: 50px;
    height: 50px;
  }
  .testimonial-section .testimonial-text {
    font-size: 15px;
  }
}
.testimonial-section .testimonial-slider .slick-dots {
  bottom: -50px;
}
.testimonial-section .testimonial-slider .slick-dots li button:before {
  color: #007bff;
  opacity: 0.3;
}
.testimonial-section .testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.testimonial-section .testimonial-content-wrapper {
  transition: opacity 0.3s ease;
}
.testimonial-section .testimonial-content-wrapper.changing {
  opacity: 0;
}
.testimonial-section .client-avatar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 123, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.testimonial-section .client-avatar:hover::after {
  opacity: 1;
}

.commcontactus .leftpic {
  position: relative;
  height: 100%;
}
.commcontactus .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commcontactus .leftpic .btmcap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(283deg, #e01d2c -9.16%, #b1363f 76.34%), #d9d9d9;
  width: 65%;
}
.commcontactus .leftpic .btmcap h3 {
  color: #fff;
  font-size: 20px;
}
.commcontactus .leftpic .btmcap p {
  color: #fff;
  padding-bottom: 28px;
}
.commcontactus .leftpic .btmcap a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  background: #fff;
  color: #E01D2C;
}
.commcontactus .leftpic .btmcap a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.commcontactus .leftpic .btmcap a:hover {
  background-position: right;
  color: #fff;
}
.commcontactus .leftpic .btmcap a:hover i {
  color: #fff;
}
.commcontactus .leftpic .btmcap a:hover {
  background: #121C27;
  color: #fff;
}
.commcontactus .rightfrm {
  background-color: #e1f2f2;
  padding: 30px 50px;
}
.commcontactus .rightfrm h3 {
  color: #000;
  text-align: center;
}
.commcontactus .rightfrm p {
  text-align: center;
  margin: 0px auto;
  padding-bottom: 35px;
}
.commcontactus .rightfrm .form-group {
  margin-bottom: 20px;
}
.commcontactus .rightfrm .form-group .iti {
  width: 100%;
}
.commcontactus .rightfrm .form-control {
  background-color: #f8f9fa;
  border: 2px dotted #7dd3fc;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease;
}
.commcontactus .rightfrm .form-control:focus {
  background-color: #fff;
  border-color: #0ea5e9;
  box-shadow: none;
  outline: none;
}
.commcontactus .rightfrm .form-control::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.commcontactus .rightfrm .form-control::placeholder {
  color: #999;
  font-size: 16px;
}
.commcontactus .rightfrm .form-row .form-group {
  margin-bottom: 20px;
}
.commcontactus .rightfrm .form-select {
  background-color: #f8f9fa;
  border: 2px dotted #7dd3fc;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 16px;
  color: #666;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.commcontactus .rightfrm .form-select:focus {
  background-color: #fff;
  border-color: #0ea5e9;
  box-shadow: none;
  outline: none;
}
.commcontactus .rightfrm .form-control.textarea-field {
  min-height: 120px;
  resize: vertical;
}
.commcontactus .rightfrm .submit-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 30px auto 0;
  min-width: 120px;
}
.commcontactus .rightfrm .submit-btn:hover {
  background-color: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}
.commcontactus .rightfrm .submit-btn:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .commcontactus .rightfrm .contact-form-container {
    padding: 20px 15px;
  }
  .commcontactus .rightfrm .form-control,
  .commcontactus .rightfrm .form-select {
    font-size: 14px;
  }
}
.commcontactus .rightfrm .form-group {
  position: relative;
}
.commcontactus .rightfrm .form-control:focus,
.commcontactus .rightfrm .form-select:focus {
  animation: borderPulse 0.3s ease;
}
@keyframes borderPulse {
  0% {
    border-color: #7dd3fc;
  }
  50% {
    border-color: #0ea5e9;
  }
  100% {
    border-color: #0ea5e9;
  }
}
.commcontactus .rightfrm .form-control.is-invalid {
  border-color: #dc3545;
}
.commcontactus .rightfrm .form-control.is-valid {
  border-color: #28a745;
}
.commcontactus .rightfrm .invalid-feedback {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}
.commcontactus .rightfrm .valid-feedback {
  color: #28a745;
  font-size: 14px;
  margin-top: 5px;
}

.markdiv {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 20px 0;
}

.scrolling-ticker-box {
  --gap: 18px;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  align-items: center;
}

.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 40s linear infinite;
}

.scrolling-content span {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
}
.scrolling-content span::before {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E01D2C;
}

.scrolling-content.brand span {
  border-right: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.banner.innrbnr {
  padding: 200px 0 150px;
}
.banner.innrbnr .leftcap {
  width: 100%;
}

.socialmrk.scaltechmain h2 {
  text-align: center;
  width: 100%;
}
.socialmrk.scaltechmain p.cen {
  margin: 0px auto;
  text-align: center;
  width: 80%;
  padding-bottom: 40px;
}
.socialmrk.scaltechmain .cardinr {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #dfdfdf;
  background: #fafafa;
  min-height: 411px;
}
.socialmrk.scaltechmain .cardinr a.txt .cap {
  padding-bottom: 0;
}
.socialmrk.scaltechmain .cardinr a.txt .cap h3 {
  color: #000;
}
.socialmrk.scaltechmain .cardinr a.txt .cap i {
  text-align: right;
  display: block;
}

.technosec.techmain h2 {
  text-align: center;
}
.technosec.techmain p.cen {
  margin: auto;
  text-align: center;
  padding-bottom: 40px;
  color: #fff;
}
.technosec.techmain .techcarsec .techcard {
  border-radius: 20px;
  background: #fdfdfd;
  height: 100%;
}
.technosec.techmain .techcarsec .techcard .imgcard {
  height: 180px;
  overflow: hidden;
}
.technosec.techmain .techcarsec .techcard .imgcard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-bottom: 0;
}
.technosec.techmain .techcarsec .techcard a {
  padding: 20px;
  display: block;
}
.technosec.techmain .techcarsec .techcard a h3 {
  color: #000;
}
.technosec.techmain .techcarsec .techcard a p {
  color: #000;
}
.technosec.techmain .techcarsec .techcard:hover .imgcard img {
  transform: scale(1.08);
}

.technosec.techsing_art .techcarsec .techcard {
  border: 0.71px solid #d9d9d9;
  background: #fff;
  padding: 20px;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.technosec.techsing_art .techcarsec .techcard img {
  filter: brightness(1) invert(1);
}
.technosec.techsing_art .techcarsec .techcard a {
  transition: all 0.5s ease-in-out;
}
.technosec.techsing_art .techcarsec .techcard a h3 {
  color: #000;
}
.technosec.techsing_art .techcarsec .techcard a p {
  color: #000;
}
.technosec.techsing_art .techcarsec .techcard a i {
  color: #000;
}
.technosec.techsing_art .techcarsec .techcard .tech-icon {
  font-size: 40px;
  color: #E01D2C;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.technosec.techsing_art .techcarsec .techcard:hover {
  background: linear-gradient(130deg, #e50112 14.1%, #151313 89.82%);
}
.technosec.techsing_art .techcarsec .techcard:hover a h3,
.technosec.techsing_art .techcarsec .techcard:hover a p,
.technosec.techsing_art .techcarsec .techcard:hover a i {
  color: #fff;
}
.technosec.techsing_art .techcarsec .techcard:hover a img {
  filter: brightness(0) invert(1);
}
.technosec.techsing_art .techcarsec .techcard:hover .tech-icon {
  color: #fff;
}

.weDevelop {
  background-color: #f2f2f2;
}
.weDevelop .leftcap h2 {
  text-align: left;
}
.weDevelop .leftcap p {
  padding-bottom: 30px;
}
.weDevelop .leftcap ul li {
  display: flex;
  padding-bottom: 20px;
}
.weDevelop .leftcap ul li i {
  color: #E01D2C;
}
.weDevelop .leftcap ul li p {
  padding-left: 15px;
  padding-bottom: 0;
}
.weDevelop .rightimg {
  border-radius: 20px;
  overflow: hidden;
  padding-left: 20px;
}
.weDevelop .rightimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.weDevelop .row:nth-child(even) {
  flex-direction: row-reverse;
}
.weDevelop .row:nth-child(even) .rightimg {
  padding-right: 20px;
  padding-left: 0;
}

.socialmrk.scaltechmain .servmainSec2 {
  position: relative;
}
.socialmrk.scaltechmain .servmainSec2 .servsec2 {
  position: absolute;
  width: 25%;
  overflow: hidden;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
}
.socialmrk.scaltechmain .servmainSec2 .servsec2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.socialmrk.scaltechmain .servmainSec2 .servRow {
  justify-content: right;
}

.wedevelopblck {
  background-color: #1d1d1d;
}
.wedevelopblck .lefttext {
  padding-right: 30px;
}
.wedevelopblck .lefttext h2 {
  color: #fff;
}
.wedevelopblck .lefttext p {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.wedevelopblck .lefttext ul {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.wedevelopblck .lefttext ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-right: 15px;
  width: 46%;
}
.wedevelopblck .lefttext ul li p {
  border: 0;
  padding-bottom: 0;
}
.wedevelopblck .lefttext ul li i {
  color: #0040c1;
  padding-right: 10px;
}
.wedevelopblck .rightimg {
  width: 100%;
  height: 100%;
}
.wedevelopblck .rightimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wedevelopblck.devenlk2 {
  background-color: transparent;
}
.wedevelopblck.devenlk2 p.p2head {
  width: 58%;
}
.wedevelopblck.devenlk2 .innersec {
  width: 80%;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 15px;
  margin: auto;
}
.wedevelopblck.devenlk2 .innersec .lefttext h2 {
  color: #000;
}
.wedevelopblck.devenlk2 .innersec .lefttext p {
  color: #000;
  border-color: #000;
}
.wedevelopblck.devenlk2 .innersec .rightimg {
  height: 295px;
  overflow: hidden;
  border-radius: 20px;
}

.socialmrk.abtIT .blogcard .cardinr {
  border: 1px solid #dfdfdf;
  background: #f8f8f8;
  padding: 15px;
  min-height: 239px;
}
.socialmrk.abtIT .blogcard .cardinr a.txt .cap h3 {
  margin-bottom: 15px !important;
  border-bottom: 1px solid #000;
  color: #000;
}

.aboutFaq .leftfaq .card {
  border: none;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.aboutFaq .leftfaq .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.aboutFaq .leftfaq .card-header {
  background-color: transparent;
  color: #000;
  border: none;
  padding: 0;
  position: relative;
  border-radius: 0;
}
.aboutFaq .leftfaq .card-header button {
  background: none;
  border: none;
  color: #000;
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding: 20px 25px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 60px;
}
.aboutFaq .leftfaq .card-header button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #000;
  text-decoration: none;
}
.aboutFaq .leftfaq .card-header button:focus {
  box-shadow: none;
  outline: none;
  color: #000;
  text-decoration: none;
}
.aboutFaq .leftfaq .card-header button[aria-expanded=true] {
  background-color: #000;
  color: #fff;
}
.aboutFaq .leftfaq .accordion-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}
.aboutFaq .leftfaq .card-header button[aria-expanded=true] .accordion-icon {
  transform: translateY(-50%) rotate(180deg);
}
.aboutFaq .leftfaq .card-body {
  padding: 25px;
  background-color: #fff;
  color: #000;
  line-height: 1.6;
  font-size: 1rem;
}
.aboutFaq .leftfaq .collapse {
  transition: all 0.35s ease;
}
.aboutFaq .rightimg {
  overflow: hidden;
  padding-left: 30px;
  position: sticky;
  top: 0;
  overflow-y: auto;
  padding-top: 100px;
  scrollbar-width: none;
}
.aboutFaq .rightimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contactfrm {
  background-color: #f5f5f5;
  position: relative;
  overflow-x: hidden;
}
.contactfrm::before {
  position: absolute;
  content: "";
  background-image: url(../images/contact_topshape_1.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  top: 0;
  left: 0;
  width: 80%;
  height: 128px;
}
.contactfrm::after {
  position: absolute;
  content: "";
  background-image: url(../images/contact_topshape_2.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom left;
  bottom: 0;
  left: 0;
  width: 567px;
  height: 255px;
}
.contactfrm button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
.contactfrm button i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.contactfrm button:hover {
  background-position: right;
  color: #fff;
}
.contactfrm button:hover i {
  color: #fff;
}

.followus {
  padding: 40px 0;
}
.followus .brline {
  border-right: 1px solid #c2c2c2;
}
.followus ul.footscal {
  display: flex;
  align-items: center;
}
.followus ul.footscal li {
  margin-right: 15px;
}
.followus ul.footscal li a {
  min-width: 35px;
  min-height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.15));
  color: #000;
  font-size: 16px;
}
.followus .pd30 {
  padding: 30px 0;
}
.followus ul.address li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
}
.followus ul.address li i {
  padding-right: 15px;
  font-size: 25px;
}
.followus ul.address li a {
  color: #000;
}

.frmarea {
  width: 70%;
  margin: 0px auto;
  position: relative;
  z-index: 9;
}
.frmarea label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
}

.frmarea button,
.frmarea input {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  outline: 0;
  color: #000;
  padding: 10px 15px;
  border-radius: 9px;
  border: 0.6px solid #cecece;
  margin-bottom: 0px;
}

.frmarea input::-moz-placeholder {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
}

.frmarea input::placeholder {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
}

.frmarea textarea {
  height: 150px;
  border: 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
  border-radius: 8px;
}

.frmarea button:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.side_conarea {
  padding-left: 20px;
  padding-right: 20px;
}
.side_conarea .sidelogo {
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}
.side_conarea p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #fff;
  padding-top: 15px;
}
.side_conarea h6 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.side_conarea ul.sidecont {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.side_conarea ul.sidecont li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.side_conarea ul.sidecont li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.side_conarea ul.sidecont li a i {
  padding-right: 8px;
}
.side_conarea ul.sidecont li.side_add {
  display: flex;
  align-items: flex-start;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.side_conarea ul.sidecont li.side_add i {
  padding-right: 15px;
  padding-top: 5px;
}
.side_conarea .sidemap {
  height: 190px;
}
.side_conarea .sidefb {
  padding-top: 15px;
}
.side_conarea .sidefb ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_conarea .sidefb ul li {
  padding: 0 15px;
}
.side_conarea .sidefb ul li a {
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 0;
}
.side_conarea .sidefb a.sdebknow {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.side_conarea .sidefb a.sdebknow i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.side_conarea .sidefb a.sdebknow:hover {
  background-position: right;
  color: #fff;
}
.side_conarea .sidefb a.sdebknow:hover i {
  color: #fff;
}
.side_conarea .sidefb a.sdebknow:hover {
  background-color: #fff;
}

.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
  width: 70%;
}
.four_0_four h2 {
  color: #000;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
  text-align: left;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.four_0_four a:hover {
  background-position: right;
  color: #fff;
}
.four_0_four a:hover i {
  color: #fff;
}

.thanku {
  padding: 110px 0 80px;
}
.thanku::before {
  display: none;
}
.thanku img.thnk {
  width: 50%;
  margin: auto;
  display: block;
  filter: grayscale(1);
}
.thanku a.backhme {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  display: table;
  margin-top: 20px;
}
.thanku a.backhme i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.thanku a.backhme:hover {
  background-position: right;
  color: #fff;
}
.thanku a.backhme:hover i {
  color: #fff;
}

footer {
  background-color: #dadada;
}
footer .footlogo {
  padding-bottom: 20px;
  padding-top: 0px;
  display: block;
}
footer h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 25px;
}
footer p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #000;
}
footer ul li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #000;
  transition: all 0.5s;
}
footer ul li a i {
  padding-right: 10px;
  color: #E01D2C;
}
footer ul li a:hover {
  color: #E01D2C;
}
footer ul li a.bknowft {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
footer ul li a.bknowft i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
footer ul li a.bknowft:hover {
  background-position: right;
  color: #fff;
}
footer ul li a.bknowft:hover i {
  color: #fff;
}
footer ul li a.bknowft:hover {
  background-color: #fff;
  color: #000;
}
footer ul.ftaddress li a {
  display: flex;
}
footer ul.ftaddress li a i {
  padding-top: 8px;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}
footer .newslet {
  display: flex;
}
footer .newslet input {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  width: 80%;
  outline: none;
  padding: 10px 40px 10px 15px;
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
footer .newslet button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 8px;
  background: linear-gradient(283deg, #E01D2C -9.16%, #B1363F 76.34%);
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 14px 20px;
  border-radius: 8px;
  outline: none;
  border: 0;
  margin-left: -30px;
}
footer .newslet button i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
footer .newslet button:hover {
  background-position: right;
  color: #fff;
}
footer .newslet button:hover i {
  color: #fff;
}
footer .copy p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #000;
  font-weight: 600;
}
footer ul.policy {
  display: flex;
  justify-content: space-between;
}
footer ul.policy li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
}
footer ul.socialMedia {
  display: flex;
  justify-content: right;
}
footer ul.socialMedia li a {
  font-size: 16px;
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}
footer ul.socialMedia li a i {
  color: #000;
}
footer ul.socialMedia li a:hover i {
  color: #E01D2C;
}

/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #fff;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************/
/* loader */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader img {
  width: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar-nav li.active a {
  color: #ffcc00;
  font-weight: bold;
}

.vip-container {
  display: flex;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  padding: 40px;
  box-sizing: border-box;
}

.vip-panel {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 10px;
  color: white;
  padding: 20px;
  transition: background-color 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vip-panel:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.vip-panel .content {
  z-index: 1;
}

.markdiv.sticky {
  position: fixed;
  top: 60px; /* Below main nav */
  left: 0;
  right: 0;
  z-index: 100;
}/*# sourceMappingURL=style.css.map */