* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --navbar-text: #8c371a;
  --anchor-text: #e6450f;
  --button-color: #fe7838;
  --box-color: #ad4a20;
}
.help {
  height: 38px;
  width: 129px;
  background-color: var(--button-color);
  padding: 8px;
  border-radius: 10px;
  font-size: 14px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

.helps {
  margin-right: 22px;
  height: 38px;
  width: 129px;
  background-color: #8c371a;
  padding: 8px;
  border-radius: 10px;
  font-size: 14px;
}
.selectData select {
  border: none;
  background-color: transparent;
}
.login {
  position: relative;
  display: flex;
  align-items: center;
  width: 100px;
}
       
.view {
  font-weight: 600;
  /* margin-right: 13px; */
  color: var(--navbar-text);
  font-size: 13px;
  /* width: 101px; */
  font-family: Open Sans;
  border-radius: 10px;
  /* height: 24px; */
  padding: 7px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}
.nav-header {
  height: 75px;
  /* padding: 0px 45px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background: #ffdabe;
}
.navImg {
  margin-right: 102px;
}

.header-right {
  margin: 0;
}
/* Navigation Bar */
.navbar-custom {
  background-color: #5a1e10;
  padding: 10px 20px;
}

.nav-item a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
  transition: 0.3s;
}

.nav-item a:hover {
  color: #E8792D;
}

/* Creative Login Button */
.login {
  background-color: var(--navbar-text);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}

.login a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.login img {
  width: 20px;
  height: 20px;
}

.login:hover {
  background-color: #ff4500;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
}
.header-right li:first-child {
  display: inline-block;
  color: var(--navbar-text);
  border: 1px solid var(--navbar-text);
  border-radius: 16px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  transition: 0.3s ease-in-out;
  width: 170px;
  /* box-shadow: rgb(254 120 56) 0px 50px 100px -20px, rgb(253 120 56) 0px 30px 60px -30px, rgb(244 116 56) 0px -2px 6px 0px inset; */
}
.header-right li:first-child:hover {
  color: #fff;
  border: 1px solid #fff;
}
.section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/OBJECTS.png);
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
}
.main_tab {
    width: 88%;
    position: relative;
    /* margin-top: 15%; */
    margin: 4% auto 0 80px;
}
::-webkit-scrollbar {
  width: 3px;
  height: 200px;
}

::-webkit-scrollbar-track {
  background: #5a1e10;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ff6600;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff4500;
}
.main_tab_box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: end;
}
.main_tab_box button {
  border-radius: 10px 10px 0 0px !important;
}
.main_tab_box .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color:#F5924E;
  border-radius: 10px 10px 0 0;
}
.main_tab_box .nav-pills .nav-link {
  color: #000000;
  background: #E8792D;
  border-radius: 10px 10px 0 0;
}
.box {
  height: 420px;
  position: relative;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  /* border-right: 2px solid var(--button-color); */
  /* border-bottom: 2px solid var(--button-color); */
  /* border-left: 2px solid var(--button-color); */
  border-radius: 0px 0px 149px 0px;
  background: linear-gradient(336.57deg, #D77A35 -27.06%, #FF9A57 123.04%);
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
	overflow: hidden;
}
.Helpdesks_cnt {
  width: 100%;
  overflow-y: auto;
  height: 370px;
}
.arrow {
  margin: 12px;
}
.form-head h3 {
  font-size: 24px;
  color: var(--button-color);
  font-weight: 600;
  text-align: center;
}
.form-label {
  font-weight: 500;
}
.form-input {
  margin-top: -14px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}
.form-head img {
  height: 40px;
  width: 40px;

  display: flex;
  justify-content: center;
  align-items: center;
}

table {
  border-collapse: collapse;
}

td,
th {
  border: 1px solid var(--button-color);
  border-collapse: collapse;
  text-align: center;

  height: 31px;
}

/* Remove specific outer borders */
table tr:first-child td,
table tr:first-child th {
  border-top: none;
} /* Remove top border */
table tr:last-child td,
table tr:last-child th {
  border-bottom: none;
} /* Remove bottom border */
table td:first-child,
table th:first-child {
  border-left: none;
} /* Remove left border */
table td:last-child,
table th:last-child {
  border-right: none;
} /* Remove right border */

.para {
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: inherit;
  font-weight: 600;
  white-space: nowrap;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  position:relative;
  transition: all 0.3s;
}
.float {
  margin-right: 165px;
}
.middle-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
}
.username {
  width: 265px;
  background-color: #f3f3f3;
}
.passkey {
  opacity: 23%;
  position: absolute;
  right: 181px;
  top: 308px;
}
/* footer::before {
  content: " ";
  position: absolute;
  background: linear-gradient(to left, #ffffff00 10%, #fe7838 100%);
  height: 10px;
  top: -10px;
  width: 50%;
}

footer::after {
  content: " ";
  position: absolute;
  background: linear-gradient(to right, #ffffff00 10%, #fe7838 100%);
  height: 10px;
  top: -10px;
  right: 0;
  width: 50%;
} */
footer {
  position: relative;
}

.arrowDown {
  width: 17px;
}

.tablePosition {
  margin-top: 27px;
  background-color: #fbf3f0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.table-head {
  text-decoration: none;
  color: white;
  font-size: 15px;
  height: 53px;
}
th {
  font-weight: 400;
}
.number {
  font-weight: 400;
}
thead tr > th:nth-child(3) {
  width: 130px;
}
thead tr > th:nth-child(4) {
  width: 150px;
}
thead tr > th:nth-child(5) {
  width: 150px;
}
thead tr > th:nth-child(7) {
  width: 150px;
}
.playButton {
  width: 10px;
}
.downloadClick {
  width: 120px;
  border: none;
  background-color: #538e00;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  height: 24px;
  bottom: 13px;
  right: 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.selectType > a {
  text-decoration: none;
  padding: -10px;
  color: var(--navbar-text);
  font-size: 12px;
  font-weight: 600;
  font-family: Poppins;
}
.line {
  width: 100%;
}
.form-head {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.leftFooter {
  margin-left: 10px;
}
.downloadRight {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: 17px;
}
.instaLogo {
  width: 20px;
  margin-top: -6px;
  height: 20px;
  border-radius: 6px;
  /* background: linear-gradient(to top,#6A45BE00 0%,#6A45BE 50%, #406ADC 100%);
    background: linear-gradient(to bottom,#6A45BE00 0%,#f5e23e 50%, #40a717 100%); */
}
/* .footerLogo {
  text-align: justify;
  width: 100%;
  margin-top: 30px;
  font-size: 19px;
  margin-left: 38px;
  z-index: 2;
} */
/* .ddhhdj{
	position:relative;
	height: 100px;
    width: 100%;
    margin: 0 auto;
}
.ddhhdj::before{
	content: '';
    position: absolute;
    background: url(../image/Mask-groups.png);
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}
.ddhhdj img{
	width:100%;
	object-fit:cover;
} */
.footerRight {
  margin-right: 36px;
  text-align: center;
  font-size: 37px;
  margin-top: 59px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
.footerLogo li{
	    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}
.footrightImg {
  width: 30px;
  margin-left: 7px;
  height: 35px;
  align-items: center;
}
.footerRightImg {
 
}
.khghgh{
	font-family: "Roboto Condensed", sans-serif;
}
.boxSpan:hover {
  color: #fff;
  scale: 1.1;
  font-weight: 600;
}
.boxSpan {
  font-family: Open Sans;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}
.download:hover {
  color: #fff;
  font-weight: 500;
}
.downloadClick:hover {
  color: #fff;
  scale: 1.1;
  font-weight: 600;
}
.selectType a:hover {
  color: var(--navbar-text);
  scale: 1.1;
  font-weight: 600;
}
.view:hover {
  color: var(--navbar-text);
  scale: 0.9;
  font-weight: 700;
}
.bar {
  height: 28px;
  width: 1px;
  background-color: white;
}
.footerLogo li {
  margin-right: 17px;
}
.footerList {
  border: 1px solid #fff;
  float: start;
  width: 100%;
  padding: 3px;
  text-align: justify;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.footerImg {
  width: 77%;
  margin: 18px;
  margin-left: 31px;
  padding: 27px;
}
body {
  font-family: Cabin Condensed;
}
footer {
  /* box-shadow: rgb(254 120 56) 0px 50px 100px -20px, rgb(254 120 56) 0px 30px 60px -30px, rgb(255 128 67) 0px -2px 27px 0px inset; */
  width: 100%;
  background-color: #0C2079;
  color: #fff;
}
.header-right a:hover {
  color: #fff;
  background: var(--navbar-text);
}
.loginBtn:hover {
  color: #fff;
  font-weight: 600;
}
.download {
  background-color: var(--button-color);
  border: none;
  font-size: 12px;
  font-family: Poppins;
  /* width: 112px; */
  /* height: 31px; */
  padding: 5px 5px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.main_tab_box .nav-link {
  font-family: "Roboto Condensed", sans-serif;
  font-size:14px;
  color:#000 !important;
  font-weight: 600;
}
.secbox h4 {
font-family: "Roboto Condensed", sans-serif;
  font-size:35px;
  color:#000 !important;
  font-weight: 600;
}
.downloadTo {
  color: white;

  background-color: #ad4a20;

  margin-right: 110px;
  width: 120px;
  text-align: center;
  align-items: center;
  border-radius: 7px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.forgot {
  font-size: 12px;
}
.secbox {
  line-height: normal;
  margin: 25px;
  /* overflow: auto;  */
  border: 1px solid transparent;
  /* scrollbar-width: none; */
}
.inner-box {
  width: 100%;
  height: 300px;
}

.frame {
  background-color: var(--button-color);
  height: 30px;
  width: 36px;
  border-radius: 50%;
  position: absolute;
  right: -3px;
}
.login-button {
  background-color: var(--button-color);
  color: white;
  border: none;
  margin: 10px;
  padding: 5px;
  font-weight: 500;
  font-size: 19px;
  width: 59%;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

a {
  text-align: center;
  align-items: center;
}
li {
  list-style: none;
  align-items: center;
}
.see_btn {
  font-family:  "Roboto Condensed", sans-serif;
  transition: all 0.3s ease-in-out;
  background: #D8722C;
  font-size: 12px;
  color: #000;
}
.see_btn:hover {
  color: #fff;
  background: var(--navbar-text);
}
.header-right a {
  text-decoration: none;
  font-size: 15px;
   padding: 7px 30px;
  font-family: Open Sans;
  color: var(--navbar-text);
  font-weight: 600;
  display: block;
  border-radius: 16px;
  transition: 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.8px;
      width: 100%;
    text-align: left;
}
.header-right a i {
position: absolute;
    width: 56px;
    height: 41px;
    line-height: 41px;
    margin: 0 auto;
    text-align: center;
    border-radius: 22px;
    background-color: #ffffff;
    top: -2px;
    right: -5px;
    color: #E58541;
}
.main {
  background-image: url("/assests/image/Rectangle\ 225.png");
  width: 100%;
  height: 860px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
/* .logo {
  position: absolute;
  width: 209px;
  height: 237px;
  bottom: -71px;
  left: 52%;
  rotate: -12deg;
  z-index: -11111;
} */
.section {
  background: linear-gradient(200deg, #FF9149 0.58%, #FFECDB 118.63%);
  position: relative;
  padding: 0 0 6% 0;
}
body {
  overflow-x: hidden;
}
.mouse-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -4px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background: #0e82fd !important;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #0e82fd !important;
  opacity: 0.1;
}
.mim_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  border: 2px solid #0e82fd;
  transform: all 0.08s ease-out;
  -webkit-transform: all 0.08s ease-out;
  -ms-transform: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}

/* about us */
.abtus_main {
position: absolute;
    top: 0;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 45px;
    border-radius: 0px 0px 0px 149px;
    background: linear-gradient(222.12deg, #E2833F 2.29%, #F79450 134.53%);

}
.abtus_main_top {
  width: 100%;
  position: relative;
}
.abtus_main_top_hdng {
  position: relative;
  padding:25px 50px;
}
.abtus_main_top_hdng h2 {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-align: left;
  color: #000;
}
.abtus_main_top_hdng p {
  font-size: 14px;
  color: #3D3D3D;
  font-family:  "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: justify;
}
.abtus_main_bton {
  width: 100%;
  position: relative;
}
.abtus_main_bton_hdng {
  width: 100%;
  text-align: center;
  position: relative;
}
.abtus_main_bton_hdng h2 {
  font-size: 24px;
  font-family:  "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
}
.abtus_main_bton_hdng h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width:75%;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, 15px);
}
.rows {
    width: 100%;
    display: flex
;
    justify-content: center;
    gap: 20px;
    align-items: center;
    /* margin-top: 17px; */
    position: absolute;
    top: 45px;
}
.abtus_main_bton_box {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: #ca673c;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  height:110px;
}
.abtus_main_bton_box img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.abtus_main_bton_box h3 {
  position: relative;
  font-size: 16px;
  font-family:  "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff !important;
  padding-top: 15px;
}
.bg_box_fig {
position: absolute;
    bottom: -10%;
    left: 70%;
    transform: translateX(-50%);
    z-index: 1;
    width: 12%;
}
.bg_box_fig img{
      width: 100%;
    height: 100%;
  object-fit: cover;
}
.menu_sec{
  width: 100%;
  position: relative;
  background: var(--navbar-text);
  padding: 120px 0;
  margin-top: 50px;
}
.menu_sec_card{
  width: 100%;
  position: relative;
  /* background: linear-gradient(67.45deg, #FFCDB6 23.61%, #FFFEFD 99.33%); */
  background:url(../image/ajay.png);
  padding: 100px 0;
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  
}
.menu_sec_hdng{
  position: relative;

}
.menu_sec_hdng h2{
  width: 100%;
  color: #832411;
  font-size:20px;
  text-align: left;
  font-family: "Open Sans";
  letter-spacing:0px;
}

.menu_sec_hdng h2::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 2px;
  background-color: #A23A18;
}
.main_card {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: #ca673c;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  min-height: 156px;
}
.main_card img {
  width: 50px;
  object-fit: cover;
}
.main_card h3 {
  position: relative;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding-top: 15px;
}