.sc_inner_banner {
  padding: 0 100px 100px;
  padding-top: 200px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}
.sc_inner_banner1 {
  padding-bottom: 0;
}
.sc_inner_banner1::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  content: "";
  background-color: #fff;
}
.sc_inner_banner1 img {
  width: 100%;
  max-width: 1150px;
  margin: 40px auto 0;
  display: block;
  position: relative;
  border-radius: 30px;
}
.innertopsection::before {
  display: none;
}
.sc_inner_banner h2 {
  color: #fff;
  font-size: 50px;
}
.sc_inner_banner ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  text-align: center;
}
.sc_inner_banner ul li {
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 14px;
}
.sc_inner_banner ul li:after {
  content: ">";
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
}
.sc_inner_banner ul li:last-child:after {
  display: none;
}
.sc_inner_banner ul li a {
  float: left;
  color: #fff;
  font-weight: 500;
  transition: all ease-in-out 0.5s;
}
.sc_inner_banner ul li:last-child a,
.sc_inner_banner ul li a:hover {
  color: #f2e375;
}

.multi_tabs {
  clear: both;
  width: 100%;
  display: inline-block;
  padding: 30px 0;
}
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
}
ul.tabs li {
  float: left;
  margin: 0;
  padding: 8px 30px;
  border-left: none;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  color: #7c848a;
  display: block;
  margin: 0 10px 0 0;
  border: 1px solid #7c848a;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 10px;
}
ul.tabs li:hover {
  background: #7c848a;
  color: #fff;
  border-color: #7c848a;
}
ul.tabs li.active {
  background: #7c848a;
  color: #fff;
  border: 1px solid #7c848a;
  border-bottom: 0px;
}
.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background-color: #fff;
  /* padding: 30px 65px 0; */
}
.tab_content {
}
.accordion {
  width: 100%;
  list-style: none;
}
.accordion > li {
  /* background-color: #f3f3f3;
  border-radius: 20px;
  padding: 10px 50px; */
  margin-bottom: 10px;
  background-color: #f3f3f3;
  border-radius: 20px;
}
.accordion > li:first-child {
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 60px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 21px;
  color: #000000;
  font-weight: 600;
  background-color: #f3f3f3;
  border-radius: 15px;
}
.accordion li.open .link {
  background-color: #34548a;
  color: #fff;
}
.accordion .link::before {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/aright.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.accordion .link img {
  height: 40px;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  position: relative;
  border-top: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
  padding: 30px 60px;
}
.accordion .submenu > li p {
  color: #4a4a4a;
}
.accordion .submenu > li a {
  color: #1c63fc;
}
.accordion li.open .link::before {
  /* transform: rotate(313deg) translateY(1rem);
  top: 25%; */
  background-image: url(../images/adown.svg);
  background-size: 40px;
  /* content: "-"; */
}
.sc_blogs {
  display: inline-block;
  width: 100%;
  padding: 60px 0;
}
.sc_blogs .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sc_blogs a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.sc_blogs a .img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 15px;
}
.sc_blogs a .img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.sc_blogs a:hover .img img {
  transform: scale(1.1);
}
.sc_blogs a span {
  color: #7c848a;
  font-size: 16px;
}
.sc_blogs a h3 {
  margin: 10px 0 15px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
}
.sc_blogs a i {
  font-style: normal;
  color: #aa6482;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
}
.blogs_description {
  padding: 50px 0;
}
.blogs_description_in {
  max-width: 1150px;
  margin: auto;
}
.blogs_description_in h3 {
  font-size: 21px;
  margin-bottom: 20px;
}
.blogs_description_in ul {
  margin: 30px 0;
  list-style: none;
}
.blogs_description_in ul li {
  color: #7c848a;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.blogs_description_in ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/check1.svg);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.careers_bx1 {
  padding: 60px 0;
  background-color: #e5e6e8;
  border-radius: 0 0 100px 100px;
}
.careers_bx1 h3 {
  font-size: 38px;
  margin: 0 0 40px;
  padding-left: 30px;
  border-left: 2px solid #34548a;
}
.careers_bx1 p {
  font-size: 18px;
  line-height: 1.6;
  color: #2e2e2e;
}
.careers_bx1 p a {
  text-decoration: underline;
}
.careersmainpg {
  background-color: #fff;
  display: table;
  padding: 60px 0;
  width: 100%;
}
.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  background-color: #f4dc4d;
  padding: 12px 30px;
  border-radius: 5px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #000;
  color: #fff;
}
label {
  font-size: 16px;
}
.platform_pg1 {
  padding: 60px 0;
  width: 100%;
  display: block;
}
.platform_pg1 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 50px;
  /* align-items: center; */
  width: 100%;
}
.platform_pg1 h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.platform_pg1 p {
  font-weight: 600;
}
.platform_pg2 {
  background-color: #e5e6e8;
  padding: 60px 0;
  border-radius: 50px;
  width: 100%;
  display: block;
}
.platform_pg2 .grid {
  display: grid;
  grid-template-columns: 43fr 57fr;
  gap: 70px;
}
.platform_pg2 img {
  width: 100%;
  display: block;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.platform_pg2.bg_black  p{color: #fff;}
.platform_pg2 ul {
  margin: 30px 0;
  list-style: none;
}
.platform_pg2 ul li {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.platform_pg2 ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/check1.svg);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}
.platform_pg21 {
  background-color: #fff;
}
.platform_pg21 .grid {
  grid-template-columns: 57fr 43fr;
}
.bg_black {
  background-color: #3f4448;
}
.bg_black h2 {
  color: #fff;
}
.bg_black ul li {
  color: #fff;
}
.company_pg1 .grid {
  grid-template-columns: 35fr 65fr;
}
.company_pg1 p {
  font-weight: 500;
  line-height: 2;
}
.company_pg2 {
  padding: 0 0 50px 0;
  width: 100%;
}
.company_pg2 .grid {
  display: flex;
  /*grid-template-columns: repeat(3, 1fr);*/
  justify-content: center;
  gap: 80px;
}
.company_pg2_bx {width: 33%;}
.company_pg2 img {
  height: 70px;
  margin-left: 15px;
}
.company_pg2 h3 {
  margin: 20px 0 10px 0;
  background-color: #34548a;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 15px;
  width: 75%;
}
.company_pg2 .grid .company_pg2_bx:nth-child(2) h3{background-color: #aa6482;}
.company_pg2 .grid .company_pg2_bx:nth-child(3) h3{background-color: #7c848a;}
.company_pg2 p {
  font-weight: 500;
  line-height: 2;
  padding-left: 15px;
}
.company_pg3 {
  background-color: #34548a;
  padding: 80px 0 40px;
  border-radius: 100px;
  width: 100%;
  display: block;
  background-image: url(../images/about_design.svg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.company_pg3 .grid {
  display: grid;
  grid-template-columns: 40fr 30fr 30fr;
  gap: 50px;
}
.company_pg3 h2 {
  color: #fff;
}
.company_pg3 p {
  color: #dedede;
}
.company_pg3 h3 {
  color: #f4dc4d;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cp3_bx1 p {
  width: 75%;
}
.cp3_bx3 {
  padding-top: 120px;
}
.company_pg4 {
  padding: 80px 0;
  width: 100%;
  display: block;
}
.company_pg4 .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
}
.team_boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
.team_boxes2 {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
.team_p1 {
  display: block;
}
.team_p1 a {
  display: block;
  transition: all 0.3s;
}
.team_p1 a img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.team_p1 h3 {
  margin: 20px 0 5px;
  font-size: 21px;
  font-weight: 400;
  color: #000;
  font-weight: 600;
}
.team_p1 p {
  font-weight: 600;
  margin-bottom: 10px;
}
.team_p1 .flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team_p1 .flex a img {
  height: 25px;
}
a.team_main img {
  filter: grayscale(100%);
  width: 90%;
  border-radius: 20px;
  /* filter: grayscale(1) contrast(1.5) brightness(1);
  mix-blend-mode: multiply; */
}
a.team_main:hover img {
  filter: grayscale(0%);
}
.hidebox h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.hidebox {
  display: none;
}
/*---------cart_open-----------*/
.cart_open1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  transition: ease all 0.4s;
}
.cartbg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: ease all 0.4s;
}
.cart_bx2 {
  width: 600px;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition: ease all 0.6s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  padding: 30px;
}

.vh85 {
  width: 100%;

  background-color: #fff;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: auto;
  display: block;
  z-index: 99999;
}
.vh85 a {
  color: #34548a;
  font-size: 28px;
}
a.close_btn1 {
  color: #000;
  text-decoration: none;
  background-color: #f2e375;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  left: -30px;
  border-radius: 100%;
  text-decoration: none;
  top: 25px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}
a.close_btn1:hover {
  background-color: #000;
  color: #f2e375;
  cursor: pointer;
}

.cart_bx2 h4 {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 0px 0px 20px;
}

/*---------cart_open_end----------*/
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .sc_inner_banner {
    padding: 150px 20px 20px;
  }
  .sc_inner_banner h2,
  h2,
  .careersmainpg h1 {
    font-size: 28px;
  }
  .platform_pg1 h3,
  h3,
  .hidebox h2 {
    font-size: 24px;
  }
  .sc_inner_banner1::before {
    height: 20%;
  }
  .company_pg1 .grid,
  .grid,
  .company_pg2 .grid,
  .company_pg3 .grid,
  .company_pg4 .grid,
  .team_boxes,
  .platform_pg1 .grid,
  .platform_pg2 .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .cp3_bx3 {
    padding-top: 0;
  }
  .company_pg3 {
    border-radius: 40px;
    padding: 40px 20px;
  }
  .main_btns {
    margin-top: 0 !important;
  }
  .cart_bx2 {
    width: 90%;
  }
  .sc_inner_banner ul li {
    font-size: 12px;
  }
  .platform_pg2 {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .bg_black h2,
  .careers_bx1 h3 {
    font-size: 21px;
  }
  .platform_pg2 ul li,
  .careers_bx1 p,
  .blogs_description_in ul li {
    font-size: 14px;
    line-height: 1.8;
  }
  .careers_bx1 {
    border-radius: 0 0 30px 30px;
  }
  .careersmainpg h1 {
    font-size: 24px !important;
  }
  .sc_blogs,
  .blogs_description,
  .multi_tabs {
    padding: 40px 20px;
  }
  .sc_blogs .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.tabs li {
    font-size: 14px;
    padding: 15px;
  }
  .accordion .link {
    padding: 20px;
    padding-right: 75px;
    font-size: 16px;
  }
  .accordion .submenu > li {
    padding: 20px;
  }
  .accordion .link::before {
    right: 20px;
  }
  .company_pg2_bx {
      width: 100%;
    }
}
