 

/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

:root {
  --color-default: #353535;
  --color-primary: #020303;
  --color-secondary: #fd7498;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
}

.cursor-dot {
  width: 10px;
  height: 10px;
  background: var(--color-secondary);
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cursor-border {
  width: 22px;
  height: 22px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  /* background: #f7f5f1; */
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-secondary);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--color-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

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

ol,
li {
  margin: 0;
  padding: 0;
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99;
  background-image: url(../gallery/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
 

.top-wrap {
  position: relative;
  height: 100vh;
}

/**header-main**/
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.header-one {
  position: relative;
}

.header-one .container {
  position: relative;
  max-width: 1300px;
}

.header-one .lower-box {
  position: relative;
  height: 100%;
}

.lower-box .logo {
  top: 34px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 425px;
}

.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}

.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 116vh;
}

.slide-one {
  background-image: url(../gallery/Banner.png);
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 63px;
  height: 63px;
  z-index: 9999;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s ease;
}

.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-button {
  width: 76px;
  height: 62px;
  padding: 14px 12px;
  cursor: pointer;
  position: absolute;
  top: 33px;
  background: var(--color-primary);
  right: 66px;
  border-radius: 4px;
  z-index: 999;
}

.nav-button.cmenu {
  background-color: var(--color-secondary);
}

.nav-button span {
  width: 88%;
  float: left;
  margin-bottom: 6px;
  height: 2px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
  top: 0;
  left: 0;
}

.nav-button:hover span:before {
  width: 100%;
}

.nav-button .ncs,
.nav-button .nbs {
  width: 46%;
  transition: all 0.2s ease-in;
}

.nav-button .ncs {
  float: right;
}

.nav-button.cmenu .nbs {
  transform: rotate(-45deg);
  top: -3px;
  left: 1px;
  transition-delay: 0.1s;
}

.nav-button.cmenu .ncs {
  transform: rotate(-45deg);
  top: -4px;
  left: -10px;
  transition-delay: 0.1s;
}

.nav-button.cmenu .nos {
  transform: rotate(45deg);
}

.nav-button:hover .menu-button-text {
  color: #fff;
}

.menu-button-text {
  position: absolute;
  left: 0;
  width: fit-content;
  bottom: 0;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  right: 0px;
  margin: auto;
}

.nav-button.cmenu .menu-button-text {
  margin-top: 16px;
}

/*------Navigation ------------------------------------------------*/

.nav-holder {
  position: fixed;
  top: 97px;
  width: 218px;
  right: -500px;
  z-index: 319;
  -webkit-transform: translate3d(0, 0, 0);
}

.nh_vis {
  right: 8%;
}

.nav-holder-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.nav-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: 20;
  background: #313131;
  padding: 0 10px 0 50px;
  height: 70px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 318;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 42%);
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
}

.nav-container {
  padding: 17px 27px 24px;
  z-index: 20;
  position: relative;
}

nav.nav-inner {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateX(50px);
  margin-bottom: 10px;
}

.sliding-menu ul {
  margin: 0;
  float: left;
  width: 100%;
  overflow: hidden;
}

.sliding-menu li {
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px dashed rgb(204 204 204 / 35%);
}

.sliding-menu li:last-child {
  border-bottom: 0px;
}

.sliding-menu a {
  float: left;
  padding: 10px 0 10px 4px;
  /* height: 40px; */
  line-height: 23px;
  position: relative;
  font-weight: 300;
  font-size: 17px;
  text-align: left;
  color: #fff;
  z-index: 2;
  width: 100%;
}
.sliding-menu a:hover {
  color: var(--color-secondary);
}

.sliding-menu li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  z-index: 1;
  transition: all 300ms linear;
  height: 100%;
}

.sliding-menu a.act-link:after {
  width: 50%;
}

.sliding-menu a i {
  float: left;
  width: 35px;
  color: #74829c;
  position: relative;
  top: 3px;
}

.sliding-menu a.back:before {
  font-family: FontAwesome;
  content: "\f177";
}

.sliding-menu a.back:hover:before {
  color: #fff;
}

.submen-dec a:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0;
  width: 21px;
  height: 21px;
  top: 12px;
  font-size: 12px;
  color: rgb(255 255 255);
  z-index: 20;
  background: var(--color-secondary);
  line-height: 22px;
  cursor: pointer;
  text-align: center;
}

.nav-holder-wrap_line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65px;
  top: 100%;
  background: transparent;
  z-index: 2;
}

.nav-holder-wrap_dec {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #222;
}

.nhw-col.menuhol-dec-vis:before {
  transform: scale(2.5);
}

.doc-abt-sec {
  position: relative;
  margin-bottom: 100px;
  min-height: 100vh;
}

.doc-img {
  position: relative;
  width: fit-content;
  margin: auto;
}

.doc-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 99%;
  top: -8px;
  left: 12px;
  border: 1px solid var(--color-primary);
  border-radius: 190px;
}

.doc-img img {
  border-radius: 190px;
}

.doc-img::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f997b045;
  top: 0;
  right: 34px;
  z-index: -1;
}

.doc-txt {
  position: relative;
  padding-top: 10px;
}

.doc-txt::before {
  content: "";
  position: absolute;
  width: 112%;
  height: 168%;
  top: 0px;
  bottom: 0;
  border: 1px solid var(--color-primary);
  left: -22px;
  margin: auto;
  right: 0px;
  border-radius: 170px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index: -1;
}

.doc-txt h2 {
  font-size: 33px;
  text-transform: uppercase;
  color: var(--color-secondary);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.doc-txt h3 {
  font-size: 22px;
  margin-bottom: 3px;
}
.doc-txt p {
  font-size: 18px;
  margin-bottom: 8px;
}

.doc-txt a {
  color: #fff;
  background-color: var(--color-default);
  padding: 2px 10px;
  border-radius: 32px;
}

.abt-first {
  position: relative;
  margin-top: 41px;
}

.serv-sec {
  position: relative;
  margin-bottom: 100px;
  margin-top: 165px;
}

.serv-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 500px;
  background: linear-gradient(to right, #fed3df, #fd7498, #fed3df);
  bottom: 35px;
  margin: auto;
  z-index: -2;
}

.serv-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 500px;
  background-image: url(../gallery/serv-bg.jpg);
  background-position: center;
  background-size: contain;
  bottom: 35px;
  margin: auto;
  z-index: -2;
  opacity: 0.03;
}

.serv-head-inner {
  position: relative;
  width: 100%;
  height: 468px;
  border-radius: 0px 90px 90px 90px;
  padding: 18px;
  overflow: hidden;
}

.serv-head-inner::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #030303e0 68%, #4d2630);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.8;
}
.serv-head-inner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/serv-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  z-index: -2;
}

.serv-head-inner h2 {
  color: #fff;
  font-size: 46px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
}

.serv-head-inner h2 span {
  text-transform: uppercase;
  font-size: 62px;
}

.serv-head-inner h2::before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 86%;
  top: 6px;
  bottom: 0px;
  left: 3px;
  margin: auto;
  background: var(--color-secondary);
  z-index: -2;
}

.serv-head-inner p {
  color: #fffffff0;
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
}

.serv-main-block {
  position: relative;
  width: 100%;
  padding: 8px;
}

.serv-main-block::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  border-radius: 35px 35px 0px 0px;
  opacity: 0.95;
}

.serv-main-block::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/doc-serv-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 35px 35px 0px 0px;
  z-index: -2;
}

.serv-main-outer {
  position: relative;
}

.serv-main-outer::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 50px solid #555;
  border-bottom: 25px solid transparent;
  bottom: 0px;
  z-index: -3;
  left: -5px;
  transform: skewX(38deg);
}

.serv-main-outer::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 50px solid #555;
  border-bottom: 25px solid transparent;
  bottom: 0px;
  z-index: -3;
  right: -5px;
  transform: skewX(-38deg);
}
.serv-doc-img {
  position: relative;
  margin-top: -133px;
}

.serv-doc-img img {
  width: 386px;
}

.serv-doc-block {
  text-align: center;
}

.serv-doc-content {
  position: relative;
  color: #fff;
  margin-top: 10px;
}

.serv-doc-content h2 {
  font-size: 31px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
}

.serv-doc-content h3 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px; 
  padding: 0px 10px;
}

.serv-doc-content h4 {
    font-size: 16px;
    font-weight: 300;
}

.serv-doc-content a {
  background: var(--color-secondary);
  color: #fff;
  padding: 4px 24px;
  display: inline-block;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 14px;
}

.serv-main-box-head {
  position: absolute;
  bottom: 106px;
  right: 0;
  left: -198px;
  top: 110px;
  width: fit-content;
  margin: auto;
  opacity: 0.1;
  animation: bounceHorizontal 2.5s ease-in-out infinite alternate;
}

@keyframes bounceHorizontal {
  0% {
    transform: rotate(-90deg) translateY(-10px);
  }

  100% {
    transform: rotate(-90deg) translateY(10px);
  }
}

.serv-main-box-head h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.serv-main-box-desc p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}

.serv-main-box {
  position: relative;
  padding: 40px 10px 5px;
}

.serv-main-box-desc {
  width: 500px;
  text-align: center;
  left: 85px;
  position: relative;
}
.cond-block {
  position: relative;
  width: 198px;
  margin: auto;
}

.serv-block {
  position: relative;
  cursor: pointer;
  margin: 0px auto 22px;
  width: 218px !important;
}
.serv-matter {
  position: absolute;
  top: 13px;
  left: 16px;
  right: 16px;
  margin: auto;
  width: 168px !important;
  height: 168px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
}
.serv-block .serv-info a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 3px 10px;
  background: #fffbfc12;
  display: inline-block;
  border-radius: 18px;
}
.serv-info {
  margin-top: 15px;
}
.serv-main-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 32px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.serv-main-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  margin: -13px 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-secondary);
}
.serv-main-scroll .owl-dot:hover,
.serv-main-scroll .owl-dot.active {
  opacity: 1;
  background: #fff;
}
.test-sec {
  position: relative;
  padding: 89px 0;
}
.serv-matter:before {
  content: "";
  background: #353331c4;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.serv-block:hover .serv-matter:before {
  height: 100%;
}
.serv-matter img {
  width: 100%;
  height: auto;
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.serv-block:hover .serv-matter img {
  transform: translateY(20px) scale(1.2);
}
.serv-block .icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.45s ease;
}
.serv-block:hover .icon {
  opacity: 1;
}
.icon .fa {
  color: #fff;
  font-size: 25px;
}
.serv-block .box-content {
  color: #fff;
  width: 100%;
  transform: translateX(-50%) translateY(0);
  transform-origin: top center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.serv-block:hover .box-content {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.serv-block .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0 0 2px;
}
.serv-block .post {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
}
.serv-block .icon {
  padding: 0;
  list-style: none;
  margin: auto;
  left: 0;
  right: 0;
}
.serv-block .icon li {
  margin: 0 3px;
  display: inline-block;
}
.serv-block .icon li a {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: block;
  transition: all 0.3s;
}
.serv-block .icon li a:hover {
  color: #b62309;
  background-color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.serv-block .icon li a i {
  line-height: inherit;
}

.serv-img img {
  width: 203px !important;
  margin: auto;
}

.serv-main-scroll {
  position: relative;
  right: -28px;
}

.serv-img {
  width: 194px !important;
  margin: auto;
}

.timings {
  padding-top: 40px;
  color: #fff;
  opacity: 0.6;
}

.timings h3 {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.timings p {
  font-size: 16px;
  margin-bottom: 0px;
}

.why-choose-sec {
  position: relative;
  padding-bottom: 30px;
}

.why-choose-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fd749817, #ffffff00 50%);
  bottom: 48px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  clip-path: polygon(100% 0%, 100% 75%, 62% 100%, 38% 100%, 0% 77%, 0% 0%);
}

.why-choose-head {
  position: relative;
  background: #f9a2b9;
  display: inline-block;
  border-radius: 20px;
  padding: 20px 38px;
}

.why-choose-head h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 43px;
  margin-bottom: 10px;
  color: #000;
}

.why-choose-head p {
  color: #000;
  margin-bottom: 0px;
}

.why-choose-head .separator {
  position: relative;
  height: 16px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.why-choose-head .separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 93px;
  border-bottom: 2px solid var(--color-primary);
}

.why-choose-head .separator .cir {
  position: absolute;
  left: 0;
  top: -7px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background: #fff;
  margin: auto;
  right: 0;
}
._why_us {
  animation: floatEffect 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

@keyframes floatEffect {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}

._why_img img {
  filter: brightness(0);
}

._why_rw {
  margin-top: 50px;
}

._why_rw .col-md-3 {
  border-right: 1px solid;
}

._why_rw .col-md-3:last-child {
  border-right: 0px;
}

.why-head-btm h3 {
  font-size: 38px;
  font-weight: 400;
  text-transform: capitalize;
}

.why-head-btm {
  margin-top: 40px;
  color: #000;
}

.why-head-btm h4 {
  clip-path: polygon(100% 0%, 97% 50%, 100% 100%, 0% 100%, 3% 55%, 0% 0%);
  background: var(--color-default);
  display: inline-block;
  padding: 5px 35px 8px;
  color: #fff;
  position: relative;
  margin-top: 26px;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 28px;
}

.appointment-form {
  text-align: center;
  padding: 85px 25px 35px;
  background: url(../gallery/app-bg.jpg);
  box-shadow: 0px 6px 5px #8b8b8b;
  position: relative;
  border-radius: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.appointment-form::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #85505e;
  border-radius: 45px;
  top: 0px;
  left: 0px;
  opacity: 0.6;
}

.appointment-inner {
  position: relative;
  z-index: 1;
}

.appointment-form .appt-text {
  margin-bottom: 15px;
}
.appointment-form h2 {
  color: #fff;
  margin-bottom: 6px;
  font-weight: 400;
  text-transform: uppercase;
}
.appointment-form p {
  color: #fff;
}
.appointment-form .form-control {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 10px 25px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}

.theme-btn {
  font-size: 16px;
  color: #85505e;
  padding: 4px 14px;
  border-radius: 10px;
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: auto;
}

.appointment-form .form-control:focus {
  color: #ffffff;
  background-color: #000;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 10px var(--color-primary);
}

.appointment-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

:root {
  --white: #fff;
  --bg-color1: var(--color-secondary);
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline {
  padding: 15px 0;
  margin: 0 0 25px;
  float: left;
  position: relative;
  z-index: 1;
}
.main-timeline .timeline:before {
  content: "";
  background-color: var(--bg-color1);
  height: 100%;
  width: 10px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.main-timeline .timeline-content {
  padding: 0 100px 0 120px;
  display: block;
}
.main-timeline .timeline-year {
  color: var(--white);
  background-color: var(--bg-color1);
  font-size: 40px;
  text-align: center;
  line-height: 110px;
  height: 110px;
  width: 120px;
  overflow: hidden;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.main-timeline .timeline-year:before,
.main-timeline .timeline-year:after {
  content: "";
  background-color: var(--white);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -15px;
}
.main-timeline .timeline-year:after {
  top: auto;
  bottom: -15px;
}
.main-timeline .inner-content {
  text-align: center;
  padding: 6px;
  box-shadow: 0 0 10px #5555554a;
  background: #fff;
}
.main-timeline .title {
  color: #353535;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 3px;
}
.main-timeline .description {
  font-size: 15px;
  margin: 0;
  padding: 0px 18px;
}
.main-timeline .timeline-icon {
  color: var(--white);
  background-color: var(--bg-color1);
  font-size: 50px;
  text-align: center;
  height: 80px;
  width: 100px;
  line-height: 83px;
  border-radius: 0 50px 50px 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}
.main-timeline .timeline-icon i {
  line-height: inherit;
}
.main-timeline .timeline:nth-child(even) {
  float: right;
}
.main-timeline .timeline:nth-child(even):before {
  left: auto;
  right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 0 120px 0 100px;
}
.main-timeline .timeline:nth-child(even) .timeline-year {
  left: auto;
  right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-year:before,
.main-timeline .timeline:nth-child(even) .timeline-year:after {
  right: auto;
  left: -15px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: 0;
  right: auto;
  border-radius: 50px 0 0 50px;
}
@media only screen and (max-width: 990px) {
  .main-timeline .timeline-content {
    padding: 0 90px 0 100px;
  }
  .main-timeline .timeline-year {
    width: 100px;
  }
  .main-timeline .timeline-icon {
    width: 90px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 100px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
  }
  .main-timeline .timeline-content {
    padding: 0 40px 0 60px;
  }
  .main-timeline .timeline-year {
    font-size: 20px;
    width: 60px;
    height: 90px;
    line-height: 90px;
    padding-left: 8px;
  }
  .main-timeline .title {
    font-size: 17px;
  }
  .main-timeline .timeline-icon {
    font-size: 25px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    border-radius: 0 20px 20px 0;
  }
  .main-timeline .timeline:nth-child(even) {
    float: left;
  }
  .main-timeline .timeline:nth-child(even):before {
    right: auto;
    left: 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 40px 0 60px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 0;
    right: auto;
  }
  .main-timeline .timeline:nth-child(even) .timeline-year:before,
  .main-timeline .timeline:nth-child(even) .timeline-year:after {
    left: auto;
    right: -15px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 0;
    border-radius: 0 20px 20px 0;
  }
}

.abt-sec-title h3 {
  position: relative;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 8px;
}
.sec-title-shape {
  position: relative;
  width: 15%;
  height: 2px;
  background: var(--color-secondary);
  margin: auto;
  left: 0px;
}

.sec-title-shape::before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-secondary);
  left: 0px;
  transform: rotate(45deg);
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.sub-sec-title h2 {
  text-transform: capitalize;
  font-size: 48px;
  margin-top: 8px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 11px;
}
.sub-sec-title p {
  font-size: 15px;
}

.blog-appnt-sec {
  position: relative;
  margin-bottom: 75px;
}

.test_section .test-img {
  opacity: 0.3;
  padding: 15px 0;
}
.test_section .test_content {
  margin-top: 34px;
  position: relative;
  padding: 80px 0px;
  border-radius: 45px;
  box-shadow: 0px 0px 13px #535b5c33;
  min-height: 420px;
  background: #fffbfc;
}

.test_section .test_content::before {
  content: "";
  position: absolute;
  height: 410px;
  width: 410px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../gallery/test-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
}

.test_section .test_content .test_left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../gallery/test-bg1.png);
  background-repeat: no-repeat;
  margin: auto;
  top: -65px;
  left: -65px;
  z-index: 1;
  background-size: contain;
  background-position: center;
}

.test_section .test_content .test_right::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../gallery/test-bg2.png);
  background-repeat: no-repeat;
  margin: auto;
  bottom: -65px;
  right: -65px;
  z-index: 1;
  background-size: contain;
  background-position: center;
}

.test_section .test_content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
}

.test_section .test_content h4 {
  text-transform: uppercase;
  background: var(--color-secondary);
  border-radius: 32px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  padding: 2px 15px;
  z-index: 9999;
}

.test_section {
  position: relative;
  margin-bottom: 100px;
}

/* FOOTER SECTION */

/* FOOTER SECTION */

.main-footer-two {
  position: relative;
}

.main-footer-two .upper-logo-box {
  text-align: center;
}

.main-footer-two .logo {
  margin: 0px auto 8px;
  width: 330px;
}

.main-footer-two .links-widget .links li a {
  position: relative;
  display: block;
  line-height: 25px;
  font-size: 15px;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  color: var(--color-default);
}

.main-footer-two .widget-title {
  position: relative;
  margin-bottom: 15px;
}

.main-footer-two .widget-title h4 {
  position: relative;
  color: var(--color-secondary);
  text-transform: uppercase;
  margin: 0 0;
  font-size: 21px;
  font-weight: 400;
}

.main-footer-two .about-widget .address {
  position: relative;
  margin-bottom: 14px;
  color: var(--color-default);
  padding-left: 44px;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}

.main-footer-two .about-widget .address i {
  position: absolute;
  left: 0px;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
}

.social-icon-two {
  position: relative;
  margin: 13px 0px;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
}

.social-icon-two li:first-child {
  margin-left: 0;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--color-primary);
  border-radius: 50%;
  font-weight: 400;
  margin: 0 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-icon-two li a img{
  width: 15px;
}

.social-icon-two li a:hover {
  color: var(--color-secondary);
}

.main-footer-two .footer-bottom {
  position: relative;
  line-height: 24px;
}

.main-footer-two .footer-bottom .inner {
  position: relative;
  display: block;
  padding: 9px 0px 13px;
  border-top: 2px solid var(--color-secondary);
}

.main-footer-two .footer-bottom .copyright {
  position: relative;
  width: 100%;
  line-height: 24px;
  text-align: center;
  color: var(--color-default);
  font-size: 16px;
  font-weight: 400;
}

.main-footer-two .footer-bottom .copyright a {
  text-transform: capitalize;
  color: var(--color-secondary);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer-two .upper-logo-box h2 {
  position: relative;
  display: block;
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  color: var(--color-primary);
}

.main-footer-two .links-widget .links li a:hover {
  color: var(--color-secondary);
  list-style: none;
}

.social-links-bottom {
  padding: 26px 0px;
}

.main-footer-two .links-one .links-one-desc {
  margin-bottom: 10px;
}

.main-footer-two .links-two {
  padding-left: 25px;
}

.main-footer-two .links-three {
  padding-left: 25px;
}

.main-footer-two .links-four {
  padding-left: 0px;
}

.main-footer-two .footer-widget .widget-title .separator::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.main-footer-two .footer-widget .widget-title .separator::after {
  position: absolute;
  bottom: -2px;
  content: "";
  right: -15px;
  width: 5px;
  height: 5px;
  background-color: #000000;
}

.main-footer-two .footer-widget .widget-title .separator {
  position: relative;
  width: 40px;
  height: 5px;
}

.main-footer-two .footer-widget .hosp_img img {
  box-shadow: 6px 7px 8px #bdbdbddb;
  border: 10px solid #fff;
}

.main-footer-two h2 {
  position: relative;
  display: block;
  line-height: 25px;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  color: var(--color-default);
}

.main-footer-two .text {
  font-size: 15px;
} 

.widget-content ul.quick-links li a {
  color: var(--color-primary);
  font-size: 15px;
  padding: 0px 7px;
  border-right: 1px solid #0000003d;
}
.widget-content ul.quick-links li {
  display: inline-block;
}

.footer-widget {
  margin-top: 10px;
}

.newsletter-section {
  position: relative;
  padding: 0px 0 0;
  z-index: 1;
  margin-bottom: 50px;
}
.newsletter-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  max-width: 1017px;
  bottom: -17px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #f7ccdb;
}
.newsletter-section .inner-container {
  max-width: 1125px;
  margin: auto;
  background: var(--color-primary);
  padding: 28px 23px;
}
.newsletter-section .title-column {
  position: relative;
}
.newsletter-section .title-column .inner-column {
  position: relative;
  padding-top: 0;
}
.newsletter-section h4 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: inherit;
  color: #ffffff;
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
  margin-top: 14px;
}

.f_call_btn a {
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
  padding: 13px 29px;
  font-size: 20px;
  border-radius: 30px;
}

.newsletter-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  max-width: 926px;
  bottom: -34px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #fae0e9;
  z-index: -1;
}

.enter-sec {
  position: relative;
  margin-bottom: 108px;
  padding-top: 10px;
}

.enter-sec .container {
  max-width: 1200px;
}

.enter-sec-head h3 {
  font-size: 30px;
  background: var(--color-primary);
  color: #fff;
  padding: 6px 30px;
  display: inline-block;
  font-weight: 300;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.enter-sec-head h4 {
  font-weight: 400;
  font-size: 33px;
  margin-top: 13px;
  color: #000;
}

.enter-sec-head {
  /* margin-bottom: 10px; */
  position: relative;
  /* background: linear-gradient(45deg, #ffffff00, #fd74982b, #00000000); */
  padding: 16px 0px;
}

.work-process-block h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}

.work-process-block h2::before {
  content: " ";
  position: absolute;
  width: 53%;
  height: 1px;
  background: #fff;
  bottom: -5px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.work-process-block p {
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
}

.work-process-block {
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 20px 13px -10px #00000047;
}
.work-process-img {
  position: relative;
}

.work-process-img::before {
  content: " ";
  position: absolute;
  width: 100%;
  background: #291017;
  border-radius: 50%;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.7;
  z-index: 1;
}

.work-process-img img {
  border-radius: 50%;
  filter: blur(1px);
}

.enter-sec-matter {
  position: relative;
  margin-top: 20px;
}

.work-process-content {
  position: absolute;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 218px;
  left: 0px;
  right: 0px;
  height: fit-content;
  z-index: 1;
}

.head-choose {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.head-choose p {
  margin-bottom: 0px;
  color: #000;
  font-size: 17px;
  line-height: 28px;
}

.call-us {
  position: fixed;
  bottom: 24px;
  right: 18px;
  box-shadow: -4px 5px 11px #00000066;
  line-height: 80px;
  width: 80px;
  text-align: center;
  height: 80px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background: var(--color-secondary);
  animation: wobbleInfinite 1.5s infinite;
  transform-origin: center;
}
@keyframes wobbleInfinite {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(8deg);
  }
  45% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(4deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.call-us-i {
  text-align: center;
  z-index: 100;
  cursor: pointer;
  font-size: 36px;
}

.call-us-i img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.call-us-i a {
  color: #fff;
}

.call-us h2 {
  margin-left: 10px;
  font-size: 20px;
}

.web-back-img {
  position: absolute;
  width: 1068px;
  top: 238px;
  opacity: 0.4;
}

.web-back-img1 {
  display: none;
}

.top-wrap1 {
  position: relative;
}

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 128px 0;
}

.inner-section1 {
  position: relative;
  padding: 108px 0 88px;
}
.inner-serv-matter p {
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}
.inner-serv-matter strong {
  font-weight: 600;
}
.inner-serv-matter h2 {
  color: var(--color-primary);
  font-size: 20px;
  margin: 15px 0px 6px;
  font-weight: 600;
  text-transform: uppercase;
}
.inner-serv-matter h3 {
  color: var(--color-secondary);
  font-size: 18px;
  margin: 12px 0px 4px;
}
.inner-serv-matter h4 {
  color: var(--color-primary);
  font-size: 18px;
  margin: 12px 0px 4px;
}
.inner-serv-img {
  text-align: center;
  position: relative;
}
.inner-serv-img img {
  box-shadow: 0px 0px 14px #000000d1;
  border-radius: 8px;
}

.ol_styles {
  padding: 0;
  padding-left: 20px;
}

.ol_styles li {
  position: relative;
  margin-bottom: 5px;
  line-height: 26px;
  font-size: 15px;
  list-style: disc;
}

.breadcrumb {
  position: relative;
  padding: 178px 0 90px;
  margin-bottom: 0;
  z-index: 2;
  background: transparent;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 8px #0000004a;
}

.breadcrumb::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: 0px;
  background-size: cover;
  z-index: -1;
  opacity: 0.3;
}
.breadcrumb .container {
  max-width: 1200px;
}

.bread-inner {
  position: relative;
}
.bread-bg {
  position: relative;
}

.bread-inner {
  position: relative;
  text-align: center;
}

.breadcrumb h1 {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 11px;
  padding: 0px 10px;
  position: relative;
}

.breadcrumb ul li a {
  font-weight: 400;
  color: #fff;
}

.breadcrumb ul li.active a {
  font-weight: 500;
}

.breadcrumb ul li:last-child::before {
  content: none;
}

.breadcrumb ul li {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0px 12px;
  margin: 0;
}

.breadcrumb ul {
  position: relative;
  display: inline-block;
  background: #000;
  padding: 4px 8px;
  border-radius: 30px;
}

.breadcrumb ul i {
  font-size: 18px;
  color: #fff;
}

.main-timeline1::after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline1 .timeline1 {
  width: calc(50% + 2.5px);
  float: right;
  position: relative;
}

.main-timeline1 .timeline1-content {
  min-height: 130px;
  padding: 20px 0 20px 152px;
  border-bottom: 5px solid #9f9f9f;
  border-left: 5px solid #9f9f9f;
  display: block;
  position: relative;
  background: linear-gradient(to right, #fff0f5, #00000000);
}

.main-timeline1 .timeline1-content:before {
  content: "";
  height: 60px;
  width: 60px;
  border-top: 35px solid var(--color-primary);
  border-left: 35px solid var(--color-primary);
  transform: translateY(-50%);
  position: absolute;
  left: -20px;
  top: 50%;
}

.main-timeline1 .timeline1-icon {
  font-size: 25px;
}

.main-timeline1 .timeline1-year {
  color: #fff;
  background: var(--color-secondary);
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  line-height: 83px;
  height: 80px;
  width: 80px;
  margin: 0 0 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 55px;
  top: 50%;
}

.main-timeline1 .title {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.main-timeline1 .description {
  font-size: 15px;
  margin: 0;
  line-height: 23px;
  text-align: justify;
}
.main-timeline1 .timeline1:nth-child(2n) {
  float: left;
}
.main-timeline1 .timeline1:nth-child(2n) .timeline1-content {
  padding: 20px 152px 20px 0;
  border-left: none;
  border-right: 5px solid #9f9f9f;
  background: linear-gradient(to left, #fff0f5, #00000000);
}

.main-timeline1 .timeline1:nth-child(2n) .timeline1-content:before {
  transform: translateY(-50%) rotateY(180deg);
  left: auto;
  right: -20px;
}

.main-timeline1 .timeline1:nth-child(2n) .timeline1-year {
  transform: translateY(-50%);
  left: auto;
  right: 55px;
}

@media screen and (max-width: 767px) {
  .main-timeline1 {
    padding: 0 20px;
  }
  .main-timeline1 .timeline1,
  .main-timeline1 .timeline1:nth-child(2n) {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main-timeline1 {
    padding: 0;
  }
  .main-timeline1 .timeline1 {
    margin: 0 0 23px;
  }
  .main-timeline1 .timeline1-content,
  .main-timeline1 .timeline1:nth-child(2n) .timeline1-content {
    padding: 100px 20px 20px;
    border-left: none;
    border-right: none;
    background: linear-gradient(to top, #fd749814, #00000000);
  }
  .main-timeline1 .timeline1-content:before,
  .main-timeline1 .timeline1:nth-child(2n) .timeline1-content:before {
    transform: translateY(0);
    left: 0;
    right: auto;
    top: 0;
  }
  .main-timeline1 .timeline1-year,
  .main-timeline1 .timeline1:nth-child(2n) .timeline1-year {
    transform: translateY(0);
    left: auto;
    right: 0;
    top: 0;
  }
}

.c_row_ {
  align-items: center;
}

._c_form_ {
  background: var(--color-primary);
  padding: 39px 34px;
  text-align: center;
  border-radius: 18px;
}

._c_form_ h3 {
  text-transform: uppercase;
  color: #eee;
  margin-bottom: 18px;
}

.form-horizontal .form-control {
  color: #fafafacb;
  font-size: 16px;
  height: 41px;
  padding: 10px 8px 10px 5px;
  background: 0 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px dashed #8b8b8b;
}

.form-horizontal .form-control::placeholder {
  color: #fafafacb;
}

.form-horizontal textarea.form-control {
  height: 95px;
}

.form-horizontal .btn {
  color: #fff;
  font-size: 19px;
  text-transform: capitalize;
  width: auto;
  padding: 7px 36px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  background: var(--color-secondary);
  display: inline-block;
}

.c_map iframe {
  height: 454px;
  border: 12px solid #ffeef4;
  width: 100%;
  border-radius: 18px;
}
.add_list_ {
  position: relative;
  border-bottom: 1px dashed var(--color-primary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.add_list_:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.add_list_ i {
  width: 40px;
  height: 40px;
  background: var(--color-secondary);
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.add_list_ h4 {
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 5px;
}

.add_list_ p {
  margin: 0;
  line-height: 20px;
}

.inner-section p {
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
}
.img-sec {
  position: relative;
  border: 5px solid #fff;
  box-shadow: 0px -1px 5px #00000073;
}
/* .img-sec::before {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 5px solid #fff;
    box-shadow: 0px -1px 5px #00000073;
} */
.img-des h2 {
  margin-top: 6px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fd7498;
  text-align: center;
}
.img-des p {
  text-align: center !important;
  font-size: 17px;
}
.img-sec h5 {
  font-size: 17px;
  text-align: center;
  font-weight: 400;
}
.inner-section .col-md-12 {
  text-align: left;
}

.img-container img {
  height: 100%;
  width: 100%;
}


.text-one h1{
  font-size: 40px;
}
.inner-section1 h5{
      text-align: center;
    color: var(--color-secondary);
    font-style: italic;
    padding-top: 25px;
}