* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
  box-sizing: border-box;
}

:root {
  --theme-color: #154d57;
  --theme-color2: #fefaf7;
  --theme-font: "Poppins", sans-serif;
  --heading-font: "Josefin Slab", serif;
  --letter-spacing: -2px;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #212121;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--theme-font);
}

.darkbg {
  background-color: #1d1f22;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 300;
}

.theme-color {
  color: var(--theme-color);
  font-family: inherit;
}

.theme-color2 {
  color: var(--theme-color2);
  font-family: inherit;
}

.common-img {
  border: solid 1px #000;
  padding: 10px;
}

.title-des {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme-color);
}

ul li {
  color: #212121;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}

.common-heading {
  font-size: 52px;
  line-height: 75px;
  font-weight: 400;
  letter-spacing: var(--letter-spacing);
  color: var(--theme-color);
}

.common-before img {
  max-width: 100px;
  margin-bottom: 1.2rem;
}

.common-bg {
  background-color: var(--theme-color);
}

.common-space {
  padding: 60px 0;
}

.common-btn {
  background-color: var(--theme-color);
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  font-weight: 300;
  text-transform: uppercase;
  border: solid 1px #ddd;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  border: solid 1px var(--theme-color);
}
.common-btn:hover {
  background-color: transparent;
  color: var(--theme-color);
}

header {
  border-bottom: solid 1px #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.sticky nav {
  padding: 35px 0 !important;
}
header nav {
  padding: 35px 0 !important;
  transition: all 0.3s;
}
header nav.bg-body-tertiary {
  background-color: #fff !important;
}
header nav .navbar-nav li {
  padding-left: 2rem;
}
header nav .navbar-nav li a {
  font-size: 14px;
  font-weight: 400;
  padding: 17px 0;
  color: #000;
  text-transform: uppercase;
}
header nav .navbar-nav li .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
header nav .navbar-nav li .dropdown-menu li {
  padding-left: 0;
}
header nav .navbar-nav li .dropdown-menu li a {
  background-color: var(--theme-color);
  color: #fff;
  padding-left: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}
header nav .navbar-nav li .dropdown-menu li a:focus {
  background-color: var(--theme-color);
  color: #fff;
}
header nav .navbar-nav li .dropdown-menu li a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
header nav .navbar-nav li .dropdown-menu li a:active {
  background-color: var(--theme-color);
  color: #fff;
}

.bnr-se {
  background-color: #d5cec7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 121px;
}
.bnr-se .owl-theme .owl-nav.disabled + .owl-dots {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
}
.bnr-se .owl-theme .owl-dots .owl-dot.active span,
.bnr-se .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--theme-color);
}
.bnr-se .owl-carousel .owl-stage-outer {
  height: 100%;
}
.bnr-se .no-js .owl-carousel,
.bnr-se .owl-carousel.owl-loaded {
  height: 100%;
}
.bnr-se .owl-item {
  height: 100%;
}
.bnr-se .owl-carousel .owl-stage {
  height: 100%;
}
.bnr-se .item {
  height: 100%;
}
.bnr-se .bnr-right {
  padding: 120px 300px 120px 80px;
}
.bnr-se .bnr-right h1 {
  font-size: 56px;
  line-height: 75px;
  font-weight: 600;
  letter-spacing: var(--letter-spacing);
  color: var(--theme-color);
}
.bnr-se .bnr-right h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme-color);
}
.bnr-se .bnr-right .common-btn {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
.bnr-se .bn-img {
  height: 100%;
  position: relative;
}
.bnr-se .bn-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.26);
  z-index: 0;
}
.bnr-se .bn-img .banner-cont {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  text-align: center;
  z-index: 1;
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
.bnr-se .bn-img .banner-cont h2 {
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6862745098);
  color: white;
  margin-bottom: 0;
  font-size: 32px;
  line-height: normal;
}
.bnr-se .bn-img .banner-cont h4 {
  font-size: 25px;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
  color: white;
  margin-bottom: 0;
}
.bnr-se .bn-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.impact h2 {
  color: #fff;
}
.impact p {
  color: #fff;
}
.impact .cmn-btn {
  margin-top: 3rem;
}
.impact .cmn-btn a {
  background-color: #fff;
  color: var(--theme-color);
}
.impact .cmn-btn a:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: #fff;
}
.impact .common-before {
  filter: brightness(0) invert(1);
}
.impact .common-btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.marketing-ex {
  border-top: solid 2px #000;
  background-color: var(--theme-color2);
}
.marketing-ex .left-cont-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 19rem;
  padding-top: 10.5rem;
  padding-right: 5rem;
  padding-bottom: 10.5rem;
}
.marketing-ex .left-cont-wrap .common-btn {
  margin-top: 1.5rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.marketing-ex .mar-img {
  background-image: url(img/digital-marketing-expert.jpg);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials {
  background-color: var(--theme-color);
  color: #fff;
}
.testimonials h2 {
  color: #fff;
}
.testimonials p {
  color: #fff;
}
.testimonials .testibox {
  max-width: 700px;
  margin: 0 auto;
}
.testimonials .testibox .cli-pic {
  display: flex;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  justify-content: center;
}
.testimonials .testibox .cli-pic img {
  max-width: 125px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonials button.owl-next {
  position: absolute;
  right: 0;
  top: 36%;
  background-color: #fff !important;
  height: 51px;
  opacity: 0.5;
  color: #000 !important;
  width: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.testimonials button.owl-next span {
  font-size: 71px;
  line-height: 1;
  display: flex;
  height: auto;
  line-height: 31px;
}
.testimonials button.owl-prev {
  position: absolute;
  left: 0;
  top: 36%;
  background-color: #fff !important;
  height: 51px;
  color: #000 !important;
  width: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.testimonials button.owl-prev span {
  font-size: 71px;
  line-height: 1;
  display: flex;
  height: auto;
  line-height: 31px;
}

.why-choose-us {
  background-color: #d8d0ca;
  background-image: linear-gradient(45deg, rgba(189, 181, 178, 0.37), rgba(189, 181, 178, 0.2392156863)), url(img/leaf2.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: solid 1px #000;
}
.why-choose-us h2 {
  text-align: center;
  margin-top: 1.5rem;
}
.why-choose-us .why-c-box {
  border: solid 1px #000;
  background-color: #fff;
  padding: 29px 54px;
  text-align: center;
  margin: 0 16px;
  min-height: 300px;
}
.why-choose-us .why-c-box .icon-wrap {
  margin-bottom: 1rem;
  text-align: center;
}
.why-choose-us .why-c-box .icon-wrap img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.why-choose-us .why-c-box .cont-wrp h4 {
  letter-spacing: var(--letter-spacing);
  font-weight: 500;
  color: var(--theme-color);
  margin: 30px 0 15px;
  font-size: 20px;
}
.why-choose-us .why-c-box .cont-wrp h4 span {
  font-family: var(--heading-font);
  font-weight: 900;
  text-decoration: underline;
  margin-right: 6px;
  font-size: 19px;
  letter-spacing: 1px;
}

.news-page {
  padding-bottom: 0;
}
.news-page .new-sboxx {
  text-align: center;
  margin-bottom: 3rem;
}
.news-page .new-sboxx .img-r {
  position: relative;
}
.news-page .new-sboxx .img-r img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.news-page .new-sboxx .cony-box {
  padding: 25px 20px;
}
.news-page .new-sboxx .cony-box .dates {
  color: #000;
  padding: 5px 13px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 1rem;
  font-family: var(--heading-font);
}
.news-page .new-sboxx .cony-box .dates i {
  margin-right: 5px;
}
.news-page .new-sboxx .cony-box h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.news-page .new-sboxx .cony-box p {
  font-size: 14px;
  line-height: 1.7em;
  margin: 17px 0 15px 0;
}
.news-page .new-sboxx .cony-box .red-bt a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.news-page .new-sboxx .cony-box .red-bt a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.news-page .news-form form {
  display: flex;
  margin-top: 2rem;
}
.news-page .news-form form input {
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.news-page .news-form form button {
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}

.marquee {
  background-color: var(--theme-color2);
}
.marquee marquee {
  font-size: 38px;
  font-family: var(--heading-font);
  font-weight: 600;
}

footer {
  background-color: var(--theme-color);
  color: #fff;
  text-align: center;
}
footer.common-space {
  padding: 100px 0;
}
footer .foo-logo img {
  filter: brightness(0) invert(1);
}
footer a {
  color: var(--theme-color2);
}
footer .men-list li {
  margin-bottom: 1rem;
  list-style: none;
}
footer .men-list li a {
  text-transform: uppercase;
  font-size: 15px;
}
footer .social-list {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding-left: 0;
}
footer .social-list li {
  margin-right: 15px;
}
footer .social-list li a {
  font-size: 22px;
}
footer .foof-cont {
  margin-bottom: 3rem;
}
footer .cmb .common-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
  background-color: #fff;
  color: #000;
}
footer .cmb .common-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: #fff;
}
footer .fo-cont-box {
  border-right: solid 1px #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-footer {
  display: none;
}

.bred-sec {
  background-color: var(--theme-color);
  color: #fff;
  margin-top: 122px;
}
.bred-sec .common-before {
  filter: brightness(0) invert(1);
}
.bred-sec h1 {
  color: #fff;
}
.bred-sec .bred-list ul {
  display: flex;
  justify-content: center;
}
.bred-sec .bred-list li {
  position: relative;
  list-style: none;
  color: #fff;
  padding-right: 1.5rem;
  padding-left: 1rem;
}
.bred-sec .bred-list li a {
  color: inherit;
}
.bred-sec .bred-list li::before {
  content: "\f061";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "fontawesome";
}
.bred-sec .bred-list li:last-child::before {
  display: none;
}

.contact-page .contact-inner-wrappers {
  margin: 0 auto;
}
.contact-page .con-img {
  text-align: center;
  padding-right: 0;
  padding-top: 2rem;
  padding-left: 5rem;
}
.contact-page .con-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page .con-img .con-conts {
  padding-top: 3rem;
}
.contact-page .con-img .con-conts p {
  color: var(--theme-color);
  margin-bottom: 0.5rem;
}
.contact-page .con-img .con-conts p a {
  color: var(--theme-color);
}
.contact-page .con-img .con-social-list {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding-left: 0;
  margin-top: 2rem;
}
.contact-page .con-img .con-social-list li {
  margin-right: 15px;
}
.contact-page .con-img .con-social-list li a {
  width: 30px;
  color: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--theme-color);
  font-size: 16px;
}
.contact-page .contact-form {
  padding: 25px;
  padding-left: 100px;
  padding-right: 100px;
}
.contact-page .contact-form form label {
  font-size: 16px;
  color: #154d57;
  line-height: 1.5;
  margin-bottom: 15px;
}
.contact-page .contact-form form input {
  background-color: #fafafa;
  border-radius: 0;
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #a9a9a9;
}
.contact-page .contact-form form textarea {
  border-radius: 0;
  background-color: #fafafa;
  height: 150px;
  border: solid 1px #a9a9a9;
}
.contact-page .contact-form form .common-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  background-color: var(--theme-color);
  color: #fff;
  border: solid 1px var(--theme-color);
  padding: 0px 28px;
}
.contact-page .contact-form form .common-btn:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.case-studies {
  border-bottom: solid 1px #000;
}
.case-studies h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.case-studies .common-btn {
  padding: 4px 13px;
  margin-bottom: 1rem;
}
.case-studies .limg {
  display: flex;
  height: 100%;
  background-image: url("img/case-studies-home-page-banner1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-studies .limg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.case-studies .case-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 7rem 17vw 7rem 6rem;
}
.case-studies .case-right .case-tabs ul {
  padding-left: 0;
}
.case-studies .case-right .case-tabs ul li {
  list-style: none;
}
.case-studies .case-right .case-tabs ul li .tbs-conts {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
}
.case-studies .case-right .case-tabs ul li .tbBtns {
  cursor: pointer;
  padding: 17px 17px 15px 0;
  position: relative;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
}
.case-studies .case-right .case-tabs ul li .tbBtns::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-family: "fontawesome";
}
.case-studies .case-right .case-tabs ul li:nth-child(odd) {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.case-studies .case-right .case-tabs ul li.active .tbs-conts {
  overflow: hidden;
  max-height: 800px;
}
.case-studies .case-right .case-tabs ul li.active .tbBtns::before {
  content: "\f068";
}
.case-studies .common-btn {
  margin-top: 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.case-studies .no-border li {
  border: none !important;
  list-style: disc !important;
  margin-bottom: 10px;
}

.services-new {
  display: flex;
}
.services-new .leftser img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-new .infograf {
  position: relative;
}
.services-new .infograf .service-inn {
  position: absolute;
  top: 250px;
  right: 250px;
}
.services-new .infograf .service-inn ul {
  padding-left: 0;
}
.services-new .infograf .service-inn ul li {
  list-style: none;
  margin: 20px 0px;
}
.services-new .infograf .service-inn ul li a {
  border-bottom: 1px solid black;
  padding: 17px 10px 17px 10px;
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
}
.services-new .infograf .service-inn ul li a:hover {
  background-color: var(--theme-color);
  color: white;
}

.mobile {
  display: none;
}

.ab-page {
  background-color: #fefaf7;
}
.ab-page h4 {
  font-weight: 600;
}
.ab-page h4 b {
  font-family: inherit;
}
.ab-page .img--wrapab {
  background-repeat: no-repeat;
  background-image: url("https://tangentinc.in/wp-content/uploads/2025/04/About-us-min.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
.ab-page .ab-right-page {
  padding: 5rem;
  padding-right: 10rem;
}

.ab-services .icon-wraper {
  text-align: center;
}
.ab-services .icon-wraper img {
  max-width: 60px;
  margin: 0 auto;
}
.ab-services .ab-ser-inner {
  text-align: center;
  padding: 25px;
}
.ab-services .ab-ser-inner h4 {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 24px;
  margin-top: 1rem;
}

.about-why-choose-us {
  border-top: solid 2px var(--theme-color);
  background-image: linear-gradient(90deg, #f8f9fa, rgba(255, 255, 255, 0.0117647059)), url(img/why-choose.jpg);
  background-repeat: no-repeat;
  background-size: right top;
}
.about-why-choose-us ul {
  padding-left: 0;
}
.about-why-choose-us ul li {
  list-style: none;
  padding: 16px;
  padding-bottom: 0;
  padding-left: 0;
}

.ab-page-join .common-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
}

.case-study-page .blogs-box-page {
  padding: 15px;
  background-color: var(--theme-color2);
  box-shadow: 0 0 10px -7px #000;
}
.case-study-page .blogs-box-page .bl-conts {
  padding: 10px;
}
.case-study-page .blogs-box-page .bl-conts h4 {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-family: var(--theme-font);
  font-weight: 500;
}
.case-study-page .blogs-box-page .bl-conts .common-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  font-weight: 500;
  background-color: #fff;
  color: var(--theme-color);
}

.ser-page .ser-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ser-page .ser-wrapper .ser-box {
  display: flex;
  box-shadow: 0 0 31px -21px #154d57;
  padding: 20px 24px;
  flex-direction: column;
  transition: all 0.3s;
  justify-content: space-between;
}
.ser-page .ser-wrapper .ser-box .img-wrapper {
  text-align: center;
  margin-bottom: 1.1rem;
}
.ser-page .ser-wrapper .ser-box .img-wrapper img {
  max-width: 60px;
}
.ser-page .ser-wrapper .ser-box h4 {
  font-weight: 700;
  text-align: center;
  margin-bottom: -12px;
}
.ser-page .ser-wrapper .ser-box p {
  text-align: center;
  transition: 0.3s;
  font-size: 15px;
}
.ser-page .ser-wrapper .ser-box .rcdmore {
  text-align: center;
}
.ser-page .ser-wrapper .ser-box .common-btn {
  padding: 5px 10px;
}
.ser-page .ser-wrapper .ser-box .common-btn:hover {
  background-color: #fff;
}
.ser-page .ser-wrapper .ser-box:hover {
  background-color: var(--theme-color);
}
.ser-page .ser-wrapper .ser-box:hover p {
  color: #fff;
}
.ser-page .ser-wrapper .ser-box:hover h4 {
  color: #fff;
}
.ser-page .ser-wrapper .ser-box:hover .common-btn {
  border-color: #fff;
}

.career-pg .career-box {
  background-color: var(--theme-color2);
  padding: 20px;
  border: solid 1px #e9e9e9;
  z-index: 5;
  position: relative;
}
.career-pg .career-box .car-tops h4 {
  font-weight: 600;
  font-size: 20px;
  color: var(--theme-color);
  font-family: var(--theme-font);
}
.career-pg .career-box .car-middle .location-box {
  display: flex;
  align-items: start;
  margin-top: 0.5rem;
}
.career-pg .career-box .car-middle .location-box .icons-wrapper {
  display: flex;
  width: 25px;
  margin-right: 8px;
}
.career-pg .career-box .car-middle .location-box .location-car-conts {
  width: 100%;
}
.career-pg .career-box .car-middle .location-box i {
  color: var(--theme-color);
}
.career-pg .career-box .car-middle .location-box h4 {
  font-size: 14px;
  font-family: var(--theme-font);
  font-weight: 600;
  margin-bottom: 0;
}
.career-pg .career-box .car-middle .location-box p {
  font-size: 14px;
  margin-top: 0.4rem;
}
.career-pg .career-box .car-ends {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-pg .career-box .car-ends .view-al-btn a {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color);
  text-decoration: underline;
}
.career-pg .ap-btns .common-btn {
  padding: 8px 20px;
  font-size: 13px;
}

.blogs-single .date-blogs-details {
  text-align: center;
  font-family: var(--heading-font);
  font-size: 16px;
  margin-bottom: 3rem;
  font-weight: 600;
}
.blogs-single .blogs-inner {
  max-width: 880px;
  margin: 0 auto;
}
.blogs-single .blogs-inner .blogs-details {
  padding-top: 2rem;
}
.blogs-single .blogs-inner .clls a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}

.prev-next {
  padding-right: 4rem;
  padding-left: 4rem;
  border-top: solid 1px #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.prev-next .prev-boxx a {
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.prev-next .prev-boxx.left-box-prev span {
  margin-right: 1rem;
  font-size: 0.8em;
}
.prev-next .prev-boxx.left-box-end span {
  margin-left: 1rem;
  font-size: 0.8em;
}

.case-single .date-blogs-details {
  text-align: center;
  font-family: var(--heading-font);
  font-size: 16px;
  margin-bottom: 3rem;
  font-weight: 600;
}
.case-single .blog-thumb img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 30px -12px #000;
}
.case-single h2 {
  margin-top: 1rem;
  font-size: 28px;
  margin-bottom: 1.5rem;
  color: var(--theme-color);
  font-family: var(--heading-font);
  font-weight: 700;
}
.case-single h3 {
  font-size: 23px;
  font-weight: 700;
  color: var(--theme-color);
}
.case-single h4 {
  font-size: 19px;
  font-weight: 300;
  color: var(--theme-color);
}
.case-single .blogs-inner {
  max-width: 880px;
  margin: 0 auto;
}
.case-single .blogs-inner .blogs-details {
  background-color: #f3f1f1;
  padding: 25px;
  margin-top: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 28px -17px #324878;
}
.case-single .blogs-inner .blogs-details h4 {
  font-weight: bold;
  font-size: 22px;
}
.case-single .blogs-inner .clls a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}

.case-prev-next {
  padding-right: 4rem;
  padding-left: 4rem;
  border-top: solid 1px #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.case-prev-next .prev-boxx a {
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.case-prev-next .prev-boxx.left-box-prev span {
  margin-right: 1rem;
  font-size: 0.8em;
}
.case-prev-next .prev-boxx.left-box-end span {
  margin-left: 1rem;
  font-size: 0.8em;
}

.career-single .date-blogs-details {
  text-align: center;
  font-family: var(--heading-font);
  font-size: 16px;
  margin-bottom: 3rem;
  font-weight: 600;
}
.career-single .blog-thumb img {
  width: 100%;
}
.career-single .blogs-inner {
  max-width: 880px;
  margin: 0 auto;
}
.career-single .blogs-inner .blogs-details {
  padding-top: 2rem;
}
.career-single .blogs-inner .clls a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}
.career-single .mini-details {
  display: flex;
  justify-content: space-between;
}
.career-single .mini-details .locatoins {
  margin: 10px 0;
}
.career-single .mini-details .locatoins i {
  color: var(--theme-color);
}
.career-single .mini-details .experience {
  margin: 10px 0;
}
.career-single .mini-details .experience i {
  color: var(--theme-color);
}

.common-service-row {
  border-top: solid 2px #000;
  background-color: var(--theme-color2);
}
.common-service-row .left-cont-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 12rem;
  padding-top: 5.5rem;
  padding-right: 5rem;
  padding-bottom: 5.5rem;
}
.common-service-row .left-cont-wrap .common-btn {
  margin-top: 1.5rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.common-service-row .left-cont-wrap.righ-co {
  padding-left: 5rem;
}
.common-service-row .mar-img {
  background-image: url(img/marketing.jpg);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

header nav .menu-item-has-children:hover .dropdown-menu {
  display: block;
  padding: 10px;
  background-color: var(--theme-color);
  border-radius: 0;
}
header nav .menu-item-has-children:hover .dropdown-menu a {
  padding: 5px 0 0px 0px;
  color: white;
  background-color: var(--theme-color);
}
header nav .menu-item-has-children:hover .dropdown-menu a:hover {
  color: var(--theme-color2);
}
header nav #menu-main-menu li a {
  position: relative;
  padding: 5px 0px;
}
header nav #menu-main-menu li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  visibility: hidden;
  transform: scalex(0);
  transition: all 0.3s ease-in-out 0s;
}
header nav #menu-main-menu li a:hover::before {
  visibility: visible;
  transform: scalex(1);
}

.large-device {
  display: block !important;
}

.mobile-menu {
  display: none !important;
}
.mobile-menu .offcanvas.offcanvas-end {
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
}
.mobile-menu .offcanvas-header {
  padding: 25px 25px 0px;
}
.mobile-menu .offcanvas-header .btn-close {
  transform: scale(1.2);
}
.mobile-menu .offcanvas.show:not(.hiding),
.mobile-menu .offcanvas.showing {
  transform: none;
  opacity: 1;
  transition: all 0.3s;
}
.mobile-menu .offcanvas.hiding,
.mobile-menu .offcanvas.show,
.mobile-menu .offcanvas.showing {
  visibility: visible;
}
.mobile-menu #menu-main-menu-mobile li a {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid black;
  font-size: 20px;
  margin: 0px 38.4px;
}
.mobile-menu #menu-main-menu-mobile li a .dropdown-menu {
  display: block;
  padding: 10px;
  background-color: var(--theme-color);
  border-radius: 0;
}
.mobile-menu #menu-main-menu-mobile li a .dropdown-menu a {
  padding: 5px 0 0px 0px;
  color: white;
  background-color: var(--theme-color);
}
.mobile-menu #menu-main-menu-mobile li a .dropdown-menu a:hover {
  color: var(--theme-color2);
}

.join-p .join-sec {
  text-align: center;
}
.join-p .join-sec p {
  margin-bottom: 30px;
}

.case-p-one {
  border-top: solid 1px #000;
}
.case-p-one .img-box {
  text-align: center;
  padding-right: 5vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.case-p-one .common-heading {
  font-size: 32px;
  margin-top: 0;
  line-height: 50px;
  font-weight: 400;
}
.case-p-one .case-testimonial h6 {
  color: var(--theme-color);
  font-size: 14.5px;
  font-weight: 600;
  margin: 20px 0px;
}
.case-p-one .case-right .case-tabs ul li .tbBtns {
  font-size: 19px;
}
.case-p-one .case-right {
  padding: 3rem 3vw 3rem 0rem;
}
.case-p-one:last-child {
  border: none;
}

.case-p-two .img-box {
  text-align: center;
  padding-right: 5vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.case-p-two .common-heading {
  font-size: 32px;
  margin-top: 0;
  line-height: 50px;
  font-weight: 400;
}
.case-p-two .case-testimonial h6 {
  color: var(--theme-color);
  font-size: 14.5px;
  font-weight: 600;
  margin: 20px 0px;
}
.case-p-two .case-right .case-tabs ul li .tbBtns {
  font-size: 19px;
}
.case-p-two .case-right {
  padding: 3rem 3vw 3rem 0rem;
}

.tnp.tnp-subscription form {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.tnp.tnp-subscription .tnp-field input[type=submit] {
  position: inherit;
  background-color: var(--theme-color);
  padding: 10px;
  text-transform: uppercase;
  border: solid 1px #ddd;
}

.tnp-field label {
  display: none !important;
}

.service-single .img-box img {
  border-radius: 10px;
  width: 100%;
}
.service-single h2 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.service-single p {
  text-align: justify;
}

.ser-mobi .info {
  position: relative;
}
.ser-mobi .info .service-inn {
  position: relative;
  padding: 40px 0px;
}
.ser-mobi .info .service-inn h2 {
  text-align: center;
}
.ser-mobi .info .service-inn ul {
  padding-left: 0;
}
.ser-mobi .info .service-inn ul li {
  list-style: none;
  margin: 20px 0px;
  text-align: center;
}
.ser-mobi .info .service-inn ul li a {
  border-bottom: 1px solid black;
  padding: 17px 10px 17px 10px;
  font-family: var(--heading-font);
  font-size: 21px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
}
.ser-mobi .info .service-inn ul li a:hover {
  background-color: var(--theme-color);
  color: white;
}

.popup-forms {
  position: fixed;
  left: 0;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  overflow-y: scroll;
  align-items: self-start;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}
.popup-forms h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.popup-forms .close-formss {
  justify-content: end;
  display: flex;
  font-size: 34px;
  margin-top: -12px;
}
.popup-forms .close-formss i {
  cursor: pointer;
}
.popup-forms .form-container {
  max-width: 550px;
  width: 98%;
  padding: 25px 23px 0px 25px;
  background-color: #fff;
  margin-top: 20px;
}
.popup-forms .form-container p {
  text-align: justify;
}
.popup-forms .form-container form input {
  height: 48px;
  background-color: #F3F3F3;
  line-height: 48px;
  border: 0;
  padding: 0 10px;
  margin-bottom: 0.5rem;
  width: 100%;
}
.popup-forms .form-container form input[type=file] {
  padding: 13px 0;
  height: auto;
  line-height: 23px;
  padding-left: 9px;
}
.popup-forms .form-container form textarea {
  height: 100px;
  padding: 0 10px;
  background-color: #F3F3F3;
  width: 100%;
  border: 0;
  margin-bottom: 0rem;
}
.popup-forms .form-container form input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--theme-color);
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
}

.float-btn .book-btns {
  position: fixed;
  background-color: var(--theme-color);
  color: white;
  border: 2px solid var(--theme-color);
  z-index: 10;
  bottom: 100px;
  right: 10px;
  right: -57px;
  transition: 0.3s;
  transform: rotate(270deg);
  padding: 10px 25px;
  box-shadow: rgba(201, 201, 201, 0.35) 0px 5px 15px;
}
.float-btn .book-btns:hover {
  border: 2px solid var(--theme-color);
}
.float-btn .whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #5f5f5f;
  z-index: 10;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 50px;
  left: 10px;
}

.clients-sec {
  background-color: rgba(221, 221, 221, 0.17);
  padding: 100px 0;
}
.clients-sec .clients_box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  height: 140px;
}
.clients-sec img {
  width: auto !important;
  max-width: 100%;
}
.clients-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.clients-sec button.owl-prev {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.clients-sec button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-radius: 5px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
}
.clients-sec button.owl-prev span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.clients-sec button.owl-next {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.clients-sec button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-radius: 5px;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
}
.clients-sec button.owl-next span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}

.inner-pages .hotel-page {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.inner-pages .hotel-page .common-heading {
  font-size: 38px;
  line-height: 65px;
}
.inner-pages .hotel-page .content {
  width: 60%;
}
.inner-pages .hotel-page .content h2 {
  font-family: var(--heading-font);
}
.inner-pages .hotel-page .content h2 span {
  font-family: var(--heading-font);
}
.inner-pages .hotel-page .img-cont {
  width: 40%;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}
.inner-pages .hotel-page .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-inner {
  background: #fefaf7;
  text-align: center;
}
.cta-inner h2 {
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .inner-pages .hotel-page {
    flex-direction: column;
  }
  .inner-pages .hotel-page .content {
    width: 100%;
  }
  .inner-pages .hotel-page .img-cont {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */