:root {
  /**
  @font family declaration
  */
  --tp-ff-body: Poppins, sans-serif;
  --tp-ff-heading: Poppins, sans-serif;
  --tp-ff-p: Poppins, sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @font Size declaration
  */
  --tp-fz-body: 20px;
  --tp-fz-p: 18px;
  --tp-fz-a: 18px;
  --tp-fz-h1: 60px;
  --tp-fz-h2: 50px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 22px;
  --tp-fz-h5: 20px;
  --tp-fz-h6: 16px;
  --tp-fz-font: 10px;
  --tp-fz-font1: 12px;
  --tp-fz-font2: 13px;
  /**
   @font Weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**


  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000000;
  --tp-heading-primary: #0E0E0E;
  --tp-heading-spanred: #FFDE00;
  --tp-bg-1: #F16223;
  --tp-bg-2: #F5F8FA;
  --tp-text-body: #4b4b4b;
  --tp-text-1: #505050;
  --tp-text-2: #131A1C;
  --tp-text-3: #262626;
  --tp-border-primary: #C7E6FF;
  --tp-border-secondary: #E2E2E2;
  --tp-border-btnborder: #CDCDCD;
  --tp-border-1: #2096F4;
  --tp-icon-blue: #006EB1;
  --tp-icon-blue-light: #E7efFF;
  --tp-icon-green: #10D0A1;
  --tp-icon-green-light: #E7FAF6;
  --tp-icon-pink: #F72A75;
  --tp-icon-pink-light: #FEEAf1;
  --tp-icon-sky: #42BFFF;
  --tp-icon-sky-light: #ECF9FF;
  --tp-icon-red: #FF0000;
  --tp-icon-tweet: #1DA1F2;
  --tp-icon-fb: #4267B2;
  --tp-icon-skype: #00A6E4;
}

body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: var(--tp-fw-regular);
  color: var(--tp-text-body);
  line-height: 26px;
}
@media screen and (max-width: 1640px) {
  body {
    font-size: 18px;
  }
}

.fp-watermark {
  display: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 16px;
  line-height: 27px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  color: var(--tp-heading-primary);
}

section {
  padding: 60px 0px;
}

.head h2 {
  font-size: 42px;
  font-weight: 400;
  color: #ffa919;
  line-height: 55px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 23px;
}
.head h2 span {
  color: #b93102;
  font-weight: 600;
}
.head h2::after {
  height: 5px;
  width: 50px;
  background: #b93102;
  content: "";
  display: block;
  margin-top: 13px;
}
.head h1 {
  font-size: 42px;
  font-weight: 400;
  color: #ffa919;
  line-height: 55px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 23px;
}
.head h1 span {
  color: #b93102;
  font-weight: 600;
}
.head h1::after {
  height: 5px;
  width: 50px;
  background: #b93102;
  content: "";
  display: block;
  margin-top: 13px;
}
.head p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px;
}

/* Modal Dialog */
.modal-dialog {
  border-radius: 20px;
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.25);
  margin-top: 8vh;
}

/* Modal Content Background */
.modal-content img {
  width: 100%;
}
.modal-content .modal-body {
  padding: 0px;
}
.modal-content .close {
  position: absolute;
  right: 0px;
  background: #fff;
  border: none;
  z-index: 2;
  width: 35px;
  font-size: 30px;
}

.header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../images/header-sticky.png) no-repeat;
  background-size: 100% 100%;
}
.header .top-bar {
  background: #b93102;
  box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.28);
  margin-bottom: 10px;
}
.header .top-bar .top-bar-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top-bar .top-bar-main .socail-media ul {
  display: flex;
}
.header .top-bar .top-bar-main .socail-media ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.header .top-bar .top-bar-main .socail-media ul li a i {
  margin-right: 10px;
  font-size: 20px;
}
.header .top-bar .top-bar-main .socail-media ul li a:hover {
  color: #ffa919;
}
.header .top-bar .top-bar-main .socail-media ul li:first-child {
  padding-right: 30px;
}
.header .top-bar .top-bar-main .social-links ul {
  display: flex;
}
.header .top-bar .top-bar-main .social-links ul li a {
  color: #fff;
  font-size: 26px;
  padding: 8px;
  width: 45px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  background: #ffa919;
}
.header .top-bar .top-bar-main .social-links ul li a:hover {
  color: #000;
}
.header .top-bar .top-bar-main .social-links ul li a::after {
  width: 1px;
  height: 30px;
  content: "";
  position: absolute;
  right: 0px;
  top: 6px;
  background: #fff;
}
.header .top-bar .top-bar-main .social-links ul li a.whatsapp {
  background: #26bc26;
}
.header .top-bar .top-bar-main .social-links ul li a.fb {
  background: #fd4d40;
}
.header .top-bar .top-bar-main .social-links ul li a.lind {
  background: #2db3d9;
}
.header .top-bar .top-bar-main .social-links ul li a.insta {
  background: #ff7300;
}
.header .top-bar .top-bar-main .social-links ul li:last-child a::after {
  display: none;
}
.header .head-outer {
  padding: 10px 0px 15px;
}
.header .head-outer .head-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .head-outer .head-main .logo {
  width: 90px;
}
.header .head-outer .head-main .logo a {
  display: block;
}
.header .head-outer .head-main .logo a img {
  width: 100%;
}
.header .head-outer .head-main .nav ul {
  display: flex;
}
.header .head-outer .head-main .nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
.header .head-outer .head-main .nav ul li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  word-wrap: break-word;
  padding: 10px 2px;
}
.header .head-outer .head-main .nav ul li:hover a {
  color: #ffa919;
}
.header .head-outer .head-main .nav ul li.dropdown {
  position: relative;
}
.header .head-outer .head-main .nav ul li.dropdown ul {
  position: absolute;
  top: 40px;
  left: -50px;
  width: 100%;
  display: block;
  background: var(--tp-common-white);
  padding: 26px 0px;
  min-width: 254px;
  box-shadow: 0px 18px 25px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.8);
}
.header .head-outer .head-main .nav ul li.dropdown ul li {
  margin-bottom: 15px;
  display: block;
}
.header .head-outer .head-main .nav ul li.dropdown ul li a {
  background: none;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  display: block;
  color: #000;
}
.header .head-outer .head-main .nav ul li.dropdown ul li:hover {
  color: #ffa919;
}
.header .head-outer .head-main .nav ul li.dropdown ul li:last-child {
  margin-bottom: 0;
}
.header .head-outer .head-main .nav ul li.dropdown ul > li.active > a {
  color: #ffa919;
}
.header .head-outer .head-main .nav ul li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .head-outer .head-main .nav ul li.dropdown:hover ul li:hover a {
  color: #ffa919;
}

.header.scrollheader {
  background: #fff;
  top: -50px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.04);
}
.header.scrollheader .head-outer {
  padding: 10px 0px 15px;
}
.header.scrollheader .head-outer .head-main .nav ul li a {
  color: #000;
}
.header.scrollheader .head-outer .head-main .nav ul li:hover a {
  color: #ffa919;
}
.header.scrollheader .head-outer .head-main .nav ul li.dropdown {
  position: relative;
}
.header.scrollheader .head-outer .head-main .nav ul li.dropdown ul li a {
  color: #000;
}
.header.scrollheader .head-outer .head-main .nav ul li.dropdown ul li:hover {
  color: #ffa919;
}
.header.scrollheader .head-outer .head-main .nav ul li.dropdown ul li:last-child {
  margin-bottom: 0;
}
.header.scrollheader .head-outer .head-main .nav ul li.dropdown ul > li.active > a {
  color: #ffa919;
}
.header.scrollheader .head-outer .head-main .nav ul li.dropdown:hover ul li:hover a {
  color: #ffa919;
}

footer {
  padding: 86px 0px 0px;
  background: #000;
  clear: left;
}
footer .footer-main {
  display: flex;
  margin-left: -15px;
  margin-left: -15px;
  padding-bottom: 55px;
}
footer .footer-main .footer-bx {
  width: 25%;
  padding: 0px 15px;
}
footer .footer-main .footer-bx .footer-logo {
  margin-bottom: 25px;
}
footer .footer-main .footer-bx p {
  font-size: 16px;
  color: #fff;
  line-height: normal;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx p {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-main .footer-bx p {
    margin-bottom: 0;
  }
}
footer .footer-main .footer-bx:nth-child(1) {
  width: 18%;
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx:nth-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-main .footer-bx:nth-child(1) {
    width: 100%;
  }
}
footer .footer-main .footer-bx:nth-child(3) {
  width: 30%;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-main .footer-bx:nth-child(3) {
    width: 100%;
  }
}
footer .footer-main .footer-bx h3 {
  font-size: var(--tp-fz-h5);
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: var(--tp-fw-sbold);
}
footer .footer-main .footer-bx ul li {
  display: block;
  margin-bottom: 10px;
}
footer .footer-main .footer-bx ul li a {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-white);
  letter-spacing: 0.08px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
}
footer .footer-main .footer-bx ul li:hover a {
  color: #ffa919;
}
footer .footer-main .footer-bx .footer-rw {
  display: flex;
  margin-bottom: 15px;
}
footer .footer-main .footer-bx .footer-rw .footer-ico {
  min-width: 20px;
  margin-right: 10px;
}
footer .footer-main .footer-bx .footer-rw .footer-ico img {
  max-width: 100%;
}
footer .footer-main .footer-bx .footer-rw .footer-text p {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-white);
  letter-spacing: 0.08px;
  text-transform: capitalize;
  line-height: 25px;
  text-align: left;
  margin-bottom: 0;
}
footer .footer-main .footer-bx .footer-rw .footer-text a {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-white);
  letter-spacing: 0.08px;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
}
footer .footer-main .footer-bx .footer-rw .footer-text a:hover {
  color: #ffa919;
}
footer .footer-main .footer-bx .footer-socail ul {
  display: flex;
}
footer .footer-main .footer-bx .footer-socail ul li {
  margin-right: 19px;
}
footer .footer-main .footer-bx .footer-socail ul li a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 46px;
  border: 1px solid var(--tp-common-white);
  transition: all 0.3s ease-out 0s;
}
footer .footer-main .footer-bx .footer-socail ul li:last-child {
  margin-right: 0;
}
footer .footer-main .footer-bx .footer-socail ul li:hover a {
  background: var(--tp-heading-orange);
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-main .footer-bx {
    width: 100%;
  }
  footer .footer-main .footer-bx:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-main {
    flex-wrap: wrap;
  }
}
footer .copy-right {
  padding: 21px 0px;
  border-top: 1px solid #565656;
  display: flex;
  justify-content: space-between;
}
footer .copy-right p {
  font-size: var(--tp-fz-font);
  font-weight: var(--tp-fw-light);
  line-height: 112.5%;
  text-transform: uppercase;
  letter-spacing: 0.05px;
  color: var(--tp-common-white);
  opacity: 0.5;
  margin: 0;
}
footer .copy-right a {
  font-size: var(--tp-fz-font);
  font-weight: var(--tp-fw-light);
  line-height: 112.5%;
  text-transform: uppercase;
  letter-spacing: 0.05px;
  color: var(--tp-common-white);
  opacity: 0.5;
  margin: 0;
  text-decoration: none;
}
footer .copy-right a:hover {
  color: #ffa919;
  opacity: 1;
}
@media screen and (max-width: 450px) {
  footer .copy-right {
    flex-wrap: wrap;
  }
  footer .copy-right p {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-top: 50px;
  }
}

.banner-outer {
  padding: 0px;
  height: 85vh;
}
.banner-outer .banner-slider {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide {
  height: 100%;
  position: relative;
}
.banner-outer .banner-slider figure {
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  position: relative;
}
.banner-outer .banner-slider figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-outer .banner-slider figure::after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  bottom: 0px;
  content: "";
}
.banner-outer .banner-slider .banner-text-outer {
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.banner-outer .banner-slider .banner-text-outer .banner-text {
  text-align: center;
}
.banner-outer .banner-slider .banner-text-outer .banner-text h3 {
  font-size: 25px;
  font-weight: 500;
  text-shadow: 1px 1px 1px black;
  color: #fff;
  margin-bottom: 10px;
}
.banner-outer .banner-slider .banner-text-outer .banner-text h2 {
  font-size: 55px;
  font-weight: 500;
  text-shadow: 1px 1px 1px black;
  color: #fff;
  margin-bottom: 20px;
}
.banner-outer .banner-slider .banner-text-outer .banner-text a {
  background: #b93102;
  color: #fff;
  border-radius: 50px;
  padding: 10px 2rem;
  font-size: 22px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s;
}
.banner-outer .banner-slider .banner-text-outer .banner-text a:hover {
  background: #ffa919;
  color: #000000;
}

.inner-banner-outer {
  padding: 0px;
  position: relative;
  height: 85vh;
}
.inner-banner-outer figure {
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  position: relative;
}
.inner-banner-outer figure img {
  width: 100%;
}
.inner-banner-outer figure::after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  bottom: 0px;
  content: "";
}
.inner-banner-outer .inner-banner-text-outer {
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
  display: flex;
  align-items: center;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-text {
  text-align: center;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-text h3 {
  font-size: 25px;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 10px;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-text h2 {
  font-size: 92px;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 20px;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-text .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  list-style: none;
  font-size: 24px;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-text .breadcrumb a {
  color: #fff;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-text .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-text .breadcrumb .breadcrumb-item {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-text .breadcrumb .breadcrumb-item::before {
  color: #fff;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px var(--tp-bg-1);
}
.slicknav_menu .slicknav_icon-bar {
  background-color: var(--tp-bg-1);
}

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px var(--tp-bg-1);
  border-radius: 4px;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  top: 61px;
  background: #F9F9F9;
  margin: 0 auto;
  right: 0;
  z-index: 9;
}
.slicknav_nav li:last-child a {
  border-bottom: none;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  color: var(--tp-grey-1);
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-medium);
  border-bottom: 1px solid var(--tp-border-secondary);
}
.slicknav_nav a span {
  margin-right: 8px;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  color: #FF7A00;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
  border: none;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent ul li a {
  font-weight: var(--tp-fw-regular);
}
@media screen and (max-width: 991px) {
  .slicknav_nav {
    top: 43px;
  }
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_btn {
  position: relative;
  display: block;
  float: right;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 6px;
}

.slicknav_menu {
  *zoom: 1;
  display: none;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 30px;
  height: 25px;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .slicknav_menu {
    display: block;
  }
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.about_section-outer {
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
}
.about_section-outer .about-main {
  display: flex;
}
.about_section-outer .about-main .about-bx {
  width: 50%;
  padding-right: 30px;
}
.about_section-outer .about-main .about-bx h1 {
  padding-bottom: 20px;
}
.about_section-outer .about-main .about-bx .btn-area {
  margin-top: 30px;
}
.about_section-outer .about-main .about-bx .btn-area a {
  padding: 8px 20px;
  color: #b93102;
  font-size: 1rem;
  border: 2px solid #b93102;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
}
.about_section-outer .about-main .about-bx .btn-area a:hover {
  background: #b93102;
  color: #fff;
}
.about_section-outer .about-main .about-us-img {
  width: 50%;
  padding-left: 50px;
}
.about_section-outer .about-main .about-us-img img {
  max-width: 100%;
}

.our-services-outer .head {
  text-align: center;
}
.our-services-outer .head h2 {
  text-align: center;
}
.our-services-outer .head h2::after {
  margin: 13px auto 0px;
}
.our-services-outer .our-services-main {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.our-services-outer .our-services-main .our-services-bx {
  padding: 30px;
  width: calc(33.33% - 20px);
  box-shadow: 0px 2px 12px 0px rgba(185, 49, 2, 0.31);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(185, 49, 2, 0.31);
  -moz-box-shadow: 0px 2px 12px 0px rgba(185, 49, 2, 0.31);
  border-radius: 15px;
}
.our-services-outer .our-services-main .our-services-bx figure {
  margin-bottom: 30px;
}
.our-services-outer .our-services-main .our-services-bx figure img {
  max-width: 100%;
}
.our-services-outer .our-services-main .our-services-bx h3 {
  color: #b93102;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-services-outer .our-services-main .our-services-bx p {
  font-size: 16px;
  line-height: 27px;
}
.our-services-outer .our-services-main .our-services-bx .btn-area {
  margin-top: 30px;
}
.our-services-outer .our-services-main .our-services-bx .btn-area a {
  padding: 8px 40px;
  color: #b93102;
  font-size: 1rem;
  border: 2px solid #b93102;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
}
.our-services-outer .our-services-main .our-services-bx .btn-area a:hover {
  background: #b93102;
  color: #fff;
}

.textmonail-outer .head {
  text-align: center;
}
.textmonail-outer .head h2 {
  text-align: center;
}
.textmonail-outer .head h2::after {
  margin: 13px auto 0px;
}
.textmonail-outer .textmonail-main .item .textmonail-box {
  margin: 20px;
  box-shadow: 0px 2px 12px 0px rgba(185, 49, 2, 0.31);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(185, 49, 2, 0.31);
  -moz-box-shadow: 0px 2px 12px 0px rgba(185, 49, 2, 0.31);
  border-radius: 15px;
  text-align: center;
  padding: 40px 20px 20px;
  height: 100%;
  position: relative;
  display: block;
}
.textmonail-outer .textmonail-main .item .textmonail-box p {
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
}
.textmonail-outer .textmonail-main .item .user .user-name {
  margin: 0 auto;
  width: 150px;
}
.textmonail-outer .textmonail-main .item .user .user-name h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
  color: #000;
}
.textmonail-outer .textmonail-main .item .user .user-name h5 {
  font-size: 15px;
  font-weight: 500;
}
.textmonail-outer .textmonail-main .item .monail-img {
  margin-top: -60px;
  margin-bottom: 20px;
}
.textmonail-outer .textmonail-main .item .monail-img img {
  margin: 0 auto;
  display: block;
}

.our-latest-blog-outer {
  background: #f1f1f1;
}
.our-latest-blog-outer .head {
  text-align: center;
}
.our-latest-blog-outer .head h2 {
  text-align: center;
}
.our-latest-blog-outer .head h2::after {
  margin: 13px auto 0px;
}
.our-latest-blog-outer .our-latest-blog-main {
  display: flex;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx {
  width: 33.33%;
  margin: 20px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  background: #fff;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx figure {
  height: 300px;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx figure img {
  width: 100%;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx .our-text-area {
  padding: 10px 20px;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx .our-text-area h3 {
  color: #b93102;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx .our-text-area h3 a {
  color: #b93102;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx .our-text-area p {
  font-size: 16px;
  line-height: 27px;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx .our-text-area .btn-area {
  margin-top: 30px;
  padding-bottom: 20px;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx .our-text-area .btn-area a {
  padding: 8px 40px;
  color: #b93102;
  font-size: 1rem;
  border: 2px solid #b93102;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
}
.our-latest-blog-outer .our-latest-blog-main .our-latest-bx .our-text-area .btn-area a:hover {
  background: #b93102;
  color: #fff;
}

.therapy-outer .therapy-main h1 {
  font-size: 62px;
  font-weight: 600;
  color: #fbbb0e;
  line-height: 120%;
  text-align: center;
  padding-bottom: 20px;
}
.therapy-outer .therapy-main p {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.therapy-row-outer {
  padding: 0px;
}
.therapy-row-outer .our-behaver {
  padding: 60px 0px;
}
.therapy-row-outer .our-behaver .behaver-row {
  align-items: center;
}
.therapy-row-outer .our-behaver .behaver-row .left img {
  width: 100%;
}
.therapy-row-outer .our-behaver .behaver-row .inner-contant {
  padding-left: 30px;
}
.therapy-row-outer .our-behaver .behaver-row .inner-contant .head {
  padding-bottom: 10px;
}
.therapy-row-outer .our-behaver .behaver-row .inner-contant .head h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
.therapy-row-outer .our-behaver .behaver-row .inner-contant .head p {
  text-align: justify;
}
.therapy-row-outer .our-behaver .behaver-row .inner-contant .orang-btn {
  margin-top: 30px;
}
.therapy-row-outer .our-behaver .behaver-row .inner-contant .orang-btn a {
  padding: 8px 40px;
  color: #b93102;
  font-size: 1rem;
  border: 2px solid #b93102;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
}
.therapy-row-outer .our-behaver .behaver-row .inner-contant .orang-btn a:hover {
  background: #b93102;
  color: #fff;
}
.therapy-row-outer .our-behaver:nth-child(2n) {
  background: #f9f9f9;
}
.therapy-row-outer .our-behaver:nth-child(2n) .behaver-row {
  flex-direction: row-reverse;
}
.therapy-row-outer .our-behaver:nth-child(2n) .behaver-row .inner-contant {
  padding-left: 0px;
  padding-right: 30px;
}

.enquey-form-outer {
  display: flex;
  background: #F6F6F6;
  padding: 0px;
}
.enquey-form-outer .contact-map {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.enquey-form-outer .contact-map iframe {
  width: 100%;
  height: calc(100% + 160px);
  margin-top: -158px;
}
@media screen and (max-width: 991px) {
  .enquey-form-outer .contact-map iframe {
    height: 460px;
  }
}
.enquey-form-outer .contact-map .see-direction {
  border: 1px solid #E6E6E6;
  box-shadow: 0px 6px 20.7px 0px rgba(151, 151, 151, 0.2196078431);
  background: #FFFFFF;
  padding: 13px 23px;
  position: absolute;
  right: 20px;
  top: 25px;
  color: #000;
  border-radius: 7px;
}
.enquey-form-outer .contact-map .see-direction img {
  margin-left: 8px;
}
@media screen and (max-width: 991px) {
  .enquey-form-outer .contact-map {
    width: 100%;
  }
}
.enquey-form-outer .contact-right {
  width: 50%;
  padding: 50px 0px 50px 50px;
}
.enquey-form-outer .contact-right .contact-right-form {
  max-width: 629px;
}
.enquey-form-outer .contact-right .contact-right-form h2 {
  font-size: 32px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .contact-box {
  width: 100%;
  display: flex;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 7px;
  align-items: center;
  padding: 0px 13px;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .contact-box .contact-ico {
  min-width: 17px;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .contact-box .contact-input {
  width: 100%;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .contact-box .contact-input input {
  border: none;
  height: 54px;
  padding: 5px 5px 5px 13px;
  color: #585858;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .contact-box .contact-input input::-moz-placeholder {
  color: #585858;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .contact-box .contact-input input::placeholder {
  color: #585858;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .contact-box .contact-input select {
  border: none;
  height: 54px;
  padding: 5px 5px 5px 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #585858;
  background: transparent url(../images/select-drop.png) no-repeat 98% center;
  font-size: 15px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .enquey-form-outer .contact-right .contact-right-form .contact-row .contact-box {
    width: 100%;
  }
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .text-area {
  width: 100%;
  padding-right: 30px;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .text-area textarea {
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 7px;
  height: 104px;
  padding: 5px 5px 5px 13px;
  color: #585858;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  width: 100%;
  resize: none;
}
@media screen and (max-width: 576px) {
  .enquey-form-outer .contact-right .contact-right-form .contact-row .text-area {
    padding-right: 0px;
  }
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .btn-submit {
  width: 100%;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .btn-submit button {
  background: #b93102;
  color: #fff;
  padding: 10px 2rem;
  font-size: 22px;
  border: 1px solid #b93102;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s;
  border-radius: 4px;
}
.enquey-form-outer .contact-right .contact-right-form .contact-row .btn-submit button:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 576px) {
  .enquey-form-outer .contact-right .contact-right-form .contact-row {
    gap: 20px 0px;
  }
}
@media screen and (max-width: 991px) {
  .enquey-form-outer .contact-right .contact-right-form {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .enquey-form-outer .contact-right {
    width: 100%;
    padding: 50px 0px 50px 25px;
  }
}
@media screen and (max-width: 576px) {
  .enquey-form-outer .contact-right {
    padding: 50px 15px 50px 15px;
  }
}
@media screen and (max-width: 991px) {
  .enquey-form-outer {
    flex-wrap: wrap;
  }
}

.fonder_section-outer {
  padding: 0px;
  background: #b93102;
  position: relative;
}
.fonder_section-outer .inner-connect {
  padding: 3rem 0 2rem;
}
.fonder_section-outer .inner-connect h3 {
  color: #fff;
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 15px;
}
.fonder_section-outer .inner-connect p {
  color: #fff;
}
.fonder_section-outer .inner-connect p a {
  color: #ffa919;
}
.fonder_section-outer .circle .left {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
}
.fonder_section-outer .circle .left aside {
  padding-top: 2rem;
}
.fonder_section-outer .circle .left aside img {
  max-width: 100%;
}
.fonder_section-outer .circle .left .name {
  width: 100%;
  text-align: center;
  padding-left: 50px;
}
.fonder_section-outer .circle .left .name h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.fonder_section-outer .circle .left .name p {
  font-style: italic;
  color: #8d8f8e;
  font-size: 18px;
}
.fonder_section-outer .circle::before {
  position: absolute;
  content: "";
  right: 0;
  width: 50%;
  height: 100%;
  -webkit-clip-path: ellipse(62% 100% at 65% 50%);
  clip-path: ellipse(62% 100% at 65% 50%);
  background: #fff;
}/*# sourceMappingURL=main.css.map */