/*MAIN CSS*/
/*\\\\\\\\\\\\\*/
/*=================*/

@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Open+Sans:wght@400;600;700&family=Questrial&family=Quicksand:wght@500&family=Source+Sans+Pro:wght@300;400;700&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&family=Source+Sans+Pro&display=swap');*/
/*

font-family: 'Quicksand', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

font-family: 'Fjalla One', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Questrial', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

*/

body {
  background-color: #fff;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  overflow: hidden;
  height: auto;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
/* ================= normalizing =============*/

a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
span,
p,
input {
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none !important;
  color: #000;
  list-style: none;
}
img {
  width: 100%;
}
input[type="number"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
}
::selection {
  background: #e5cf33;
  color: #197daa;
}
::-moz-selection {
  background: #e5cf33;
  color: #197daa;
}
::-webkit-selection {
  background: #e5cf33;
  color: #197daa;
}
/*=========  end ===============*/

/*		Common Styles	*/
.master_wrap {
  position: relative;
  /*overflow: hidden;*/
}
.section__wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.ease,
a,
input,
button {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.container {
  max-width: 1200px;
}
main.master_wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  /*background: #f5f5f5;*/
  width: 1440px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.aos-animate .animation-graph-container .circle-animation {
  stroke-width: 8;
  stroke: #197daa;
  animation: progress 1.5s ease-out forwards;
}
.animation-item.half.aos-animate .animation-graph-container .circle-animation {
  stroke-width: 3;
  stroke: #e5cf33;
  animation: progress 1.5s ease-out forwards;
}
.animation-item.three_qrtr.aos-animate
  .animation-graph-container
  .circle-animation {
  stroke-width: 2.5;
  stroke: #e5cf33;
  animation: progress 1.5s ease-out forwards;
}

/* =============== end ============*/

#nav-icon {
  display: none;
}
.header_wrp {
  padding: 40px 15px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.logo_wrp {
  width: 225px;
  padding-right: 15px;
}
.menu_wrp {
  flex-grow: 1;
  text-align: right;
}
.menu_wrp li {
  display: inline-block;
  padding-left: 15px;
}
.menu_wrp li a {
  font-family: "Open Sans", sans-serif;
  /*font-style: normal;*/
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #636363;
  text-transform: uppercase;
}
.menu_wrp li a:hover {
  color: #6f1d8a;
}
/*===============================*/
.page_banner_section {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 265px;
}
.page_banner_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
  position: relative;
  z-index: 1;
}
.page_banner_content {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page_banner_content h1,
.page_banner_content h2 {
  font-weight: 500;
  font-size: 47px;
  line-height: 1.25;
  color: #6f1d8a;
  text-transform: uppercase;
}
.page_banner_content p {
  font-family: "Source Sans Pro", sans-serif;
  /*font-style: normal;*/
  font-weight: 300;
  font-size: 23px;
  line-height: 1.25;
  color: #636363;
  max-width: 405px;
  padding-top: 20px;
}
.page_banner_content p strong {
  font-weight: 700;
}
.page_banner_section img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 50%;
}
.page_banner_inner .page_banner_content img {
  top: auto;
  right: auto;
  left: -295px;
  bottom: -305px;
  width: 470px;
  z-index: -1;
}

/*=========================*/

.animation-item {
  margin-bottom: 1rem;
  width: 75px;
}

.animation-graph-container {
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 75px;
}
/*.animation-graph-container .circle-bg {
  fill: none;
  stroke: rgba(0, 235, 165, 0.4);
  stroke-width: 0;
}*/
.animation-graph-container .graph-circle {
  fill: none;
  stroke-linecap: initial;
}
/*.animation-graph-container .circle-animation {
  stroke-width: 8;
  stroke: #197DAA;
  animation: progress 1.5s ease-out forwards;
}*/
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.animation-item.half .animation-graph-container {
  transform: rotate(90deg);
  width: 145px;
  height: 145px;
}
.animation-item.half {
  width: auto;
}
.animation-item.three_qrtr .animation-graph-container {
  transform: rotate(90deg);
  width: 200px;
  height: 200px;
}
.animation-item.three_qrtr {
  width: auto;
}

/*===========================*/
/*===========*/
.we_help_section {
  padding: 100px 0;
  position: relative;
}
.we_help_left {
  position: relative;
}
.we_help_left h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.25;
  color: #6f1d8a;
}
.we_help_right p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #636363;
  padding-bottom: 30px;
}
.we_help_left .animation-item {
  margin-left: 65px;
  position: absolute;
  top: -85px;
}
.we_help_left .animation-item.half {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: -75px;
  margin-right: 80px;
}
.we_help_section .circle_dots {
  width: 150px;
  position: absolute;
  bottom: -60px;
}

/*===================*/
.we_deliver_section {
  padding: 50px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.we_deliver_section h2 {
  max-width: 737px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  color: #197daa;
}
.we_deliver_section h2 img {
  width: 75px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}
.we_deliver_section ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
}
.we_deliver_section ul li {
  width: 33.33%;
  padding: 70px 25px;
  border-right: 3px solid #fff;
  padding-bottom: 100px;
  background: #197daa;
}
.we_deliver_section ul li:last-child {
  border: none;
}
.deliver_each_list h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  color: #e5cf33;
  padding-top: 10px;
}
.we_deliver_section .theme_btn {
  font-family: "Fjalla One", sans-serif;
}
.deliver_each_list {
  position: relative;
  z-index: 2;
}
.deliver_each_list h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.25;
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
  max-width: 370px;
  margin: 0 auto;
}
.deliver_each_list p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  padding: 10px 0;
  padding-top: 5px;
  color: #ffffff;
  max-width: 350px;
  margin: 0 auto;
}
.we_deliver_section .we_deliver_section_bg_img {
  position: absolute;
  bottom: -115px;
  width: 870px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-left: -50px;
  pointer-events: none;
}

.theme_btn {
  min-width: 170px;
  height: 56px;
  border: 4px solid #e5cf33;
  padding: 0 15px;
  /*font-family: 'Quicksand', sans-serif;*/
  /*font-weight: 500;*/
  font-size: 17px;
  line-height: 48px;
  text-align: center;
  color: #636363;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.theme_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 115%;
  height: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #e5cf33;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.theme_btn:hover {
  color: #ffffff;
}
.theme_btn:hover:after {
  border-bottom-width: 60px;
}
.theme_btn:hover {
  background: #e5cf33;
}

/*=================*/
.we_help_develop_section {
  padding: 100px 0;
  position: relative;
}
.we_help_develop_section .animation-item {
  position: absolute;
  right: 170px;
  z-index: 1;
  top: 66px;
}
.we_help_develop_section .animation-item.half {
  right: -150px;
  top: -50px;
}
.we_help_develop_section .half .animation-graph-container {
  width: 300px;
  height: 300px;
  transform: rotate(180deg);
}
.we_help_develop_section h2 {
  max-width: 656px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  color: #4f94c1;
  padding-bottom: 100px;
}
.we_help_develop_section ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.we_help_develop_section ul li {
  width: 33.33%;
  padding: 35px 15px;
}
.help_develop_each {
  display: flex;
}
.help_develop_each_img {
  min-width: 100px;
}
.help_develop_each_img img {
  max-height: 110px;
  width: auto;
  max-width: 115px;
}
.help_develop_each_text {
  padding-left: 35px;
}
.help_develop_each_text h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: #6f1d8a;
  padding-bottom: 15px;
  max-width: 210px;
}
.help_develop_each_text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25;
  color: #636363;
}
.help_develop_each_text p br {
  /* 	display: none; */
}
/*==================*/
.partner_section {
  position: relative;
}
.partner_section h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  color: #197daa;
  padding-bottom: 50px;
}
.partner_section .animation-item {
  margin-left: 100px;
}
.partner_section ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.partner_section ul li {
  width: 16.66%;
  padding: 15px;
}
.partner_section ul li div {
  position: relative;
  padding: 35px 0;
}
.partner_section ul li div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.partner_section .circle_dots_right {
  position: absolute;
  top: -150px;
  right: 0;
  width: 150px;
}
/*==========*/
.team_section {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  padding-bottom: 50px;
  overflow: hidden;
}
.team_description {
  width: 37%;
  background: #6f1d8a;
  padding-top: 80px;
  padding-left: 65px;
  padding-right: 20px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
}
.team_slider_wrp {
  width: 33%;
  max-height: 550px;
}
.team_slider_wrp .team_slider_home {
  height: 100%;
}
.slider_arw_placeholder {
  width: 30%;
  z-index: 9;
  background: #6f1d8a;
  mix-blend-mode: normal;
  opacity: 0.62;
}
.team_description h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 30px;
}
.team_description p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.25;
  color: #ffffff;
}
.team_slider_img {
  position: relative;
  width: 100%;
  padding: 50% 0;
  height: 100%;
}
.team_slider_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.team_slider_title_wrp {
  max-width: 375px;
  opacity: 0;
  height: 90px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(111, 29, 138, 0.77);
}

.team_slider_title_wrp_inner {
  padding: 20px;
  position: relative;
  padding-right: 75px;
  height: 100%;
}
.team_slider_title_wrp h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 5px;
}
.team_slider_title_wrp p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
.team_slider_title_wrp button img {
  position: static;
  height: auto;
  width: 25px;
  display: inline-block;
}
.team_slider_title_wrp button {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  outline: none;
  max-height: 90px;
}
.team_slider_home .slick-list {
  overflow: visible;
  height: 100%;
}
.team_slider_home .slick-list .slick-track {
  height: 100%;
}
.team_slider_home .slick-current.slick-active .team_slider_title_wrp {
  opacity: 1;
}
.team_slider_home .slick-prev,
.team_slider_home .slick-next {
  z-index: 99;
  left: auto;
  right: -50%;
  /*font-size: 12px;*/
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: transparent;
}
.team_slider_home .slick-prev:before,
.team_slider_home .slick-next:before {
  opacity: 1;
  font-size: 24px;
}
.team_slider_home .slick-prev:before {
  margin-right: 3px;
}
.team_slider_home .slick-next:before {
  margin-left: 7px;
  order: 2;
}
.team_slider_home .slick-prev {
  margin-right: 50px;
}
.team_slider_home .slick-next {
  margin-right: 15px;
  font-size: 17px;
  color: white;
}
.team_slider_home .slick-prev:hover {
  color: #fff;
  font-size: 0;
}
.team_slider_home .slick-next:hover {
  color: #fff;
}
.team_slider_title_wrp .team_slider_title_wrp_inner_hidden {
  opacity: 0;
  max-height: 0px;
  visibility: hidden;
  transition-delay: 0s;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.team_slider_title_wrp.active {
  max-width: 100%;
  height: 100%;
}
.team_slider_title_wrp:hover {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.team_slider_title_wrp.active .team_slider_title_wrp_inner_hidden {
  opacity: 1;
  max-height: auto;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-delay: 0.4s;
}
.team_slider_title_wrp:hover .team_slider_title_wrp_inner_hidden {
  opacity: 1;
  max-height: auto;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-delay: 0.4s;
}
.team_slider_title_wrp_inner_hidden p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: none;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.team_slider_title_wrp_inner_hidden a {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.team_slider_title_wrp_inner_hidden a i {
  font-size: 24px;
  vertical-align: text-bottom;
  margin-right: 7px;
}
.team_slider_title_wrp.active .team_slider_title_wrp_inner_hidden {
}
.team_slider_title_wrp.active button {
}
.team_slider_title_wrp.active button img {
  opacity: 0;
  width: 5px;
  margin-left: -5px;
}
.team_slider_title_wrp.active button:after {
  content: "";
  width: 25px;
  height: 2px;
  display: inline-block;
  background: #fff;
}

.team_slider_title_wrp:hover button img {
  opacity: 0;
  width: 5px;
  margin-left: -5px;
}
.team_slider_title_wrp:hover button:after {
  content: "";
  width: 25px;
  height: 2px;
  display: inline-block;
  background: #fff;
}

.insights_section {
  padding: 50px 0;
  padding-bottom: 120px;
}
.insights_section h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
  color: #197daa;
  padding-bottom: 30px;
}
.insights_section ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.insights_section ul li {
  width: 33.33%;
  padding: 15px;
  text-align: center;
}
.blog_list_img {
  margin-bottom: 30px;
}
.blog_list_img img {
  height: 250px;
  object-fit: cover;
}
.each_blog_post h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;

  color: #197daa;
  margin-top: 30px;
}
.each_blog_post h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #197daa;
  padding-bottom: 15px;
}
.each_blog_post h5 a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #197daa;
}
.each_blog_post p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #636363;
  padding-bottom: 35px;
}
.insights_section ul li a.theme_btn {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 17px;
}
.footer_section {
  text-align: center;
}
.footer_top {
  padding: 90px 15px;
  background: #6f1d8a;
  padding-bottom: 45px;
  animation: bg_footer 15s infinite;
}
@keyframes bg_footer {
  0 {
    background-color: #6f1d8a;
  }
  40% {
    background-color: #197daa;
  }
  80% {
    background-color: #e5cf33;
  }
  100% {
    background-color: #6f1d8a;
  }
}

/*@keyframes hue-rot {
  0% {
    filter: hue-rotate(-20deg);
  }
  50% {
    filter: hue-rotate(20deg);
  }
  100% {
    filter: hue-rotate(-20deg);
  }
}*/

.footer_top h4 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  color: #ffffff;
  padding-bottom: 10px;
}
.footer_top p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.255;
  text-align: center;
  color: #ffffff;
  padding-bottom: 50px;
}
.footer_top p + p {
  padding-bottom: 0;
}
.footer_top a.gt_in_touch {
  width: 161px;
  height: 49px;
  border: 4px solid #ffffff;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 41px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
}
.footer_top ul {
  padding-top: 75px;
}
.footer_top li {
  display: inline-block;
  padding: 0 7px;
}
.footer_top li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
}
.footer_top ul.footer_social {
  padding-top: 10px;
}
.footer_bottom {
  padding: 30px 15px;
}
.footer_bottom h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.255;
  color: #762298;
  padding-bottom: 10px;
}
.footer_bottom h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.255;
  text-align: center;
  color: #762298;
  padding-bottom: 30px;
}
.footer_bottom h5 a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #456280;
}
.footer_bottom p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.255;
  color: #456280;
  padding-bottom: 15px;
}
.footer_bottom p a {
  padding-left: 20px;
}

/*=============*/
.we_help_left h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.06;
  color: #197daa;
}
.service_page .we_help_left .animation-item {
  right: 80px;
  margin: 0;
  top: -165px;
}

.service_page .we_help_left .animation-item.half {
  top: -70px;
  right: -115px;
  transform: rotate(150deg);
}
.service_page .we_help_right p {
  font-size: 23px;
  line-height: 1.22;
  color: #9a9a9a;
}
.we_help_section.service_page {
  padding-top: 30px;
}
.services_list_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.services_list_slider .slick-list {
  overflow: visible;
}
.services_list_each:after {
  content: "";
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
}
.services_list_left {
  width: 50%;
  padding: 0 20px;
}
.services_list_left img {
  max-width: 400px;
  max-height: 450px;
  /*     opacity: 0.3; */
  margin: 0 auto;
}
.services_list_right {
  width: 50%;
  padding: 0 20px;
  z-index: +1;
}
.services_list_right h4 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.13;
  color: #e5d409;
  position: relative;
  text-transform: uppercase;
  /*max-width: 335px;*/
}
.services_list_right h4:has(img) {
  padding-left: 45px;
}
.slick-slide .services_list_right .theme_btn {
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.slick-slide:nth-of-type(odd) .services_list_right .theme_btn {
  border-color: #ffffff;
  color: #ffffff;
}
.slick-slide:nth-of-type(odd) .services_list_right .theme_btn:hover {
  background: #ffffff;
  color: #636363;
}
.slick-slide:nth-of-type(odd) .services_list_right .theme_btn::after {
  border-color: #ffffff;
}
.slick-slide:nth-of-type(even) .services_list_right .theme_btn {
}
.slider_count {
  position: relative;
}
.services_list_right h4 img {
  position: absolute;
  height: 90%;
  width: auto;
  left: 0;
  top: 50%;
  min-height: 45px;
  transform: translateY(-50%);
}
.services_list_right h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.06;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.services_list_right p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
}
.services_list_each h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  padding-bottom: 85px;
}
.services_list_each {
  padding-top: 50px;
  padding-bottom: 190px;
  padding-bottom: 50px;
  background: #197daa;
  border-bottom: 1px solid #c7c7c7;
}
.services_list_each:nth-child(even) {
  background: #fff;
}
.services_list_each:nth-child(even) h2 {
  color: #197daa;
}
.services_list_each:nth-child(even) h3 {
  color: #197daa;
}
.services_list_each:nth-child(even) p {
  color: #636363;
}
.services_list_slider .slick-dots {
  width: auto;
  top: 50%;
  z-index: 9;
  bottom: auto;
  left: auto;
  right: 5%;
  transform: translateY(-50%);
}
.services_list_slider .slick-dots li {
  margin-bottom: 20px;
  display: block;
}
.services_list_slider .slick-dots li:last-child {
  margin-bottom: 0;
}
.services_list_slider .slick-dots li button {
  border: 2px solid #f7f0c0;
  width: 18px;
  height: 18px;
  font-size: 0;
  background: none;
  outline: none;
  border-radius: 50%;
}
.services_list_slider .slick-dots li.slick-active button,
.services_list_slider .slick-dots li button:hover {
  border-color: #e5cf33;
}
.services_list_slider .slick-dots li button:before {
  font-size: 0;
  opacity: 0;
}
.services_slider_section img.services_slider_graph {
  position: absolute;
  z-index: 9;
  pointer-events: none;
  filter: contrast(0.6);
  max-width: 850px;
  width: 80%;
  bottom: 0;
  /*left: -50px;*/
}
.services_slider_section {
  position: relative;
  margin-bottom: 60px;
}
.services_slider_section .services_list_slider {
  max-height: 850px;
}
button.view_more_brands {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: rgba(99, 99, 99, 0.28);
  width: 161px;
  height: 49px;
  border: 4px solid rgba(99, 99, 99, 0.282616);
  background: none;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  display: none;
}
.menu_footer {
  display: none;
}
.mission_page .we_help_right p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 23px;
  line-height: 1.22;
  color: #9a9a9a;
}
.mission_page .we_help_left .animation-item {
  margin: 0;
  left: auto;
  right: 35px;
  top: -30px;
}
.mission_page .we_help_left .animation-item .animation-graph-container {
  width: 50px;
  height: 50px;
}
.mission_page .we_help_left .animation-item.half {
  right: -100%;
  margin-right: -40px;
  margin-top: -20px;
}
.mission_page .we_help_left .animation-item.half .animation-graph-container {
  width: 130px;
  transform: rotate(-55deg);
}

.three_x_three_setion {
  position: relative;
  padding: 20px 0;
}
.three_x_three_setion .dot_triangle {
  position: absolute;
  width: 220px;
  right: 0;
  top: 153px;
}
.three_x_three_setion h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
  color: #197daa;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.three_x_three_left {
}
.three_x_three_left p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 23px;
  line-height: 1.22;
  color: #9a9a9a;
  padding-bottom: 30px;
}
.three_x_three_setion img.three_x_three_setion_bg {
  filter: contrast(0.5);
  position: absolute;
  bottom: 0;
  left: 0px;
  max-width: 850px;
  pointer-events: none;
  width: 100%;
}
.three_x_three_setion img {
  display: block;
  width: 340px;
  margin: 0 auto;
}
.three_x_three_right_top {
  padding: 15px 0;
  text-align: right;
}
.three_x_three_right_bottom {
  padding: 15px 0;
  padding-left: 30%;
}
.three_x_three_right {
}
.three_x_three_right ul {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.three_x_three_right ul:before {
  content: "";
  width: 4px;
  height: 0;
  background: #e5cf33;
  position: absolute;
  left: 0;
  -webkit-transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -o-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.three_x_three_right_top.aos-animate ul:before {
  height: 100%;
  top: 0;
  transition-delay: 0.3s;
}
.three_x_three_right_bottom.aos-animate ul:before {
  height: 100%;
  top: 0;
  transition-delay: 1.3s;
}
.three_x_three_right ul li {
  text-align: left;
  display: block;
}
.three_x_three_right li a {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 0.65;
  color: #197daa;
}
.three_x_three_right_top ul {
  padding-bottom: 50px;
}
.three_x_three_right_bottom ul {
  padding-top: 50px;
}

.brands_thrive_section {
  background: #f4f4f4;
  position: relative;
  padding: 120px 0;
  padding-bottom: 150px;
}
.brands_thrive_section h2 {
  max-width: 468px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.06;
  color: #197daa;
}
.brands_thrive_section img {
  /* 	opacity: 0.4; */
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}
.brands_thrive_section p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 23px;
  line-height: 1.22;
  color: #9a9a9a;
  padding-bottom: 30px;
}
.brands_thrive_section .animation-item.half {
  transform: rotate(135deg);
  height: auto;
  position: absolute;
  right: -75px;
  bottom: -90px;
}
/*=======================*/
.blog_banner_scetion {
  padding: 150px 0;
  background: #197daa;
  text-align: center;
  position: relative;
}
.blog_banner_scetion img {
  position: absolute;
  pointer-events: none;
}
.blog_banner_scetion img.blog_banner_bg_shape {
  bottom: -50px;
  max-width: 870px;
  left: 40px;
}
.blog_banner_scetion img.blog_banner_triangle {
  right: 50px;
  width: 275px;
  bottom: -35px;
}
.blog_banner_scetion .animation-item.full {
  position: absolute;
  top: -80px;
  left: 15%;
}
.blog_banner_scetion
  .full.aos-animate
  .animation-graph-container
  .circle-animation {
  stroke: #fff;
}
.blog_banner_scetion .animation-item.three_qrtr {
  position: absolute;
  left: -80px;
  bottom: 10%;
  transform: rotate(-108deg);
}
.blog_banner_scetion .animation-item.half {
  position: absolute;
  right: -5%;
  transform: rotate(230deg);
  top: -66px;
}

.blog_banner_content {
  position: relative;
  margin: 0 auto;
  max-width: 750px;
}
.blog_banner_content h1 {
  font-weight: 500;
  font-size: 47px;
  line-height: 1.2;
  color: #e5cf33;
  padding-bottom: 20px;
}
.blog_banner_content p {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;
  max-width: 620px;
  margin: 0 auto;
}
.blog_banner_content p a {
  color: inherit;
}

.blog_listing_setion {
  text-align: center;
  padding: 75px 0;
  padding-bottom: 200px;
  position: relative;
}
.blog_listing_setion .each_blog_post {
  margin-bottom: 70px;
}

.blog_listing_setion ul {
  padding-bottom: 50px;
}
.blog_listing_setion ul li {
  display: inline-block;
  padding: 0 40px;
}
.blog_listing_setion ul li a {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #636363;
  border-bottom: 2px solid transparent;
}
.blog_listing_setion ul li a.active,
.blog_listing_setion ul li.active a,
.blog_listing_setion ul li:hover a {
  color: #6f1d8a;
  border-color: #6f1d8a;
}
.load_more_blog_btn {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.load_more_blog_btn a {
  font-family: "Quicksand", sans-serif;
  width: 161px;
  height: 49px;
  text-align: center;
  border: 4px solid #c0c0c0;
  font-weight: 500;
  font-size: 17px;
  line-height: 41px;
  color: #c0c0c0;
  display: inline-block;
}
.load_more_blog_btn a:hover {
  border-color: #e5cf33;
}
.blog_listing_setion .circle_dots {
  position: absolute;
  width: 180px;
  left: 0;
  bottom: 70px;
}
/*===================*/
.blog_details_section {
  padding: 100px 0;
  padding-bottom: 30px;
  position: relative;
}
.blog_details_wrp {
}
.blog_details_wrp h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  color: #197daa;
  padding-bottom: 40px;
}
.blog_details_wrp h3 {
  position: relative;
  padding: 80px 0;
  padding-left: 115px;
  max-width: 585px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.22;
  color: #197daa;
}
.blog_details_wrp h3 .animation-item {
  position: absolute;
  left: 0;
  margin: 0;
  top: 50%;
  margin-top: -100px;
}
.blog_details_wrp h3 .animation-item .animation-graph-container {
  transform: rotate(180deg);
}
.blog_details_wrp h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
  color: #636363;
  padding-top: 20px;
  padding-bottom: 70px;
}
.blog_details_wrp h5 a {
  color: inherit;
}
.blog_details_wrp h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  color: #636363;
}
.blog_details_wrp h6 .heateor_sss_sharing_container {
  display: inline-block;
  vertical-align: text-top;
  line-height: 23px;
}
.blog_details_wrp h6 ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}
.blog_details_wrp h6 li a {
  color: #6f1d8a;
}
.blog_details_wrp p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.25;
  color: #636363;
  padding-bottom: 30px;
}
.blog_details_wrp p a {
  color: #6f1d8a;
  text-decoration: underline !important;
}
.blog_img_wrp {
  position: relative;
  margin: 50px 0;
  margin-bottom: 80px;
}
.blog_img_wrp .animation-item {
  position: absolute;
  right: -35px;
  top: 25%;
}
.blog_details_section hr {
  border-top: 1px solid #bbb;
}
.blog_details_section .circle_dots_right {
  position: absolute;
  width: 170px;
  right: 0;
  top: 20%;
}
/*=====================*/
.team_listing_section {
  position: relative;
  padding: 100px 0;
  padding-top: 15px;
  text-align: center;
}
.team_listing_section p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.39;
  text-align: center;
  color: #636363;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.team_listing_section .animation-item.half {
  position: absolute;
  top: -15px;
  right: -40px;
  transform: rotate(-156deg);
}
.team_membr_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 50px;
}
.team_membr_ul li {
  width: 33.33%;
  padding: 15px;
}
.each_team_membr {
  position: relative;
  z-index: 1;
  padding-top: 75%;
  text-align: left;
}
.each_team_membr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.each_team_membr_content {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  padding: 20px;
  height: 100%;
  background: rgba(111, 29, 138, 0.77);
}
.each_team_membr_content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
}
.each_team_membr_content h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 2px;
}
.each_team_membr_content p {
  opacity: 0;
  height: 0;
  visibility: hidden;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /*text-transform: uppercase;*/
  color: #ffffff;
  min-width: 100%;
  margin: 0;
  text-align: left;
}
.each_team_membr_content h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 20px;
  padding-right: 35px;
  height: 20px;
}
.each_team_membr_content h6 span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  max-width: 100px;
  margin-top: -18px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.each_team_membr_content h6 span + span {
  opacity: 0;
  margin: 0;
  max-width: 100%;
}
.each_team_membr_content h6 a i {
  margin-right: 5px;
}
.each_team_membr_content:hover {
  width: 100%;
}
.each_team_membr_content:hover p {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-top: 15px;
  min-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.each_team_membr_content:hover h6 {
}
.each_team_membr_content:hover h6 span {
  margin-top: -35px;
  opacity: 0;
}
.each_team_membr_content:hover h6 span + span {
  margin-top: -3px;
  opacity: 1;
}

.each_team_membr_content:hover a {
  font-size: 16px;
  color: #fff;
}
.page_banner_inner h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.22;
  color: #636363;
  padding-top: 30px;
}
.page_banner_inner h4 a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.22;
  color: #6f1d8a;
  display: block;
  max-width: 200px;
}
.contact_img_wrp {
  padding: 150px 0;
}
.contact_form_wrp {
  position: absolute;
  right: 15px;
  width: 100%;
  top: 40px;
  max-width: 560px;
  z-index: 9;
}
.contact_form_wrp h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #636363;
  padding-bottom: 35px;
}
.contact_form_wrp label {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6f1d8a;
  text-transform: uppercase;
}
.contact_form_wrp .form-control {
  height: 44px;
  border: 1px solid rgba(99, 99, 99, 0.36);
  border-radius: 0;
}
.contact_form_wrp textarea.form-control {
  height: 125px;
  resize: none;
}
.contact_form_wrp .theme_btn {
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  /*color: #636363;*/
}
.contact_form_wrp .form-group {
  margin-bottom: 25px;
}
.form_btm_wrp {
  display: flex;
}
.form_btm_wrp .form-check {
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 0;
}
.form_btm_wrp .form-check label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #636363;
}
.form_btm_wrp .form-check label a {
  color: #6f1d8a;
}
.contact_form_wrp .animation-item.half {
  transform: rotate(217deg);
  float: right;
}
.contact_form_wrp form {
  padding-top: 75px;
}
.contact_form_wrp .row {
  min-width: 100%;
}
.form_btm_wrp .ajax-loader {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  z-index: 9;
}
.form_btm_wrp p {
  position: relative;
}
.footer_section.contact_page .footer_top {
  padding-top: 50px;
}
.footer_section.contact_page .footer_top ul {
  padding-top: 0;
}
.footer_section.contact_page h4,
.footer_section.contact_page p,
.footer_section.contact_page a.gt_in_touch {
  display: none;
}
.footer_section.contact_page ul.footer_social {
  padding-top: 35px;
}
body.menu_active {
  overflow: hidden;
}
.wpcf7 form .wpcf7-response-output {
  background: #6f1d8a;
  animation: bg_footer 15s infinite;
  border: none !important;
  text-align: center;
  color: #fff;
  padding: 15px;
}
.form_btm_wrp .form-check br {
  display: none;
}
.form_btm_wrp .form-check-input,
.form_btm_wrp span.wpcf7-form-control-wrap.checkbox-agree * {
  margin: 0;
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 30px;
}
.form_btm_wrp span.wpcf7-form-control-wrap.checkbox-agree label {
  position: absolute;
  width: 100%;
  max-width: 100px;
  padding-left: 0;
  top: 3px;
  left: 0;
}
.form_btm_wrp .form-check label {
  padding-left: 25px;
}
.page-template-contact .page_banner_inner h4 {
  font-size: 20px;
}
.page-template-contact .page_banner_inner .animation-item {
  position: absolute;
  right: 55%;
  bottom: -300px;
}
.blog_grid .col-md-4 {
  animation: blog_zoom 0.5s;
}
@keyframes blog_zoom {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.loading_div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 99;
}
.loading_div:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background: #6f1d8a;
  animation: bg_footer 0.5s infinite;
}
@keyframes bg_footer {
  0% {
    background-color: #6f1d8a;
  }
  40% {
    background-color: #197daa;
  }
  80% {
    background-color: #e5cf33;
  }
  100% {
    background-color: #6f1d8a;
  }
}
.no-think-found {
  text-align: center;
  width: 100%;
  padding: 10% 0;
  font-size: 18px;
}
.form_btm_wrp .form-check .wpcf7-not-valid-tip {
  position: absolute;
  min-width: 200px;
  bottom: -24px;
  left: 0;
}
.form_btm_wrp .form-check span {
  position: absolute;
  margin: 0;
}
.form_btm_wrp .form-check input[type="checkbox"] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.form_btm_wrp .form-check span.wpcf7-list-item-label {
  position: absolute;
  font-size: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #197daa;
  left: 0;
  top: 5px;
}
.form_btm_wrp .form-check span.wpcf7-not-valid-tip {
  position: relative;
  margin-top: 22px;
  bottom: 0;
}
.form_btm_wrp .form-check input[type="checkbox"]:checked + span:before {
  content: "\2713";
  font-size: 11px;
  line-height: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #197daa;
}

/*===============*/

.ease,
a,
input,
button {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*

font-family: 'Fjalla One', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Questrial', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Source Sans Pro', sans-serif;



/*

font-family: 'Fjalla One', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Questrial', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

*/

/*==============================================================================================================*/
/*responsive*/
@media (max-width: 1400px) {
  .each_team_membr_content p {
    font-size: 14px;
  }
  .three_x_three_setion .dot_triangle {
    width: 165px;
    top: 125px;
  }
}

@media (max-width: 1200px) {
  .page_banner_content h1,
  .page_banner_content h2 {
    font-size: 40px;
  }
  .we_help_left h2 {
    font-size: 46px;
  }
  .team_description {
    padding: 40px 25px;
  }
  .we_help_section {
    padding-bottom: 50px;
  }
  .we_help_develop_section {
    padding: 65px 0;
  }
  .team_section {
    padding: 65px 0;
  }
  .insights_section {
    padding-bottom: 80px;
  }
  .services_list_slider .slick-dots {
    right: 15px;
  }
  .mission_page .we_help_left .animation-item.half {
    right: -86%;
    margin-right: 0;
    margin-top: -35px;
  }
  .mission_page .we_help_left .animation-item {
    top: -55px;
  }
  .mission_page .we_help_left .animation-item.half .animation-graph-container {
    top: -25px;
    width: 130px;
    transform: rotate(-75deg);
  }
  .mission_page .we_help_left h3 br {
    display: none;
  }
  .brands_thrive_section .animation-item.half {
    transform: rotate(135deg);
    height: auto;
    position: absolute;
    right: 5px;
    bottom: -115px;
  }
  .blog_banner_scetion img.blog_banner_triangle {
    right: 0;
    width: 50%;
    max-width: 200px;
  }
  .blog_banner_scetion .animation-item.three_qrtr {
    left: -50px;
  }
  .blog_banner_scetion .animation-item.three_qrtr .animation-graph-container {
    width: 125px;
    height: 125px;
  }
  .blog_banner_scetion .animation-item.half {
    right: 0;
  }
  .blog_banner_scetion .animation-item.full {
  }
  .blog_banner_scetion .animation-item.full .animation-graph-container {
  }
  .blog_banner_scetion img.blog_banner_bg_shape {
    left: 0;
    height: 100%;
    object-fit: cover;
  }
  .team_membr_ul li {
    padding: 8px;
  }
  .each_team_membr_content {
    padding: 15px;
  }
  .contact_form_wrp {
    max-width: 50%;
  }
}
/*=========================================*/

@media (max-width: 1050px) {
  .page_banner_section {
    padding-bottom: 150px;
  }
  .we_deliver_section ul li {
    padding: 50px 15px;
    border-right: 2px solid #fff;
    padding-bottom: 70px;
  }
  .partner_section .circle_dots_right {
    position: absolute;
    top: -100px;
    right: 0;
    width: 110px;
  }
  .we_help_section .circle_dots {
    width: 115px;
  }
  .team_membr_ul li {
    width: 50%;
  }
  .team_membr_ul {
    margin: 0 -8px;
  }
  .each_team_membr_content p {
    font-size: 16px;
  }
}

/*=========================================================*/

@media (max-width: 992px) {
  .page_banner_content h1,
  .page_banner_content h2 {
    font-size: 37px;
  }
  .page_banner_content p {
    font-size: 20px;
  }
  .page_banner_inner .page_banner_content img {
    left: -160px;
    bottom: -165px;
    width: 250px;
  }
  .animation-graph-container {
    width: 50px;
    height: 50px;
  }
  .aos-animate .animation-graph-container .circle-animation {
    stroke-width: 6px;
  }
  .animation-item.half .animation-graph-container {
    transform: rotate(90deg);
    width: 100px;
    height: 100px;
  }
  .animation-item.half .animation-graph-container {
    transform: rotate(90deg);
    width: 100px;
    height: 100px;
  }
  .we_help_left h2 {
    font-size: 40px;
  }
  .we_help_left .animation-item.half {
    margin-top: -55px;
    margin-right: 0px;
  }
  .we_help_develop_section .animation-item.half {
    width: 300px;
    height: 300px;
    transform: none;
  }
  .we_help_develop_section .half .animation-graph-container {
    transform: rotate(180deg);
    width: 200px;
    height: 200px;
  }
  .we_help_develop_section .animation-item.half {
    width: 200px;
    height: 200px;
    transform: none;
    right: -100px;
    top: -125px;
  }
  .we_help_develop_section .animation-item {
    right: 110px;
    top: -35px;
  }
  .we_help_develop_section h2 {
    max-width: 575px;
    font-size: 32px;
    padding-bottom: 65px;
  }
  .logo_wrp {
    width: 200px;
  }
  .menu_wrp li a {
    font-size: 14px;
  }
  .menu_wrp li {
    padding-left: 13px;
  }
  .services_list_left,
  .services_list_right {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  .services_list_right h4 {
    display: inline-block;
    text-align: left;
  }
  .services_slider_section .services_list_slider {
    max-height: 850px;
  }
  .services_list_each {
    padding-bottom: 50px;
  }
  .services_list_each h2 {
    padding-bottom: 35px;
  }
  .blog_details_section .circle_dots_right {
    width: 140px;
    top: 10%;
    opacity: 0.6;
    display: none;
  }
}

/*=============================================*/

@media (max-width: 900px) {
  .page_banner_inner .page_banner_content img {
    display: none;
  }
  .team_description {
    width: 100%;
    padding: 50px 25px;
  }
  .team_slider_wrp {
    width: 50%;
    max-height: 550px;
  }
  .slider_arw_placeholder {
    width: 50%;
  }
  .footer_top h4 {
    font-size: 35px;
  }
  .we_help_develop_section ul li {
    width: 50%;
    padding: 20px 15px;
  }
  .partner_section ul li {
    width: 25%;
  }
  .deliver_each_list h5 {
    font-size: 20px;
  }
  .partner_section .circle_dots_right,
  .we_help_section .circle_dots {
    display: none;
  }
  .we_deliver_section h2 {
    max-width: 500px;
    font-size: 32px;
  }
  .partner_section h2,
  .blog_banner_content h1 {
    font-size: 32px;
  }
  .blog_banner_content p {
    font-size: 20px;
    max-width: 500px;
  }
  .page_banner_content:after {
    position: absolute;
    content: "";
    width: 96px;
    height: 96px;
    border: 7px solid #6f1d8a;
    border-top: 0;
    border-right: 0;
    left: -24px;
    bottom: -24px;
  }
  .blog_banner_scetion .animation-item.three_qrtr {
    bottom: -70px;
  }
  .blog_listing_setion ul li {
    padding: 5px 15px;
  }
  .team_listing_section .animation-item.half {
    top: -15px;
    right: 0;
    transform: rotate(-130deg);
    z-index: -1;
  }
  .help_develop_each_img img {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }
}
/*==============================*/
@media (max-width: 767px) {
  .page_banner_content h1,
  .page_banner_content h2 {
    font-size: 32px;
    margin-right: -35px;
  }
  .blog_banner_scetion {
    padding: 100px 0;
  }
  .page_banner_inner {
    padding: 45px 50px;
  }
  .page_banner_section img {
    position: relative;
    width: 100%;
    margin-top: -15%;
    max-width: 500px;
    float: right;
  }
  .page_banner_section:after {
    display: block;
    clear: both;
    content: "";
  }
  .page_banner_section {
    padding-bottom: 80px;
  }
  .we_help_left .animation-item.half {
    position: static;
  }
  .we_deliver_section ul li {
    width: 100%;
    transform: none !important;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .we_deliver_section h2 {
    transform: none !important;
    max-width: 400px;
  }
  .deliver_each_list h3 {
    font-size: 32px;
    padding: 0;
  }
  .deliver_each_list h5 {
    font-size: 23px;
  }
  .we_deliver_section .we_deliver_section_bg_img {
    bottom: -65px;
    margin-left: 0;
    pointer-events: none;
    width: 125%;
  }
  .we_deliver_section .theme_btn {
    transform: none !important;
  }
  .we_help_develop_section .animation-item {
    right: 35px;
  }
  .we_help_develop_section .animation-item.half {
    top: auto;
    bottom: 0;
  }
  .insights_section ul .slick-dots,
  .team_slider_wrp .slick-dots {
    margin: 0;
    width: 100%;
    display: block !important;
    position: relative;
  }
  .insights_section ul .slick-dots li,
  .team_slider_wrp .slick-dots li {
    width: auto;
    margin: 0 10px;
    padding: 0;
  }
  .insights_section ul .slick-dots li button,
  .team_slider_wrp .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #6f1d8a;
    border-radius: 50%;
  }
  .insights_section ul .slick-dots li.slick-active button,
  .team_slider_wrp .slick-dots li.slick-active button {
    background: #6f1d8a;
  }
  .partner_section ul li {
    width: 33.33%;
  }
  .partner_section ul li:nth-child(9) ~ li {
    display: none;
  }
  button.view_more_brands {
    display: block;
    outline: none;
  }
  .partner_section ul {
    max-height: 300px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .partner_section ul.active {
    max-height: 800px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .partner_section ul.active li {
    display: block !important;
  }
  .menu_wrp {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    margin-top: 2px;
    height: 100vh;
    z-index: 9;
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 115px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .menu_wrp.active {
    opacity: 1;
    visibility: visible;
  }
  .menu-main-menu-container {
    width: 100%;
    max-height: 100%;
    overflow: auto;
  }
  .header_wrp:after {
    content: "";
    border-bottom: 1px solid rgba(151, 151, 151, 0.330119);
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 99;
  }
  .header_wrp {
    position: relative;
    justify-content: center;
    padding: 17px 15px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.330119);
  }
  .menu_wrp ul {
    width: 100%;
  }
  .menu_wrp li {
    display: block;
  }
  .menu_wrp li a {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 2.6;
    text-align: center;
    color: #6f1d8a;
  }
  .menu_footer {
    display: block;
    width: 100%;
    padding: 0 20px;

    position: absolute;
    bottom: 0;
    left: 0;
  }
  .menu_wrp .menu_footer ul {
    border-top: 1px solid #979797;
    padding: 35px 0;
  }
  .menu_footer ul li {
    display: inline-block;
    padding: 0 8px;
  }
  .menu_footer ul li a {
    font-size: 34px;
    line-height: 1;
  }
  .logo_wrp {
    width: 200px;
    z-index: 99;
    position: relative;
  }
  .logo_wrp {
    width: 175px;
    z-index: 99;
    position: relative;
    padding: 0;
  }
  #nav-icon {
    z-index: 999;
    margin: 0;
    width: 25px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    display: block;
    right: 20px;
    top: 22px;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #6f1d8a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2) {
    top: 7px;
    width: 18px;
    right: 0;
    left: auto;
  }
  #nav-icon span:nth-child(3) {
    top: 14px;
    width: 11px;
    right: 0;
    left: auto;
  }
  #nav-icon.open span:nth-child(1) {
    top: 7px;
    width: 100%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav-icon.open span:nth-child(2) {
    opacity: 0;
    width: 100%;
    right: 60px;
  }
  #nav-icon.open span:nth-child(3) {
    top: 7px;
    width: 100%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .page_banner_content p ~ br {
    display: none;
  }
  .service_page .we_help_left .animation-item {
    right: auto;
    margin: 0;
    top: -70px;
    left: 75px;
  }
  .service_page .we_help_left .animation-item.half {
    top: 0;
    right: 0;
    transform: rotate(0deg);
    margin-top: -58px;
    margin-right: -100px;
    margin-bottom: 25px;
  }
  .services_list_right h3 br {
    display: none;
  }
  .mission_page .we_help_left .animation-item.half {
    right: auto;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    top: -80px;
  }
  .we_help_left h3 {
    font-size: 32px;
    padding-bottom: 35px;
  }
  .three_x_three_setion h2 {
    font-size: 32px;
    padding-bottom: 35px;
  }
  .three_x_three_setion {
    padding-bottom: 70px;
  }
  .three_x_three_left p,
  .mission_page .we_help_right p {
    font-size: 20px;
  }
  .brands_thrive_section h2 {
    margin: 0 auto;
    text-align: center;
  }
  .brands_thrive_section {
    text-align: center;
    padding: 85px 0;
  }
  .brands_thrive_section p {
    font-size: 20px;
  }
  .brands_thrive_section .animation-item.half {
    right: 39%;
    bottom: -90px;
  }
  .brands_thrive_section h2 {
    font-size: 32px;
  }
  .blog_listing_setion .circle_dots {
    width: 150px;
    bottom: 50px;
  }
  .blog_details_wrp h2 {
    font-size: 32px;
  }
  .blog_details_wrp p {
    font-size: 20px;
  }
  .blog_details_wrp h3 {
    padding: 35px 0;
    padding-left: 75px;
    font-size: 28px;
  }
  .blog_details_wrp h3 .animation-item {
    margin-top: -50px;
  }
  .blog_details_wrp h5 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .blog_details_wrp h6 {
    font-size: 20px;
  }
  .blog_details_wrp h6 ul li {
    padding-left: 20px;
  }
  .each_team_membr {
    padding: 0;
  }
  .each_team_membr img {
    position: static;
    height: auto;
  }
  .each_team_membr_content {
    position: static;
    width: 100%;
    background: rgb(111 29 138);
  }
  .each_team_membr_content h6 {
    position: static;
    height: auto;
  }
  .each_team_membr_content h6 span {
    display: none;
  }
  .each_team_membr_content h6 span + span {
    opacity: 1;
    display: block;
  }
  .each_team_membr_content p {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-top: 15px;
    min-width: 100%;
  }
  .contact_form_wrp {
    position: static;
    max-width: 100%;
  }
  .contact_img_wrp {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .blog_banner_scetion img.blog_banner_triangle {
    right: -40px;
    width: 50%;
    max-width: 135px;
  }
  .page-template-contact .page_banner_inner .animation-item {
    right: 45%;
    bottom: -55px;
  }
}

/*==========================*/

@media (max-width: 640px) {
  .help_develop_each {
    flex-wrap: wrap;
  }
  .help_develop_each_img {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .help_develop_each_text {
    padding-left: 0;
  }
  .help_develop_each_text h4 {
    font-size: 18px;
  }
  .we_help_develop_section .half .animation-graph-container {
    transform: rotate(180deg);
    width: 150px;
    height: 150px;
  }
  .we_help_develop_section .animation-item.half {
    top: auto;
    bottom: -60px;
    width: 150px;
    height: 150px;
    margin: 0;
    right: -90px;
  }
  .team_slider_wrp {
    width: 100%;
    max-height: none;
  }

  .slider_arw_placeholder {
    display: none;
  }
  .page_banner_section img {
    margin-top: -20%%;
    max-width: 100%;
  }
  .we_help_left .animation-item {
    top: -100px;
  }
  .we_help_left .animation-item.half {
    position: static;
    width: 100px;
    height: 100px;
    margin: 0;
    float: right;
    margin-top: -50px;
  }
  .we_help_left h2 {
    font-size: 46px;
  }
  .we_help_section {
    padding-bottom: 0px;
  }
  .we_help_develop_section h2 br {
    display: none;
  }
  .partner_section .animation-item {
    margin-left: 30px;
  }
  .team_description h4 {
    font-size: 32px;
  }
  .team_description {
    width: 100%;
    padding: 35px 20px;
    padding-bottom: 50px;
  }
  .insights_section ul li {
    padding: 0 20px;
  }
  .insights_section h2 {
    font-size: 32px;
  }
  .footer_top ul {
    max-width: 325px;
    margin: 0 auto;
  }
  .footer_top ul li {
    padding: 5px 10px;
  }
  .footer_top ul.footer_social {
    margin-top: 15px;
  }
  .footer_top ul.footer_social li a {
    font-size: 26px;
  }
  .service_page .we_help_left .animation-item.half {
    margin-right: 0;
    width: 100%;
    padding-left: 100px;
    margin-top: -40px;
  }
  .we_help_section.service_page {
    padding-bottom: 50px;
  }
  .we_help_left h3 br {
    display: none;
  }

  .services_list_slider .slick-dots {
    position: static;
    margin-top: 15px;
    transform: none;
  }
  .services_slider_section .services_list_slider {
    max-height: 100%;
  }
  .services_list_slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .services_slider_section img.services_slider_graph {
    bottom: 45px;
    width: 100%;
  }
  .services_list_slider .slick-dots li button {
    border-color: #91c9e2;
  }
  .services_list_slider .slick-dots li.slick-active button,
  .services_list_slider .slick-dots li button:hover {
    border-color: #197daa;
  }
  .services_list_right h3 {
    font-size: 32px;
  }
  .service_page .we_help_right p {
    font-size: 20px;
  }
  .services_list_each h2 {
    font-size: 32px;
  }
  .we_help_section.mission_page {
    padding-top: 0;
  }
  .we_help_left h3,
  .we_help_left h3 {
    font-size: 32px;
  }
  .three_x_three_setion img {
    width: 235px;
  }
  .three_x_three_right li a {
    font-size: 16px;
  }
  .three_x_three_right_bottom {
    padding-left: 15%;
  }
  .blog_listing_setion ul li a {
    font-size: 14px;
  }
  .each_blog_post h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .blog_listing_setion .each_blog_post {
    margin-bottom: 45px;
  }
  .blog_listing_setion .circle_dots {
    position: absolute;
    width: 100px;
    left: 0;
    bottom: 25px;
  }
  .blog_details_wrp h2 {
    font-size: 28px;
  }
  .team_membr_ul li {
    width: 100%;
  }
  .team_listing_section p {
    font-size: 20px;
  }
  .team_listing_section .animation-item.half {
    top: -110px;
    right: auto;
    transform: rotate(-15deg);
    z-index: -1;
    left: 25%;
  }
  .form_btm_wrp {
    flex-wrap: wrap;
  }
  .form_btm_wrp .form-check {
    width: 100%;
    padding-bottom: 25px;
  }
  .master_wrap {
    max-width: 100vw;
    height: auto;
    overflow: hidden;
  }
  .team_slider_title_wrp_inner_hidden p {
    font-size: 17px;
  }
  .page-template-contact .page_banner_inner .animation-item {
    right: 25%;
    bottom: -65px;
  }
  .contact_img_wrp {
    margin-top: -35px;
  }
}

/*=====================================*/
@media (max-width: 400px) {
  .menu_wrp li a {
    font-size: 22px;
    line-height: 2;
  }
  .menu_wrp {
    padding-top: 85px;
  }
  .menu_wrp .menu_footer ul {
    padding: 20px 0;
  }
  .logo_wrp {
    width: 150px;
  }
  .page_banner_inner {
    padding: 40px 25px;
  }
  .page_banner_content:after {
    bottom: -14px;
    left: -14px;
    border-width: 5px;
  }
  .page_banner_content h1,
  .page_banner_content h2 {
    font-size: 34px;
  }
  .we_help_left h2 {
    font-size: 34px;
  }
  .we_deliver_section h2,
  .we_help_develop_section h2,
  .partner_section h2,
  .insights_section h2,
  .services_list_right h3,
  .services_list_each h2,
  .we_help_left h3,
  .we_help_left h3,
  .we_help_left h3,
  .three_x_three_setion h2,
  .brands_thrive_section h2 {
    font-size: 30px;
  }

  .help_develop_each_img img {
    max-height: 65px;
    width: auto;
    max-width: 80px;
  }
  .team_description h4 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .team_description p {
    font-size: 20px;
  }
  .footer_top h4 {
    font-size: 30px;
  }
  .services_list_right h4 {
    font-size: 20px;
  }
  .partner_section h2,
  .blog_banner_content h1 {
    font-size: 28px;
  }
  .blog_details_wrp h2 {
    font-size: 26px;
  }
  .blog_details_wrp p,
  .team_listing_section p {
    font-size: 18px;
  }
  .page_banner_content h1,
  .page_banner_content h2 {
    font-size: 29px;
    margin-right: -35px;
  }
}
@media (max-width: 360px) {
  .page_banner_content h1,
  .page_banner_content h2 {
    font-size: 27px;
    margin-right: -15px;
  }
}
