@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap");
@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/futurabookbt.ttf");
}
@font-face {
  font-family: "Futura Hv BT";
  src: url("../fonts/futuraheavybt.ttf");
}
@font-face {
  font-family: "Futura Lt BT";
  src: url("../fonts/Futura Light BT.ttf");
}
@font-face {
  font-family: Caroline;
  src: url("../fonts/Caroline.otf");
}
* {
  padding: 0px;
  margin: 0px;
}

body {
  color: #000;
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

span.italic_hd {
  color: var(--Green, #49b1bc);
  font-family: Caroline;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.btn {
  border-radius: 30px;
  background: var(--Purple, #36013f);
  border: 1px solid #36013f;
  padding: 16px 36.4px;
  color: var(--White, #fff);
  font-family: "Futura Bk BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.4s;
}
.btn:hover {
  color: #36013f;
  background-color: #fff;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

h1 {
  color: var(--Pink, #ff2273);
  font-family: "Futura Bk BT";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 24px;
}

h2 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Futura Bk BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 0;
}

h3 {
  color: var(--black, #000);
  font-family: "Futura Bk BT";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 30px;
}

h4 {
  color: var(--black, #000);
  text-align: center;
  font-family: "Futura Bk BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

p {
  color: var(--Paragraph, #535353);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 12px;
}

header {
  width: 100%;
  background-color: #fff;
}
header .top-part {
  background: var(--Deep-purple, #36013f);
  padding: 18px 0;
  text-align: center;
}
header .top-part p {
  color: var(--White, #fff);
  font-family: "Futura Bk BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
header .top-part p a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8588235294);
}
header .menu-area .totl_head {
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-area .totl_head .main_logo {
  max-width: 204px;
}
header .menu-area .totl_head .main_logo img {
  width: 100%;
}
header .menu-area .totl_head .main_links {
  width: calc(100% - 794px);
}
header .menu-area .totl_head .main_links #navigation ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 36px;
  column-gap: 16px;
  position: relative;
}
header .menu-area .totl_head .main_links #navigation ul li {
  font-family: "Futura Lt BT";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
header .menu-area .totl_head .main_links #navigation ul li a {
  color: #000;
  padding: 10px;
}

.hero_bnnr {
  position: relative;
}
.hero_bnnr::before {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(115deg, rgb(255, 255, 255) 44%, rgba(255, 221, 238, 0) 61%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffddee", GradientType=1);
  inset: 0;
}
.hero_bnnr .bnnr {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.hero_bnnr .top_text_div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 135px 0 138px;
  position: absolute;
  top: 0;
  left: 0;
}
.hero_bnnr .top_text_div h1 {
  border-bottom: 1px solid #49b1bc;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.hero_bnnr .top_text_div p {
  padding: 24px 0;
  font-size: 18px;
  line-height: 32px;
  max-width: 495px;
  margin-bottom: 0;
}
.hero_bnnr.innr_bnnr {
  background-color: rgba(54, 1, 63, 0.9098039216);
}
.hero_bnnr.innr_bnnr .top_text_div {
  padding: 74px 0;
}
.hero_bnnr.innr_bnnr .bnnr {
  opacity: 0.1;
}
.hero_bnnr.innr_bnnr::before {
  display: none;
}

.cmpny_logo {
  padding-top: 60px;
  overflow: hidden;
}
.cmpny_logo h4 {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 0px;
}
.cmpny_logo h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/Line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 4px;
}
.cmpny_logo .logo2 {
  width: 100%;
  padding: 24px 0;
  position: relative;
}
.cmpny_logo .logo2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/Line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 4px;
}
.cmpny_logo .logo2 .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.cmpny_logo .logo2 .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
.cmpny_logo .logo2 .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
  align-items: center;
}
.cmpny_logo .logo2 .swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 250px;
}
.cmpny_logo .logo2 .swiper-slide img {
  width: 100%;
}
@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.cmpny_logo.srvc {
  padding: 40px 0 50px;
}
.cmpny_logo.prtflo {
  padding: 30px 0 40px;
}
.cmpny_logo.prtflo .owl-carousel .item .testi .btn {
  margin: auto;
  display: table;
}

.offer {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #ebe6ec;
}
.offer .row {
  row-gap: 34px;
}
.offer .row .col-lg-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.offer .card {
  height: 100%;
  border-radius: 12px;
  border: 1px solid var(--Deep-purple, #36013f);
  background: var(--White, #fff);
  padding: 24px 16px;
}
.offer .card.txt {
  padding: 0;
  border: none;
  background-color: transparent;
}
.offer .card.txt .italic_hd {
  color: #36013f;
}
.offer .card.txt h3 {
  margin-top: 16px;
  margin-bottom: 63px;
}
.offer .card.txt .btn_grp {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.offer .card.txt .btn_grp .btn {
  min-width: 150px;
  padding: 16px 22px;
}
.offer .card.txt .btn_grp .btn2 {
  background-color: transparent;
  color: #36013f;
}
.offer .card .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--Deep-purple, #36013f);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.offer .card h6 {
  margin: 16px 0;
  text-align: center;
}
.offer .card p {
  text-align: center;
  line-height: 26px;
  margin-bottom: 0;
}
.offer.wrk_sec {
  background-color: #fff;
}
.offer.wrk_sec .italic_hd {
  margin-bottom: 20px;
  color: #36013f;
}
.offer.wrk_sec .card.txt h6 {
  color: var(--Paragraph, #535353);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 22px;
}
.offer.wrk_sec .card.txt p {
  text-align: left;
  margin-bottom: 12px;
}
.offer.wrk_sec .card.txt .btn {
  max-width: 202px;
}

.sec_4 {
  padding-top: 60px;
}
.sec_4 span {
  margin: 0 auto;
  display: table;
  margin-bottom: 16px;
}
.sec_4 h3 {
  text-align: center;
  margin-bottom: 0;
}
.sec_4 .row {
  row-gap: 20px;
  margin-top: 40px;
}
.sec_4 .txt {
  border-radius: 12px;
  border: 1px solid var(--Green, #49b1bc);
  background: #d9ecec;
  max-width: 866px;
  padding: 20px;
  margin: auto;
}
.sec_4 .txt .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #49b1bc;
}
.sec_4 .txt p {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.testimonial {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #d9ecec;
}
.testimonial span {
  margin: 0 auto;
  display: table;
  margin-bottom: 16px;
}
.testimonial h3 {
  text-align: center;
  margin-bottom: 0;
}
.testimonial .row {
  margin-top: 32px;
}
.testimonial .owl-carousel .item .clnt_img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #ff2273;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .owl-carousel .item p {
  text-align: center;
  max-width: 1090px;
  margin: auto;
  margin-bottom: 0;
  margin-top: 24px;
}
.testimonial .owl-carousel .item p.main-txt {
  position: relative;
}
.testimonial .owl-carousel .item p.main-txt::before {
  content: "";
  position: absolute;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: center;
  top: -14px;
  left: -4%;
}
.testimonial .owl-carousel .item p.main-txt::after {
  content: "";
  position: absolute;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: center;
  bottom: 13px;
  right: -4%;
  rotate: 180deg;
}
.testimonial .owl-carousel .item .dlt {
  margin-top: 32px;
}
.testimonial .owl-carousel .item .dlt h6 {
  color: var(--black, #000);
  text-align: center;
  font-family: "Futura Bk BT";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.testimonial .owl-carousel .item .dlt p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  max-width: 309px;
  margin: 0 auto;
}
.testimonial .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 105px;
  display: flex;
  justify-content: space-between;
}
.testimonial .owl-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #49b1bc;
  transition: all 0.4s;
}
.testimonial .owl-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel .owl-nav .owl-next:hover {
  background-color: #49b1bc;
}
.testimonial .owl-carousel .owl-nav .owl-prev:hover img,
.testimonial .owl-carousel .owl-nav .owl-next:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7463%) hue-rotate(88deg) brightness(111%) contrast(108%);
}
.testimonial .owl-carousel .owl-nav .owl-next img {
  rotate: 180deg;
}
.testimonial .owl-carousel .owl-dots {
  display: none;
}
.testimonial .owl-carousel .owl-dots .owl-dot.active span {
  background: #540f72;
}
.testimonial.srvc {
  padding: 60px 0 235px;
}
.testimonial.prtflo {
  padding: 40px 0 235px;
  margin-top: 50px;
}
.testimonial.prtflo .owl-carousel .item .testi .btn {
  margin: auto;
  display: table;
  margin-top: 60px;
}

.sec_6 {
  padding: 60px 0;
}
.sec_6 .card {
  border: none;
  background-color: #fff;
}
.sec_6 .card .img {
  border-radius: 20px;
  border: 1px solid #ff2273;
  margin-bottom: 20px;
}
.sec_6 .card .img img {
  width: 100%;
  border-radius: 20px;
}
.sec_6 .card h3 {
  margin-bottom: 20px;
  line-height: 26px;
}
.sec_6 .card a {
  color: var(--Green, #49b1bc);
  font-family: "Futura Bk BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: all 0.4s;
}
.sec_6 .card a img {
  transition: all 0.5s;
}
.sec_6 .card a:hover {
  color: #ff2273;
}
.sec_6 .card a:hover img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(82%) saturate(4205%) hue-rotate(325deg) brightness(103%) contrast(101%);
}

.about {
  background-color: #d9ecec;
  padding: 60px 0 234px;
}
.about .abt_img {
  border: 1px solid #e30066;
  border-radius: 30px;
}
.about span {
  font-weight: 400;
  display: table;
  margin-bottom: 20px;
}
.about h3 {
  margin-bottom: 0;
  font-size: 36px;
  margin-bottom: 16px;
  line-height: 46px;
}
.about p {
  line-height: 26px;
}
.about .btn {
  margin-top: 24px;
}

.mb0 {
  margin-bottom: 0;
}

footer {
  background-color: #36013f;
  position: relative;
}
footer h5 {
  color: var(--White, #fff);
  font-family: "Futura Bk BT";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
footer ul.links {
  display: flex;
  align-items: center;
  -moz-column-gap: 44px;
       column-gap: 44px;
}
footer ul.links ul li {
  font-family: Questrial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
footer ul.links ul li:last-child {
  margin-bottom: 0;
}
footer ul.links ul li a {
  color: var(--White, #fff);
}
footer ul.cntct li {
  text-align: center;
  font-family: Questrial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}
footer ul.cntct li:last-child {
  margin-bottom: 0;
}
footer ul.cntct li a {
  color: var(--White, #fff);
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  justify-content: center;
}
footer ul.scl_link {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
footer ul.scl_link li a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
footer ul.scl_link li:hover a {
  background-color: transparent;
}
footer ul.scl_link li:hover a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
footer .col-lg-4 h5 {
  text-align: center;
}
footer .scl h5 {
  margin-left: 20px;
}
footer .row:last-child {
  border-top: 1px solid #fff;
  margin-top: 48px;
}
footer .row:last-child p {
  padding: 28px 0 30px;
  color: var(--White, #fff);
  text-align: center;
  font-family: Questrial;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
footer .sbscrb_sec {
  top: -181px;
  left: 9%;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #000;
  padding: 40px 113px 40px;
  margin-top: -180px;
  margin-bottom: 60px;
}
footer .sbscrb_sec h4 {
  color: var(--black, #000);
  text-align: center;
  font-family: "Futura Bk BT";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
footer .sbscrb_sec p {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 642px;
  margin: auto;
}
footer .sbscrb_sec form {
  margin-top: 60px;
}
footer .sbscrb_sec form .row {
  align-items: center;
}
footer .sbscrb_sec form .row .btn {
  width: 100%;
  padding: 16px 0;
}
footer .sbscrb_sec form .row input.form-control {
  padding: 12px 28px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: Questrial;
  font-size: 16px;
  font-weight: 400;
}
footer .sbscrb_sec form .row input.form-control::-moz-placeholder {
  color: #000;
}
footer .sbscrb_sec form .row input.form-control::placeholder {
  color: #000;
}
footer .sbscrb_sec form .row input.form-control:focus {
  outline: none;
  box-shadow: none;
}
footer .sbscrb_sec form .row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  left: 11px;
  bottom: -23px;
}
footer .sbscrb_sec form .wpcf7-response-output {
  margin-bottom: 0;
}

.know_sec {
  padding-top: 0;
  position: relative;
  border-bottom: 1px solid #4ab4b6;
}
.know_sec .col-lg-6 {
  padding: 130px 0 82px;
}
.know_sec .col-lg-6 .img-2 {
  max-width: 482px;
}
.know_sec .col-lg-6.side-img2 {
  padding-top: 0;
  padding-bottom: 0;
}
.know_sec h3 {
  margin-top: 20px;
}
.know_sec h5 {
  color: var(--Paragraph, #535353);
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.know_sec .side_img {
  position: absolute;
  right: 143px;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.know_sec.mission {
  padding-top: 0;
  margin-top: 60px;
  background-color: #d9ecec;
}
.know_sec.mission p {
  margin-top: 24px;
  line-height: 28px;
}
.know_sec.mission .img-3 {
  width: 100%;
}
.know_sec.mission .col-lg-6 {
  padding-top: 140px;
  padding-bottom: 160px;
}
.know_sec.about {
  padding-top: 60px;
  margin-top: 60px;
  padding: 67px 0;
  border-bottom: none;
}
.know_sec.about p {
  max-width: 625px;
}
.know_sec.about p:last-child {
  margin-bottom: 0;
}
.know_sec.about .col-lg-5 {
  padding-top: 0;
  padding-bottom: 0;
}
.know_sec.about .side_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 642px;
}

.journey {
  padding-top: 60px;
}
.journey span {
  display: table;
  margin: auto;
  margin-bottom: 20px;
}
.journey h3 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.journey h3 span {
  font-family: Poppins;
  margin: 0;
}
.journey .row {
  margin-top: 40px;
}
.journey .row .card {
  padding: 15px;
  border-radius: 12px;
  border: 1px solid var(--Green, #49b1bc);
  background: #d9ecec;
  text-align: center;
  height: 100%;
}
.journey .row .card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #49b1bc;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 0;
}
.journey .row .card h4 {
  color: #008080;
  margin: auto;
  margin-bottom: 12px;
  line-height: 28px;
  max-width: 274px;
  font-size: 20px;
  text-transform: none;
  margin-top: 0;
  font-family: "Futura Hv BT";
}
.journey .row .card p {
  margin-bottom: 0;
}
.journey .row .col-12 h5 {
  margin-top: 32px;
  margin-bottom: 20px;
  text-align: center;
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.journey .row .col-12 .btn {
  margin: auto;
  display: table;
}

.value {
  padding-top: 64px;
}
.value span.italic_hd {
  color: #36013f;
  margin: auto;
  display: table;
}
.value p {
  margin: auto;
  text-align: center;
  max-width: 642px;
  margin-top: 20px;
  line-height: 26px;
}
.value .row {
  margin-top: 40px;
  row-gap: 30px;
}
.value .row .col-lg-4 {
  padding-right: 15px;
  padding-left: 15px;
}
.value .row .card {
  border-radius: 12px;
  border: 1px solid var(--Deep-purple, #36013f);
  background: #ebe6ec;
  text-align: center;
  padding: 24px 32px;
}
.value .row .card h5 {
  color: var(--black, #000);
  text-align: center;
  font-family: "Futura Bk BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}
.value .row .card p {
  line-height: 28px;
  margin: 0;
  max-width: 354px;
}
.value .row .card .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #36013f;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.sec_5 {
  padding-top: 60px;
  text-align: center;
}
.sec_5 .col-lg-3,
.sec_5 .col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.sec_5 .col-lg-6 {
  padding-top: 61px;
}
.sec_5 p {
  margin-bottom: 0;
}
.sec_5 p:last-child {
  margin-bottom: 0;
}
.sec_5 img {
  border-radius: 30px;
  border: 1px solid #ff2273;
}
.sec_5 span {
  margin: auto;
  display: table;
  margin-bottom: 20px;
}

.sec_7 {
  margin-top: 60px;
  background-color: #d9cfdb;
  padding: 40px 0;
  margin-bottom: 235px;
}
.sec_7 h3 {
  line-height: 36px;
  display: table;
  margin: auto;
  margin-bottom: 32px;
  max-width: 642px;
  text-align: center;
}
.sec_7 h3 span {
  font-family: Poppins;
}
.sec_7 .btn {
  margin: auto;
  display: table;
}

.expression {
  background-color: #d9ecec;
}
.expression .col-lg-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.expression .col-lg-6.point {
  padding-top: 60px;
  padding-bottom: 60px;
}
.expression .col-lg-6.point h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
.expression .img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.expression ul.list {
  margin-top: 40px;
}
.expression ul.list li {
  position: relative;
  border-radius: 8px;
  background: var(--White, #fff);
  padding: 33px 26px 33px 73px;
  margin-bottom: 20px;
  position: relative;
  color: var(--Paragraph, #535353);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.expression ul.list li:last-child {
  margin-bottom: 0;
}
.expression ul.list li span {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #49b1bc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_sec {
  margin-top: 50px;
}
.img_sec .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
}
.img_sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_sec .div1 {
  grid-area: 1/1/3/3;
}

.portfolio {
  padding-top: 60px;
}
.portfolio .row {
  row-gap: 80px;
}
.portfolio .card {
  border: none;
  position: relative;
}
.portfolio .card .img {
  border-radius: 20px;
}
.portfolio .card .img img {
  width: 100%;
  border-radius: 20px;
}
.portfolio .card .txt {
  position: absolute;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 8px 24px 0px rgba(218, 218, 218, 0.25);
  padding: 20px;
  bottom: -36px;
  left: 7%;
  width: calc(100% - 50px);
}
.portfolio .card .txt h6 {
  color: var(--Green, #49b1bc);
  font-family: "Futura Lt BT";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.portfolio .card .txt a {
  color: var(--black, #000);
  font-family: "Futura Bk BT";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
  transition: all 0.4s;
}
.portfolio .card .txt a:hover {
  color: #49b1bc;
}

.feature_tab {
  padding-top: 80px;
  padding-bottom: 47px;
}
.feature_tab h3 {
  text-align: center;
  font-family: Poppins;
  line-height: normal;
}
.feature_tab .row {
  margin-top: 32px;
}
.feature_tab .tab_sec ul.tabs {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  align-items: center;
}
.feature_tab .tab_sec ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 16px 38px;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  border: 1px solid var(--Purple, #36013f);
  position: relative;
  font-size: 16px;
  font-family: "Futura Lt BT";
  font-weight: 400;
  line-height: normal;
}
.feature_tab .tab_sec ul.tabs li.active {
  background-color: #36013f;
  color: #fff;
}
.feature_tab .tab_sec .tab_last {
  border-right: 1px solid #333;
}
.feature_tab .tab_sec .tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}
.feature_tab .tab_sec .tab_content {
  margin-top: 50px;
  display: none;
}
.feature_tab .tab_sec .tab_content ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-between;
}
.feature_tab .tab_sec .tab_content ul.list li {
  width: 48%;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.feature_tab .tab_sec .tab_content ul.list li:last-child {
  margin-bottom: 0;
}
.feature_tab .tab_sec .tab_content ul.list li a {
  color: var(--black, #000);
  transition: all 0.4s;
}
.feature_tab .tab_sec .tab_content ul.list li a:hover {
  color: #49b1bc;
}
.feature_tab .tab_sec .tab_content ul.list li a span {
  border-bottom: 1px solid #000;
  margin-right: 10px;
}
.feature_tab .tab_sec .tab_content .expertextra {
  row-gap: 80px;
  margin-bottom: 80px;
}
.feature_tab .tab_sec .tab_content .expertextra .card {
  border: none;
  position: relative;
}
.feature_tab .tab_sec .tab_content .expertextra .card .img {
  border-radius: 20px;
  position: relative;
}
.feature_tab .tab_sec .tab_content .expertextra .card .img img {
  width: 100%;
  border-radius: 20px;
}
.feature_tab .tab_sec .tab_content .expertextra .card .img .ply_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  color: rgba(255, 255, 255, 0.6117647059);
  text-align: center;
  width: 90px;
  height: 90px;
  background-color: rgba(181, 181, 181, 0.5294117647);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature_tab .tab_sec .tab_content .expertextra .card .txt {
  position: absolute;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 8px 24px 0px rgba(218, 218, 218, 0.25);
  padding: 20px;
  bottom: -36px;
  left: 7%;
  width: calc(100% - 50px);
}
.feature_tab .tab_sec .tab_content .expertextra .card .txt a {
  color: var(--black, #000);
  font-family: "Futura Bk BT";
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
  transition: all 0.4s;
}
.feature_tab .tab_sec .tab_content .expertextra .card .txt a h6 {
  font-size: 18px;
}
.feature_tab .tab_sec .tab_content .expertextra .card .txt a:hover {
  color: #49b1bc;
}
.feature_tab .tab_sec .tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature_tab .tab_sec .tabs {
    display: none;
  }
  .feature_tab .tab_sec .tab_drawer_heading {
    background-color: #fff;
    color: #36013f;
    border: 1px solid #36013f;
    margin: 0;
    padding: 5px 20px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .feature_tab .tab_sec .tab_drawer_heading.d_active {
    background-color: #36013f;
    color: #fff;
    margin-bottom: 0;
  }
}

.blog_list {
  padding-top: 60px;
  padding-bottom: 240px;
}
.blog_list p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: normal;
}
.blog_list h3 {
  margin-bottom: 16px;
}
.blog_list .row {
  row-gap: 50px;
  margin-top: 40px;
}
.blog_list .row .card {
  border: none;
  border-radius: 12px;
  background: #d9ecec;
  overflow: hidden;
  height: 100%;
}
.blog_list .row .card img {
  width: 100%;
  min-height: 266px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_list .row .card .txt {
  padding: 24px 13px 18px;
}
.blog_list .row .card .txt h5 {
  color: var(--Pink, #ff2273);
  font-family: "Futura Lt BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.blog_list .row .card .txt p {
  color: var(--black, #000);
  font-family: "Futura Bk BT";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 12px 0;
}
.blog_list .row .card .txt a {
  color: var(--Deep-purple, #36013f);
  font-family: "Futura Bk BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: all 0.4s;
}
.blog_list .row .card .txt a:hover {
  color: #49b1bc;
}
.blog_list .row .card .txt a:hover span img {
  filter: brightness(0) saturate(100%) invert(67%) sepia(30%) saturate(747%) hue-rotate(137deg) brightness(88%) contrast(84%);
}
.blog_list .row .card .txt a span img {
  width: auto;
  min-height: auto;
  transition: all 0.4s;
}
.blog_list .srch_dv {
  padding: 25px 12px;
  border-radius: 12px;
  background: rgba(217, 236, 236, 0.5);
}
.blog_list .srch_dv h5 {
  margin-bottom: 12px;
}
.blog_list .srch_dv form {
  border-radius: 30px;
  border: 1px solid var(--Green, #49b1bc);
  background: #d9ecec;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  padding: 12px 16px;
}
.blog_list .srch_dv form input.form-control {
  background-color: transparent;
  border: none;
}
.blog_list .srch_dv form input:focus {
  box-shadow: none !important;
}
.blog_list .srch_dv form input::-moz-placeholder {
  color: var(--Paragraph, #535353);
  font-family: "Futura Lt BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog_list .srch_dv form input::placeholder {
  color: var(--Paragraph, #535353);
  font-family: "Futura Lt BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog_list .prprl_blg {
  margin-top: 26px;
  padding: 16px 12px;
  border-radius: 12px;
  background: rgba(217, 236, 236, 0.5);
}
.blog_list .prprl_blg h5 {
  margin-bottom: 16px;
}
.blog_list .prprl_blg ul.blg_lst li {
  margin-bottom: 16px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
.blog_list .prprl_blg ul.blg_lst li:last-child {
  margin-bottom: 0;
}
.blog_list .prprl_blg ul.blg_lst li .txt {
  width: calc(100% - 121px);
}
.blog_list .prprl_blg ul.blg_lst li .txt a {
  color: var(--Deep-purple, #36013f);
  text-overflow: ellipsis;
  font-family: "Futura Bk BT";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 0.4s;
}
.blog_list .prprl_blg ul.blg_lst li .txt a:hover {
  color: #49b1bc;
}
.blog_list .prprl_blg ul.blg_lst li .txt .dte {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  margin-top: 29px;
}
.blog_list .prprl_blg ul.blg_lst li .txt .dte p {
  color: var(--Paragraph, #535353);
  font-family: "Futura Lt BT";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.blog_list .prprl_blg ul.blg_lst li .txt .dte span img {
  border-radius: 0;
}
.blog_list .prprl_blg ul.blg_lst li img {
  border-radius: 6px;
}
.blog_list .trnd {
  padding: 16px 12px;
  border-radius: 12px;
  background: rgba(217, 236, 236, 0.5);
  margin-top: 26px;
}
.blog_list .trnd h5 {
  margin-bottom: 0;
}
.blog_list .trnd ul.tag {
  margin-top: 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  flex-wrap: wrap;
  row-gap: 12px;
}
.blog_list .trnd ul.tag li {
  transition: all 0.4s;
}
.blog_list .trnd ul.tag li a {
  background: rgba(73, 177, 188, 0.6);
  border: 1px solid rgba(73, 177, 188, 0.6);
  padding: 4px 11px;
  border-radius: 20px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
}
.blog_list .trnd ul.tag li:hover a {
  border: 1px solid rgba(73, 177, 188, 0.6);
  background: transparent;
  transition: all 0.4s;
}
.blog_list ul.pegination {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: center;
}
.blog_list ul.pegination li:last-child {
  background-image: url(../images/double-arrw.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.blog_list ul.pegination li:last-child:hover a {
  background-color: transparent;
}
.blog_list ul.pegination li a {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #49b1bc;
  transition: all 0.4s;
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_list ul.pegination li:hover a {
  color: #000;
  background-color: #49b1bc;
}
.blog_list ul.pegination .page-numbers {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #49b1bc;
  transition: all 0.4s;
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.blog_list ul.pegination .page-numbers:hover {
  color: #000;
  background-color: #49b1bc;
}
.blog_list ul.pegination .page-numbers.next, .blog_list ul.pegination .page-numbers.prev {
  font-size: 25px;
}
.blog_list.blg_dtl {
  padding-bottom: 226px;
}
.blog_list.blg_dtl .blg_img {
  border-radius: 24px;
}
.blog_list.blg_dtl .tag {
  margin-top: 34px;
}
.blog_list.blg_dtl .tag a {
  border-radius: 30px;
  background: rgba(73, 177, 188, 0.6);
  padding: 9px 36.6px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
}
.blog_list.blg_dtl .blg_txt {
  margin-top: 30px;
  padding-bottom: 16px;
}
.blog_list.blg_dtl .blg_txt h3 {
  color: #36013f;
  line-height: normal;
  margin-bottom: 0;
}
.blog_list.blg_dtl .blg_txt ul.dte {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  margin-top: 16px;
}
.blog_list.blg_dtl .blg_txt ul.dte li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: var(--Paragraph, #535353);
  font-family: "Futura Lt BT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog_list.blg_dtl .blg_txt .txt {
  margin: 16px 0;
}
.blog_list.blg_dtl .blg_txt .txt p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}
.blog_list.blg_dtl .blg_txt .txt p:last-child {
  margin-bottom: 0;
}
.blog_list.blg_dtl .blg_txt h5 {
  color: var(--Deep-purple, #36013f);
  font-family: "Futura Bk BT";
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.blog_list.blg_dtl .blg_txt .shr h5 {
  margin-bottom: 16px;
  color: var(--black, #000);
  font-family: "Futura Bk BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog_list.blg_dtl .blg_txt .shr ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.blog_list.blg_dtl .blg_txt .shr ul li a {
  width: 48px;
  height: 48px;
  background-color: #d9ecec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog_list.blg_dtl .blg_txt .shr .heateor_sss_svg {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
}
.blog_list.blg_dtl .blg_txt .shr .heateor_sss_svg svg {
  width: 30px;
  height: 30px;
}
.blog_list.blg_dtl .blg_txt .shr .heateor_sss_more .heateor_sss_svg {
  position: relative;
}
.blog_list.blg_dtl .blg_txt .shr .heateor_sss_more .heateor_sss_svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog_list .page-header h1 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 12px;
}
.blog_list .page-header h1 span {
  font-size: 30px;
}
.blog_list .search-result-count {
  margin-bottom: 15px;
}

.cntct_form {
  padding-top: 60px;
  padding-bottom: 230px;
}
.cntct_form h3 span {
  font-family: "Poppins", sans-serif;
}
.cntct_form img {
  border-radius: 24px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cntct_form .col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.cntct_form h3 {
  line-height: 42px;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cntct_form form {
  margin-top: 26px;
}
.cntct_form form .row {
  row-gap: 16px;
}
.cntct_form form .row .form-label {
  margin-bottom: 8px;
  color: var(--black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cntct_form form .row .form-control {
  border-radius: 12px;
  border: 1px solid var(--black, #000);
  padding: 16px 20px;
  color: #000;
  font-family: "Futura Lt BT";
  font-size: 16px;
  line-height: normal;
}
.cntct_form form .row input::-moz-placeholder {
  color: var(--Paragraph, #535353);
}
.cntct_form form .row input::placeholder {
  color: var(--Paragraph, #535353);
}
.cntct_form form .row input:focus {
  box-shadow: none;
  outline: none;
}
.cntct_form form .row textarea.form-control {
  resize: none;
  min-height: 237px;
}
.cntct_form form .row .btn {
  font-family: "Futura Lt BT";
  padding: 15px 51px;
  margin-top: 10px;
}

.wpcf7-spinner {
  display: none !important;
}

.thanks-you {
  padding: 50px 0 240px;
}
.thanks-you h2 {
  color: #333;
  border: 1px solid #000;
  padding: 7px 5px;
  border-radius: 7px;
  font-size: 33px;
}/*# sourceMappingURL=style.css.map */