.innerbanner {
  padding: 60px 0;
  background-color: #111e36;
  margin-top: 90px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.innerbanner1 {
  padding: 60px 0;
  background-color: rgba(17, 30, 54, 0.08);
  margin-top: 90px;
  /* border-radius: 0 0 30px 30px; */
  overflow: hidden;
}
.innerbanner .grid1 {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 80px;
  align-items: center;
}
.innerbanner .grid1 h2 {
  font-size: 64px;
  font-weight: 400;
}
.innerbanner .grid1 h2,
.innerbanner .grid1 p {
  color: #fff;
}
.innerbanner .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
  gap: 20px;
}
.innertxt1 ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  opacity: 0.58;
}
.innertxt1 ul li:last-child {
  padding-right: 0px;
}
.innertxt1 ul li:after {
  content: ">";
  color: #fff;
  position: absolute;
  font-size: 18px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.innerbanner1 .innertxt1 ul li,
.innerbanner1 .innertxt1 ul li a,
.innerbanner1 .innertxt1 ul li::after {
  color: #000;
}
.aboutsec1 {
  padding: 75px 0;
  background-color: #fff;
}
.aboutsec1 h2,
h2 {
  font-size: 60px;
  margin: 0 0 50px;
  font-weight: 400;
}
.aboutsec1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.aboutsec1 .grid h3 {
  position: relative;
  color: #000;
  margin: 0 0 20px;
  padding-bottom: 20px;
  opacity: 1;
  font-weight: 400;
  font-size: 28px;
}
.aboutsec1 .grid h3::before {
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  content: "";
  height: 1px;
  background-color: #bebebe;
}
.aboutsec1 .grid p {
  opacity: 0.58;
}

.aboutsec2 {
  width: 100%;
  display: block;
  padding: 50px 0;
  position: relative;
  background: linear-gradient(
    rgba(36, 222, 243, 0.11),
    rgba(255, 159, 159, 0.11)
  );
}
.aboutsec2 ul {
}
.aboutsec2 ul li {
  padding: 40px 100px;
  border-bottom: 1px solid #bebebe;
  display: grid;
  grid-template-columns: 5fr 25fr 70fr;
  gap: 50px;
}
.aboutsec2 ul li:last-child {
  border: 0;
}
.aboutsec2 ul li span {
  margin: 0;
  font-size: 30px;
  color: #000;
}
.aboutsec2 ul li h3 {
  margin: 0;
  opacity: 1;
  margin-top: -10px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 28px;
}
.aboutsec2 ul li p {
  margin: 0;
  opacity: 0.58;
}

.aboutsec3 {
  padding: 100px 0;
  background-color: #ebebed;
}
.aboutsec3 .grid {
  display: grid;
  grid-template-columns: 32fr 68fr;
  gap: 100px;
  align-items: center;
}
.accordion {
  width: 100%;
  list-style: none;
  overflow: inherit;
  background-color: transparent;
}
.accordion > li {
  /* background-color: #f3f3f3;
  border-radius: 20px;
  padding: 10px 50px; 
  margin-bottom: 10px;
  background-color: #f3f3f3;
  border-radius: 20px;*/
  /* margin-bottom: 1rem; */
  background-color: #fff;
  /* padding: 30px; */
  margin-bottom: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}
.accordion > li:first-child {
}
.accordion .link {
  cursor: pointer;
  display: flex;
  /*align-items: center;*/
  gap: 10px;
  padding: 25px 45px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 28px;
  color: #000000;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  /* border-radius: 15px; */
}
.accordion li.open .link {
}
.accordion .link::before {
  position: absolute;
  right: 30px;
  /*top: 50%;*/
  width: 30px;
  height: 30px;
  /*transform: translateY(-50%);*/
  top: 23px;
  content: "";
  /* content: "+"; */
  /* font-size: 3.2rem; */
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  transition: all 0.3s;
  backface-visibility: hidden;
  color: #000;
  font-weight: 400;
}
.accordion .link img {
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  position: relative;
  border-top: 0;
  padding: 0 45px 25px;
}

.accordion li.open .link::before {
  transform: rotate(180deg) translateY(10px);
  /* top: 25%; */
  /* background-image: url(../images/adown.svg);
  background-size: 40px;*/
  /* content: "-";
  font-size: 4.2rem; */
}
.accordion .submenu > li p {
  line-height: 1.6;
  color: #818181;
}
.innerbanner1 h2 {
  padding-bottom: 40px;
  position: relative;
}
.innerbanner1 h2::before {
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  content: "";
  height: 1px;
  background-color: #bebebe;
}
.innerbanner1 h2::after {
  position: absolute;
  right: 2%;
  bottom: -18px;
  height: 36px;
  width: 36px;
  content: "";
  background-image: url(../images/star.svg);
  background-repeat: no-repeat;
  background-size: 36px;
}
.innerbanner1 .in_p {
  padding: 0 100px;
}
.innerbanner1 .in_p p {
  line-height: 1.5;
  opacity: 0.58;
}
.innerbanner1 .in_p h3,
.cloud_sec4 h3 {
  color: #000;
  text-align: left;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 400;
  opacity: 1;
}
.innerbanner1 .in_p ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  background-image: url("../images/poly2.svg");
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 15px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 0.7rem;
  font-weight: 400;
}
.main_section {
  background-color: rgba(17, 30, 54, 0.08);
}
.management_team {
  padding: 0 0 50px 0;
}
.management_team .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
a.team_box1 {
  border: 1px solid rgba(0, 47, 97, 0.075);
  box-shadow: rgba(0, 47, 97, 0.05) 0px 1px 4px 0px,
    rgba(0, 0, 0, 0) 0px 1px 1px 0px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
a.team_box1:hover {
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
}
a.team_box1 img {
  width: 100%;
  /* border-radius: 100%; */
  object-fit: cover;
  object-position: center center;
  /* height: 290px; */
  display: block;
  filter: grayscale(100%);
  transition: all 0.3s;
}
a.team_box1:hover img {
  filter: grayscale(0);
}
.team_box1_in {
  padding: 20px 20px 50px;
  position: relative;
}
a.team_box1 h3 {
  font-weight: 400;
  font-size: 24px;
  opacity: 1;
  margin: 0 0 20px 0;
}
a.team_box1 h5 {
  font-weight: 400;
  font-size: 18px;
  opacity: 1;
  margin: 0 0 20px 0;
}
a.team_box1 p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.58;
}
.cart_bx2 .grid img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  border-radius: 100%;
}
a.team_box1 .arrow {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
a.team_box1 .arrow img {
  height: 50px;
  padding: 0;
  width: auto;
  transition: all 0.3s;
}
a.team_box1:hover .arrow img {
  transform: rotate(360deg);
}
/*-------aboutpgbox2---------*/

/*---------cart_open-----------*/
.cart_open1,
.cart_open2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  transition: ease all 0.4s;
}
.cartbg2,
.cartbg3 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.83);
  transition: ease all 0.4s;
}
.cart_bx2,
.cart_bx3 {
  width: 65%;
  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: 50px;
}
.cart_bx3 {
  right: 0;
  left: 0;
  top: auto;
  bottom: auto;
  margin: auto;
  height: auto;
  margin: auto;
  top: -100%;
  width: 100%;
  padding: 50px;
  /* transform: translateY(-50%); */
}
.vh85 .grid {
  display: grid;
  grid-template-columns: 100fr;
  gap: 50px;
}
.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,
a.close_btn2 {
  color: #fff;
  text-decoration: none;
  background-color: #15a2d3;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  left: -20px;
  border-radius: 100%;
  text-decoration: none;
  top: 25px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}
a.close_btn1:hover,
a.close_btn2:hover {
  cursor: pointer;
  background-color: #000;
}
a.close_btn2 {
  left: auto;
  right: -20px;
  top: -20px;
}

.cart_bx2 h4 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  margin: 30px 0px 10px;
}
.vh85 h5 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  opacity: 0.5;
  margin-top: 0;
}
.vh85 p {
  font-size: 16px;
  margin-bottom: 20px;
}
/*---------cart_open_end----------*/
.cloud_sec1 {
  background-image: url(../images/c_sol1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
}
.cloud_sec1 p {
  opacity: 0.58;
}

.cloud_sec2,
.cloud_sec3,
.cloud_sec5 {
  width: 100%;
  display: block;
  padding: 50px 0px;
  position: relative;
  background: linear-gradient(
    rgba(36, 222, 243, 0.11),
    rgba(255, 159, 159, 0.11)
  );
  /*overflow: hidden;*/
}
.cloud_sec2 ul {
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);*/
}
.cloud_sec2 ul li {
  padding: 35px 30px;
  background-color: #fff;
  box-shadow: 0px 10px 40px rgba(239, 239, 239, 1);
}
.cloud_sec2 ul li h3 {
  padding-bottom: 20px;
  margin-top: 0;
  font-size: 28px;
  font-family: "Lexend", sans-serif;
  color: #000;
  border-bottom: 1px solid #bebebe;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 400;
  opacity: 1;
}
.cloud_sec2 ul li p {
  opacity: 0.58;
}
.cloud_sec3 h2 {
  margin-bottom: 30px;
}
.cloud_sec3 p {
  opacity: 0.58;
}
.cloud_sec3 .grid {
  /*display: grid;
  grid-template-columns: 60fr 40fr;
  align-items: center;
  gap: 75px;*/
  display: table;
  width: 100%;
}
.cloud_sec3_leftt {
  float: left;
  width: 60%;
  padding-right: 40px;
}
.cloud_sec3_rr {
  float: right;
  width: 40%;
  position: sticky;
  top: 150px;
  left: 0;
}
.cloud_sec3 .grid img {
  width: 100%;
  display: block;
}
.cloud_sec3 ul {
}
.cloud_sec3 ul li {
  padding: 15px 0;
  display: grid;
  /*grid-template-columns: 100px 1fr;*/
  gap: 0;
}
.cloud_sec3 ul li .img {
  width: 75px;
  height: 75px;
  background-color: #15a2d3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: none;
}
.swiper-pagination-bullet-active{background: #15a2d3;}
.cloud_sec3 ul li .img img {
}
.cloud_sec3 ul li h3 {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bebebe;
  opacity: 1;
  font-size: 28px;
  font-weight: 400;
}
.cloud_sec3 ul li p {
}
.cloud_sec4 ul {
  margin: 0 0 30px;
}
.cloud_sec4 ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0px;
  align-items: center;
  padding: 10px 30px;
  border: 1px solid #707070;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}
.cloud_sec4 ul li span {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #15a2d3;
}
.cloud_sec4 ul li span img {
  height: 50px;
}
.cloud_sec4 ul li h3 {
  margin: 0;
  font-size: 19px;
  opacity: 1;
  line-height: 1.4;
}
.sec1cards {
  display: flex;
  min-height: 410px;
  gap: 20px;
}
.sec1cards a.sec1_card {
  min-height: 410px;
  /* width: calc(100% / 4); */
  width: 28%;
  cursor: pointer;
  /* transition: width 250ms ease-in-out;
  transition-delay: 150ms; */
  background-color: #ededef;
  padding: 30px;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: all 0.3s;
}
/* .sec1cards .sec1_card:nth-child(4) {
  width: 16%;
} */
.sec1cards .sec1_card:hover {
  width: 550px;
}
.sec1cards .sec1_card:hover p {
  /* transform: scale(4); */
}
.sec1cards a.sec1_card:hover {
  background-color: #111e36;
  /* box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35); */
}
.sec1cards a.sec1_card h3 {
  color: #000;
  font-size: 21px;
  font-weight: 300;
  opacity: 1;
  line-height: 1.3;
  /* letter-spacing: 2px; */
  /* text-transform: uppercase; */
  margin: 0 0 20px 0;
  /* border-top: 2px solid #000; */
}
.sec1cards a.sec1_card p {
  opacity: 0;
  height: 0;
  margin: 0;
  font-size: 14px;
}
.sec1cards a.sec1_card:hover p {
  color: #fff;
  opacity: 0.58;
  height: auto;
  margin: 0;
}

.sec1cards a.sec1_card:hover h3,
.sec1cards a.sec1_card:hover p {
  color: #fff;
  border-color: #ffffff5f;
}

.sec1cards111{
    flex-wrap:wrap;
    justify-content: center;
}
.sec1cards111 a{
    
}
.sec1_card_btm {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.sec1_card_btm img.icon {
  height: 75px;
}
.sec1_card_btm span {
  color: #15a2d3;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sec1_card_btm span img {
  height: 23px;
}
.sec1cards a.sec1_card:hover .sec1_card_btm img.icon {
  opacity: 0;
  /* display: none; */
}
.cloud_sec6 {
  position: relative;
  background-image: url(../images/corporate-visionaries-new-dawn-business.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}
.cloud_sec6::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #131e36;
  opacity: 0.68;
}
.cloud_sec6 h2,
.cloud_sec6 p {
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.cloud_sec7 {
  padding: 60px 0;
  background-color: #fff;
}
.cloud_sec7 .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
  align-items: center;
}
.cloud_sec7 ul {
}
.cloud_sec7 ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 10px 40px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  align-items: center;
}
.cloud_sec7 ul li img {
  height: 60px;
  padding-right: 20px;
}
.cloud_sec7 ul li p {
  margin: 0;
  opacity: 0.58;

  border-left: 1px solid #bebebe;
  padding: 15px 0;
  padding-left: 50px;
}
.csr_box1 {
  padding: 75px 0;
}
.csr_box1_bg1 {
  background: linear-gradient(
    rgba(36, 222, 243, 0.11),
    rgba(255, 159, 159, 0.11)
  );
}
.csr_box1 .grid {
  display: grid;
  gap: 75px;
  align-items: center;
}
.csr_box1 .grid.grid1 {
  grid-template-columns: 60fr 40fr;
}
.csr_box1 .grid.grid2 {
  grid-template-columns: 40fr 60fr;
}
.csr_box1 .grid img {
  width: 100%;
}
.csr_box1 .grid h2 {
  margin-bottom: 20px;
}
.csr_box1 .grid h3 {
  margin-bottom: 20px;
  color: #000;
  font-family: "Lexend", sans-serif;
  opacity: 1;
  font-weight: 400;
  font-size: 28px;
}
.csr_box1 .grid ul {
  margin-top: 30px;
}
.csr_box1 .grid ul li {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px;
  background-image: url(../images/poly2.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 5px;
}
.csr_box1 .grid ul li strong {
  font-weight: 600;
}
.csr_box1_bg2 {
  background: #fff;
}
.main_form_contact,
.videos {
  padding: 50px 0;
  background: linear-gradient(
    rgba(36, 222, 243, 0.11),
    rgba(255, 159, 159, 0.11)
  );
}
.main_form_contact h5 {
  color: #15a2d3;
      font-size: 22px;
    margin-bottom: 15px;
}
.main_form_contact input.form-control,
.main_form_contact textarea.form-control,
.main_form_contact select.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #2a2a2a;
  font-size: 16px;
  height: 60px;
  padding: 0 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 60px;
  border-radius: 30px;
  color: #111;
  box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.161);
}
.main_form_contact select.form-control {
  cursor: pointer;
}
.main_form_contact label {
  font-size: 16px;
  font-weight: 500;
}
.main_form_contact label span {
  color: #15a2d3;
}
button.abtn {
  border-radius: 1rem;
  background-color: #15a2d3;
  color: #fff;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s;
  font-size: 16px;

  font-weight: 600;
  gap: 10px;
  display: flex;
  align-items: center;
  border: 0;
}
button.abtn img {
  height: 12px;
  transition: all 0.3s;
  filter: brightness(0) invert(1);
}
button.abtn:hover img {
  transform: rotate(360deg);
}
button.abtn:hover {
  background-color: #000;
}
.main_form_contact textarea.form-control {
  height: 100px;
}
.form-group .col-sm-6,
.form-group .col-sm-12 {
  display: table;
}
.contactpg1 {
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  /* background-image: url(../images/contbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
}
.contactpg1 h2 {
  text-align: center;
}
.contactpg1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* margin-top: 20px; */
}
.contact_pg_bx {
  padding:30px;
  /*border: 2px solid #15a2d3;*/
  background-color: #fff;
  border-radius: 20px;
  box-shadow:0px 10px 20px rgba(0, 0, 0, 0.1);
}
.contact_pg_bx1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}
.contact_pg_bx1:last-child {
  margin-bottom: 0;
}
.contact_pg_bx1 span {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d3d3;
  border-radius: 100px;
}
.contact_pg_bx1 span img {
  height: 45px;
}
.contact_pg_bx1 h3 {
  font-size: 21px;
  margin: 0 0 10px;
  font-weight: 500;
  opacity: 1;
}
.contact_pg_bx1 p {
  font-size: 17px;
  margin-bottom: 10px;
}
.contact_pg_bx1 a {
  text-decoration: none;
  color: #1aa4d4;
  font-size: 18px;
  font-weight: 500;
}
.main_form_contact .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 70px;
  align-items: flex-start;
}
.gridd-2{
     display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  align-items: flex-start;
}
.gridd-2 .contact_pg_bx1{
    grid-template-columns: auto;
    gap: 30px;
    
}
.main_form_contact_left {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 10px 40px 20px rgba(0, 0, 0, 0.161);
  border-bottom-right-radius: 100px;
}
.main_form_contact_left h2 {
  font-size: 36px;
}
.main_form_contact1 .grid {
  grid-template-columns: 65fr 35fr;
}
.section81 .grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.benefitsbox {
  padding: 50px 0;
  background-color: #fff;
}
.benefitsbox .text-center h2,
.benefitsbox .text-center p {
  /* color: #fff; */
}
.benefitsbox .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.benefitsbox1 {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 10px 40px 20px rgba(0, 0, 0, 0.161);
  padding: 40px;
  border-top-right-radius: 100px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 40px;
  align-items: flex-start;
}
.benefitsbox1 .img {
  width: 50px;
  height: 50px;
  background-color: #15a2d3;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.benefitsbox1 h3 {
  margin-top: 0;

  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.contact_pg_bx h2 {
  font-size: 36px;
  text-align: left;
  margin: 0 0 30px;
}
.careersmainpg {
  padding: 50px 0;
  background-color: #fff;
}
.videos .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
a.home_video_bx {
  position: relative;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  display: table;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}
a.home_video_bx .img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
a.home_video_bx .img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}
a.home_video_bx img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: all 0.3s;
}
a.home_video_bx:hover img {
  transform: scale(1.1);
}
a.home_video_bx span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/youtube1.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center center;
  z-index: 1;
}
a.home_video_bx h3 {
  margin: 20px 0 0;
  opacity: 1;
  font-size: 21px;
  letter-spacing: 0;
}
.customerss .grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.customerss .grid a.home_video_bx {
  width: 100%;
}
.customerss .grid a.home_video_bx img {
  height: auto;
  max-height: 70px;
  max-width: 100%;
  width: auto;
  background-color: #fff;
}
.customerss .grid a.home_video_bx .img {
  background-color: #fff;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customerss .grid a.home_video_bx:hover img {
  transform: scale(1);
}
.customerss .grid a.home_video_bx .img::before {
  display: none;
}
.customerss .grid a.home_video_bx h3 {
  font-size: 18px;
}
label {
  font-weight: 400;
}
.galleryfilterby {
  width: 100%;
  display: table;
  padding: 20px 40px;
  background-color: #f0f5ff;
  /* margin-bottom: 30px; */
  position: relative;
}
.galleryfilterby h3 {
  margin: 0;
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 1px;
  top: 10px;
}
.galleryfilterby h3 i {
  margin-right: 10px;
}
.default-form1 {
  padding: 0;
  width: 350px;
  border-radius: 0;
  float: right;
  margin-top: 0px;
}
.default-form1 .form-group input[type="text"] {
  width: 350px;
  padding: 0 0;
}
.form-group {
  margin-bottom: 0;
}
.default-form1 .form-group input[type="text"],
.default-form1 .form-group input[type="email"],
.default-form1 .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 0px;
  color: #2c2b2a;
  height: 40px;
  font-size: 18px;
  background: none;
  font-weight: 300;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #2c2b2a;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: 0;
  box-shadow: 0;
  margin-bottom: 0;
  padding-left: 35px;
}

.default-form1 .form-group input[type="text"]:focus,
.default-form1 .form-group input[type="email"]:focus,
.default-form1 .form-group textarea:focus {
}
.default-form1 input.submit {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12%;
  height: 46px;
  display: inline-block;
  text-indent: -100em;
  overflow: hidden;
  border: 0;
  background-color: transparent;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.deskno {
  display: none;
}

.multi_tabs1 {
}
ul.tabs1 {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
ul.tabs1 li {
  padding: 0 5px 20px;
  position: relative;
  color: #09223c;
  cursor: pointer;
  font-size: 18px;
}
ul.tabs1 li span {
  padding: 3px 30px;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
ul.tabs1 li.active span {
  background-color: #15a2d3;
  color: #fff;
}
ul.tabs1 li.active {
  color: #15a2d3;
}
ul.tabs1 li.active::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #15a2d3;
}
.multi_tabs1 .tab_container {
  padding: 30px;
  border: 1px solid #15a2d3;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.071);
  background-color: #fff;
}

.our-presence-box1 .distribution-map {
  margin: 0;
  padding: 0 20%;
}

.our-presence-box1 .distribution-map .mb_sz_cio {
  text-transform: uppercase;
}
.our-presence-box1 .mt1 img {
  height: 25px;
}
.tooltip1 .tooltiptext2 {
  width: 400px;
  height: auto;
  margin-bottom: -6px;
  line-height: 20px;
  padding: 10px;
  left: -200px;
  box-shadow: 1px -1px 3px 1px #00000014;
  /* margin-left: -58px; */
  font-weight: 600;
  font-size: 14px;
  color: #000;
  border: 4px solid #fff;
  text-align: center;
  background: #fff;
  /* text-indent: 0px; */
  border-radius: 5px;
  position: absolute;
  /* pointer-events: none; */
  /* opacity: 0; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 30px;
  display: none;
  z-index: 999999999999;
}

/* .tooltip1 .tooltiptext2::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 52%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
} */

.tooltip1:hover .tooltiptext2 {
  /* opacity: 1; */
  /* bottom: 60px; */
  display: block;
  padding-bottom: 20px;
}
.tooltiptext2 h3,
.vh85 h3 {
  font-size: 21px;
  color: #000;
  text-align: center;
  font-weight: 400;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 10px;
}
.tooltiptext2 h4,
.vh85 h4 {
  font-size: 14px;
  margin-top: 0;
  color: #3d3d3d;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.vh85 h3,
.vh85 h4 {
  text-align: left;
}
.cart_open1 .vh85 h3,
.cart_open1 .vh85 h4 {
  /*text-align: center;*/
  margin-top: 10px;
  line-height: 1.4;
}
.cart_open1 .vh85 h5 {
  margin-top: 0;
}
.vh85 h6 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
.vh85 h5 {
  color: #3d3d3d;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.vh85 span {
  font-size: 12px;
  color: #3d3d3d;
}
.tooltiptext2 p,
.vh85 p {
  font-size: 14px;
  line-height: 26px;
  color: #3d3d3d;
  margin: 0;
  margin-bottom: 15px;
}
.vh85 p a {
  text-decoration: none;
  color: #3d3d3d;
}
.tooltiptext2 span {
  color: #19bcfb;
  border-bottom: 2px solid #19bcfb;
  /* margin-right: 1em; */
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.branch-offices-sub {
  width: 100%;
  margin: 35px auto 10px;
  text-align: center;
  position: relative;
  z-index: 8;
}
.branch-offices-sub ul {
  width: 50%;
  margin: 0 auto;
  text-transform: uppercase;
  list-style: none;
  display: table;
  background-color: #fff;
  padding: 0;
}
.branch-offices-sub ul li {
  float: left;
  width: 50%;
  padding: 10px;
  background: #fff;
  color: #4d3069;
  border: 1px solid #4d3069;
}
.branch-offices-sub ul li:first-child {
  border-radius: 5px 0 0 5px;
}
.branch-offices-sub ul li:last-child {
  border-radius: 0 5px 5px 0;
}
.branch-offices-sub ul li a {
  text-decoration: none;
  color: #4d3069;
  text-align: center;
}
.branch-offices-sub ul li.active a {
  color: #fff;
}
.branch-office-wrapper-nation {
  background: #e6e3e3;
  margin: 0;
  padding: 0;
}
.branch-offices-sub .active {
  background: #4d3069;
  color: #fff;
}

.mapbox {
  display: table;
  margin: auto;
  position: relative;
}

/*map*/
.our-presence-box1 {
  padding: 50px 0;
  background-color: #f8f8f8;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@keyframes spin3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
.round {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #19bcfb;
  position: relative;
  left: 7px;
  top: -5px;
}
.h_map .round:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #19bcfb;
}
.round:before {
  -webkit-transform: scale(2.6);
  -ms-transform: scale(2.6);
  transform: scale(2.6);
  opacity: 0.4;
}
.round:after {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0.2;
}
.round .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #19bcfb;
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
  -webkit-animation-delay: 1.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-delay: 1.5s;
  will-change: transform;
}

.distribution-map {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 110px;
}
.distribution-map > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 32px;
  height: 32px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s,
    width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s,
    z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s,
    height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out,
    height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s,
    width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s,
    z-index 0.25s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s,
    height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
}

.tooltip1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip1 .tooltiptext1 {
  width: 100px;
  height: auto;
  margin-bottom: -6px;
  line-height: 20px;
  padding: 1px;
  left: -45px;
  box-shadow: 1px -1px 3px 1px #00000014;
  /* margin-left: -58px; */
  font-weight: 600;
  font-size: 14px;
  color: #004995;
  border: 4px solid #fff;
  text-align: center;
  background: #fff;
  /* text-indent: 0px; */
  border-radius: 5px;
  position: absolute;
  /* pointer-events: none; */
  /* opacity: 0; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: -90%;
  display: none;
}

.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
}

.tooltip1:hover .tooltiptext1 {
  /* opacity: 1; */
  /* bottom: 60px; */
  display: block;
}

.ind {
  position: absolute;
  top: 28px;
  left: -3px;
  font-size: 10px;
  color: #000;
  font-weight: bold;
}

.usa {
  position: absolute;
  top: 28px;
  left: -4px;
  font-size: 10px;
  color: #000;
  font-weight: bold;
}

/*map*/
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .aboutsec1 h2,
  h2 {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .innerbanner1 .in_p {
    padding: 0;
  }
  .innerbanner1 .in_p h3,
  .cloud_sec4 h3 {
    font-size: 21px;
  }
  .innerbanner1 .in_p ul li {
    font-size: 16px;
    background-position: left 8px;
    line-height: 1.5;
  }
  .cloud_sec3_leftt {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .cloud_sec3_rr {
    float: right;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .cloud_sec3 ul li h3 {
    font-size: 24px;
  }
  .cloud_sec4 ul li {
    grid-template-columns: repeat(1, 1fr);
  }
  .cloud_sec4 ul li h3 {
    font-size: 18px;
  }
  .accordion .link {
    padding: 25px;
    font-size: 18px;
  }
  .accordion .submenu > li {
    padding: 0 25px 25px;
  }
  .aboutsec2 ul li {
    padding: 15px 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .cloud_sec2 ul li h3 {
    font-size: 21px;
    line-height: 1.6;
  }
  .cloud_sec1 {
    position: relative;
  }
  .cloud_sec1::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background-color: #fff;
    opacity: 0.5;
  }
  .cloud_sec1 .container {
    position: relative;
    z-index: 1;
  }
  .sec1cards {
    flex-direction: column;
  }
  .sec1cards a.sec1_card {
    width: 100%;
    min-height: auto;
  }
  .sec1_card_btm{position: relative; left: 0px; margin-top: 20px; display: inline-block;}
  .accordion .link::before{right: 5px; background-size: 15px;}
  .sec1cards a.sec1_card h3 {
    font-size: 24px;
  }
  .sec1cards a.sec1_card p {
    opacity: 1;
    height: auto;
    margin-bottom: 20px;
  }
  .sec1cards .sec1_card:hover {
    width: 100%;
  }
  .cloud_sec7 .grid,
  .cloud_sec7 ul li {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .cloud_sec7 ul li p {
    padding: 15px 0;
    border-left: 0;
    border-top: 1px solid #bebebe;
  }
  .cloud_sec6 h2 {
    padding-bottom: 0;
  }
  .contactpg1 {
    padding: 40px 0;
  }
  .contactpg1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_pg_bx {
    padding: 20px;
  }
  .contact_pg_bx h2 {
    font-size: 21px;
  }
  .contact_pg_bx1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 10px;
  }
  .contact_pg_bx1 span {
    width: 50px;
    height: 50px;
  }
  .contact_pg_bx1 span img {
    height: 25px;
  }
  .multi_tabs1 .tab_container,
  .galleryfilterby {
    padding: 10px;
    display: block;
  }
  .galleryfilterby h3 {
    display: block;
    margin-bottom: 10px;
  }
  .default-form1 {
    width: 100%;
    margin-top: 10px;
  }
  ul.quickacc > li > a h5 {
    font-size: 21px !important;
  }
  .accordion-contents .jobdescripp p,
  .accordion-contents .jobdescripp ul li {
    font-size: 16px !important;
    background-position: left 8px !important;
  }
  label {
    font-size: 12px;
  }
  .videos .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .csr_box1 .grid.grid1,
  .innerbanner .grid1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .csr_box1 .grid.grid2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .aboutsec3 {
    padding: 40px 0;
  }
  .aboutsec3 .grid,
  .aboutsec1 .grid,
  .innerbanner .grid,
  .management_team .grid,
  .vh85 .grid,
  .customerss .grid,
  .gridd-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .innerbanner .grid1 h2 {
    font-size: 26px;
  }
  .innerbanner .grid,
  .aboutsec3 .grid {
    gap: 0;
  }
  .sec4box h5 {
    font-size: 36px;
  }
  .cart_bx2,
  .cart_bx3 {
    width: 95%;
    padding: 25px;
  }
  .main_form_contact{margin-bottom: 30px;}
  .form-group .col-sm-12{width: 100%}
  .csr_box1 .grid h3, .aboutsec2 ul li h3{font-size: 21px;}
  .csr_box1 .grid ul li{font-size: 16px;}
  .accordion{margin-top: 20px;}
}
