@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Kaisei+Decol:wght@400;500;700&display=swap");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #00225a;
  overflow-x: hidden;
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 36;
  padding: 0px;
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.26px;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 18;
  padding: 0px;
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.26px;
}

p {
  font-family: "Inter", sans-serif;
  color: #6e6e6e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 188.523%;
}

a {
  padding: 0px;
  margin: 0px;
  outline: none;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul li {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0;
}

button:focus {
  outline: none;
}

a:hover {
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0px 15px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Inter", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 900;
  line-height: 135.023%;
  /* 78.313px */
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-nav__main-navigation {
  padding: 15px;
}
.main-nav__header-one .container {
  position: relative;
}

.main-nav__logo-box {
  text-align: left;
  width: 100%;
  max-width: 244px;
  display: block;
  margin-right: 60px;
  padding: 0px 0;
}

.main-nav__logo-box .side-menu__toggler {
  font-size: 20px;
  color: var(--thm-black);
}

.down-triangle {
  position: absolute;
  right: 10px;
  top: 7px;
}

.down-triangle:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  right: 0;
  top: 0;
  color: #000;
  background-color: #8b2912;
  color: white;
  border-radius: 100px;
  padding: 4px 8px;
  font-size: 10px;
}

.main-nav__main-navigation .main-nav__navigation-box > li a {
  position: relative;
  display: block;
}

@media (min-width: 992) {
  .main-nav__header-one .container {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .main-nav__logo-box .side-menu__toggler {
    display: none;
  }

  .main-nav__main-navigation {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .main-nav__logo-box {
    padding: 20px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.main-nav__main-navigation .main-nav__navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box > li + li {
  margin-left: 45px;
}

.main-nav__main-navigation .main-nav__navigation-box > li {
  position: relative;
  padding: 20.5px 0px;
}

.main-nav__main-navigation .main-nav__navigation-box > li > a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--thm-font);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  border-bottom: 1px solid transparent;
  font-family: "Kaisei Decol", serif;
}

.main-nav__main-navigation .main-nav__navigation-box > li:hover > a,
.main-nav__main-navigation .main-nav__navigation-box > li.current > a,
.main-nav__main-navigation
  .main-nav__navigation-box
  > li.current-menu-item
  > a {
  border-bottom: 1px solid #8b2912;
}

/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
  display: none;
}

.main-nav__main-navigation .main-nav__navigation-box > li ul {
  position: absolute;
  width: 230px;
  background-color: #fff;
  border-top: 2px solid var(--thm-base);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  z-index: 991;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box > li ul > li {
  position: relative;
  margin: 10px 8px;
}

.main-nav__main-navigation .main-nav__navigation-box > li ul > li + li {
  border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
  font-family: "Kaisei Decol", serif;
}

.main-nav__main-navigation .main-nav__navigation-box > li ul > li > a {
  display: block;
  color: var(--thm-black);
  font-size: 14px;
  font-family: var(--thm-font);
  word-break: break-all;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Kaisei Decol", serif;
}

/* .main-nav__main-navigation .main-nav__navigation-box > li ul > li:hover > a {
  color: #ffffff;
  /* background-color: #050a5c; */

/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box > li > ul {
  top: 100%;
  left: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);

  visibility: hidden;
  opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box > li:hover > ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  border-radius: 2px;
}

/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box > li > ul > li > ul {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box > li > ul > li:hover > ul {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

/* After Third level menu */

.main-nav__main-navigation
  .main-nav__navigation-box
  > li
  > ul
  > li
  > ul
  > li
  ul {
  display: none;
}

header {
  background-color: white;

}

.logo {
  margin-top: 8px;
}

.main-nav__main-navigation li a {
  color: #000000 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.down-triangle {
  display: none;
}

a.side-menu__toggler {
  display: none;
}

.before_overlay {
  width: 100%;
}

.main-nav__main-navigation {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.menu::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 72px;
  border-radius: 50px 0px 0px 50px;
  background: #efefef;
  z-index: 0;
  top: 37px;
  overflow: hidden;
  display: block;
}



.forapoinment a {
  background: #8b2912;
  color: #fff;
  font-family: "Kaisei Decol", serif;
  font-size: 18px;
  padding: 10px;
  border-radius: 10px;
}

.menu-item-has-children span {
  align-items: end;
  display: flex;
}

.logo {
  width: 100%;
  max-width: 173px;
  height: auto;
}

.menu::before {
  display: block !important;
}

.down-triangle {
  position: absolute;
  right: 10px;
  top: 7px;
}

.down-triangle:after {
  display: none;
}

.sub-menu li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.col_custm {
  padding: 0;
}

.bnr_headingoutbox {
  background: linear-gradient(180deg, #8d3414 0%, #73210c 100%);
  width: 100%;
  height: 544px;
}
.bnr_slider {
  position: relative;
  height: 544px;
}
img.custm_overlay {
  position: absolute;
  z-index: 2;
  left: -10px;
  height: 100%;
}

.banner {
  height: 544px;
  overflow: hidden;
 
}
.banner .row{
  margin: 0;
}
.cutmitm img {
  object-fit: cover;
  height: 544px;
}

.home_slider .owl-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0x;
  margin-bottom: 48px;
  position: absolute;
  z-index: 4;
  right: 30px;
  top: 33%;
}

.home_slider button.owl-dot {
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
}

.home_slider .owl-dot:active {
  background: rgba(255, 255, 255, 0.15);
}

.bnr_heading span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.26px;
}

.bnr_heading h3 {
  color: white;
  font-size: 18px;
}

.bnr_heading a.joinnow {
  display: flex;
  width: 116px;
  justify-content: center;
  align-items: center;
  height: 33px;
  border-radius: 5px;
  background: #fff;
  color: #050505;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.023%;
  margin: 30px 0px;
  /* 27.724px */
}

.social_media a {
  text-decoration: none;
}

.social_media i {
  color: white;
  margin-right: 20px;
  transition: 0.3s all ease-in-out;
  padding: 5px 7px;
  border-radius: 100%;
}

.social_media i:hover {
  color: rgb(0, 0, 0);
  background-color: white;
}


.homepageaboutbox {
  position: relative;
}

.aboutimagebox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../image/ellipse\ .png);
  background-repeat: no-repeat;
  z-index: -1;
}

.about_details {
  width: 100%;
  height: 100%;
  background-image: url(../image/aboutbackgroundimage.png);
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
  margin-top: 89px;
}

.about {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}

.aboutimage {
  display: flex;
  justify-content: end;
}

.aboutimagebox img {
  width: 100%;
  max-width: 297px;
  height: 167px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.bnr_heading {
  padding: 50px;
}

.about_details a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  border-radius: 5px;
  background: #8d3414;
  padding: 6px 19px
}

.common_details h2 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%;
  /* 60.848px */
}

.common_details h3 {
  color: #8b2912;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.26px;
}

.patner {
  padding-top: 120px;
}

.patner h2 {
  font-family: "Inter", sans-serif;
  color: #a9a9a9;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%;
}

.services_details {
  position: relative;
  z-index: 2;
}

.services {
  padding: 50px 0px 100px 0px;
  text-align: center;
  background-color: #ececec;
  position: relative;
}

.services_box {
  padding: 80px 0px 0px 0px;
}

.details_box span {
  color: rgba(224, 224, 224, 0.69);
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.details_box {
    margin: auto;
  background-color: white;
  text-align: left;
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
  transition: 0.3s all ease-in-out;
  width: 100%;
  max-width: 336px;
   height: 404px;
}
.cstmdbox{background-color: white;
  text-align: left;
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
  transition: 0.3s all ease-in-out;
  width: 100%;
  max-width: 336px;
   height: 500px;}

   .cstmdbox h3{
    font-size: 18px !important;
   }

.details_box:hover {
  background-color: #8b3213;
}

.icon_top {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
}

.details_box:hover h3 {
  color: white;
}

.details_box h3 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%;
  margin: 25px 0px;
}

.details_box:hover p {
  color: white;
}

.details_box p {
  color: #6e6e6e;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 188.523%;
  /* 26.393px */
}

.redmore a {
  font-family: "Inter", sans-serif;
  letter-spacing: 1.26px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%;
  letter-spacing: 1.26px;
}

.redmore {
    margin: 0 auto;
  width: 100%;
  max-width: 336px;
  background-color: black;
  padding: 15px;
  border-radius: 0px 0px 10px 10px;
    margin-bottom: 25px;}


.testimonial {
  position: relative;
  padding: 100px 0px;
  background: linear-gradient(180deg, #8d3414 0%, #000 100%);
  text-align: center;
  overflow: hidden;
}

.inerbox_testimonial {
  padding-bottom: 50px;
}

.testimonial::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../image/testimonial.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -116px;
  z-index: 1;
}

.inerbox_testimonial h2 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%;
  /* 60.848px */
}

.reviws {
  background-color: white;
  padding: 15px;
  border-radius: 15px;
  text-align: left;
}

.reviws img {
  width: 100%;
  max-width: 25px;
  height: 25px;
  margin: 28px 0px;
}

.reviws h5 {
  text-align: center;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 188.523%;
  /* 26.393px */
}

.cstm_prgh {
  text-align: center;
  color: #6e6e6e;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 188.523%;
  /* 26.393px */
}

.testimonialslider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  margin-bottom: 48px;
}

.testimonialslider button.owl-dot {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 0px 10px;
}

.testimonialslider button.owl-dot.active {
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.team {
  background-image: url(../image/team.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  /* background-size: cover; */
  background-position: top;
  position: relative;
}

.teaminer {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}

.teamdetaldetals {
  /* padding-top: 100px; */
  padding: 100px 0px;
}

.team_member img {
  width: 100%;
  max-width: 293px;
  height: 373px;
  position: relative;
  border-radius: 10px;
  object-fit: cover;
}

.team_member {
  position: relative;
}

.team_member::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: linear-gradient(1deg, #73210c 0.78%, rgba(141, 52, 20, 0) 95.58%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 293px;
  height: 373px;
  z-index: 1;
}

.team_details p {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 188.523%;
  /* 33.934px */
}

.team_details span {
  font-family: "Inter", sans-serif;
  color: #6e6e6e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 188.523%;
  /* 26.393px */
}

.ceo {
  position: relative;
  margin-top: -64px;
  z-index: 1;
  /* text-align: center; */
}

.ceo p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 250;
  line-height: 188.523%;
  /* 22.623px */
}

.registrtn {
  padding: 110px 0px 50px 0px;
  background: linear-gradient(180deg, #fff 0%, #ececec 112.5%);
}

.iner_rgstratn {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.download_btn {
  border-radius: 10px;
  background: #8d3414;
  width: 100%;
  max-width: 297px;
  height: auto;
  padding: 5px 0px;
}

.download_btn a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 188.523%;
  /* 33.934px */
}

.iner_rgstratn .row {
  display: flex;
  align-items: center;
}

.backgroundtext h2 {
  color: rgba(184, 184, 184, 0.14);
  font-family: "Inter", sans-serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.about .backgroundtext {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 30px 0px;
}

.services .backgroundtext {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
}

.services .backgroundtext h2 {
  color: rgba(255, 255, 255, 0.69);
  font-family: "Inter", sans-serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.backgroundtext {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
}

.testimonialslider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../image/v1.png);
  background-repeat: no-repeat;
  top: -195px;
  left: -37px;
}

.testimonialslider::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  background-image: url(../image/v2.png);
  background-repeat: no-repeat;
  top: 207px;
  left: 89%;
}

.Contact {
  padding: 50px 0px;
}

.contact_iner h2 {
  background: linear-gradient(92deg, #8d3414 5.43%, #000 90.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%;
  /* 60.848px */
}

.contact_iner {
  border-radius: 10px;
  background: #ececec;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 1061px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.contact_image {
  padding: 30px 27px;
}

.frmbox {
  padding: 30px 27px;
}

.frmbox input {
  width: 100%;
  height: 35px;
  background: #fff;
  border: none;
}

.frmbox label {
  color: #b4b4b4;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%;
  /* 30.424px */
  margin: 8px 0px;
}

.frmbox textarea {
  width: 100%;
  height: auto;
  background: #fff;
  border: none;
  margin: 8px 0px;
  height: 114px;
}

.frmbox button {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #8d3414;
  border: none;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%;
  /* 30.424px */
  margin-top: 27px;
}
.ftrineer {
  background: #c9c9c9;
  padding: 50px 0px;
}
.ftrmenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ftrmenu li a {
  color: #000;
  font-family: "Kaisei Decol", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ftrineer .row {
  display: flex;
  align-items: center;
}
.call {
    margin-left: 30px;
  display: block;

}
.call a {
  color: #000;
  font-family: "Kaisei Decol", serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.call i {
  background-color: white;
  text-align: center;
   width: 32px;
   height: 32px;
   line-height: 32px;
  border-radius: 100px;
  font-size: 12px;
  margin-right: 5px;
}

/*aboutpage*/
.aboutbnr {
  background-image: url("../image/bimage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bkgd_image {
  text-align: center;
  padding: 127px 0px;
}
.bkgd_image h2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Inter", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 900;
  line-height: 135.023%; /* 78.313px */
}

.cstm_breadcrmb li a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 178.023%; /* 32.044px */
}
ul.cstm_breadcrmb {
  display: flex;
  /* margin: 20px 0px; */
  padding: 20px 20px;
}
.aboutpage_shadowimage img {
  box-shadow: 0px 13px 25px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 100%;
  max-width: 90%;
height: 438px;
object-fit: cover;

}
.upar_image img {
  display: block;
  margin: 10px;
  width: 100%;
  max-width: 200px;
  height: 112.458px;
  flex-shrink: 0;
  border-radius: 3px;
  border: 4px solid #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
.aboutpage_shadowimage {
  position: relative;
  margin-top: 10%;

}
.upar_image {
  /* float: right; */
  margin-top: -413px;
  position: absolute;
  left: 64%;
}
.map iframe {
  width: 100%;
  height: 690px;
  flex-shrink: 0;
}
.for_contactpage {
  margin-top: -116px;
}

.brder {
  border-radius: 3px;
  border: 4px solid #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
.custmbtext {
  position: absolute;
  left: 15% !important;
}
.forabtpage {
  padding-bottom: 100px;
}

.achvmnts {
  background-color: #e6e6e6;
  text-align: center;
}
.achvmnts {
  background-image: url("../image/success.png");
  background-position: center;
  position: relative;
}
.success {
  padding: 100px 0px;
}

.sliderrw {
  padding-top: 130px;
}

.success_details {
  text-align: left;
  top: 32%;
  position: relative;
}

.achvmnts .backgroundtext h2 {
  color: rgba(255, 255, 255, 0.69);
  font-family: "Inter", sans-serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.common_details {
  position: relative;
}

.achvmnts .owl-nav {
  position: absolute;
  top: -34px;
  right: 5px;
}

.sliderrw .success_slider .owl-nav button.owl-prev span {
  color: white;
  background-color: #8b2912;
  padding: 7px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin: 5px;
}
.sliderrw .success_slider .owl-nav button.owl-next span {
  color: white;
  background-color: #8b2912;
  padding: 7px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin: 5px;
}

.faq {
  background-image: url(../image/faq.jpg);
  background-size: cover;
  position: relative;
}
.faqbox {
  text-align: center;
}

.faq h3 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%; /* 60.848px */
}

.faq .backgroundtext {
  text-align: center;
}
.faqbox {
  text-align: center;
  padding: 100px 0px;
}
.faq_icon p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.26px;
}
.faq_icon span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 1.26px;
}
.faqfst {
  text-align: center;
}
.faq-point-box-title {
  position: relative;
}
.faq_icon {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.faqfst img {
  width: 100%;
  max-width: 100px;
  height: 110px;
  object-fit: cover;
}
.faq-point-box-title.active::after {
  background: url(../image/faqminus.png) no-repeat center;
}
.faq-point-box-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../image/plusicon.png) no-repeat center;
  transition: all 0.4s ease-in-out;
  transform: translate(0, -54%);
  width: 40px;
  height: 40px
}
.abtcstm {
  top: 75px;
}
.team_inerbox {
  padding-top: 50px;
}
.pointbox_wraper {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  margin-bottom: -49px;
}
.faq-point-box h4.faq-point-box-title.active {
  border-radius: 10px;
  background: linear-gradient(95deg, #8d3414 7.28%, #000 91.85%);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  color: white;
  border: none;
}
.faq_page_details {
  margin: 20px 0px;
}

.faq-point-box h4.faq-point-box-title {
  border-radius: 10px;
  border: 0.5px solid #000;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 169.023%; /* 40.565px */
  padding: 15px;
}
.faq-point-box {
  margin: 20px 0px;
}
.faq_contant {
  position: relative;
}
.faq-point-box-description {
  display: none;
}
.faq_icon {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  top: 40%;
}
.about_details .backgroundtext {
  text-align: left;
  z-index: 1;
}

.homepageaboutbox:first-child{
  margin-bottom: 15px !important;
}

.testimonialslider .item{padding: 15px;}
.whatsap {
  display: inline-block;
  padding: 7px 10px;
  position: fixed;
  bottom: 60px;
  right: 18px;
  background-color: #1ca91c;
  z-index: 2;
  border-radius: 100px;
}
.whatsap i{ font-size: 35px;
  color: white;
}
.forapoinment {
  position: relative;
  top: 7px;
  right: 0;
}

/* .social_media li{color: rgb(0, 0, 0);
  background-color: white;}
  .buttns {
    display: flex;
    align-items: center;
    top: 18px;
    position: relative;
} */

.ceo i{
  color: white;
}
.img__caption{
    text-align:center;
}
