@font-face {
  font-family: "BowlbyOne";
  src: url("../fonts/Bowlby_One/BowlbyOne-Regular.woff") format("woff2"), url("../fonts/Bowlby_One/BowlbyOne-Regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "NothingYou";
  src: url("../fonts/Nothing_You_Could_Do/NothingYouCouldDo-Regular.woff") format("woff2"), url("../fonts/Nothing_You_Could_Do/NothingYouCouldDo-Regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Light.woff2") format("woff2"), url("../fonts/Inter/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Black.woff2") format("woff2"), url("../fonts/Inter/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter";
  background-color: #f9efe4;
}

h1 {
  line-height: 3.125rem;
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
  font-family: "BowlbyOne";
}

h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "BowlbyOne";
}

h4 {
  font-size: 1.875rem;
  font-weight: 400;
  font-family: "BowlbyOne";
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover {
  color: #fff;
  opacity: 0.8;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding: 6rem 0;
}

.px-6 {
  padding: 0 6rem;
}

.my-6 {
  margin: 6rem 0;
}

.mx-6 {
  margin: 0 6rem;
}

.black-border-button {
  border: 1px solid #191617;
  color: #f48646;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1.125rem 1.5rem;
  border-radius: 2.5rem;
  width: 22rem;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease;
}
.black-border-button:hover {
  background-color: #191617;
  border: 1px solid #f48646;
  color: #f48646;
  opacity: 1;
}

.white-border-button {
  border: 1px solid #fff;
  color: #f48646;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1.125rem 1.5rem;
  border-radius: 2.5rem;
  width: 22rem;
  text-align: center;
  display: inline-block;
}
.white-border-button:hover {
  background-color: #fff;
  border: 1px solid #f48646;
  color: #f48646;
  opacity: 1;
  transition: all 0.2s ease;
}

.orange-button {
  background-color: #f48646;
  color: #fff;
  border: 1px solid #f48646;
  padding: 0.75rem 1rem;
  width: 12.5rem;
  font-size: 1.375rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.orange-button:hover {
  background-color: #191617;
  border-color: #191617;
  opacity: 1;
}

.button-transparent {
  background-color: transparent;
  border: 1px solid #191617;
  color: #191617;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1rem 3rem;
  border-radius: 2.5rem;
  display: inline-block;
  margin-top: 1rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.button-transparent:hover {
  background-color: #191617;
  color: #fff;
  box-shadow: 0 5px #666;
  transform: translateX(4px);
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.text-inter {
  font-family: "Inter" !important;
}

.text-bowlbyone {
  font-family: "BowlbyOne" !important;
}

.text-orange {
  color: #f48646 !important;
}

.text-dark {
  color: #191617 !important;
}

.bg-light-orange {
  background-color: #f9efe4 !important;
}

.bg-black {
  background-color: #191617 !important;
}

.heading__ {
  background: linear-gradient(180deg, rgb(255, 230, 203) 0%, rgba(255, 230, 203, 0) 100%);
  text-align: center;
}
.heading__ h4 {
  text-transform: uppercase;
  color: #f48646;
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-family: "Inter";
}

header {
  border-bottom: 1px solid #c9c9c9;
}
header .__navbar {
  background-color: #f9efe4;
  position: relative;
  padding: 2rem 1rem;
}
header .__navbar .navbar-toggler:focus {
  box-shadow: unset;
}
header .__navbar .__navbar-list .navbar-nav .nav-item .nav-link {
  color: #191617;
  font-weight: 600;
  font-size: 0.875rem;
}
header .__navbar .__navbar-list .navbar-nav .nav-item .nav-link.active {
  color: #f48646;
  position: relative;
  top: -1.1rem;
}
header .__navbar .__navbar-list .navbar-nav .nav-item .nav-link.active::after {
  content: url(../image/header/active-hand.svg);
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .__navbar .__navbar-list .navbar-nav .nav-item .nav-link.get-btn {
  background-color: #f48646;
  color: #191617;
  font-size: 1rem;
  border-radius: 3.25rem;
  padding: 1rem 3rem;
}

/** banner style---------------------- **/
.css-sprite-list-icon-1 {
  background: url("../image/home/css-sprite-combined.3.png") 0px -42px;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.css-sprite-list-icon-2 {
  background: url("../image/home/css-sprite-combined.3.png") -28px -42px;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.css-sprite-list-icon-3 {
  background: url("../image/home/css-sprite-combined.3.png") -56px -42px;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.css-sprite-list-icon-4 {
  background: url("../image/home/css-sprite-combined.3.png") -84px -42px;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.css-sprite-location {
  background: url("../image/home/css-sprite-combined.3.png") -112px 0px;
  width: 49px;
  height: 70px;
  display: inline-block;
}

.css-sprite-location-medium {
  background: url("../image/home/css-sprite-combined.3.png") -161px -11px;
  width: 40px;
  height: 59px;
  display: inline-block;
}

.css-sprite-location-small {
  background: url("../image/home/css-sprite-combined.3.png") -201px -28px;
  width: 29px;
  height: 42px;
  display: inline-block;
}

.css-sprite-location-white {
  background: url("../image/home/css-sprite-combined.3.png") -230px -1px;
  width: 48px;
  height: 69px;
  display: inline-block;
}

.css-sprite-arrow {
  background: url("../image/home/css-sprite-combined.png") 0px -15px;
  width: 55px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.css-sprite-play-gray {
  background: url("../image/home/css-sprite-combined.png") -55px 0px;
  width: 31px;
  height: 31px;
  display: inline-block;
}

.main__banner {
  background-image: url("../image/home/banner-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.main__banner .main-banner_bottom {
  position: relative;
  background-image: url("../image/home/banner-bottom.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 22.75rem;
}
.main__banner .main-banner_bottom span[class^=location] {
  position: relative;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.main__banner .main-banner_bottom span[class^=location]:hover {
  transform: translateY(-0.3rem);
}
.main__banner .main-banner_bottom span[class^=location]:hover .detail-content {
  transition: all 0.5s ease-in;
  display: inline-block;
}
.main__banner .main-banner_bottom span[class^=location] span[class^=detail-content] {
  border-radius: 0.875rem;
  background-color: white;
}
.main__banner .main-banner_bottom span[class^=location] span[class^=detail-content]::before {
  content: "";
  position: absolute;
  transform: rotate(308deg);
  bottom: -1rem;
  left: -1rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 50px solid #fff;
  border-bottom: 25px solid transparent;
}
.main__banner .main-banner_bottom span[class^=location] span[class^=detail-content] h6 {
  font-size: 1.157rem;
  font-weight: 700;
}
.main__banner .main-banner_bottom span[class^=location] span[class^=detail-content] ul {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.8rem;
}
.main__banner .main-banner_bottom span[class^=location] span[class^=detail-content] ul li {
  border-right: 1px solid #f48646;
  padding-right: 0.7rem;
}
.main__banner .main-banner_bottom span[class^=location] span[class^=detail-content] ul li:last-child {
  border: unset;
  padding: unset;
}
.main__banner .main-banner_bottom span[class^=location] span[class^=detail-content] ul li p {
  font-size: 1.157rem;
  color: #f48646;
  font-weight: 500;
  margin: 0;
}
.main__banner .main-banner_bottom .location-1 {
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-1 .detail-content {
  display: none;
  position: absolute;
  top: -9rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-2 {
  cursor: pointer;
  margin-right: 3.5rem;
  margin-top: 2rem;
}
.main__banner .main-banner_bottom .location-2 .detail-content {
  display: none;
  position: absolute;
  top: -9rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-3 {
  cursor: pointer;
  margin-left: 2rem;
}
.main__banner .main-banner_bottom .location-3 .detail-content {
  display: none;
  position: absolute;
  top: -9rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-4 {
  margin-top: 1rem;
  margin-left: 7rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-4 .detail-content {
  display: none;
  position: absolute;
  top: -9rem;
  left: -17rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-4 .detail-content::before {
  left: unset !important;
  right: -1rem !important;
  transform: rotate(220deg) !important;
}
.main__banner .main-banner_bottom .location-5 {
  margin-top: 1.5rem;
  top: 1rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-5 .detail-content {
  display: none;
  position: absolute;
  top: -9rem;
  left: -17rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-5 .detail-content::before {
  left: unset !important;
  right: -1rem !important;
  transform: rotate(220deg) !important;
}
.main__banner .main-banner_bottom .location-6 {
  margin-left: 6rem;
  top: -1.5rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-6 .detail-content {
  display: none;
  position: absolute;
  top: -9rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-7 {
  margin-top: 1rem;
  margin-left: 1rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-7 .detail-content {
  display: none;
  position: absolute;
  top: -9rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-8 {
  margin-left: 2rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-8 .detail-content {
  display: none;
  position: absolute;
  top: -9rem;
  left: -17rem;
  cursor: pointer;
}
.main__banner .main-banner_bottom .location-8 .detail-content::before {
  left: unset !important;
  right: -1rem !important;
  transform: rotate(220deg) !important;
}
.main__banner .main-heading {
  font-size: 4.438rem;
  line-height: 5.688rem;
  font-family: "BowlbyOne";
  font-weight: 400;
}
.main__banner .main-paragraph {
  font-size: 1.438rem;
  line-height: 1.813rem;
  font-weight: 400;
  font-family: "Inter";
}

/** CAMPAIGN CHALAK'S style---------------------- **/
.campaign_content-hero {
  background-color: #f9efe4;
}
.campaign_content-hero .campaign_chalak-heading {
  text-align: center;
}
.campaign_content-hero .campaign_chalak-heading h2 {
  font-weight: 700;
  font-size: 3.188rem;
  color: #191617;
  font-family: "Inter";
}
.campaign_content-hero .campaign_chalak-heading h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #191617;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #191617;
  font-family: "Inter";
}
.campaign_content-hero .list-content-hero {
  list-style: none;
  border-left: 1px solid #f48646;
  padding-left: 1.5rem;
}
.campaign_content-hero .list-content-hero li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.campaign_content-hero .list-content-hero li img {
  display: inline-block;
  vertical-align: top;
}
.campaign_content-hero .list-content-hero li .list-content {
  display: inline-block;
  padding-left: 1rem;
}
.campaign_content-hero .list-content-hero li .list-content h5 {
  font-size: 1.5rem;
  font-weight: 900;
}
.campaign_content-hero .list-content-hero li .list-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}

/** your__campaign ---------------------- **/
.your__campaign-heading h2 {
  color: #fff;
  font-family: "BowlbyOne";
  font-size: 6.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.your__campaign-heading h3 {
  color: #fff;
  font-family: "BowlbyOne";
  font-size: 3.813rem;
  font-weight: 400;
  text-transform: uppercase;
}
.your__campaign-heading h5 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
.your__campaign-heading h5 span {
  font-weight: 600;
}
.your__campaign-heading p {
  color: #fff;
  font-size: 1rem;
}

/** Survey Management style---------------------- **/
.survey__management-heading {
  position: relative;
  align-self: center;
}
.survey__management-heading .survey-heading h2 {
  color: #fff;
  font-family: "BowlbyOne";
  font-weight: 400;
  line-height: 1;
}
.survey__management-heading .survey-heading .fs_top {
  font-size: 6.363rem;
}
.survey__management-heading .survey-heading .fs_bottom {
  font-size: 4.988rem;
}
.survey__management-heading .survey-heading .btn-feature {
  position: relative;
  z-index: 1;
  background-color: #f48646;
  color: #191617;
  display: inline-block;
  font-size: 2.533rem;
  font-weight: 700;
  padding: 1rem;
  text-transform: uppercase;
  transform: rotate(-5deg);
  margin-top: -1.2rem;
  margin-right: 1rem;
}
.survey__management-heading .survey__management-hand {
  position: absolute;
  right: 0;
  top: -3rem;
}

.survey__management-content {
  margin-bottom: 2rem;
}
.survey__management-content h4 {
  font-family: "Inter";
  font-weight: 700;
  color: #fff;
  display: inline-block;
  border-bottom: 3px solid #fff;
  line-height: 2.25rem;
  font-size: 1.5rem;
  padding-right: 2rem;
}
.survey__management-content p {
  color: #fff;
  font-weight: 200;
}

/** Counter Styles---------------------- **/
.counter__hero .counter__content {
  padding: 2rem 1.6rem 1rem;
}
.counter__hero .counter__content:nth-child(odd) {
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.counter__hero .counter__content:nth-child(even) {
  border-bottom: 1px solid #c9c9c9;
}
.counter__hero .counter__content:nth-child(1n+3) {
  border-bottom: unset;
}
.counter__hero .counter__content:nth-child(2n+2) {
  padding-left: 4rem;
}
.counter__hero .counter__content h2 {
  position: relative;
  color: #191617;
  font-family: "Inter";
  font-weight: 700;
  margin: 0;
  z-index: 2;
}
.counter__hero .counter__content h2::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #f48646;
  border-radius: 50%;
  opacity: 0.4;
  top: -1.3rem;
  left: -1.1rem;
  z-index: -1;
}
.counter__hero .counter__content p {
  font-weight: 600;
  font-size: 1.25rem;
}

/** Leader Talk style---------------------- **/
.leader_talk-hero {
  background-image: url("../image/home/leader-bg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #f9efe4;
}
.leader_talk-hero .leader_talk-left-content {
  background-image: url("../image/home/chair-shadow.png");
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
}
.leader_talk-hero .leader_talk-left-content h6 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #f48646;
}
.leader_talk-hero .leader_talk-left-content h5 {
  font-size: 1.875rem;
  font-weight: 400;
  font-family: "BowlbyOne";
  color: #191617;
}
.leader_talk-hero .leader_talk-right-content .leader {
  position: relative;
}
.leader_talk-hero .leader_talk-right-content .leader .btn-gray {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/** Second main golobal heading---------------------- **/
.second__main-heading h4 {
  font-weight: 400;
  font-size: 1.875rem;
  font-family: "BowlbyOne";
  line-height: 2.938rem;
  text-transform: uppercase;
}
.second__main-heading p {
  font-weight: 400;
  font-size: 1.476rem;
  line-height: 1.813rem;
}

/** Support style---------------------- **/
.support__video-hero .support__video {
  background-image: url("../image/home/parliament.png");
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 13rem 0 1.5rem;
}
.support__video-hero .support-video__testimonial #sync1 .item img {
  min-height: 42rem;
  max-height: 42rem;
  width: 100%;
}
.support__video-hero .support-video__testimonial #sync1 .owl-nav {
  position: absolute;
  bottom: -7rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.support__video-hero .support-video__testimonial #sync1 .owl-nav .owl-next {
  position: absolute;
  right: -3.5rem;
}
.support__video-hero .support-video__testimonial #sync1 .owl-nav .owl-next svg {
  width: 1.5rem;
}
.support__video-hero .support-video__testimonial #sync1 .owl-nav .owl-prev {
  position: absolute;
  left: -3.5rem;
}
.support__video-hero .support-video__testimonial #sync1 .owl-nav .owl-prev svg {
  width: 1.5rem;
}

/** latest blog style---------------------- **/
.latest__blog-hero .latest__blog-left .blog-left_content h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #939191;
}
.latest__blog-hero .latest__blog-left .blog-left_content h4 {
  font-family: "Inter";
  font-size: 1.875rem;
  font-weight: 700;
  color: #191617;
}
.latest__blog-hero .latest__blog-left .blog-left_content p {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.6;
}
.latest__blog-hero .latest__blog-left .blog-left_content a {
  font-size: 1.125rem;
  font-weight: 600;
}
.latest__blog-hero .latest__blog-right .blog-right_content .right-inner_content h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #939191;
}
.latest__blog-hero .latest__blog-right .blog-right_content .right-inner_content h4 {
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 700;
  color: #191617;
}
.latest__blog-hero .latest__blog-right .blog-right_content .right-inner_content p {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.6;
}
.latest__blog-hero .latest__blog-right .blog-right_content .right-inner_content a {
  font-size: 1.125rem;
  font-weight: 600;
}

.outer {
  background-image: url("../image/footer/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 4rem;
  background-color: #fff;
}
.outer .row {
  border-top: 1px solid #fff;
}
.outer .row h4 {
  color: #fff;
  font-size: 1.15rem;
  font-family: "Inter";
  padding-bottom: 1rem;
  font-weight: 500;
}
.outer .row ul {
  margin: 0;
  padding: 0;
}
.outer .row ul li {
  list-style: none;
  padding-bottom: 0.25rem;
}
.outer .row ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.85rem;
  font-family: "Inter";
  font-weight: 400;
  display: inline-block;
  padding-bottom: 0.55rem;
}
.outer .row .footer-form {
  display: flex;
  padding-bottom: 1.5rem;
}
.outer .row .footer-form .form-control {
  padding-left: 2rem;
  font-size: 0.875rem;
  border-radius: 3rem;
  height: 3.5rem;
  width: 25rem;
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.outer .row .footer-form .form-control:focus {
  outline: unset;
  border-color: #fff;
  box-shadow: unset;
}
.outer .row .footer-form button {
  border-radius: 50%;
  background-color: #f48646;
  display: inline-block;
  padding: 1.1rem;
  color: #fff;
  width: 3.8rem;
  border: none;
  outline: none;
  margin-left: -3rem;
}
.outer .row p {
  color: #fff;
  font-size: 0.85rem;
  font-family: "Inter";
  font-weight: 400;
}
.outer .footer_copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
}
.outer .copy-left ul {
  display: flex;
}
.outer .copy-left ul li {
  list-style: none;
}
.outer .copy-left ul li a {
  color: #191617;
  font-size: 0.85rem;
  font-family: "Inter";
  font-weight: 500;
}
.outer .copy-right p {
  color: #191617;
  font-size: 0.85rem;
  font-family: "Inter";
  font-weight: 500;
}

.automation__software {
  text-align: center;
  position: relative;
}
.automation__software::before {
  content: "";
  background-image: url(../image/service/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  bottom: 25%;
  width: 20%;
  height: 50%;
}
.automation__software::after {
  content: "";
  background-image: url(../image/service/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  top: -30%;
  width: 20%;
  height: 50%;
}
.automation__software .container {
  margin-bottom: -400px;
}
.automation__software .orange__arrow {
  position: relative;
  z-index: 1;
}
.automation__software img {
  display: block;
  margin: 2.5rem auto 0;
}
.automation__software img.saas__ {
  margin: 0 auto 6rem;
}
.automation__software h4 {
  color: #f48646;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: "Inter";
  font-weight: 600;
}
.automation__software h3 {
  margin-bottom: 1.5rem;
}
.automation__software p {
  margin-bottom: 2rem;
}

.digital__presence {
  background-color: #191617;
  background-size: cover;
  position: relative;
  margin-top: -1px;
  color: #fff;
}
.digital__presence::before {
  content: "";
  background-image: url(../image/service/go-vote-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  top: 10%;
  width: 10%;
  height: 85%;
}
.digital__presence::after {
  content: "";
  background-image: url(../image/service/go-vote-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  top: 10%;
  width: 10%;
  height: 85%;
}
.digital__presence h4 {
  color: #f48646;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: "Inter";
  font-weight: 600;
}
.digital__presence h3 {
  margin-bottom: 1.5rem;
}
.digital__presence p {
  margin-bottom: 0;
}
.digital__presence .digital__presence__card {
  background-color: #fff;
  color: #191617;
  padding: 1.5rem 1.5rem 3rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  margin: 3rem 0 5.5rem;
  position: relative;
}
.digital__presence .digital__presence__card::after {
  content: "";
  background-image: url(../image/service/colored-border.png);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
}
.digital__presence .digital__presence__card h5 {
  border-bottom: 3px solid orange;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1.25rem;
  padding: 0 1rem 0.5rem 0;
}
.digital__presence .digital__presence__card h5 i {
  color: #f48646;
  font-size: 1.35rem;
  padding-left: 0.6rem;
}
.digital__presence .digital__presence__card p {
  line-height: 1.4;
}

.automation__ .black-border-button {
  position: relative;
  z-index: 1;
}

.media__buying {
  position: relative;
}
.media__buying::after {
  content: "";
  background-image: url(../image/service/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  top: -25%;
  width: 10%;
  height: 60%;
}
.media__buying h6 {
  color: #f48646;
  margin-bottom: 0.8rem;
}
.media__buying h3 {
  margin-bottom: 1.5rem;
}
.media__buying p {
  margin-bottom: 1.25rem;
}

.survey__management {
  background-color: #191617;
  padding: 9rem 0 6rem;
  color: #fff;
}
.survey__management h2 {
  font-size: 6.875rem;
  display: inline-block;
  position: relative;
  margin-bottom: 10rem;
}
.survey__management h2::before {
  content: "";
  background-image: url(../image/service/hand.png);
  width: 47%;
  height: 380px;
  position: absolute;
  right: -12%;
  top: -24%;
  background-size: contain;
  background-repeat: no-repeat;
}
.survey__management h2::after {
  content: "Features";
  font-size: 2.75rem;
  background-color: #f48646;
  font-family: "Inter";
  color: #191617;
  position: absolute;
  right: 0.5rem;
  bottom: -4.25rem;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  transform: rotate(-7deg);
}
.survey__management h2 span {
  font-size: 5.375rem;
  display: inline-block;
}
.survey__management ul {
  padding: 0;
  text-align: left;
  list-style: none;
}
.survey__management ul li {
  margin-bottom: 4rem;
}
.survey__management ul li:hover h3 {
  color: #f48646;
  transition: 300ms ease-in-out;
}
.survey__management ul li:hover h4::after {
  content: url("../image/service/curve-arrow-right.png");
  position: absolute;
  display: inline-block;
  right: -5rem;
  top: -2rem;
}
.survey__management ul li h3 {
  color: #404040;
  font-family: "Inter";
  font-size: 5.625rem;
  font-weight: 700;
}
.survey__management ul li h4 {
  font-family: "NothingYou";
  position: relative;
}
.survey__management ul li p {
  font-weight: 400;
  line-height: 1.25;
}

.get__info h4 {
  text-transform: uppercase;
}
.get__info input,
.get__info textarea {
  border: 1px solid #c9c9c9;
  margin-bottom: 1rem;
  line-height: 2.278;
  padding: 1rem;
  font-size: 1.125rem;
}
.get__info input:focus,
.get__info textarea:focus {
  box-shadow: 0 0 0.25rem #f48646;
  border-color: #f9efe4;
}

.bg-saas {
  background: linear-gradient(180deg, #ffe6cb 0%, rgba(255, 230, 203, 0) 100%);
  position: relative;
}
.bg-saas::before {
  content: "";
  background-image: url(../image/service/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -39%;
  width: 14%;
  height: 92%;
}
.bg-saas::after {
  content: "";
  background-image: url(../image/service/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  top: 6%;
  width: 14%;
  height: 71%;
}

.saas-product {
  padding: 5rem 0;
}
.saas-product h4 {
  color: #f48646;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Inter";
  text-transform: uppercase;
}
.saas-product h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  padding-bottom: 2rem;
  letter-spacing: 0.2rem;
}
.saas-product .saas-product-card {
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  background-color: white;
  border-radius: 2rem;
  display: flex;
}
.saas-product .saas-product-card img {
  padding-left: 0.6rem;
}
.saas-product .saas-product-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Inter";
  padding-left: 1rem;
  margin: 0;
  align-items: center;
  text-transform: capitalize;
}
.saas-product .saas-product-card p {
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
  padding-left: 1rem;
  opacity: 50%;
}

.saas_otther_need .saas__desc h6 {
  color: #f48646;
  margin-bottom: 0.8rem;
}
.saas_otther_need .saas__desc h3 {
  margin-bottom: 1.5rem;
}
.saas_otther_need .saas__desc p {
  font-family: "Inter";
  color: #2f2f30;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
}

.contact__ {
  background-image: url(../image/service/contact-round-line.svg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.video_first_sec {
  background-image: url(../image/videos/yc_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}
.video_first_sec a {
  position: relative;
}
.video_first_sec .play-btn {
  border: unset;
  position: absolute;
  background-color: transparent;
  top: 0%;
  left: 45%;
}
.video_first_sec h5 {
  font-family: "BowlbyOne";
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.937rem;
}
.video_first_sec h4 {
  color: #f48646;
  margin-top: 14rem;
  font-weight: 600;
}
.video_first_sec p {
  font-size: 1.476rem;
  font-weight: 400;
  line-height: 1.786rem;
}

.videos h4 {
  margin-top: 1.8rem;
  font-family: "BowlbyOne";
  color: #191617;
  font-weight: 400;
}
.videos .vdo_heading {
  font-family: "BowlbyOne";
}
.videos .latest_video {
  position: relative;
}
.videos .latest_video .play-btn {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);
}
.videos .latest_video .play-btn img {
  height: 2.5rem;
  width: 6rem;
}

.video-card {
  margin: 3rem 0;
}
.video-card a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.video-card .play-btn {
  display: inline-block;
  border: unset;
  padding: 0;
  position: absolute;
  display: block;
  left: 40%;
  top: 42%;
  background-color: transparent;
}

.border-right {
  border-right: 1px solid #000;
}

.border-bottom {
  border-bottom: 1px solid #000 !important;
}

.support p {
  font-size: 1.476rem;
}
.support h4 {
  font-family: "BowlbyOne";
  text-transform: uppercase;
}
.support .vdo-btn {
  background: transparent;
  border: unset;
}

.blog__banner__bg {
  background: linear-gradient(180deg, #ffe6cb 0%, rgba(255, 230, 203, 0) 130%);
  padding: 5rem 0;
}
.blog__banner__bg .banner__text {
  text-align: center;
  justify-content: center;
}
.blog__banner__bg .banner__text h3 {
  font-weight: 600;
  font-size: 1.875rem;
  color: #f48646;
  text-transform: uppercase;
  font-family: "Inter";
}
.blog__banner__bg .banner__text h2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: "BowlbyOne";
}

.breaking__bg {
  background: #ffe6cb;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  padding: 5rem 0rem 30rem 0rem;
}
.breaking__bg .row {
  border: 1px solid #191617;
  padding: 3rem;
  border-radius: 1.25rem;
}
.breaking__bg .breaking__text h2 {
  font-weight: 700;
  font-size: 3rem;
  font-family: "Inter";
  text-transform: capitalize;
  padding-top: 0.5rem;
}
.breaking__bg .breaking__text p {
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
.breaking__bg .breaking__text a {
  color: #f48646;
  font-size: 1rem;
  font-weight: 500;
}

.blog__ {
  margin-top: -32rem;
}

.breadcrum__menu {
  background: #ffdfbb;
  border-radius: 3.281rem;
  padding: 1.9rem 0;
}
.breadcrum__menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  align-items: center;
}
.breadcrum__menu ul li {
  margin-left: 0.5rem;
}
.breadcrum__menu ul li a {
  text-decoration: none;
  color: #191617;
  font-size: 1.125rem;
  font-weight: 600;
}
.breadcrum__menu ul li a span {
  font-weight: 600;
  font-size: 1.25rem;
  margin-right: 1.6rem;
}
.breadcrum__menu ul li a span .imgarrow {
  vertical-align: baseline;
}

.blog__detail .blog__heading h2 {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 3.375rem;
  font-family: "Inter";
}
.blog__detail .blog__submain__heading ul li {
  padding: 0;
}
.blog__detail .blog__submain__heading .heading__border {
  border-left: 4px solid #ffd2a4;
  padding-left: 2rem;
}
.blog__detail .blog__submain__heading .heading__border p {
  font-weight: 400;
  font-size: 1.5rem;
}
.blog__detail .blog__submain__heading h2 {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 1rem;
  font-family: "Inter";
}
.blog__detail .blog__submain__heading p {
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
}
.blog__detail .blog__submain__heading h3 {
  font-size: 2rem;
  font-family: "Inter";
  font-weight: 700;
  padding: 1.2rem 0rem;
}

.about__top-hero {
  position: relative;
}
.about__top-hero::before {
  content: "";
  background-image: url(../image/service/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  top: 5%;
  width: 13%;
  height: 53%;
}
.about__top-hero::after {
  content: "";
  background-image: url(../image/service/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  top: 5%;
  width: 13%;
  height: 50%;
}

.about-your-campaign .about-your-campaign__card {
  background-color: #fff;
  color: #191617;
  padding: 1.5rem;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  margin: 3rem 0 1.5rem;
  position: relative;
}
.about-your-campaign .about-your-campaign__card::after {
  content: "";
  background-image: url(../image/service/colored-border.png);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
}
.about-your-campaign .about-your-campaign__card h6 {
  font-size: 1.375rem;
  font-weight: 600;
}
.about-your-campaign .about-your-campaign__card p {
  line-height: 1.4;
}

.coming__soon {
  text-align: center;
  padding-top: 10rem;
}
.coming__soon h2 {
  font-size: 5rem;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */