/* CSS Document */
/*aboutpage*/
.container2 {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inside_sec {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .inside_sec {
    flex-flow: column;
  }
}
.about_us {
  padding-top: 50px;
  padding-bottom: 100px;
}
.about_us .left_content {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .about_us .left_content {
    width: 100%;
  }
}
.about_us .left_content h2 {
  letter-spacing: -2.5px;
  line-height: 1.3;
  position: relative;
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
  color: #0a0a0a;
  margin-bottom: 16px;
}
.about_us .left_content h2:before {
  background-image: url(../images/chart-icon.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  left: 7px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 1300px) {
  .about_us .left_content h2:before {
    margin-left: -32px;
  }
}
.about_us .left_content p {
  font-size: 17px;
  line-height: 1.8;
}
.about_us .left_content p img {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
.about_us .right_content {
  width: 50%;
  padding-left: 90px;
}
@media screen and (max-width: 991px) {
  .about_us .right_content {
    width: 100%;
    padding: 0;
  }
}
.about_us .right_content p {
  font-size: 13px;
  text-align: center;
  margin-top: 6px;
}

.about_us .testing-step {
	padding: 0 10px;
}

.description_section {
  background-color: #f7f7f7;
  padding: 100px 0 80px 0;
}
.description_section .inside_sec {
  gap: 94px;
}
.description_section .description_left {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .description_section .description_left {
    width: 100%;
    padding: 0 0 0 26px;
  }
}
.description_section .description_left .people_img {
  position: relative;
}
.description_section .description_left .people_img img {
  position: relative;
  z-index: 2;
}
/*.description_section .description_left .people_img:before {
  border: 4px solid #29abe2; /*#9191f8;*
  content: "";
  height: calc(100% - 10px);
  left: -15px;
  position: absolute;
  top: -15px;
  width: calc(100% - 10px);
  z-index: 1;
}
.description_section .description_left .people_img:after {
  border: 2px solid #f90; /*#70f1b4;*
  content: "";
  height: 97%;
  left: -25px;
  position: absolute;
  top: -25px;
  width: 97%;
}*/
.description_section .description_right {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .description_section .description_right {
    width: 100%;
  }
}
.description_section .description_right h2 {
  letter-spacing: -2.5px;
  line-height: 1.3;
  position: relative;
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
  color: #0a0a0a;
  margin-bottom: 16px;
}
.description_section .description_right h2:before {
  background-image: url(../images/chart-icon.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  left: 7px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 1300px) {
  .description_section .description_right h2:before {
    margin-left: -32px;
  }
}
.description_section.even {
  background-color: #fff;
}
.description_section.even .description_left {
  order: 2;
}
@media screen and (max-width: 991px) {
  .description_section.even .description_left {
    padding: 0 40px 0 0;
  }
}
.description_section.even .description_left .people_img:before {
  right: -15px;
  left: inherit;
}
.description_section.even .description_left .people_img::after {
  right: -25px;
  left: inherit;
}
.description_section.even .description_right {
  order: 1;
}

.heigh_research {
  padding: 32px 0;
}
.heigh_research h2 {
  text-align: center;
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
}
.heigh_research .feedback {
  flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 40px;
}
.heigh_research .feedback .box3 {
  display: flex;
  align-items: center;
}
.heigh_research .feedback .box3 .feedback_icon {
  width: 72px;
}
.heigh_research .feedback .box3 .feedback_content .huge {
  font-size: 34px;
}
.heigh_research .feedback .box3 .feedback_content p {
  font-size: 17px;
}

.reference_section {
  background-image: linear-gradient(to top, #fbfbfb, #fafafa, #f9f9f9, #f8f8f8, #f7f7f7);
  position: relative;
  padding-bottom: 30px;
}
.reference_section::before {
  background-color: #fff;
  width: 100%;
  height: 74px;
  content: "";
  position: absolute;
  top: 0;
}
.reference_section .reference_inside {
  background-color: #fff;
  box-shadow: 0 0 25px hsla(0, 0%, 62%, 0.1);
  display: flex;
  position: relative;
  border-left: 15px solid #64d9fb;
  padding: 32px 48px;
}
.reference_section .reference_inside:before {
  border-bottom: 15px solid transparent;
  border-left: 15px solid #64d9fb;
  border-top: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 2.5rem;
  width: 0;
}
@media screen and (max-width: 767px) {
  .reference_section .reference_inside {
    flex-flow: column;
  }
}
.reference_section .reference_inside .reference_left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .reference_section .reference_inside .reference_left {
    width: 100%;
  }
}
.reference_section .reference_inside .reference_left h2 {
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
}
.reference_section .reference_inside .reference_left p {
  margin-top: 30px;
}
.reference_section .reference_inside .reference_right {
  width: 45%;
  margin-left: 5%;
  padding-left: 5%;
  border-left: 2px solid #f7f7f7;
}
@media screen and (max-width: 767px) {
  .reference_section .reference_inside .reference_right {
    width: 100%;
  }
}
.reference_section .reference_inside .reference_right h3 {
  font-size: 19px;
  margin: 8px 0 12px 0;
}
.reference_section .reference_inside .reference_right ul {
  margin-top: 20px;
}
.reference_section .reference_inside .reference_right ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #0a0a0a;
}
.reference_section .reference_inside .reference_right ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/green-tick.svg) no-repeat;
  width: 13px;
  height: 13px;
  content: "";
}
.reference_section .reference_inside .reference_right ul li a {
  font-size: 17px;
}
.reference_section .reference_inside .reference_right ul li a:hover {
  text-decoration: underline;
}


.img-text-half {
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .img-text-half {
    padding: 40px 0;
  }
}
.img-text-half .imgtext_box .inner_imgtext {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .img-text-half .imgtext_box .inner_imgtext {
    flex-flow: column;
    gap: 20px;
  }
}
.img-text-half .imgtext_box .inner_imgtext .grid_content {
  width: 50%;
  padding-right: 110px;
}
@media screen and (max-width: 767px) {
  .img-text-half .imgtext_box .inner_imgtext .grid_content {
    width: 100%;
    padding-right: 0;
  }
}
.img-text-half .imgtext_box .inner_imgtext .grid_content h3 {
  font-size: calc(22px + 12 * (100vw - 320px) / 1600);
  margin: 16px 0 20px 0;
}
.img-text-half .imgtext_box .inner_imgtext .grid_content p {
  font-size: 17px;
  line-height: 1.8;
}
.img-text-half .imgtext_box .inner_imgtext .grid_img {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1275px) {
  .img-text-half .imgtext_box .inner_imgtext .grid_img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .img-text-half .imgtext_box .inner_imgtext .grid_img {
    width: 100%;
  }
}
.img-text-half .imgtext_box .inner_imgtext .grid_img img {
  position: relative;
  z-index: 2;
}


/*.img-text-half .imgtext_box .inner_imgtext .grid_img:before {
  border: 4px solid #29abe2; /*#9191f8;*
  content: "";
  height: calc(100% - 10px);
  left: -15px;
  position: absolute;
  top: -15px;
  width: calc(100% - 10px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .img-text-half .imgtext_box .inner_imgtext .grid_img:before {
    border: transparent;
  }
}
.img-text-half .imgtext_box .inner_imgtext .grid_img:after {
  border: 2px solid #f90; /*#70f1b4;*
  content: "";
  height: 97%;
  left: -25px;
  position: absolute;
  top: -25px;
  width: 97%;
}
@media screen and (max-width: 767px) {
  .img-text-half .imgtext_box .inner_imgtext .grid_img:after {
    border: transparent;
  }
}*/
@media screen and (max-width: 767px) {
  .img-text-half .imgtext_box.odd {
    margin-bottom: 40px;
  }
}
.img-text-half .imgtext_box.odd .grid_content {
  order: 1;
}
.img-text-half .imgtext_box.odd .grid_img {
  order: 2;
}
.img-text-half .imgtext_box.even {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .img-text-half .imgtext_box.even {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.img-text-half .imgtext_box.even .grid_content {
  order: 2;
  padding-left: 110px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .img-text-half .imgtext_box.even .grid_content {
    padding-left: 0;
    order: 1;
  }
}
.img-text-half .imgtext_box.even .grid_img {
  order: 1;
}
@media screen and (max-width: 767px) {
  .img-text-half .imgtext_box.even .grid_img {
    order: 2;
  }
}

.author_profiles .img-text-half {
	padding-top:50px;
	padding-bottom:0px;
}
.author_profiles .img-text-half .imgtext_box .inner_imgtext .grid_content .info_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author_profiles .img-text-half .imgtext_box .inner_imgtext .grid_content .info_heading .intro a {
  font-size: calc(22px + 8 * (100vw - 320px) / 1600);
  font-weight: 600;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
}
.author_profiles .img-text-half .imgtext_box .inner_imgtext .grid_content .info_heading .intro a:hover {
  text-decoration: underline;
}
.author_profiles .img-text-half .imgtext_box .inner_imgtext .grid_content .info_heading .intro h5 {
  font-size: 17px;
  color: #555;
  font-weight: 500;
}
.author_profiles .img-text-half .imgtext_box .inner_imgtext .grid_content .info_heading .social {
  display: flex;
  gap: 10px;
}
.author_profiles .img-text-half .imgtext_box .inner_imgtext .grid_content .info_heading .social a {
  width: 40px;
  height: 40px;
}
.author_profiles .img-text-half .imgtext_box .inner_imgtext .grid_content p {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 20px;
}
.author_profiles .img-text-half .imgtext_box .inner_imgtext .grid_img:before {
  left: inherit;
  right: 10px; /*-15*/
}
.author_profiles .img-text-half .imgtext_box .inner_imgtext .grid_img::after {
  left: inherit;
  right: 0; /*-25*/
}
.author_profiles .img-text-half .imgtext_box.even .grid_img::before {
  right: inherit;
  left: 10px; /*-15*/
}
.author_profiles .img-text-half .imgtext_box.even .grid_img::after {
  right: inherit;
  left: 0px; /*-25*/
}
.author_profiles .img-text-half .imgtext_box.odd .grid_img.odd {
  padding-left: 50px;
}
.author_profiles .img-text-half .imgtext_box.even .grid_img.even {
  text-align: right;
  padding-right: 50px;
}



.contribution_sec {
  padding-bottom: 40px;
}
.contribution_sec h2 {
  letter-spacing: -2.5px;
  line-height: 1.3;
  position: relative;
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
  color: #0a0a0a;
  margin-bottom: 16px;
}
.contribution_sec h2:before {
  background-image: url(../images/chart-icon.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  left: 7px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 1300px) {
  .contribution_sec h2:before {
    margin-left: -32px;
  }
}
.contribution_sec h4 {
  font-size: 19px;
  font-weight: bold;
  margin: 7px 0 10px 0;
  display: inline-block;
  width: 100%;
}
.contribution_sec h4 a {
  font-size: 19px;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.contact_us2 {
  background-color: #f7f7f7;
  padding: 32px 0;
}
.contact_us2 h2 {
  letter-spacing: normal;
  line-height: 1.3;
  position: relative;
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
  color: #0a0a0a;
  margin-bottom: 16px;
  text-align: center;
}
.contact_us2 h2:before {
  background-image: url(../images/chart-icon.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  left: 7px;
  margin-left: -32px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.contact_us2 p {
  /*text-align: center;*/
  max-width: 80%;
  margin: 0 auto;
}
.contact_us2 .contactform_box {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .contact_us2 .contactform_box {
    flex-flow: column;
  }
}
.contact_us2 .contactform_box .form {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .contact_us2 .contactform_box .form {
    width: 100%;
  }
}
.contact_us2 .contactform_box .form form {
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
@media screen and (max-width: 991px) {
  .contact_us2 .contactform_box .form form {
    align-items: center;
  }
}
.contact_us2 .contactform_box .form form .form_feild,
.contact_us2 .contactform_box .form form .wpcf7-form-control {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
  box-sizing: border-box;
  color: #0a0a0a;
  display: block;
  font-family: "Gotham Book", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 10px 8px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  resize: none;
}
.contact_us2 .contactform_box .form form .form_feild.wpcf7-not-valid,
.contact_us2 .contactform_box .form form .wpcf7-form-control.wpcf7-not-valid {
  border: solid 1px #f00;
}
.contact_us2 .contactform_box .form form .form_feild:focus,
.contact_us2 .contactform_box .form form .wpcf7-form-control:focus {
  outline: none;
}
.contact_us2 .contactform_box .form form .submitbtn {
  background-color: #222eed;
  color: #fff;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  line-height: 1;
  margin: 0 0 1rem;
  padding: 15px 48px;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  width: auto;
  margin-left: auto;
}
.contact_us2 .contactform_box .form form p {
  max-width: 100%;
  width: 100%;
}
.contact_us2 .contactform_box .form form br {
  display: none;
}
.contact_us2 .contactform_box .form form .wpcf7-not-valid-tip {
  display: none;
}
.contact_us2 .contactform_box .form form .wpcf7-spinner {
  top: -50px;
}
.contact_us2 .contactform_box .contactinfo {
  width: 50%;
  padding-left: 90px;
}
@media screen and (max-width: 991px) {
  .contact_us2 .contactform_box .contactinfo {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
}
.contact_us2 .contactform_box .contactinfo .contactbox {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact_us2 .contactform_box .contactinfo .contactbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.contact_us2 .contactform_box .contactinfo .contactbox img {
  width: 48px;
  height: 51px;
}
@media screen and (max-width: 991px) {
  .contact_us2 .contactform_box .contactinfo .contactbox .detail {
    width: 100%;
  }
}
.contact_us2 .contactform_box .contactinfo .contactbox .detail strong {
  font-size: 17px;
  font-weight: bold;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
}
.contact_us2 .contactform_box .contactinfo .contactbox .detail p {
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.contact_us2 form [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: relative;
    left: 0px;
    -webkit-appearance:checkbox;
    border-radius: 0;
}
.contact_us2 p {
	margin-bottom: 1.25em;
}

/*homepage*/
.top_section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_section {
    padding-top: 50px;
  }
}
.top_section::after {
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_section::after {
    height: 40px;
  }
}
.top_section .inside_container {
  display: flex;
  align-items: center;
  align-items: normal;
}
@media screen and (max-width: 991px) {
  .top_section .inside_container {
    flex-flow: column;
    padding-right: 20px;
    gap: 50px;
  }
}
.top_section .inside_container .main_content {
  width: 55%;
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  padding: 0 0 0 18px;
}
@media screen and (max-width: 991px) {
  .top_section .inside_container .main_content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_section .inside_container .main_content {
    padding: 0 20px !important;
  }
}
.top_section .inside_container .main_content h1 {
  font-size: calc(22px + 28 * (100vw - 320px) / 1600);
  font-weight: bold;
  margin: 0 0 19px 0;
  padding: 0;
}
@media screen and (min-width: 1921px) {
  .top_section .inside_container .main_content h1 {
    font-size: 50px;
  }
}
.top_section .inside_container .main_content p {
  color: #555;
  font-size: 1.125rem;
}
.top_section .inside_container .main_content::after {
  background: url(../images/videoarrow.svg) no-repeat 100%;
  background-size: 20% auto;
  content: "";
  height: 100%;
  left: 15%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .top_section .inside_container .main_content::after {
    background: transparent;
    left: 0;
  }
}
.top_section .inside_container .main_content .left_content {
  padding-right: 130px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .top_section .inside_container .main_content .left_content {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top_section .inside_container .main_content .left_content {
    padding-top: 50px;
  }
}
.top_section .best_lists {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_section .best_lists {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.top_section .best_lists .best_item {
  margin: 10px;
  max-width: 174px;
  min-height: 160px;
  border: 2px solid #eee;
  border-radius: 2px;
  width: 100%;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_section .best_lists .best_item {
    width: calc(100% - 20px);
    margin: 0;
    max-width: 160px;
  }
}
.top_section .best_lists .best_item .icon {
  max-width: 90px;
  margin: 0 auto 15px;
}
.top_section .best_lists .best_item a {
  line-height: 1;
  margin: auto;
  text-decoration: none !important;
}
.top_section .best_lists .best_item strong {
  color: #000;
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .top_section .right-container {
    width: 45%;
  }
}
.top_section .right-container.youtube-embed {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top_section .right-container.youtube-embed {
    align-items: center;
    display: flex;
    min-height: 450px;
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .top_section .right-container.youtube-embed {
    max-height: 540px;
  }
}
.top_section .right-container.youtube-embed .video-container {
  margin: 0 auto;
  max-height: 485px;
}
@media screen and (min-width: 1200px) {
  .top_section .right-container.youtube-embed .video-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top_section .right-container.youtube-embed .video-container {
    height: 100%;
  }
}
.top_section .right-container.youtube-embed .video-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
  width: 100%;
}
.top_section .right-container.youtube-embed .video-container .video-btn {
  background: url(../images/arrow.jpg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  z-index: 10;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top_section .right-container.youtube-embed .video-container .video-btn {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .top_section .right-container.youtube-embed::before {
    background: url(../images/video-down-arrow.svg) no-repeat top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
.lightbox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 222;
  display: none;
}
.lightbox .container {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.lightbox .video {
  width: 100%;
  top: 90px;
  position: relative;
  padding-bottom: 56.23%;
  max-width: 100%;
}
.lightbox .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0;
}
.lightbox .video .close {
  position: absolute;
  top: -60px;
  width: 51px;
  height: 51px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
.lightbox .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.outer_container_1 {
  padding-bottom: 50px;
  padding-top: 140px;
  background-image: linear-gradient(to top, #fbfbfb, #fafafa, #f9f9f9, #f8f8f8, #f7f7f7);
}
@media screen and (max-width: 767px) {
  .outer_container_1 {
    padding-top: 40px;
  }
}
.outer_container_1 .content_1 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .outer_container_1 .content_1 {
    flex-flow: column;
  }
}
.outer_container_1 .content_1 .left_content {
  width: 30%;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .outer_container_1 .content_1 .left_content {
    width: 100%;
    padding-top: 30px;
  }
}
.outer_container_1 .content_1 .left_content .boxes {
  display: grid;
  width: 100%;
}
.outer_container_1 .content_1 .left_content .boxes .box {
  width: 100%;
  background-color: #fff;
  border-left: solid 2px #222eed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  margin: 0 10px 25px 0;
  padding: 15px 15px 15px 18px;
  position: relative;
  text-align: left;
  position: relative;
}
.outer_container_1 .content_1 .left_content .boxes .box::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  content: "";
  height: 0;
  margin-top: -8px;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 0;
}
.outer_container_1 .content_1 .left_content .boxes .box h4 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}
.outer_container_1 .content_1 .left_content .boxes .box p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.outer_container_1 .content_1 .right_img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .outer_container_1 .content_1 .right_img {
    width: 100%;
  }
}

.outer_container_2 {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .outer_container_2 {
    padding-top: 60px;
  }
}
.outer_container_2 .section_heading p {
  margin-top: 20px;
}
.outer_container_2 .content_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .outer_container_2 .content_2 {
    flex-flow: column;
  }
}
.outer_container_2 .content_2 .list_2 {
  width: calc(50% - 20px);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .outer_container_2 .content_2 .list_2 {
    width: 100%;
  }
}
.outer_container_2 .content_2 .list_2 .feed-header-img {
  width: 100%;
}
.outer_container_2 .content_2 .list_2 .feed-header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.outer_container_2 .content_2 .list_2 .feed-inner {
  background: #fff;
  margin: -45px auto 0;
  padding: 20px 0;
  position: relative;
  width: 95%;
  z-index: 2;
}
.outer_container_2 .content_2 .list_2 .feed-inner .feed-title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 900;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  padding-left: 15px;
}
.outer_container_2 .content_2 .list_2 .feed-inner .feed-title .feed-icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}
.outer_container_2 .content_2 .list_2 .feed-inner .feed-title .feed-icon img {
  height: 33px;
}
.outer_container_2 .content_2 .list_2 .feed-inner ul li a {
  border-bottom: 2px solid #eee;
  color: #0a0a0a;
  display: block;
  font-size: 0.875rem;
  margin: 12px 0;
  padding: 0 15px 12px;
  position: relative;
}
.outer_container_2 .content_2 .list_2 .feed-inner ul li a::after {
  content: "";
  background: url(../images/right-arrow.svg) no-repeat;
  background-size: 12px auto;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
.outer_container_2 .content_2 .list_2 .feed-inner ul li a:hover {
  text-decoration: underline;
}
.section_heading {
  text-align: center;
}
.section_heading h2 {
  font-size: calc(22px + 13 * (100vw - 320px) / 1600);
}
.section_heading p {
  font-size: 17px;
}
.section_heading p a {
  font-size: 17px;
}
.section_heading p a:hover {
  text-decoration: underline;
}
.outer_container_3 .content_3 {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .outer_container_3 .content_3 {
    flex-flow: column;
  }
}
.outer_container_3 .content_3 .left_content3 {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .outer_container_3 .content_3 .left_content3 {
    width: 100%;
  }
}
.outer_container_3 .content_3 .left_content3 .section_heading {
  text-align: left;
}
.outer_container_3 .content_3 .left_content3 .section_heading p {
  color: #555;
  font-size: 17px;
}
.outer_container_3 .content_3 .left_content3 .box3 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .outer_container_3 .content_3 .left_content3 .box3 {
    flex-flow: column;
  }
}
.outer_container_3 .content_3 .left_content3 .box3 h5 {
  font-size: 19px;
  color: #0a0a0a;
  margin: 15px 0 10px 0;
}
.outer_container_3 .content_3 .right_content3 {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .outer_container_3 .content_3 .right_content3 {
    width: 100%;
  }
}
.container_3b {
  display: flex;
  align-items: center;
}
.container_3b .box3 {
  width: 33.3%;
}
@media screen and (max-width: 576px) {
  .container_3b .box3 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .container_3b .box3 {
    width: 50%;
  }
}
.container_3b .box3 .box3_img {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  position: relative;
  width: 142px;
}
@media screen and (max-width: 767px) {
  .container_3b .box3 .box3_img {
    width: 76px;
  }
}
.container_3b .box3 .box3_content {
  float: left;
  position: relative;
  width: 70%;
  z-index: 1;
}
.container_3b .box3 .box3_content .box3_text {
  display: block;
  font-size: calc(26px + 22 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 0.8;
  margin-bottom: 8px;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
}
.container_3b .box3 .box3_content p {
  font-size: 13px;
}


/* contact page */
.topbanner {
  position: relative;
  text-align:center;
}
.topbanner:before {
  background: hsla(0, 0%, 100%, 0.5);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.8));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.topbanner .banner_description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 222;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.topbanner .banner_description h1 {
  font-size: calc(30px + 22 * (100vw - 320px) / 1600);
  letter-spacing: -2.5px;
  line-height: 1.15;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact_about_us .contact_about_us_section {
    padding: 60px 0 0 0;
  }
}
.contact_about_us .inside_sec {
  align-items: normal;
}
.contact_about_us .left_section {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .contact_about_us .left_section {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contact_about_us .left_section {
    width: 100%;
  }
}
.contact_about_us .left_section .left_image {
  height: 100%;
}
.contact_about_us .left_section .left_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_about_us_section {
  background-color: #f7f7f7;
  padding: 100px 0 80px 0;
}
.contact_about_us_section .inside_sec {
  gap: 94px;
}
.contact_about_us_section .left_section {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .contact_about_us_section .left_section {
    width: 100%;
    padding: 0 0 0 26px;
  }
}
.contact_about_us_section .left_section .left_image {
  position: relative;
}
.contact_about_us_section .left_section .left_image img {
  position: relative;
  z-index: 2;
}
/*.contact_about_us_section .left_section .left_image:before {
  border: 4px solid #9191f8;
  content: "";
  height: calc(100% - 10px);
  left: -15px;
  position: absolute;
  top: -15px;
  width: calc(100% - 10px);
  z-index: 1;
}
.contact_about_us_section .left_section .left_image:after {
  border: 2px solid #70f1b4;
  content: "";
  height: 97%;
  left: -25px;
  position: absolute;
  top: -25px;
  width: 97%;
}*/
.contact_about_us_section .right_section {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .contact_about_us_section .right_section {
    width: 100%;
  }
}
.contact_about_us_section .right_section h2 {
  letter-spacing: -2.5px;
  line-height: 1.3;
  position: relative;
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
  color: #0a0a0a;
  margin-bottom: 16px;
}
.contact_about_us_section .right_section h2:before {
  background-image: url(../images/chart-icon.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  left: 7px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 1300px) {
  .contact_about_us_section .right_section h2:before {
    margin-left: -32px;
  }
}
.contact_about_us_section.even {
  background-color: #fff;
}
.contact_about_us_section.even .left_section {
  order: 2;
}
@media screen and (max-width: 991px) {
  .contact_about_us_section.even .left_section {
    padding: 0 40px 0 0;
  }
}
.contact_about_us_section.even .left_section .left_image:before {
  right: -15px;
  left: inherit;
}
.contact_about_us_section.even .left_section .left_image::after {
  right: -25px;
  left: inherit;
}
.contact_about_us_section.even .right_section {
  order: 1;
}

.contact_us {
  background-color: #f7f7f7;
  padding: 32px 0;
}
.contact_us h2 {
  letter-spacing: normal;
  line-height: 1.3;
  position: relative;
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
  color: #0a0a0a;
  margin-bottom: 16px;
  text-align: center;
}
.contact_us h2:before {
  background-image: url(../images/chart-icon.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  left: 7px;
  margin-left: -32px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.contact_us p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.contact_us .contactform_box {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .contact_us .contactform_box {
    flex-flow: column;
  }
}
.contact_us .contactform_box .form {
  /*width: 50%;*/
}
@media screen and (max-width: 991px) {
  .contact_us .contactform_box .form {
    width: 100%;
  }
}
.contact_us .contactform_box .form form {
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
@media screen and (max-width: 991px) {
  .contact_us .contactform_box .form form {
    align-items: center;
  }
}
.contact_us .contactform_box .form form .form_feild,
.contact_us .contactform_box .form form .wpcf7-form-control {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
  box-sizing: border-box;
  color: #0a0a0a;
  display: block;
  font-family: "Gotham Book", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 10px 8px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  resize: none;
}
.contact_us .contactform_box .form form .form_feild.wpcf7-not-valid,
.contact_us .contactform_box .form form .wpcf7-form-control.wpcf7-not-valid {
  border: solid 1px #f00;
}
.contact_us .contactform_box .form form .form_feild:focus,
.contact_us .contactform_box .form form .wpcf7-form-control:focus {
  outline: none;
}
.contact_us .contactform_box .form form .wpcf7-submit {
  background-color: #ff9900;
  color: #fff;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  line-height: 1;
  margin: 0 0 1rem;
  padding: 15px 48px;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.contact_us .contactform_box .form form p {
  max-width: 100%;
  width: 100%;
}
.contact_us .contactform_box .form form br {
  display: none;
}
.contact_us .contactform_box .form form .wpcf7-not-valid-tip {
  display: none;
}
.contact_us .contactform_box .form form .wpcf7-spinner {
  top: -50px;
}
.contact_us .contactform_box .contactinfo {
  width: 50%;
  padding-left: 90px;
}
@media screen and (max-width: 991px) {
  .contact_us .contactform_box .contactinfo {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
}
.contact_us .contactform_box .contactinfo .contactbox {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact_us .contactform_box .contactinfo .contactbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.contact_us .contactform_box .contactinfo .contactbox img {
  width: 48px;
  height: 51px;
}
@media screen and (max-width: 991px) {
  .contact_us .contactform_box .contactinfo .contactbox .detail {
    width: 100%;
  }
}
.contact_us .contactform_box .contactinfo .contactbox .detail strong {
  font-size: 17px;
  font-weight: bold;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
}
.contact_us .contactform_box .contactinfo .contactbox .detail p {
  text-align: left;
  width: 100%;
  max-width: 100%;
}


/* blog -> articles */
.top_description {
  border-bottom: solid 1px #ececec;
  padding: 0 0 0px 0;
}
.top_description .the_description {
  position: relative;
  text-align: center;
  padding: 2rem 2.5rem 2rem 2rem;
}
/*.top_description .the_description:before {
  border: 4px solid #9191f8;
  content: "";
  height: calc(100% + 5px);
  left: -5px;
  position: absolute;
  top: -15px;
  width: calc(100% + 5px);
  z-index: 1;
}
.top_description .the_description:after {
  border: 2px solid #70f1b4;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: -25px;
  width: 100%;
}*/
.top_description .the_description h1 {
  font-size: calc(30px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}

.article_section {
  padding-top: 50px;
  padding-bottom: 80px;
}
.article_section .article_wrapper {
  display: flex;
  gap: 50px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .article_section .article_wrapper {
    flex-flow: column;
  }
}
.article_section .article_wrapper .article_card {
  width: calc(50% - 25px);
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .article_section .article_wrapper .article_card {
    width: 100%;
  }
}
.article_section .article_wrapper .article_card h6 {
  font-size: 1rem;
  color: #0a0a0a;
  font-family: "Gotham Book", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.article_section .article_wrapper .article_card .article_meta {
  background-color: #f7f7f7;
  border-radius: 0 0 8px 8px;
  height: 100%;
}
.article_section .article_wrapper .article_card .article_meta .blog_img {
  width: 100%;
  height: 210px;
  display: inline-block;
}
.article_section .article_wrapper .article_card .article_meta .blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.article_section .article_wrapper .article_card .article_meta .article_description {
  padding: 30px 20px;
  text-align: center;
}
.article_section .article_wrapper .article_card .article_meta .article_description a {
  font-size: 23px;
  font-weight: 600;
  color: #111;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
}
.article_section .article_wrapper .article_card .article_meta .article_description a:hover {
  text-decoration: underline;
}