/*----------------------------------------------------------------------------------
Project     :  Befeis - Financial Consultation Template
-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
[Table of contents]
default css
topbar area
header area
hero area
about area
services area
counter area
why choose us area
protfolio area
newsletter area
team area
testimonials area
faq area
blog area
footer area
--------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
    default css
---------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Rubik:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*-------------------------------------------------------------------------------------
    font-face css
---------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.eot);
  src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
/*-------------------------------------------------------------------------------------
    color
---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
    typography
---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
    style
---------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  font-weight: 300;
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
  color: #fff;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #647589;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #647589;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #647589;
  font-size: 14px;
}

::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #647589;
  font-size: 14px;
}

::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #647589;
  font-size: 14px;
}

a,
button, .button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
button.slick-arrow svg {
  font-size: 30px;
}

a {
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 400;
}
a.button {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  margin-bottom: 0;
  line-height: 1.7;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background: #cccdce;
  border-radius: 7.5px;
}

.button {
  padding: 17px 60px;
  background: #e73653;
  display: inline-block;
  border-radius: 29px;
}
.button:hover {
  background: #ba1631;
  cursor: pointer;
}
.button a {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}
.button a:hover {
  color: #fff;
}
.button svg {
  margin-left: 4px;
  font-size: 14px;
}

.top-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 25px;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  color: #fff;
  background: #e73653;
  text-align: center;
  cursor: pointer;
  display: none;
  border-radius: 25px;
}
.top-btn:hover {
  color: #333;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#loading {
  background-color: #eee;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loading-center img {
  width: 300px;
}

.object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/*
@-webkit-keyframes {
	animate {
		50% {
        -ms-transform: rotate(360deg) scale(0.8);
		-webkit-transform: rotate(360deg) scale(0.8);
		transform: rotate(360deg) scale(0.8);
	}
	video-pulse-presentation {
		0% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
		box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
	}
}
} {
	@keyframes {
		animate {
			50% {
        -ms-transform: rotate(360deg) scale(0.8);
			-webkit-transform: rotate(360deg) scale(0.8);
			transform: rotate(360deg) scale(0.8);
		}
		video-pulse-presentation {
			0% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
			box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
		}
	}
	.top-bar {
		background: #fff;
		padding: 22px 0 22px 0;
		border-bottom: 1px solid rgba(100, 117, 137, 0.2);
	}
	.hero-text {
		h1 {
			color: #fff;
			font-size: 55px;
			font-weight: bold;
			text-transform: capitalize;
			letter-spacing: 1px;
			margin-bottom: 10px;
		}
	}
	.progress-wrapper {
		display: flex;
		align-items: center;
		margin: 30px 0 30px 0;
	}
}
*/
.top-bar .phone,
.clock,
.envelope,
.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgba(100, 117, 137, 0.2);
  padding-right: 35px;
  margin-right: 35px;
}

.location {
  border-right: none;
  margin-right: 40px;
  padding-right: 0;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icon svg:last-child {
  margin-right: 0;
}
.social-icon a {
  margin-right: 5px;
  padding: 6px 5px;
}
.social-icon a:hover {
  background: #e73653;
  color: #fff;
}

.phone .icon,
.clock .icon,
.envelope .icon,
.location .icon {
  margin-right: 10px;
}

.phone .text p, .clock .text p, .envelope .text p, .location .text p {
  font-size: 10px;
}

.bold {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.site-logo img {
  width: 100%;
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu ul li {
  margin-left: 36px;
  position: relative;
}
.main-menu ul li a {
  padding: 40px 0;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.main-menu ul li.header-cta a {
  color: #fff;
}
.main-menu ul li:hover > a {
  color: #e73653;
}
.main-menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li ul.submenu {
  display: block;
  position: absolute;
  background: #ffffff;
  width: 200px;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-top: 5px solid #e73653;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.main-menu ul li ul.submenu li {
  margin: 0;
  display: block;
}
.main-menu ul li ul.submenu li a {
  padding: 7px 30px;
}
.main-menu ul li ul.submenu li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #2878eb;
  position: absolute;
  left: 27px;
  top: 48%;
  -webkit-transform: none;
  transform: none;
  margin-top: -1px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.main-menu ul li ul.submenu li a:hover {
  padding-left: 50px;
}
.main-menu ul li ul.submenu li:hover a:before {
  opacity: 1;
  width: 15px;
}
.main-menu ul .header-cta {
  margin-left: 80px;
}
.main-menu ul .header-cta:hover > a {
  color: #fff;
}
.main-menu ul .header-cta a {
  padding: 0;
}
.main-menu ul .header-cta a:hover {
  color: #fff;
}
.main-menu ul .user-cta a {
  padding: 0;
}

.main-menu ul .user-cta,
.home-two-header-bg .user-cta svg {
  margin-left: 35px;
}

.main-menu ul .user-cta svg,
.home-two-header-bg .user-cta svg {
  font-size: 16px;
}

.hero-utility {
  padding: 150px 120px;
  position: relative;
}

.single-slider-one {
  background: url("../images/hero-img.png") top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-slider-two {
  background: url("../images/hero-img-2.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-slider-one::before,
.single-slider-two::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/overlay.png");
}

/*
.pulse {
	background-color: #fff;
	border: 1px solid #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	-webkit-animation: video-pulse-presentation 2s linear infinite;
	animation: video-pulse-presentation 2s linear infinite;
	transition: .3s linear all;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 35px;
	svg {
		color: $color_main;
	}
}
40% {
	-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
	box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
	-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
	box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
}
80% {
	-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
	box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
	-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
	box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
}
100% {
	-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
	box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
	-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
	box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
	opacity: 1;
}
*/
.active-slider .slick-arrow {
  color: #fff;
  background: #fff;
  border: none;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  outline: none;
}
.active-slider .slick-next {
  display: block;
  position: absolute;
  top: 43%;
  left: 90%;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  background: none;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}
.active-slider .slick-prev {
  display: inline-block;
  position: absolute;
  left: 90%;
  top: 50%;
  right: 1%;
  z-index: 9999;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  background: none;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}

.slick-slide img {
  display: inline-block;
}

.slick-next.pull-right.slick-arrow {
  display: inline-block;
  border: none;
  background: transparent;
  color: #e73653;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 2%;
  top: -28%;
  font-size: 20px;
}

.slick-prev.pull-left.slick-arrow {
  display: inline-block;
  border: none;
  background: transparent;
  color: #e73653;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -28%;
  right: 6%;
}

.sub-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-heading p {
  color: #e73653;
  font-weight: 500;
}

.section-title h2 {
  color: #333;
  font-size: 50px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 20px;
}
.section-title h3 {
  font-family: "Noto Sans JP", sans-serif;
}

.about {
  padding: 188px 0 188px 0;
  background: #FBFCFD;
}
.about .section-title h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.text-content {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 15px;
}
.text-content p {
  line-height: 2.4;
  font-weight: 400;
}
.text-content .padding-text {
  padding-right: 100px;
}

.about-btn {
  color: #fff;
  margin-top: 28px;
}

.progress-bar {
  position: relative;
  height: 100px;
  width: 100px;
  background-color: transparent;
}
.progress-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 75px;
  height: 75px;
  width: 75px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
}
.progress-bar .background {
  background-color: #b3cef6;
  background-color: rgb(187, 187, 187) !important;
}
.progress-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: #e73653;
}
.progress-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.progress-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  background-color: #e73653;
}

/*
@keyframes {
	toggle {
		0% {
        opacity: 0;
	}
}
*/
.progress-one, .progress-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress-one h5, .progress-two h5 {
  margin-left: 10px;
  font-size: 18px;
  padding-right: 15px;
  line-height: 25px;
}

.progress-bar .rotate, .progress-bar .right {
  background-color: #e73653 !important;
}

.about-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.about-img img {
  width: 100%;
}
.about-img img.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.experience {
  position: absolute;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 36px 115px;
  left: -14%;
  bottom: -13%;
}
.experience span {
  font-size: 120px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.experience p {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

.quote {
  position: absolute;
  top: -7%;
  right: -9%;
  background: #e73653;
  color: #fff;
  padding: 48px 43px;
  max-width: 331px;
}
.quote h5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.quote-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.quote-info img {
  border-radius: 50%;
}
.quote-info .meta-info {
  margin-left: 15px;
}
.quote-info .meta-info p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.offer {
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fbfbfb;
  padding: 135px 0 135px 0;
}
.offer .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
}
.offer .margin-top {
  margin-top: 30px;
}

.offer-wrapper {
  background: #fff;
  padding: 20px 31px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: #eee solid 1px;
}
.offer-wrapper .service-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  margin: 0;
}
.offer-wrapper .service-logo img {
  max-width: 100%;
}
.offer-wrapper .service-logo.agt img {
  width: 280px;
}
.offer-wrapper .service-logo.travelist img {
  width: 260px;
}
.offer-wrapper .service-logo.hotelista img {
  width: 180px;
}
.offer-wrapper .service-logo.bpo img {
  width: 100px;
}
.offer-wrapper .service-logo.gallant img {
  width: 160px;
}
.offer-wrapper p {
  font-size: 14px;
}
.offer-wrapper iconify-icon {
  margin-bottom: 18px;
  color: #e73653;
  font-size: 40px;
}
.offer-wrapper h5 {
  color: #333;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 18px;
}
.offer-wrapper .service-link {
  color: #e73653;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.offer-wrapper .service-link:hover {
  text-decoration: underline;
}

.counter {
  padding: 135px 0 67px;
}

.counter-img {
  position: relative;
}
.counter-img img {
  width: 100%;
  height: 100%;
}
.counter-img img.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.counter-wrapper {
  margin-top: 20px;
}
.counter-wrapper .single-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(100, 117, 137, 0.3);
  padding-bottom: 28px;
}
.counter-wrapper .single-counter img {
  margin-right: 39px;
}
.counter-wrapper .single-counter:last-child {
  border-bottom: none;
}
.counter-wrapper .single-counter.pt-28 {
  padding-top: 28px;
}
.counter-wrapper h2 {
  font-weight: 600;
  font-size: 35px;
  color: #e73653;
}
.counter-wrapper p {
  font-weight: 500;
  color: #333;
  margin-left: 40px;
}

.choose {
  padding: 67px 0 67px;
}

.choose-content .text-content .first-child {
  margin-bottom: 26px;
}

.list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}
.list-content:last-child {
  margin-bottom: 0;
}
.list-content svg {
  color: #e73653;
  padding: 5px;
  font-size: 25px;
  border: 1px solid rgba(100, 117, 137, 0.3);
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 15px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.list-content p {
  padding-right: 15px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.list-content:hover {
  cursor: pointer;
}
.list-content:hover > p {
  color: #333;
}
.list-content:hover > svg {
  color: #fff;
  background: #e73653;
  border: none;
}

.signature {
  margin-top: 34px;
}
.signature .meta-info {
  margin-top: 10px;
}
.signature .meta-info p {
  color: #e73653;
  font-weight: 500;
}
.signature img {
  margin-bottom: 10px;
}
.signature .name-desig h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e73653;
}
.signature .name-desig p {
  font-size: 16px;
  color: #061028;
}

.portfolio {
  padding: 67px 0 135px;
}
.portfolio .section-title {
  margin-bottom: 65px;
}

.portfolio-images {
  position: relative;
  width: 100%;
}
.portfolio-images img {
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.portfolio-images img.overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio-images img:hover {
  cursor: pointer;
}
.portfolio-images:hover > .overlay {
  opacity: 0;
}

.hovered-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.hovered-text:hover > .portfolio-images > .overlay {
  opacity: 0;
}

.icon-arrow {
  background: #fff;
  color: #e73653;
  padding: 5px;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -68%;
  right: 13%;
  z-index: 999999;
}
.icon-arrow:hover {
  cursor: pointer;
}

.hovered-state {
  background: #e73653;
  color: #fff;
  padding: 22px 29px;
  position: absolute;
  max-width: 270px;
  bottom: 0;
}
.hovered-state iconify-icon {
  font-size: 30px;
}
.hovered-state h5 {
  margin: 5px 0;
}
.hovered-state p {
  color: #fff;
  font-size: 14px;
}

.single-portfolio:hover > .hovered-text {
  opacity: 1;
  visibility: visible;
}

.appointment {
  background: url("../images/appointment-bg.png") top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 76px 0;
  padding-bottom: 67px;
}

.appointment .sub-heading p,
.appointment h2 {
  color: #fff;
}

.appointment-cta {
  background: #fff;
}
.appointment-cta:hover {
  background: #fff;
}
.appointment-cta a {
  color: #e73653;
}
.appointment-cta a:hover {
  color: #e73653;
}

.d-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.team {
  padding: 67px 0 67px;
}
.team .section-title {
  margin-bottom: 65px;
}
.team .team-slider .slick-next.pull-right.slick-arrow {
  right: 46%;
  top: 112%;
}
.team .team-slider .slick-prev.pull-left.slick-arrow {
  right: 50%;
  top: 112%;
}

.team-images .overlay {
  height: 100%;
  width: 100%;
}

.single-team .hovered-state {
  width: 270px;
  text-align: center;
}
.single-team .hovered-state p {
  font-size: 10px;
}
.single-team .hovered-state h5 {
  font-weight: 600;
  font-size: 20px;
}
.single-team .hovered-state .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-team .hovered-state .social a {
  font-size: 15px;
  color: #fff;
  margin-right: 20px;
}

.testimonials {
  position: relative;
  z-index: 2;
  padding: 67px 0 67px;
}
.testimonials .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.testimonials .testimonial-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.testimonials .testimonial-wrapper h5 {
  font-size: 26px;
}
.testimonials .testimonial-wrapper p {
  font-size: 14px;
  color: #333;
}
.testimonials .testimonial-wrapper p + p {
  margin-top: 12px;
}
.testimonials .testimonial-wrapper p span {
  font-weight: 700;
  display: block;
  font-emphasize: 15px;
}
.testimonials .testimonial-wrapper ul {
  margin-top: 20px;
}
.testimonials .testimonial-wrapper ul li {
  font-size: 14px;
  list-style-type: disc;
  margin-left: 1em;
  line-height: 1.8;
}
.testimonials .testimonial-wrapper a {
  margin-top: 28px;
}
.testimonials .ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.testimonials .info-link {
  padding: 60px 40px;
}
.testimonials .info-link ul li {
  line-height: 2;
}
.testimonials .info-link ul li svg {
  color: #e73653;
}
.testimonials .info-link a:hover {
  color: #e73653;
}

.testimonial-wrapper {
  background: #fff;
  padding: 52px 33px;
  -webkit-box-shadow: 0px 7px 55px rgba(52, 62, 97, 0.06);
          box-shadow: 0px 7px 55px rgba(52, 62, 97, 0.06);
}
.testimonial-wrapper .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.testimonial-wrapper .client-info img {
  border-radius: 50%;
}
.testimonial-wrapper .client-name h5 {
  font-weight: 600;
  color: #e73653;
}
.testimonial-wrapper .client-name span {
  font-size: 13px;
}

.maps {
  position: relative;
  margin-bottom: -150px;
}
.maps .pulse {
  background: #e73653;
  margin-right: 100px;
}
.maps .pulse svg {
  color: #fff;
}
.maps .padding-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.faq {
  padding: 135px 0 67px;
}

.faq-btn {
  color: #fff;
  padding: 15px 33px;
  margin-top: 20px;
}

.faq-para {
  margin-top: 10px;
}

.btn.btn-link.btn-block.text-left {
  color: #e73653;
  text-decoration: none;
}
.btn.btn-link.btn-block.text-left.collapsed {
  color: #333;
}

.btn.btn-link.btn-block.text-left:hover,
.btn.btn-link.btn-block.text-left:active {
  text-decoration: none;
  color: #333;
}

.card {
  border-right: 0;
  border-left: 0;
}
.card:first-child {
  border-top: 0;
}
.card:last-child {
  border-bottom: 0;
}

.card-header {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-body {
  color: #647589;
  font-weight: 400;
}

.blog {
  padding: 100px 0;
  background: #f3f4f5;
}
.blog .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
}

.blog-content {
  background: #fff;
  -webkit-filter: drop-shadow(0px 7px 55px rgba(52, 62, 97, 0.06));
          filter: drop-shadow(0px 7px 55px rgba(52, 62, 97, 0.06));
  padding: 40px 25px;
  border-radius: 0 0 8px 8px;
}
.blog-content h5 {
  color: #333;
  line-height: 1.6;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.blog-content a {
  letter-spacing: 1px;
  color: #e73653;
  text-decoration: underline;
  font-size: 14px;
}

.blog-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.blog-wrapper .blog-img {
  position: relative;
  height: 220px;
}
.blog-wrapper .blog-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.blog-wrapper .date {
  background: #e73653;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  position: absolute;
  right: 30px;
  bottom: 110px;
  z-index: 2;
}
.blog-wrapper .date p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.center-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.footer {
  background: #f7f7f7;
  padding: 0 0 25px 0;
  margin-top: 67px;
}
.footer .newsletter {
  border-bottom: 1px solid rgba(100, 117, 137, 0.2);
  padding-bottom: 65px;
}
.footer .newsletter h5 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
}
.footer .newsletter input {
  border: none;
  background: #f0f0f0;
  padding: 14px 23px;
  width: 430px;
  position: relative;
}
.footer .newsletter .newsletter-btn {
  color: #fff;
}
.footer .footer-btn {
  margin-top: 40px;
}
.footer .footer-btn .button {
  font-size: 13px;
  padding: 0;
  border-radius: 4px;
  display: block;
  text-align: center;
  width: 180px;
  line-height: 40px;
  margin-bottom: 12px;
}

.widgets {
  border-bottom: 1px solid rgba(100, 117, 137, 0.2);
  padding-bottom: 65px;
}

.d-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget {
  margin-top: 65px;
}
.widget img {
  max-width: 190px;
}
.widget.w-text {
  margin-top: 77px;
}
.widget p {
  font-size: 12px;
  margin-top: 28px;
  line-height: 1.8;
}
.widget h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
.widget ul li {
  margin-bottom: 15px;
}
.widget ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.widget ul li a:hover {
  cursor: pointer;
  color: #333;
}
.widget ul li:last-child {
  margin-bottom: 0;
}

.footer-menu p {
  font-size: 14px;
}
.footer-menu p span {
  color: #e73653;
  font-weight: 700;
}

.footer-copyright {
  background: #f7f7f7;
  padding-bottom: 25px;
}
.footer-copyright p {
  font-size: 12px;
}

.hero-area {
  position: relative;
}
.hero-area .inner-hero {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 110px;
  position: relative;
  /*&::before {
  	content: '';
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	background: $color_black;
  	opacity: .6;
  }*/
}
.hero-area .inner-hero .hero-text {
  text-align: left;
  padding-left: 50px;
  position: relative;
  z-index: 2;
}
.hero-area .inner-hero .hero-text h2 {
  font-size: 56px;
  position: relative;
}
.hero-area .inner-hero .hero-text h2::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/element_red.svg") no-repeat left top;
  height: 30px;
  width: 30px;
  left: -50px;
  top: 18px;
  background-size: contain;
}
.hero-area .inner-hero .hero-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #e73653;
  font-weight: 500;
  margin-top: 20px;
}
.hero-area .inner-hero .hero-text p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
}
.hero-area .inner-hero .hero-text a {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
.hero-area .inner-hero .hero-text a.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.7em;
  margin-right: 0.7em;
  border-right: 1px #ccc solid;
  color: #e73653;
}
.hero-area .inner-hero .hero-text .disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #bbb;
  font-size: 16px;
  line-height: 1;
  margin-top: 0;
}
.hero-area .page-title-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 260px;
  width: calc((100vw - 1170px) / 2 + 760px);
}
.hero-area .page-title-img img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 200px 0 0 0;
}

.service-details {
  padding: 135px 0 67px 0;
}

.service-detail-text h5, .strategy h5 {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-detail-text p {
  font-size: 15px;
}

.service-detail-img img {
  width: 100%;
}

.more-para {
  margin: -45px 0 20px 0;
}
.more-para .col-padding {
  padding: 0;
}

.service-quote {
  background: #e73653;
  max-width: 998px;
  margin: 30px auto;
  padding: 30px 102px;
}
.service-quote p {
  color: #fff;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.service-list-wrapper {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-list-wrapper .list h5 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.service-list-wrapper .list iconify-icon {
  color: #e73653;
  font-size: 25px;
}
.service-list-wrapper .list p {
  font-size: 15px;
  margin-left: 14px;
  color: #333;
}
.service-list-wrapper .list-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.service-list-wrapper .list-desc:last-child {
  margin-bottom: 51px;
}

.blog-page, .blog-details-page {
  padding: 135px 0 67px;
}

.blog-page .blog-wrapper {
  margin-bottom: 30px;
}
.blog-page .blog-wrapper .date {
  bottom: 41%;
}

.pagination {
  margin-top: 35px;
}

.single-pagination {
  background: rgba(100, 117, 137, 0.2);
  padding: 5px 16px;
  margin-right: 10px;
}
.single-pagination.active {
  background: #e73653;
}
.single-pagination.active > a {
  color: #fff;
}
.single-pagination a {
  font-size: 18px;
  color: #647589;
}

.search,
.categories,
.recent-posts,
.tags {
  margin-bottom: 50px;
}

.search input {
  width: 100%;
  padding: 18px 28px;
  border: none;
  background: rgba(100, 117, 137, 0.1);
  position: relative;
}
.search svg {
  background: #e73653;
  color: #fff;
  font-size: 46px;
  padding: 13px;
  position: absolute;
  right: 6%;
  top: 7px;
  cursor: pointer;
}

.categories h5,
.recent-posts h5,
.tags h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #333;
}

.categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.categories ul li:last-child {
  margin-bottom: 0;
}
.categories ul li.active > * {
  color: #e73653;
}

.categories ul li a, .categories ul li span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.single-recent-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.single-recent-wrapper:last-child {
  margin-bottom: 0;
}
.single-recent-wrapper:hover {
  cursor: pointer;
}

.recent-meta {
  margin-left: 14px;
}
.recent-meta a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.recent-meta a:hover {
  color: #e73653;
}
.recent-meta p {
  font-size: 14px;
  font-weight: 400;
  color: #e73653;
  margin-top: 8px;
}

.tag {
  border: 1px solid #333;
  display: inline-block;
  padding: 5px 26px;
  margin: 3px 3px 3px 0;
}
.tag a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.blog-details-wrapper img.blog-banner {
  margin-bottom: 30px;
  width: 100%;
}

.top-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-meta p {
  color: #e73653;
  font-size: 14px;
  font-weight: 500;
}
.top-meta .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-meta .social p {
  margin-right: 18px;
  color: #333;
  font-size: 14px;
}
.top-meta .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-meta .social ul li {
  margin-right: 11px;
}
.top-meta .social ul li a {
  font-size: 12px;
}
.top-meta .social ul li a:hover {
  color: #e73653;
}
.top-meta .social ul li:last-child {
  margin-right: 0;
}

.blog-content-wrapper h2 {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  margin-top: 11px;
}
.blog-content-wrapper p {
  font-size: 15px;
}

.bottom-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  margin-bottom: 17px;
}
.bottom-meta a {
  font-size: 14px;
  margin-left: 8px;
  color: #e73653;
  font-weight: 500;
}
.bottom-meta .comments p {
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

.bottom-meta .date, .author, .comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-details-quote {
  margin: 24px 0;
}
.blog-details-quote p {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  line-height: 35px;
  padding: 0 73px;
}

.paginate-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  border-bottom: 1px solid rgba(100, 117, 137, 0.2);
  padding-bottom: 11px;
}
.paginate-link a {
  color: #333;
  font-size: 14px;
}

.blog-comments {
  margin-top: 44px;
}
.blog-comments h4 {
  font-size: 22px;
  color: #333;
  font-weight: 500;
  margin-bottom: 28px;
}

.single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 56px;
}
.single-comment img {
  border-radius: 50%;
  margin-bottom: 0;
  width: 100px;
}
.single-comment:last-child {
  margin-bottom: 0;
}
.single-comment .name-meta-info .date a {
  font-size: 14px;
  color: #e73653;
  margin-left: 7px;
  font-weight: 600;
}

.name-meta-info {
  margin-left: 18px;
}
.name-meta-info .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}
.name-meta-info .name h5 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.name-meta-info .name span {
  font-size: 14px;
}
.name-meta-info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comment-form {
  margin-top: 52px;
}
.comment-form h4 {
  margin-bottom: 23px;
}
.comment-form input {
  background-color: rgba(100, 117, 137, 0.1);
  border: none;
  padding: 25px 30px;
  width: 100%;
  border-radius: 0;
}
.comment-form input.sm {
  width: 96%;
}
.comment-form textarea {
  border-radius: 0;
  background-color: rgba(100, 117, 137, 0.1);
  border: 0;
}
.comment-form .button {
  color: #fff;
  padding: 15px 33px;
  margin-top: 35px;
}

.form-control:focus {
  color: #647589;
  background-color: rgba(100, 117, 137, 0.1);
  outline: 0;
}

.form-group p {
  color: #e73653;
  font-weight: 500;
  margin-top: 21px;
  margin-bottom: 0;
}

.contact-page {
  padding: 83px 67px;
}

.team-page {
  padding: 135px 0 67px;
}
.team-page .section-title {
  margin-bottom: 65px;
  text-align: center;
}
.team-page .sub-heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mt-30 {
  margin-top: 30px;
}

.portfolio-page {
  padding: 135px 0;
}
.portfolio-page .section-title {
  margin-bottom: 65px;
}

.portfolio-appointment {
  margin: 135px 0 67px;
}

.appointment-faq {
  padding-top: 67px;
}

.portfolio-details {
  padding: 135px 0 67px;
}
.portfolio-details .mt-52 {
  margin: 52px 0;
}
.portfolio-details .mt-top {
  margin: -20% -1%;
}

.p-details-img {
  margin-bottom: 50px;
}

.portfolio-quote {
  padding: 30px 21px;
  margin: 22px 0 52px 0;
}

.p-detail-img-grid:first-child {
  margin-bottom: 30px;
}

.portfolio-list-wrapper {
  margin-top: 0;
}

.p-details-meta {
  -webkit-box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.08);
          box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.08);
  border-top: 8px solid #e73653;
  padding: 65px 53px;
  background: #fff;
}

.p-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 45px;
}
.p-detail-list:last-child {
  margin-bottom: 0;
}
.p-detail-list span {
  margin-right: 39px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.error {
  padding: 135px 0 67px;
}

.error-content {
  text-align: center;
}
.error-content h2 {
  font-size: 180px;
  font-weight: 600;
  color: #333;
}
.error-content h4 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
}

.error-btn {
  padding: 14px 45px;
  color: #fff;
  margin-top: 49px;
}

.faq-page {
  padding: 135px 0 67px;
}

.accordion .card .card-header {
  padding-left: 0;
}

.policy-page {
  padding: 135px 0 67px;
}

.policy-page h2, .terms-page h2, .terms-list-wrapper {
  font-size: 42px;
  padding-left: 80px;
  font-weight: 700;
  line-height: 62px;
  text-transform: capitalize;
  color: #333;
}

.p-l-r {
  margin-bottom: 65px;
}
.p-l-r p {
  font-size: 15px;
  padding-right: 100px;
}

.policy-single h4 {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.policy-single p {
  font-size: 15px;
}

.p-l-r-100 {
  padding: 0 80px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.terms-page {
  padding: 135px 0 67px;
}
.terms-page h2 {
  padding-right: 50px;
}
.terms-page .p-l-r p {
  padding-left: 24px;
}

.para-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
  margin-top: 29px;
}
.para-wrapper .line {
  height: 40px;
  width: 7px;
  background: #e73653;
}

.terms-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 35px;
}
.terms-list-wrapper h6 {
  color: #e73653;
  font-weight: 700;
}
.terms-list-wrapper p {
  font-size: 15px;
}

.p-m-b {
  margin-top: 65px;
}

.skew-div-right {
  position: relative;
}
.skew-div-right::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 177%;
  width: 164px;
  right: -74px;
  bottom: -38%;
  z-index: 10;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-35deg, 0deg);
}
.skew-div-right .site-logo a img {
  position: relative;
  z-index: 11;
}

.skew-div {
  background: #061028;
  position: relative;
}
.skew-div::after {
  content: "";
  position: absolute;
  background: #061028;
  height: 100%;
  width: 74px;
  right: -74px;
}
.skew-div ul li a {
  color: #fff;
}
.skew-div ul li ul.submenu li a {
  color: #061028;
}

.hero-image {
  position: relative;
  height: 100%;
}
.hero-image img {
  width: 100%;
  height: 100%;
}

.abt-highlight {
  background: url("../images/abt-highlight-bg.png") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 42px;
  margin: 20px 0;
}

.single-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-highlight:last-child {
  margin-left: 72px;
}
.single-highlight span {
  font-size: 35px;
  font-weight: 700;
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #e73653;
}
.single-highlight h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.cta-text h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.cta-text p {
  color: #fff;
}

.end-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-facility {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 55px rgba(52, 62, 97, 0.06);
          box-shadow: 0px 7px 55px rgba(52, 62, 97, 0.06);
  padding: 33px 32px;
}
.single-facility iconify-icon {
  color: #e73653;
  font-size: 45px;
  margin-bottom: 18px;
}
.single-facility h5 {
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.single-facility p {
  font-size: 15px;
  margin-top: 7px;
}
.single-facility a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.115em;
  color: #333;
  margin-top: 12px;
}

.why-choose-us {
  padding: 67px 0 0;
}
.why-choose-us .choose-text p:last-child {
  margin-bottom: 0;
}
.why-choose-us .signature {
  margin-top: 10px;
}

.why-choose-us .choose-text,
.why-choose-us .choose-text p {
  margin-bottom: 10px;
}

.responsibilities {
  background: url("../images/responsibility-bg.png") no-repeat center center;
  background-size: cover;
  padding: 73px 0;
  margin-bottom: 67px;
}

.single-responsibility h4 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.single-responsibility p {
  font-size: 15px;
  color: #fff;
}

.call-to-action {
  background: #e73653;
  display: inline-block;
  padding: 17px 39px;
  color: #fff;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  margin-top: 20px;
}
.call-to-action:hover {
  background: #ba1631;
}

.dark-blue {
  background: #333;
  position: relative;
  padding: 17px 0;
}
.dark-blue::before {
  background: #333;
  content: "";
  left: -13%;
  top: 0;
  height: 100%;
  width: 80px;
  position: absolute;
}
.dark-blue h3 {
  font-size: 90px;
  font-weight: 700;
  color: #e73653;
  opacity: 0.2;
}
.dark-blue h6 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-left: -48px;
}

.light-blue {
  background: #e73653;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.light-blue::after {
  background: #e73653;
  content: "";
  right: -12%;
  top: 0;
  height: 100%;
  width: 78px;
  position: absolute;
}
.light-blue h3 {
  font-size: 90px;
  font-weight: 700;
  color: #FBFCFD;
  opacity: 0.2;
}
.light-blue h6 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-left: -48px;
}

.abt-lg-txt {
  background: #FBFCFD;
  border-left: 3px solid #e73653;
  padding: 27px 52px;
  margin-top: 20px;
}
.abt-lg-txt h4 {
  color: #333;
  font-size: 25px;
  font-weight: 600;
  line-height: 37px;
}
.abt-lg-txt h4 span {
  color: #e73653;
  font-weight: 700;
}

.facility-image {
  margin-bottom: 45px;
  margin-top: 67px;
}
.facility-image img {
  width: 100%;
}

.h-3-facility-wrapper {
  background: #FBFCFD;
  padding: 208px 61px;
}

.h-3-mt {
  margin-top: -34%;
}

.h-3-mt-65 {
  margin-top: -115px;
}

.single-btn {
  font-size: 16px;
  font-weight: 500;
  color: #061028;
  background: transparent;
  border: none;
  margin-right: 36px;
}
.single-btn:last-child {
  margin-right: 0;
}

.tab-btn-wrapper .active-item {
  color: #e73653;
}/*# sourceMappingURL=style.css.map */