.brand {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
  color: var(--color-black);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  max-width: 120px;
  width: 100%;
}

.brand img {
  width: 100px;
}

.brandicon {
  min-width: 40px;
  height: 40px;
  background: var(--color-pink-900);
  border-radius: 40px;
  margin-right: 15px;
  display: inline-block;
}

.header {
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  /* -webkit-box-shadow: var(--shadow-medium);
         box-shadow: var(--shadow-medium); */
}

.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  max-width: 100%;
}

.header .menu {
  margin: 0 !important;
  padding: 0;
}

.header .menu > .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 0.7rem;
}

.navbar {
  padding: 0;
}

.header .menu > .menu-item > a {
  display: block;
  font-family: "gilroy-regular";
  font-size: 1.1rem;
  font-weight: 500;
  line-height: inherit;
  padding: 1rem 0;
  border: none;
  outline: none;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.35s ease;
  text-decoration: none !important;
}

.header .menu > .menu-item:hover {
  color: var(--theme-Primary-color);
}

.header .menu > .active-menu a {
  color: var(--theme-Primary-color);
  position: relative;
  font-weight: 700;
}

.header .menu > .menu-item a:hover {
  color: var(--theme-Primary-color);
  font-weight: 500;
}

.header .menu > .menu-item > a .expand {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 4px;
  margin-left: 0.35rem;
  pointer-events: none;
  transition: all 0.35s ease;
  top: 4px;
  left: -8px;
  font-size: 17px;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: var(--color-pink-900);
}

.header .menu > .menu-item > .sub-menu {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: -1rem;
  width: 15rem;
  height: auto;
  padding: 9px;
  border-radius: 16px;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid var(--color-pink-900);
  background: var(--color-white);
  box-shadow: var(--shadow-medium);
  transform: translateY(1rem);
  transition: all 0.35s ease;
}

.header .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}

.header .menu > .menu-item > .sub-menu::before {
  background: #fff;
  border-radius: 4px;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 24px;
  top: -6px;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  padding: 0.5rem 1.25rem;
  text-transform: capitalize;
  transition: all 0.35s ease;
  padding: 18px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
}

.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  background: #eff5fc;
  border-radius: 12px;
  color: var(--color-black);
}

.header .menu > .menu-item > .sub-menu > .menu-item > a:focus {
  background: #fff6f0;
  border-radius: 12px;
  color: var(--theme-Primary-color);
}

.header .burger {
  position: relative;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: -0.25rem;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  transform: rotate(0deg);
  transition: all 0.35s ease;
  border-radius: 6px;
  background: linear-gradient(285.54deg, rgba(255, 255, 255, 0.4) -42.65%, rgba(255, 255, 255, 0) 38.13%), linear-gradient(101.6deg, rgba(255, 255, 255, 0.24) -30.1%, rgba(255, 255, 255, 0) 80.05%);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
}

.header .burger-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: var(--color-white);
  transform: rotate(0deg);
  transition: all 0.25s ease;
}

.header .burger-line:nth-child(1) {
  top: 0;
}

.header .burger-line:nth-child(2),
.header .burger-line:nth-child(3) {
  top: 0.5rem;
  width: 80%;
}

.header .burger-line:nth-child(4) {
  top: 1rem;
}

.header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.35s ease;
}

.header .menushort_discrption {
  font-size: 13px;
  display: flex;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #8d939c;
}

.mr-m-3 {
  margin-right: 3rem !important;
}

.menu .text-link > a {
  color: var(--theme-orange-bg) !important;
}

.box-link {
  background: var(--theme-Primary-color) !important;
  border-radius: 8px;
  color: var(--color-white);
  font-weight: 700;
  position: relative;
  margin: 0 18px;
  padding: 13px 10px;
  transition: all 0.7s ease-in-out;
}
.box-link:hover {
  box-shadow: var(--boxshadow-dark600);
  transition: all 0.7s ease-in-out;
}

.newClass .box-link:hover {
  box-shadow: var(--boxshadow-200);
}

.box-link a {
  color: var(--color-white) !important;
  padding: 9px 0 !important;
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
}

.dnone-disk {
  display: none !important;
}

.last-menu {
  align-items: center;
  margin: 0;
  padding: 0;
}
.last-menu li.text-link {
  display: flex;
}
.last-menu li.text-link a {
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.1rem;
}

.newClass .last-menu li.text-link {
  display: flex;
}
.newClass .last-menu li.text-link a {
  color: var(--theme-Primary-color);
  font-weight: 600;
}

.newClass .header .menu > .menu-item > a {
  color: #677c99;
  font-size: 18px;
}

.newClass .header .menu > .active-menu a {
  color: var(--theme-Primary-color);
}

/*theme footer*/
.flex {
  display: flex;
  justify-content: space-between;
}

.flex > li {
  flex: 1;
  margin-right: 16px;
}

/*==================================================================*/
@media all and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
  .title {
    font-size: 18px;
  }
}
/*end footer*/
@media only screen and (min-width: 1025px) {
  .mr-m-3 {
    margin-right: 0;
  }
  .header .menu > .menu-item-child:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header .menu > .menu-item-child:hover > a .expand::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media only screen and (max-width: 1056px) {
  .mr-m-3 {
    margin-right: 0 !important;
  }
  .header .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: var(--color-white);
    box-shadow: var(--shadow-medium);
    transition: all 0.5s ease;
  }
  .header .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .header .menu {
    width: 100%;
    height: auto;
    margin: 1rem 0;
  }
  .header .menu > .menu-item {
    display: block;
    margin: 0;
  }
  .header .menu > .menu-item-child > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .menu > .menu-item > a {
    padding: 0.625rem 1.25rem;
    color: var(--color-black);
  }
  .header .menu > .menu-item > a .expand::before,
  .header .menu > .menu-item > a .expand::after {
    background: var(--color-black);
  }
  .header .menu > .menu-item-child.active > a .expand:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .header .menu > .menu-item > .sub-menu {
    position: relative;
    z-index: 999;
    top: auto;
    left: auto;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    transform: translateY(0px);
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 0.625rem 2rem;
    color: var(--color-black);
  }
  .header .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .menu > .menu-item:nth-child(7) {
    margin-bottom: 30px;
  }
  .header .menu > .menu-item:last-child {
    width: 40%;
    text-align: center;
    float: left;
    min-height: 44px;
  }
  .header .menu > .menu-item:nth-child(8) {
    width: 40%;
    float: left;
    background: rgb(221, 221, 221);
    margin-left: 20px;
    margin-right: 15px;
    border-radius: 8px;
    text-align: center;
  }
  .dnone-disk {
    display: block !important;
  }
  .dnone-mob {
    display: none !important;
  }
}
/*footer*/
.footermain {
  background: #fff;
  padding: 56px 0;
  margin-top: 160px;
}
.footermain .footer_link h2 {
  color: var(--color-black);
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.footermain .footer_link ul {
  margin: 0;
  padding: 0;
}
.footermain .footer_link ul li a {
  color: var(--color-grey-300);
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  transition: color 0.7s ease-in-out;
}
.footermain .footer_link ul li a:hover {
  color: var(--theme-Primary-color);
}
.footermain .footer_frist_box .footer_logo {
  margin-bottom: 24px;
}
.footermain .footer_frist_box p {
  color: var(--color-grey-600);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 5rem;
  position: relative;
}
.footermain .footer_frist_box p::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  background: url(../svg/footer_love.svg);
  margin: 3px 8px;
}
.footermain .somedia_footer {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
}
.footermain .somedia_footer li a {
  width: 40px;
  height: 40px;
  font-size: 0px;
  cursor: pointer;
  display: block;
  background: url(../svg/somedia-icons.svg);
}
.footermain .somedia_footer li a.facebook:hover {
  background-position: 0 -45px;
}
.footermain .somedia_footer li a.instagram {
  background-position: -52px 0px;
}
.footermain .somedia_footer li a.instagram:hover {
  background-position: -52px -45px;
}
.footermain .somedia_footer li a.linkedin {
  background-position: -104px 0px;
}
.footermain .somedia_footer li a.linkedin:hover {
  background-position: -104px -45px;
}
.footermain .somedia_footer li a.twitter {
  background-position: -156px 0px;
}
.footermain .somedia_footer li a.twitter:hover {
  background-position: -156px -45px;
}

.footer-two {
  background: var(--color-black);
  padding: 30px 0;
}
.footer-two .email-footer {
  position: relative;
  padding-left: 20px;
}
.footer-two .email-footer::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 13px;
  background: url(../svg/footer-emailicon.svg) no-repeat;
  left: 0;
  bottom: 0;
  top: 4px;
}
.footer-two .phone-footer {
  position: relative;
  padding-left: 20px;
}
.footer-two .phone-footer::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../svg/footer-callicon.svg) no-repeat;
  left: 0;
  bottom: 0;
  top: 4px;
}
.footer-two .address-footer {
  position: relative;
  padding-left: 20px;
}
.footer-two .address-footer::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../svg/footer-locationicon.svg) no-repeat;
  left: 0;
  bottom: 0;
  top: 4px;
}
.footer-two .company_quick_contact {
  display: flex;
  height: 100%;
  align-items: center;
}
.footer-two .company_quick_contact ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}
.footer-two .company_quick_contact ul li {
  color: #fff;
  font-weight: 500;
}
.footer-two .company_quick_contact ul li a {
  color: #fff;
  font-weight: 500;
}
.footer-two .yspace_logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.footer-two .yspace_logo span {
  font-size: 10px !important;
  line-height: 12px !important;
  color: #a0b0c0;
  padding-bottom: 5px;
}
.footer-two .yspace_logo .footer-logo-yspace {
  width: 110px;
}

.copayright {
  text-align: center;
  padding: 24px 0;
}
.copayright p {
  color: var(--color-grey-600);
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.copayright p .ml-10 {
  margin-left: 10px;
}
.copayright p a {
  color: var(--color-grey-600);
  transition: color 0.7s ease-in-out;
  margin: 0 8px;
  position: relative;
}
.copayright p a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: var(--color-grey-600);
  left: -8px !important;
}
.copayright p a:hover {
  color: var(--theme-Primary-color);
}

/*End footer*/
/*tabs*/
.selector {
  height: 84px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  border-radius: 16px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: var(--theme-Primary-color);
  box-shadow: var(--boxshadow-200);
}

@media (max-width: 1400px) {
  .header .menu > .menu-item > a,
  .last-menu li.text-link a,
  .box-link a {
    font-size: 0.95rem !important;
  }
  .brand img {
    width: 80px;
  }
}
@media (max-width: 1084px) {
  .header .menu > .menu-item > a,
  .last-menu li.text-link a,
  .box-link a {
    font-size: 0.9rem !important;
  }
}
#cd-table .cd-unchecked span,
#cd-table .cd-checked span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#cd-table {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 1em auto;
  font-size: 14px;
  font-size: 0.875rem;
  /* you may remove this border in case of dark backgrounds if it's annoying */
  border-right: 1px solid #e6e7f1;
}
#cd-table ul,
#cd-table li,
#cd-table h2 {
  margin: 0;
  padding: 0;
}

#cd-table::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

#cd-table::before {
  /* White color gradient on the right */
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 35px;
  background: linear-gradient(to left, #fff 10%, rgba(255, 255, 255, 0));
  z-index: 5;
  pointer-events: none;
}

.no-cssgradients #cd-table::before {
  /* remove the gradient using modernizr if css gradients are not supported */
  display: none;
}

#cd-table.table-end::before {
  /* the gradient disappears when user is at the end of the table */
  display: none;
}

#cd-table .cd-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

#cd-table .cd-table-wrapper {
  width: 970px;
  padding-left: 210px;
}

#cd-table .cd-table-column {
  width: 150px;
  float: left;
  margin-left: -1px;
}

#cd-table .cd-table-column:last-child {
  border-right: none;
}

#cd-table h2,
#cd-table ul > li {
  position: relative;
  text-align: center;
  padding: 30px 24px;
  background-color: #e8edf2;
  min-height: 93px;
}

#cd-table ul > li {
  background-color: #fafafa;
}

#cd-table h2 {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--color-black);
  padding: 30px 0;
}

#cd-table .last_child {
  border-top-right-radius: 16px;
}

#cd-table h2.frist-child {
  background-color: #e8edf2 !important;
  font-size: 20px !important;
  line-height: 30px;
  padding-left: 30px;
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--color-black) !important;
  border-top-left-radius: 16px;
  text-shadow: none !important;
}

#cd-table ul > li {
  color: #787a8d;
}

#cd-table ul > li:nth-child(odd) {
  background-color: #ffffff;
}

#cd-table ul > li:last-child {
  border-bottom: none;
}

#cd-table .cd-unchecked span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  bottom: auto;
  right: auto;
  width: 22px;
  height: 22px;
  background-image: url("../svg/table_closeicon.svg");
  background-size: 100%;
}

#cd-table .cd-checked span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  bottom: auto;
  right: auto;
  width: 22px;
  height: 22px;
  background-image: url("../svg/table_tickicon.svg");
  background-size: 100%;
}

#cd-table .cd-checked-i span {
  background-image: url("../svg/table_othericon.svg") !important;
  background-repeat: no-repeat;
}

#cd-table .cd-select {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: bold;
}

#cd-table header.cd-table-column {
  position: absolute;
  width: 210px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: #fafafa;
  margin-left: 0;
  border-color: #fafafa;
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

#cd-table header.cd-table-column h2,
#cd-table header.cd-table-column li {
  background-color: transparent;
  text-align: left;
  color: var(--color-black);
  font-size: 17px;
  line-height: 32px;
  font-weight: 600;
}

#cd-table header.cd-table-column h2 {
  color: #edeef1;
}

#cd-table header.cd-table-column li:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.95);
}

#cd-table .cd-scroll-right {
  /* small right arrow that indicates it's possible to scroll right */
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: url("https://svgshare.com/i/NEg.svg") no-repeat center center;
  z-index: 6;
  animation: cd-scroll-right 1.5s infinite;
}

@media only screen and (min-width: 870px) {
  #cd-table {
    margin: 0 auto;
    border-right: none;
  }
  #cd-table::before {
    display: none;
  }
  #cd-table .cd-table-wrapper {
    width: 100%;
    padding-left: 22%;
  }
  #cd-table .cd-table-column {
    width: 20%;
    float: left;
  }
  #cd-table header.cd-table-column {
    width: 22%;
    float: left;
    background: #fafafa;
    box-shadow: none;
    pointer-events: auto;
    border-top-left-radius: 16px;
  }
  #cd-table .cd-scroll-right {
    display: none;
  }
}
@media (max-width: 768px) {
  #cd-table h2,
  #cd-table h2.frist-child {
    font-size: 16px !important;
    padding: 10px;
  }
  #cd-table header.cd-table-column {
    border-top-left-radius: 12px;
  }
  #cd-table h2,
  #cd-table ul > li {
    font-size: 14px !important;
    padding: 10px;
    min-height: 60px;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-table {
    margin: 40px auto 0 auto;
  }
}
@keyframes cd-scroll-right {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@media (max-width: 1400px) {
  #cd-table header.cd-table-column {
    width: 26%;
  }
  #cd-table .cd-table-wrapper {
    padding-left: 26%;
  }
  #cd-table h2,
  #cd-table ul > li {
    padding: 30px 5px 30px 24px;
  }
  #cd-table h2 {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  #cd-table h2 {
    font-size: 15px !important;
    padding-left: 5px !important;
  }
  #cd-table h2.frist-child {
    font-size: 15px !important;
    padding-left: 20px !important;
    min-height: 90px;
    display: flex;
    align-items: center;
  }
  #cd-table ul li {
    min-height: 124px;
    display: flex;
    align-items: center;
  }
  #cd-table header.cd-table-column h2,
  #cd-table header.cd-table-column li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  #cd-table header.cd-table-column {
    width: 36%;
  }
  #cd-table .cd-table-wrapper {
    padding-left: 36%;
  }
  #cd-table ul li {
    min-height: 156px;
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=theme-header.css.map */