/*innerbanner*/
.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  background-color: #000;
  border-radius: 0px 0px 100px 100px;
  overflow: hidden;
}
.inner_banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center top;
  opacity: 0.65;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  left: 0%;
  padding: 10px 35px;
  z-index: 9;
}
.inner_banner ul {
  list-style: none;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.inner_banner ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  /* text-transform: uppercase; */
}
.inner_banner ul li:last-child {
  padding-right: 0px;
}
.inner_banner ul li:after {
  content: "\f105";
  font-family: fontAwesome;
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 6px;
  top: 0px;
}
.inner_banner ul li:last-child:after {
  display: none;
}
.inner_banner ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  color: #fff;
  font-size: 46px;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  font-weight: 700;
}
.inner_banner h1 span {
  color: #fff;
}
.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}
/*innerbanner*/

.about_bx3 {
  padding: 0 0 60px 0;
  width: 100%;
}
.about_bx3 h2 {
  color: #0a55a3;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 800;
  text-align: center;
}
.about_bx3 ul {
  list-style: none;
  display: grid;
  gap: 20px;
  transition: 0.3s;
  grid-template-columns: repeat(3, 1fr);
}
.about_bx3 ul:hover li {
  opacity: 0.5;
}
.about_bx3 ul li {
  padding: 30px;
  /* box-shadow: 0 10px 20px rgba(3, 35, 90, 0.09); */
  transition: 0.3s;
  background-color: #fffcf4;
  border-left: 4px solid #ffc315;
}
.about_bx3 ul li:nth-child(2) {
  background-color: #ebfffc;
  border-color: #11aa90;
}
.about_bx3 ul li:nth-child(3) {
  background-color: #f7f1ff;
  border-color: #69449a;
}
.about_bx3 ul li:hover {
  transform: scale(1.1, 1.1);
  z-index: 1;
  opacity: 1;
}
.about_bx3 ul li img {
  height: 60px;
}
.about_bx3 ul li h3 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 24px;
  color: #0a55a3;
}
.about_bx3 ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
}

.page {
  padding: 60px 0;
  width: 100%;
  display: block;
}

.a2bb {
  text-decoration: none;
  width: 100%;
  display: block;
  transition: all 0.3s;
  padding: 40px 25px 20px;
  background-color: #fff;
  position: relative;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  color: #062f92;
  font-size: 14px;
  box-shadow: 0 30px 30px #eee;
  margin-bottom: 20px;
  text-align: center;
}

.a2bb::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #e8e8e8 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.a2bb p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
}
.a2bb h3 {
  color: #0a55a3;
  font-weight: bold;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}
.a2bb img {
  height: 70px;
}
.teambx {
  width: 100%;
  display: table;
  padding: 60px 0;
}
.team1 ul {
  list-style: none;
  width: 100%;
  display: table;
}
.team1 ul li {
  width: 100%;
  display: table;
  padding: 30px;
  /* border-bottom: 1px solid #ccc; */
  background-color: #fff;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  box-shadow: 0 20px 15px rgba(30, 96, 178, 0.1);
  border: 0.1rem solid #f7f7f7;
  position: relative;
  margin-bottom: 30px;
}
.team1 ul li:last-child {
  border-bottom: 0px;
}
.t_social {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
.t_social a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  clear: both;
  display: block;
  transition: all 0.3s ease 0s;
}
.t_social a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0px 0px 5px #888888;
  transition: all 0.3s ease 0s;
}
.t_social a .fa-facebook {
  background-color: #3c5b9b;
  display: block;
  position: absolute;
  top: 120px;
  left: -15px;
  z-index: 9;
}
.t_social a:hover .fa-facebook {
  color: #3c5b9b;
  background-color: #fff;
}
.t_social a .fa-twitter {
  background-color: #2daae1;
  position: absolute;
  top: 240px;
  left: 80px;
  z-index: 9;
}
.t_social a:hover .fa-twitter {
  color: #2daae1;
  background-color: #fff;
}
.t_social a .fa-linkedin {
  position: absolute;
  top: 200px;
  left: 6px;
  z-index: 9;
  background-color: #0173b2;
}
.t_social a:hover .fa-linkedin {
  color: #0173b2;
  background-color: #fff;
}

.t_img {
  float: left;
  display: inline-block;
  width: 25%;
  position: relative;
}
.t_img img {
  width: 100%;
  border-radius: 100%;
  display: block;

  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  transition: all 1s ease 0s;
}
.team1 ul li:hover .t_img img {
  webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;

  transition: all 1s ease 0s;
}
.team1 ul li .t_cont {
  float: left;
  display: inline-block;
  width: 75%;
  padding-left: 5%;
}
.team1 ul li:nth-child(2n) .t_cont {
  padding-left: 0%;
  padding-right: 5%;
}
.t_hd1 {
  color: #0a55a3;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 10px;
}
.t_desg1 {
  color: #f37024;
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
}
.t_cont1 {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  text-align: left;
}

.careers_qlinks ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  /* margin-top: 70px; */
  list-style: none;
}
.careers_qlinks ul li {
  padding: 20px 20px;
  border: 2px solid #0a55a3;
  background-color: #fff;
}
.careers_qlinks ul li:nth-child(2n) {
  background-color: #0a55a3;
  color: #fff;
}
.careers_qlinks ul li span {
  background-color: #11aa90;
  padding: 10px;
  display: inline-block;
  margin-top: -50px;
  margin-bottom: 20px;
}
.careers_qlinks ul li span img {
  height: 70px;
  display: block;
}
.careers_qlinks ul li h3 {
  color: #0a55a3;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.careers_qlinks ul li:nth-child(2n) h3,
.careers_qlinks ul li:nth-child(2n) p {
  color: #fff;
}
ul.contact_top li {
  align-self: center;
}
.careers_qlinks ul.contact_top li span img {
  height: 40px;
}
.careers_qlinks ul.contact_top li span {
  padding: 20px;
}
.cert_sec3 {
  background-color: #fff;
  padding: 50px 0;
  width: 100%;
  background-image: url(../images/project-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.cert_sec3_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.cert_sec3_in h2 {
  color: #ff5500;
  margin-bottom: 10px;
  font-size: 38px;
}
.cert_sec3_in p {
  color: #7e7e7e;
  font-size: 16px;
  margin-bottom: 20px;
}
.cert_sec3_in img {
  width: 100%;
  display: block;
}
input.form-control,
.cert_sec3 input.form-control,
.cert_sec3 textarea.form-control {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  height: 50px;
  color: #000;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: 700;
  margin-bottom: 7px;
  border-radius: 10px;
}
textarea.form-control,
.cert_sec3 textarea.form-control {
  height: 120px;
}

.form-control:-moz-placeholder {
  color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.cert_sec3 button {
  color: #fff;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all 0.3s;
  border: 1px solid #02293c;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  background-color: #ff5500;
  margin-top: 10px;
}
.cert_sec3 button img {
  height: 10px;
}
.cert_sec3 button:hover {
  background-color: #02293c;
}
.cert_sec1_pg2 {
  padding: 60px 0;
}
.cert_sec3 iframe {
  width: 100%;
  height: 400px;
  display: block;
  margin: auto;
  border: 6px solid #ccc;
}
.news-block .inner-box {
  position: relative;
}

.news-block .inner-box .image {
  position: relative;
  overflow: hidden;
  /* background-color:#191b1d; */
  border: 3px solid #354d25;
  margin-bottom: 20px;
}

.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 0;
}

.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.news-block .inner-box .image:before {
  background: rgba(53, 53, 53, 0.56);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(75deg) translateZ(0px);
  z-index: 3;
  opacity: 0;
}

.news-block .inner-box:hover .image:before {
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.news-block .inner-box .image .overlay-link {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 24px;
  z-index: 9;
  opacity: 0;
  transform: scale(0.4) translate(-50%, -50%);
  visibility: hidden;
  transition: 0.5s ease;
  transition-delay: 0.5s;
}

.news-block .inner-box:hover .image .overlay-link {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
}

.news-block .inner-box .image .overlay-link:hover {
  color: #ca953b;
}

.hmupeventsbx a {
  text-decoration: none;
  display: block;
  width: 100%;
  border: 1px solid #c9c9c9;
  transition: all 0.3s;
}

.hmupeventsbx a:hover {
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

.hmupeventsbx a img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}

.hmupevanch {
  padding: 20px;
  display: block;
  text-align: center;
  width: 100%;
}

.hmupevanch h6 {
  color: #e74536;
  margin: 0;
  font-size: 14px;
}

.hmupevanch h5 {
  color: #0a55a3;
  font-size: 21px;
  margin: 0 0 10px;
  line-height: 26px;
  font-weight: 600;
}

.hmupevanch p {
  color: #34343b;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.hmupevanch span {
  color: #f37024;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.homesolutions h5 {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 21px;
  color: #173058s;
}

.homesolutions ul,
.technologiesbxx ul {
  list-style: none;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}

.technologiesbxx .item {
  padding: 10px 20px;
}

.homesolutions ul li,
.technologiesbxx ul li {
}

.technologiesbxx ul li {
  padding: 30px 15px;
  display: block;
  width: 100%;
}

.technologiesbxx ul li a {
  display: block;
  padding: 30px 40px;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.161);
  border-radius: 30px;
}

.homesolutions ul li a img,
.technologiesbxx ul li a img {
  width: 100%;
  display: block;
}

.insights_desc {
  padding: 60px 0;
  width: 100%s;
}
.insights_desc_in {
  max-width: 1240px;
  margin: auto;
}
.insights_desc_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.insights_desc_top img {
  width: 100%;
  display: block;
}
.insights_desc h3 {
  position: relative;
  margin-bottom: 0;
  font-size: 38px;
  color: #0a55a3;
  line-height: 50px;
  font-weight: bold;
  margin-top: 0;
  font-family: "Metropolis", sans-serif;
}
.insights_desc p {
  font-size: 18px;
  line-height: 28px;
}
.insights_desc h4 {
  position: relative;
  margin-bottom: 25px;
  font-size: 26px;
  color: #0a55a3;
  line-height: 50px;
  font-weight: bold;
  margin-top: 20px;
  font-family: "Metropolis", sans-serif;
}
.insights_desc_top a {
  padding: 0px 25px;
  background-color: #fd6420;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  height: 36px;
  border-radius: 20px;
}
.insights_desc_top a:hover {
}

.about_values {
  position: relative;
  background-image: url(../images/banner1.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  display: flex;
  justify-content: end;
}
.about_values_bx {
  width: 40%;
  padding: 90px;
  background-color: rgba(1, 66, 134, 0.9);
}
.about_values_bx h2 {
  color: #fff;
  position: relative;
  font-size: 42px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}
.about_values ul {
  list-style: none;
}
.about_values ul li {
}
.about_values ul li h3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 21px;
  margin: 0 0 20px;
  gap: 20px;
}
.about_values ul li h3 img {
  height: 30px;
}
.about_values ul li p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.about_bottom {
  width: 100%;
  display: block;
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
  background-image: url(../images/sec2bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about_bottom_bx1 {
  padding: 50px;
  display: grid;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
  gap: 50px;
  background-color: #f5f5f5;
  margin-left: 200px;
  padding-left: 300px;
  margin-bottom: 50px;
}
.about_bottom_bx2 {
  padding-left: 50px;
  padding-right: 300px;
  margin-left: 0;
  margin-right: 200px;
}
.about_bottom_bx1 h3 {
  color: #2f2b5b;
  position: relative;
  font-size: 42px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  margin-top: 0;
}
.about_bottom_bx1 h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  content: "";
  background-color: #f37024;
}
.about_bottom_bx1 img {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 250px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 2px 11px 23px 0 rgba(20, 61, 103, 0.2);
  object-fit: cover;
  object-position: center center;
}
.about_bottom_bx2 img {
  left: auto;
  right: -150px;
}

/*whatweoffer*/
.whatweoffer {
  padding: 50px 0;
}
.whatweoffer h2 {
  position: relative;
  margin-bottom: 25px;
  font-size: 38px;
  color: #0a55a3;
  line-height: 50px;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  font-family: "Metropolis", sans-serif;
}
.whatweoffer ul {
  list-style: none;
  width: 100%;
}
.whatweoffer ul li {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  transition: all 0.3s;
  padding-left: 30px;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
}
.whatweoffer ul li::before {
  position: absolute;
  left: 0;
  top: 12px;
  content: "◆";
  color: #f37024;
  width: 20px;
  height: 20px;
}

.accordion {
  width: 90%;
  list-style: none;
  margin: auto;
}
.accordion > li {
  border-bottom: 1px solid #c9bcd1;
  padding: 1rem 0;
}
.accordion > li:last-child {
  border-bottom: 0;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 70px 10px 0;
  position: relative;
  transition: all 0.3s;
  font-size: 21px;
  color: #2f2b5b;
  font-weight: 600;
}
.accordion .link::before {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: transparent;
  content: "+";
  transition: all 0.3s;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f37024;
  border: 2px solid #f37024;
  font-size: 32px;
  font-weight: 300;
  /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161); */
}
.accordion .link img {
  height: 40px;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  padding: 0;
  position: relative;
  border-top: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #222222;
}
.accordion .submenu > li p {
  margin-bottom: 10px;
}
.accordion .submenu > li a {
}
.accordion li.open .link::before {
  content: "-";
}
.accordion li.open .link {
}
.otherways {
  background-color: #fff;
  padding: 50px 0;
  width: 100%;
  background-image: url(../images/project-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.homeqlinks_grid2 {
  grid-template-columns: repeat(5, 1fr);
}
.homeqlinks_grid2 .homqbox img {
  width: 100px;
}
.volunteer-sec .about-content-block h1 {
  margin-top: 20px;
}
.volunteer-sec hr {
  margin: 50px 0;
  border-top: 2px solid #ccc;
}
.volunteer-sec .image {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.volunteer-sec .image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.volunteer-sec .text {
  width: 90%;
}
.volunteer-sec {
  padding-top: 0px;
}

/*aboutsec3*/
.aboutsec3 {
  padding: 60px 0;
  background-image: url(../images/bg12.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px;
}
.aboutsec3 h2 {
  position: relative;
  margin-bottom: 25px;
  font-size: 38px;
  color: #0a55a3;
  line-height: 50px;
  font-weight: bold;
  margin-top: 0;
  font-family: "Metropolis", sans-serif;
  text-align: center;
}
.aboutsec3 ul {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  flex-wrap: wrap;
}
.aboutsec3 ul li {
  flex-basis: 30%;
}
.aboutsec3 ul li a {
  display: block;
  text-align: center;
  padding: 0 25px;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 24px;
}
.aboutsec3 ul li a .img {
  position: relative;
  transition: all 0.3s;
}
.aboutsec3 ul li a .img::before {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50px;
  content: "\f054";
  color: #fd641f;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-family: FontAwesome;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
  opacity: 0;
  transition: all 0.3s;
}
.aboutsec3 ul li a:hover .img::before {
  opacity: 1;
}
.aboutsec3 ul li a .img img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.aboutsec3 ul li a:hover .img img {
  filter: grayscale(0);
}
.aboutsec3 ul li a h3 {
  color: #0a55a3;
  font-weight: 600;
  font-size: 21px;
  margin: 10px 0 5px;
}
.aboutsec3 ul li a p {
  color: #6d6d6d;
  margin: 10px 0;
  font-size: 18px;
}
a.lin {
  color: #0077b5;
  font-size: 32px;
}
/*aboutsec3*/

/*---------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;
}
a.close_btn1 {
  color: #fff;
  text-decoration: none;
  background-color: #fd641f;
  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: #1972b9;
  cursor: pointer;
}
.aboutsec3 hr {
  margin: 5rem 0;
}
.cart_bx2 h4 {
  color: #0a55a3;
  font-size: 21px;
  font-weight: 700;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 16px;
  color: #6d6d6d;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.vh85 p {
  font-size: 16px;
  line-height: 1.6;
}

/*---------cart_open_end----------*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  padding: 20px;
  margin: auto;
}
.form-control,
.input-group {
  width: 100%;
}
.about-section .form-body {
  margin: auto;
  display: table;
  float: none;
  width: 100%;
  max-width: 800px;
}
label {
  font-weight: 400;
}
button.btn.btn-primary {
  background-color: #ff5500;
  border-color: #ff5500;
  transition: all 0.3s;
}
button.btn.btn-primary:hover {
  background-color: #062f92;
  border-color: #062f92;
}

.inner_banner2 {
  position: relative;
  width: 100%;
  display: block;
}
.inner_banner2 img {
  width: 100%;
  display: block;
  height: 100vh;
  object-fit: cover;
  object-position: center top;
}
.inner_banner2 .innertxt1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  display: flex;
  align-items: center;
}
.ib2_text {
  display: grid;
  grid-template-columns: 58fr 42fr;
  gap: 50px;
  align-items: end;
  margin: auto;
  max-width: 1100px;
}
.ib2_text h2 {
  padding: 8px 10px;
  font-size: 48px;
  color: #000;
  font-weight: bold;
  background: #ffc315;
  display: table;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin: 0 0 20px;
}
.ib2_text h3 {
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: #000 !important;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
  text-align: left;
}
.ib2_text_right {
  padding: 50px 30px;
  background-color: #fef6e1;
  border-radius: 20px;
}
.ib2_text_right .form_heading {
  color: #0a55a3;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px;
}
.nav-item .nav-link.active {
  text-decoration: none;
  background-color: #69449a;
  color: #fff;
  text-transform: uppercase !important;
}
.nav-tabs.nav-justified {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.ib2_text_right .headings_f p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px 17px;
  color: #646464;
  line-height: 1.6;
}
.input-container {
  position: relative;
}
.amtRpsIcons {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 16px;
}
.submit_btn button.btn.btn-primary {
  background-color: #ff5500;
  width: 100%;
  padding: 3px 20px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  border: 0;
  outline: 0;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
}
.submit_btn button.btn.btn-primary:hover {
  background-color: #11aa90;
}
.ib2_text_right .radio_box input[type="radio"] {
  width: 20px;
  height: 18px;
}
.ib2_text_right .radio_box label {
  font-size: 20px;
}
.radio_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}




/*howwilldonhelp*/
.howwilldonhelp {
  background-color: #fff;
  padding: 50px 0 70px;
  width: 100%;
  background-image: url(../images/project-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.howwilldonhelp h2 {
  position: relative;
  margin-bottom: 25px;
  font-size: 38px;
  color: #0a55a3;
  line-height: 50px;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  font-family: "Metropolis", sans-serif;
}
.howwilldonhelp ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
}
.howwilldonhelp ul li {
  text-align: center;
}
.howwilldonhelp ul li img {
  display: block;
  width: 100%;
}
.howwilldonhelp ul li h3 {
  margin: 15px 0 0;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
/*howwilldonhelp*/


/*support_the_cause_bx*/
.support_the_cause_bx {
  padding: 60px 0;
  position: relative;
  width: 100%;
  display: block;
  background-color: #11aa90;
  background-image: radial-gradient(19em at 69% 27%, #b3fff2, #11aa90);
}
.stcb_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.stcb_grid h3,
.stcb_box2 h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
}
.stcb_grid p {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}
.stcb_grid img {
  width: 100%;
  display: block;
}
.stcb_box2 {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
.mobile-view_end {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.col-xl-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 40px;
}
.col-xl-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.impactbox {
  display: flex;
  gap: 10px;
}
.impactbox img {
  height: 151px;
}
.impcat_content h1 {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin: 0 0 20px 0;
}
.impcat_content p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
/*support_the_cause_bx*/
