@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  max-width: 1140px;
  margin: auto;
}

main {
  overflow: hidden;
}

.flex {
  display: flex;
}

.sum a {
  text-decoration: none;
  text-align: center;
  color: black;
}

.sum.header {
  display: grid;
  grid-template-columns: 160px auto auto;
  gap: 13px;
  text-align: center;
  padding: 15px 70px;
  /* ddd */
  margin: auto;
  max-width: 1140px;
}

.sum.header a {
  font-family: "Rubik", sans-serif;
  font-weight: 410;
  line-height: 22px;
}

.sum .nav {
  display: grid;
  grid-template-columns: 1px 1px 50px 80px 80px 150px 100px 1px 1px;
  margin: auto;
  gap: 25px;
}

.sum .headericon {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  line-height: 50px;
  justify-content: right;
  align-items: center;
}

.header.on-scroll {
  background: white;
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4.25rem;
  margin: 0 auto;
}


.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}

.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}

.menu.is-active .menu-link {
  color: white;

}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 1.25rem;
}

.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.menu-block {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 3rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: var(--color-blue-600);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}

.menu-language {
  padding-left: 85px;
}

#red {
  color: red;
}

.EN {
  color: red;
}

.subdiv {
  display: flex;
  padding-right: 15%;
  padding-left: 30%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-top: 1px solid orange;
}

.subdiv span {
  font-size: 14px;
}

.subdiv img {
  width: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 440px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  line-height: 2;
  text-align: center;
}

.dropdown {
  line-height: 22px;
}

.dropdown-content a {
  color: rgb(68, 68, 68);
  padding: 8px 14px;
  text-decoration: none;
  display: block;
}

#dpcontent {
  margin-left: -800%;
  margin-top: -13%;

}

@media only screen and (max-width: 1064px) {
  .menuicon {
    display: none;
  }

  #dpcontent {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1064px) {
  .menudownloadicon {
    display: none;

  }
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.menu.is-active .menu-inner {
  background-color: black;
}

@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    padding-left: 70px;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2.5rem;
    margin: 0 auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: black;
  transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.home-logo img {
  height: 55px;
}

.menu-link:hover {
  color: #e60012;
}

.menu-link:active,
.menu-link:focus {
  color: #e60012;
}

@media only screen and (max-width: 600px) {
  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }
}

/* main section */

/* business-overview-section */


.business-overview-section {

  position: relative;

}

.business-overview-header {
  position: absolute;
  top: 3%;
  /* left: 6%; */
  height: 50%;
  width: 100%;
}

.business-overview-header2 {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0%;
}

.business-overview-header h2 {
  color: #c7025d;
  font-size: 50px;
  padding-left: 5%;
  font-weight: 600;
  width: 30%;
}

.business-overview-header2 h1 {
  padding-top: 100px;
  padding-left: 44%;
  width: 100%;
  font-size: 60px;
  color: #c7025d;
  font-weight: bolder;
  line-height: 1.0;

}

.detail {
  width: 100%;
}

.and_more_btn {
  color: rgb(255, 255, 255);
  text-decoration: none !important;
  background-color: #0074ae;
  padding: 7px 20px;
  font-size: 20px;
  border-radius: 0 20px 0px 20px;
}

.business-overview-content {
  background-color: #faedef;
  text-align: center;
  align-items: center;
  color: #e35450;
  padding: 6% 5%;
}

.business-overview-content p {
  font-size: 28px;
  font-weight: 420;
}

.business-overview-sm-img {
  margin-top: -6px;
  padding: 0;
  margin-bottom: 20px;
}

/* business overview subcontent  */
#star-img-one {
  padding-top: 1.5%;
}

#star-img {
  width: 2vw;
  vertical-align: super;
}

.detail-sub-div-p img {
  width: 12px;
  fill: #c7025d;
  margin-right: 10px;
}

.business-overview-details {
  padding-top: 30px;
  padding-left: 0%;
  display: flex;
  flex-direction: row;
}

.business-overview-details-p {
  font-size: 30px;
  color: #065684;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 3%;
}

.detail-sub-div {
  display: flex;
  padding-left: 5%;
  margin-bottom: 20px;
  align-items: center;
}

.detail-span {
  font-size: 3vw;
}

.detail-sub-div span {
  font-size: 32px;
  color: #0a73ae;
  font-weight: 410;
  margin: 0 4px;
}

.detail-sub-div-p {
  font-size: 21px;
  padding-left: 2%;
  padding-right: 2%;
  margin: 0;
  width: 50vw;
  line-height: 1.3;
  display: inline-block;
}

.detail-sub-div-p.sev_list {
  margin-left: 75px;
  padding: 0;
}

.ces-team {
  font-size: 22px;
  padding: 0;
  margin-left: 20px;
  margin-top: 0;
  display: inline-block;
}

.detail-sub-div-p5 {
  font-size: 1.4vw;
  padding-left: 6%;

  width: 50vw;
  line-height: 2.0vw;

}

#red1 {
  width: 3vw;
  margin-top: 0px;
}

.serveno {
  font-size: 40px;

}

.business-overview-sm-lastimg {
  position: relative;
  margin-top: 5%;
}


.scroll-to-right {

  float: right;


}

.scroll-left-right button {
  border: none;
  background-color: transparent;
  width: 0;
  font-size: 38px;
  color: #0074ae;
  border-radius: 0;
}

.scroll-left-right {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.scroll-to-left {
  float: left;
  padding-right: 6vw;
}




/*  footer  */
#backtotop {

  background-color: #da9f60;

  float: right;

  margin-right: 90px;

  border: none;

  display: flex !important;

  align-items: center;

  justify-content: center;

  width: 70px;

  height: 37px;

  border-radius: 40px 40px 0 0;

  color: white;

  bottom: 150px;

  right: 30px;

  position: absolute;
}

.fa-caret-up:before {
  font-size: 35px
}

.scroll-to-top {
  position: relative;
}

.footer {
  text-align: center;
  padding: 30px 0px;
}

.footer p {
  font-size: 14px;
}

.togglebar {
  position: absolute;
  right: 65px;
  top: 25px;
  display: none;
}

@media only screen and(min-width:800px) {

  .scroll-left-right {
    height: 2vh;
  }

}

@media only screen and (max-width: 761px) {

  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }


}

/* business body */
.business-overview-body {
  max-width: 1140px;

}

@media (max-width: 1280px) {
  .business-overview-header h2 {
    font-size: 4vw;
  }

  .business-overview-header2 h1 {
    padding-left: 45%;
    width: 100%;
    font-size: 3.7vw;
  }

  .business-overview-details {
    padding-top: 2%;
    padding-left: 20%;
  }

  #star-img {
    width: 3vw;
  }

  .serveno {
    font-size: 40px;
  }
}


@media (max-width: 1024px) {
  .business-overview-header h2 {
    font-size: 4vw;
  }

  .business-overview-header2 h1 {
    padding-left: 45%;
    width: 100%;
    font-size: 3.7vw;
  }

  .business-overview-details {
    padding-top: 2%;
    padding-left: 20%;
  }

  .business-overview-content p {
    font-size: 25px;
  }

  #star-img {
    width: 3vw;
  }

  .serveno {
    font-size: 26px;
  }

  .business-overview-details-p {
    font-size: 20px;
  }

  #red1 {
    width: 40px;
  }

  .detail-sub-div span {
    font-size: 24px;
  }

  .detail-sub-div-p img {
    width: 12px;
  }
}

@media (max-width: 992px) {
  .scroll-left-right button {
    width: 6vw;
    font-size: 2vw;
  }
}

@media (max-width: 761px) {
  .business-overview-header h2 {
    font-size: 24px;
    padding-top: 25px;
    padding-left: 3%;
  }

  /*.business-overview-header2 {
  width: 332px;
}*/
  .business-overview-header {
    left: 3%;
  }

  .sum.header a {
    width: 200px;
  }

  .subdiv a {
    width: 50px !important;
  }

  .subdiv {
    padding-left: 5%;
  }

  .business-overview-content {
    padding: 6% 2%;
  }

  .business-overview-content p {
    font-size: 18px;
    width: 100%;
  }

  .business-overview-details-p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .business-overview-details {
    padding-left: 0;
  }

  .business-overview-header2 h1 {
    font-size: 5.7vw;
    padding-left: 48%;
    width: 100%;
    padding-top: 7vw;
  }

  .serveno {
    font-size: 24px;
  }

  .detail-sub-div {
    display: flex;
    padding-left: 0%;
  }

  .detail-sub-div-p img {
    float: left;
    width: 20px;
    margin-bottom: 32px;
    margin-top: 8px;
  }

  .detail-sub-div-p {
    font-size: 18px;
  }

  .detail-sub-div span {
    font-size: 24px;
  }

  #star-img {
    width: 20px;
    padding-top: 3px;
  }

  #red1 {
    width: 30px;
  }

  .ces-team {
    font-size: 16px;
    padding: 5px 0px 5px;
  }

  .scroll-left-right button {
    width: 7vw;
    font-size: 3.5vw;
  }

  .business-overview-sm-lastimg img {
    height: 20px;
  }

  #backtotop {
    bottom: 90px;
  }

  .fa-caret-up:before {
    font-size: 22px;
  }

  .footer {
    padding: 15px 20px 10px;
  }

  .footer p {
    font-size: 10px;
  }
}

@media (max-width:430px) {
  #backtotop {
    height: 25px !important;
    width: 40px !important;
    bottom: 95px !important;
  }

  .business-overview-header2 h1 {
    padding-left: 40%;
    padding-top: 4vw;
  }

  #special {
    margin-bottom: 36px;
  }
}

@media (max-width:390px) {
  #special {
    margin-bottom: 54px;
  }
}



/* ? < !--==========================================================NEW DESIGN CSS START==============================================================================--> */
.fix_d_flex {
  display: flex;
  align-items: center;
}

.w_100 {
  width: 100%;
}

.flex_d {
  display: flex;
  align-items: center;
  margin-left: 4.5%;
}

.w_d_block {
  display: inline-block;
  width: 20%;
}

.point_circle {
  font-size: 7px;
  margin-right: 3px;
  color: #0a73ae;
}

.social_detail .detail-sub-div-p {
  font-size: 30px;
  color: #0a73ae;
  font-weight: 500;
}

.detail-sub-div-p.sev_list.supported_txt {
  display: inline-block;
  margin-left: 18px;
}

.serving_padding {
  padding-bottom: 0;
}

.business_banner_section .main_heading h2 {
  font-size: 30px;
  background-color: #eceff6;
  color: #0a73ae;
  padding: 80px 0 10px 100px;
  margin-bottom: 0;
  font-weight: 600;
}

.business_banner_section {
  padding: 0;
}

.business_banner_section .business_banner_image {
  position: relative;
  background-color: #eceff6;
  padding: 0 20px;
}

.business_banner_section .business_banner_txt {
  position: absolute;
  top: 66%;
  left: 70%;
  transform: translate(-40%, -50%);
  color: #0a73ae;
}

.business_banner_section .business_banner_txt h3 {
  font-size: 36px;
  margin: 8px 0;
}

.business_banner_section .business_banner_txt h3:nth-child(1) {
  margin-left: 30px;
}

.business_banner_content {
  background-color: #e5eaf3;
  color: #0a73ae;
  width: 90%;
  margin: 30px auto 20px auto;
  text-align: center;
  font-weight: 500;
  padding: 40px;
  border-radius: 0 50px;
  font-size: 24px;
}

.business-overview-details .left {
  background: #065684;
  height: 50px;
  width: 25px;
}

.business-overview-details .left {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.button_download a {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(140, 52, 61);
  padding: 7px 20px 7px 42px;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  z-index: 999;
  right: 60px;
  top: 45px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.5s ease 0s;
}

.button_download {
  z-index: 999;
  position: relative;
  top: 0px;
}

span.dot_circule_downlod {
  background: linear-gradient(90deg, rgb(175, 103, 42) 0%, rgb(249, 180, 94) 35%, rgb(175, 103, 42) 95%);
  padding: 15px;
  border-radius: 30px;
  position: absolute;
  left: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: -10px;
  width: 60px;
  height: 60px;
}

.sticky {
  z-index: 999;
  position: fixed;
  top: -25px;
  transition: 0.4s all;
  right: 402px;
}

@media (max-width: 1600px) {
  .sticky {
    right: 250px;
  }
}

/*/ Desktop 1440px /*/
@media (max-width: 1440px) {
  .align-items-center {
    align-items: center;
  }

  .business_banner_section .business_banner_txt {
    top: 70%;
    left: 54%;
    transform: translate(20%, -70%);
  }

  #star-img-one {
    padding-top: 10px;
  }

  .sticky {
    right: 150px;
  }
}

/*/ Desktop 1280px /*/
@media (max-width: 1366px) {
  .business_banner_section .business_banner_txt {
    left: 54%;
    top: 70%;
  }

  .business-overview-details {
    padding-left: 10%;
  }

  .business_banner_section .main_heading h2 {
    padding: 60px 0 0 100px;
  }

  .sticky {
    right: 70px;
  }
}

/*/ iPad 1024px /*/
@media (max-width: 1199px) {
  .detail-sub-div-p {
    width: 41vw;
  }

  #backtotop {
    margin-right: 0;
  }

  #star-img-one {
    padding-top: 0px;
  }

  .align-items-center {
    align-items: inherit;
  }

  .business_banner_section .business_banner_txt h3 {
    font-size: 28px;
  }

  .business_banner_section .business_banner_txt {
    top: 70%;
    left: 55%;
  }

  #red1 {
    width: 50px;
  }

  .detail-sub-div {
    align-items: start;
  }


  .business-overview-details {
    padding-left: 40px;
  }

  .sticky {
    right: 20px;
  }
}


/*/ iPad 768px /*/
@media (max-width: 991px) {
  .detail-sub-div-p.sev_list {
    margin-left: 75px;
    padding: 0;
    width: 90%;
  }

  .detail-sub-div-p {
    width: 100%;
  }

  .w_d_block {
    width: 30%;
    display: inline-block;
  }

  .flex_d {
    margin-left: 5%;
  }

  .detail-sub-div.center_fix {
    align-items: center;
  }

  .serving_padding {
    padding-bottom: 0;
    padding-top: 0;
  }

  .business_banner_section .business_banner_txt h3 {
    font-size: 18px;
  }

  .business_banner_section .business_banner_txt {
    top: 68%;
    left: 68%;
    transform: translate(-39%, -68%);
  }

  .business_banner_content {
    font-size: 18px;
    line-height: 26px;
  }

  .business-overview-details-p {
    font-size: 18px;
  }

  .detail-sub-div-p {
    font-size: 18px;
  }

  .detail-sub-div span {
    font-size: 22px;
  }

  .scroll-left-right button {
    width: 0vw;
    font-size: 25px;
  }

  .business-overview-details .left {
    height: 30px;
    width: 15px;
    margin-top: 6px;
  }

  .detail-sub-div {
    padding-left: 6%;
    align-items: center;
  }
}

/*/ Iphone 767px /*/
@media (max-width: 767px) {}

/*/ Iphone 414px /*/
@media (max-width: 567px) {
  .and_more_btn {
    font-size: 15px;
  }

  .w_d_block {
    display: inline-block;
    width: 50%;
  }

  .fix_d_flex {
    display: flex;
    align-items: center;
  }

  .business-overview-details {
    padding-left: 0;
  }

  .detail-sub-div {
    padding-left: 0;
    align-items: center;
  }

  .ces-team {
    margin-top: 0;
  }

  .social_detail #red1 {
    width: 50px;
  }

  .social_detail .detail-sub-div-p {
    font-size: 24px;
  }

  .point_circle {
    margin-right: 6px;
  }

  #red1 {
    width: 40px;
  }

  .business_banner_section .business_banner_txt h3 {
    margin: 4px 0;
    font-size: 12px;
  }

  .business_banner_section .business_banner_txt {
    top: 70%;
    left: 70%;
  }

  .business_banner_section .business_banner_txt h3:nth-child(1) {
    margin-left: 0;
  }

  .button_download a {
    padding: 7px 14px 7px 35px;
    font-size: 16px;
  }

  span.dot_circule_downlod {
    left: -25px;
    text-align: center;
    top: -7px;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .business_banner_content {
    font-size: 15px;
    line-height: 22px;
    padding: 16px !important;
    width: 100%;
    max-width: 90%;
  }

  .business-overview-details {
    padding-left: 15px;
  }

  .detail-sub-div-p {
    font-size: 14px;
  }

  .detail-sub-div span {
    font-size: 18px;
  }

  .detail-sub-div-p img,
  #special {
    margin-bottom: 5px;
    width: 12px;
  }

  .detail-sub-div-p.sev_list {
    margin-left: 60px;
    width: 80%;
  }

  .scroll-left-right {
    width: 30px;
  }

  .business-overview-sm-lastimg img {
    height: 30px;
  }

  .detail-sub-div {
    margin-bottom: 34px;
  }

  .business-overview-details-p {
    margin-bottom: 15px;
    ;
  }

  .business-overview-details:first-child {
    padding-top: 30px;
  }

  #star-img-one {
    padding-top: 2.5%;
  }

  .business_banner_section .main_heading h2 {
    padding: 30px 0 0 17px;
    font-size: 14px;
  }

  .button_download a {
    right: 10px;
    top: 35px;
  }

  .sticky {
    top: -6px;
  }
}

/*/ Mobile 375px /*/
@media (max-width: 375px) {
  .business_banner_content {
    font-size: 13px;
  }

  .and_more_btn {
    font-size: 13px;
  }

  .button_download a {
    padding: 7px 8px 7px 32px;
  }

  span.dot_circule_downlod {
    left: -17px;
    text-align: center;
    top: -2px;
    width: 44px;
    height: 44px;
  }

  .detail-sub-div-p.sev_list {
    margin-left: 60px;
  }

  .business_banner_content {
    padding: 40px 15px 40px 15px;
  }

  .business_banner_section .business_banner_txt {
    top: 72%;
    left: 70%;
  }

  .business_banner_section .business_banner_txt h3:nth-child(1),
  .business_banner_section .business_banner_txt h3:nth-child(2),
  .business_banner_section .business_banner_txt h3:nth-child(3) {
    margin-left: 0;
  }
}

@media (max-width: 374px) {
  .business_banner_content {
    font-size: 9px;
    line-height: 1.9;
  }
}

/*/ Mobile 320px /*/
@media (max-width: 320px) {
  .business-overview-details .left {
    height: 26px;
    width: 15px;
  }

  .business_banner_section .business_banner_txt h3 {
    font-size: 10px;
  }

  .business_banner_section .business_banner_txt {
    top: 72%;
  }

  .detail-sub-div-p.sev_list {
    margin-left: 10px;
  }

  .business_banner_section .main_heading h2 {
    padding: 30px 0 0 7px;
    font-size: 12px;
  }

  .business-overview-details-p {
    font-size: 16px;
  }

  .serveno {
    font-size: 20px;
  }
}

/* ? < !--==========================================================NEW DESIGN CSS END==============================================================================--> */