@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Playfair+Display:400,400i,700,700i,900,900i|Rubik:300,300i,400,400i,500,700');
:root {
  --theme-color: #5c4033;
  --theme-color2: #1f5fff;
  --title-color: #000d44;
  --body-color: #788094;
  --smoke-color: #f5f7fa;
  --smoke-color2: #f5f8fd;
  --black-color: #000000;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #bdbdbd;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #d8dde1;
  --title-font: "Outfit", sans-serif;
  --body-font: "DM Sans", sans-serif;
  /*--icon-font: "Font Awesome";*/
  --main-container: 1224px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

html,
body {
  scroll-behavior: auto !important;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
iframe {
  border: none;
  width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
  margin:0;
  padding:0;
}
ol {
  list-style-type: decimal;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--th-border-color);
}
th {
  font-weight: 700;
  color: var(--title-color);
}
td,
th {
  border: 1px solid var(--th-border-color);
  padding: 9px 12px;
}
a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
img {
  border: none;
  max-width: 100%;
}
ins {
  text-decoration: none;
}
pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.h1,
h1 {
  font-size: 64px;
  line-height: 1.156;
}
.h2,
h2 {
  font-size: 48px;
  line-height: 1.125;
}
.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}
.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}
.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}
.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}
.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}
.gx-0 {
  --bs-gutter-x: 0;
}
.gy-40 {
  --bs-gutter-y: 40px;
}
.gy-50 {
  --bs-gutter-y: 50px;
}
.gx-10 {
  --bs-gutter-x: 10px;
}
.gy-10 {
  --bs-gutter-y: 10px;
}
@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*gen css*/

/*bg*/
.bg-mask {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.bg-mask {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.bg-smoke {
    background-color: #f5f7fa !important;
}
/*bg*/

/*animation*/
.fadein,.scalein,.slidetopleft,.slidebottomright,.slideinleft,.slideinright,.slideindown,.slideinup,.rollinleft,.rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.swiper-slide-active .fadein {
    --animation-name: fadein
}

.swiper-slide-active .scalein {
    --animation-name: scalein
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}
/*animation*/

/*padding*/
.ptb-100{
    padding-top:100px;
    padding-bottom:100px;
}
.pb-50{
  padding-bottom:50px;
}
.pt-50{
  padding-top:50px;
}
.ptb-50{
  padding-top:50px;
  padding-bottom:50px;
}
@media (max-width: 991px) {
  .ptb-100{
    padding-top:50px;
    padding-bottom:100px;
  }
  /*.mt-40 {
    margin-top: 20px;
  }*/
}
/*padding*/

/*menu*/
.th-header {
    position: relative;
    z-index: 41;
}
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 36px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: #4866a3;
    border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid #4866a3;
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 300px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family:FontAwesome;
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}

.th-mobile-menu ul li.th-active>a {
    color: #ed3237;
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
    padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
    border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family:FontAwesome;
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f105";
    font-family:FontAwesome;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068";
}

.th-mobile-menu>ul {
    padding: 0 40px;
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.th-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 10px;
}

.th-menu-toggle:hover {
    background-color: var(--title-color);
}
.header-top {
    padding: 7px 0;
    background-color: #4866a3;
    --body-color: #fff
}

.header-top a:hover {
    color: var(--theme-color)
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}
/*header*/
.header-layout3 {
  position: relative;
  max-width: 1520px;
  margin: 0 auto -100px auto;
}
.header-layout3 .container-fluid {
  padding-left: 0;
  padding-right: 22px;
}
.header-layout3 .header-top {
  background-color: #5c4033;
}
.header-layout3 .header-top .container-fluid {
  padding-left: 310px;
}
.header-layout3 .header-links li > i {
  border-color: var(--white-color);
}
.header-layout3 .header-links a:hover {
  color: var(--title-color);
}
.header-layout3 .menu-area {
  position: relative;
  z-index: 2;
}
.header-layout3 .main-menu {
  margin-left: 6px;
}
.header-layout3 .header-logo {
  position: relative;
  z-index: 2;
  height: 150px;
  margin-top: -50px;
  padding:23px 15px;
  background-color: #f5f8fd;
  border-radius: 0 0 0 30px;
  -webkit-clip-path: polygon( 100% 0, 100% 85px, calc(100% - 38px) 100%, 0 100%,0 0);
  clip-path: polygon(100% 0, 100% 85px, calc(100% - 38px) 100%, 0 100%, 0 0);
}
.header-layout3 .sticky-wrapper {
  box-shadow: 0px 10px 20px rgba(2, 29, 53, 0.06);
  background-color: var(--white-color);
  border-radius: 0 0 30px 30px;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}
.header-layout3 .sticky-wrapper.sticky .header-logo {
  height: 100%;
  margin-top: 0;
  padding: 19px 39px;
}
.header-layout3 .th-menu-toggle {
  margin-left: auto;
}
@media (max-width: 1399px) {
  .header-layout3 .header-button .th-btn {
    display: none;
  }
}
@media (max-width: 1299px) {
  .header-layout3 {
    margin: 0 auto -30px auto;
  }
}
@media (max-width: 991px) {
  .header-layout3 .header-top .container-fluid {
    padding-left: 12px;
  }
  .header-layout3 .container-fluid {
    padding-right: 12px;
  }
  .header-layout3 .header-logo {
    margin-top: 0;
    height: 100%;
    padding: 15px 12px !important;
    border-radius: 0 0 0 15px;
    -webkit-clip-path: polygon(100% 0, 100% 80%, calc(100% - 25px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, calc(100% - 25px) 100%, 0 100%, 0 0);
  }
  .header-layout3 .sticky-wrapper {
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 575px) {
  .header-layout3 .row {
    --bs-gutter-x: 0;
  }
  .header-layout3 .header-logo img {
    max-width: 155px;
  }
}
/*header*/
/*header links*/
.th-header .icon-btn {
    border-radius: 99px;
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.header-links li:last-child {
    margin-right: 0;
}

.header-links li>i {
    margin-right: 6px;
}

.header-links li,.header-links span,.header-links p,.header-links a {
    color: #fff;
}

.header-links a:hover {
    color: var(--theme-color);
}
.header-links b,.header-links strong {
    font-weight: 500;
    margin-right: 2px;
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, #fff);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.header-links .icon-btn {
    --btn-size: 34px;
    line-height: 34px;
    background-color: transparent;
    border: 1px solid #fff;
    color: var(--white-color);
    font-size: 16px;
}
.header-button .icon-btn i{
    color: #ee363b;
}
.header-button .icon-btn:hover{
    background-color: #fff;
    color:#ee363b;
    border-color:#ee363b;
}

.header-links .social-links a {
    font-size: 14px;
}

/*social links*/
.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color:#ffffff;
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    margin: 0 15px 0 0;
}

.social-links a:last-child {
    margin-right: 0 !important;
}

.social-links a:hover {
    color: var(--theme-color);
}
/*social links*/

/*main-menu*/
.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--title-color);
    text-transform: uppercase;
    text-decoration:none;
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 12px
}

.main-menu>ul>li>a {
    padding: 26px 0;
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\2b";
    display: inline-block;
    position: relative;
    font-family:FontAwesome;
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: inherit;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul li:last-child {
    margin-right: 0 !important;
}

.main-menu ul li:first-child {
    margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1,15,28,0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px;
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
    content: "\f0fa";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family:FontAwesome;
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 400;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin:0 7px;
    }
}
/*main-menu*/

/*slider*/
.th-hero-wrapper{position:relative;z-index:2}
.th-hero-bg{position:absolute;inset:0}
.th-hero-bg img{height:100%;width:100%;object-fit:cover}
.hero-title{font-size:46px;font-weight:500;line-height:1.135;margin-bottom:20px;margin-top:-0.2em}
.hero-title .title1,.hero-title .title2{display:flex;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;position:relative}
.hero-subtitle{display:block;font-size:18px;font-weight:500;letter-spacing:0.09em;text-transform:uppercase;color:var(--theme-color2);margin-top:-0.33em;margin-bottom:32px}
.hero-heading{font-size:30px;font-weight:600;margin-bottom:25px}
.hero-text{margin-bottom:32px}
.hero-title span i{
  font-size:30px;
}
@media (max-width: 767px){
  .hero-title{font-size:35px;}
}
.hero-5{margin:50px auto 0 auto;max-width:1810px;border-radius:20px 20px 20px 0;overflow:hidden}
.hero-5 .hero-img{position:absolute;right:0;bottom:0}
@media (max-width: 1500px){.hero-5 .hero-img{max-width:55%}}
@media (max-width: 767px){.hero-5 .hero-img{position:relative;max-width:100%}}
.hero-5 .hero-social{position:absolute;bottom:0;left:0;background-color:#5c4033;border-radius:10px;z-index:4;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:15px;padding:20px}
.hero-5 .hero-social .box-shape{position:absolute;bottom:0;left:0;width:calc(100% + 24px);height:calc(100% + 24px);background-color:var(--white-color);border-radius:0 20px 0 0;z-index:-2}
.hero-5 .hero-social .box-shape:after,.hero-5 .hero-social .box-shape:before{content:'';position:absolute;bottom:100%;left:0;line-height:1;height:20px;width:20px;background-color:var(--white-color);-webkit-clip-path:path("M-0.00405075 0.197186C-0.00451078 0.129431 -0.00450747 0.0623935 -0.00405075 -0.00390625V0.197186C0.038618 6.48153 4.06739 18.9271 20.0077 20.0039H-0.00405075V0.197186Z");clip-path:path("M-0.00405075 0.197186C-0.00451078 0.129431 -0.00450747 0.0623935 -0.00405075 -0.00390625V0.197186C0.038618 6.48153 4.06739 18.9271 20.0077 20.0039H-0.00405075V0.197186Z")}
.hero-5 .hero-social .box-shape:after{left:calc(100% - 1px);bottom:0}
.hero-5 .hero-social:before{content:'';position:absolute;inset:0;background-color:inherit;border-radius:inherit;z-index:-1}
.hero-5 .hero-social .social-title{font-weight:700;color:var(--white-color)}
.hero-5 .th-social a{background-color:var(--white-color);border-radius:6px;color:var(--theme-color)}
.hero-5 .th-social a:hover{background-color:var(--theme-color);color:var(--white-color)}
.hero-5 .shape-mockup{z-index:1}
.hero-5 .dna-shape{-webkit-transform:scale(0.65) rotate(-90deg);-ms-transform:scale(0.65) rotate(-90deg);transform:scale(0.65) rotate(-90deg)}
@media (max-width: 1830px){.hero-5{margin:12px 12px 0 12px}}
@media (max-width: 767px){.hero-5 .shape-2{top:10% !important;left:20px !important}
.hero-5 .shape-3{top:10% !important;right:20px !important}
.hero-5 .dna-shape{-webkit-transform:scale(0.4) rotate(-90deg);-ms-transform:scale(0.4) rotate(-90deg);transform:scale(0.4) rotate(-90deg);left:20px !important;bottom:30% !important}
.hero-5 .hero-social{padding:10px}
.hero-5 .hero-social .box-shape{width:calc(100% + 10px);height:calc(100% + 10px)}}
@media (max-width: 575px){.hero-5{margin:0;border-radius:0}
.hero-5 .hero-social{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}}
.hero-style5{padding:250px 0;position:relative;z-index:6}
.hero-style5 .hero-text{max-width:670px}
.hero-style5 .hero-title{text-transform:capitalize}
@media (max-width: 1500px){.hero-style5{padding:150px 0}}
@media (max-width: 1199px){.hero-style5{padding:150px 0}
.hero-style5 .hero-text{max-width:525px}}
@media (max-width: 767px){.hero-style5{text-align:center;padding:80px 0 40px 0}
.hero-style5 .hero-title>span{margin-left:auto;margin-right:auto}}
/*slider*/

/*testi arrow*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}
.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}
.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.swiper-fade .swiper-slide-prev {
  opacity: 0;
}
.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 50px 0 -7px 0;
  line-height: 10px;
  height: 10px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  margin: 5px 7px;
  opacity: 1;
  background-color: var(--th-border-color);
  position: relative;
  cursor: pointer;
}
.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--th-border-color);
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: var(--theme-color);
}
.has-shadow .swiper-pagination-bullets {
  margin: 40px 0 17px 0;
}
/*testi arrow*/
/*shape */
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
/*shape*/

/*slider*/
.hero-5 .shape-mockup{z-index:1}
.hero-5 .dna-shape{-webkit-transform:scale(0.65) rotate(-90deg);-ms-transform:scale(0.65) rotate(-90deg);transform:scale(0.65) rotate(-90deg)}
@media (max-width: 1830px){.hero-5{margin:12px 12px 0 12px}}
@media (max-width: 767px){.hero-5 .shape-2{top:10% !important;left:20px !important}
.hero-5 .shape-3{top:10% !important;right:20px !important}
.hero-5 .dna-shape{-webkit-transform:scale(0.4) rotate(-90deg);-ms-transform:scale(0.4) rotate(-90deg);transform:scale(0.4) rotate(-90deg);left:20px !important;bottom:30% !important}
.hero-5 .hero-social{padding:10px}
.hero-5 .hero-social .box-shape{width:calc(100% + 10px);height:calc(100% + 10px)}}
@media (max-width: 575px){.hero-5{margin:0;border-radius:0}
.hero-5 .hero-social{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}}
/*.hero-style5{padding:272px 0;position:relative;z-index:6}
.hero-style5 .hero-text{max-width:670px}
.hero-style5 .hero-title{text-transform:capitalize}
@media (max-width: 1500px){.hero-style5{padding:240px 0}}
@media (max-width: 1199px){.hero-style5{padding:200px 0}.hero-style5 .hero-text{max-width:525px}}
@media (max-width: 767px){.hero-style5{text-align:center;padding:180px 0 40px 0}
.hero-style5 .hero-title>span{margin-left:auto;margin-right:auto}}*/
/*slider*/

/*dn ani*/
.dna-ani{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.dna-ani span{width:80px;height:4px;background:#008cb4;margin:6px;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-animation:dnaAnim 2.5s linear infinite;animation:dnaAnim 2.5s linear infinite}
.dna-ani span:before,.dna-ani span:after{content:"";width:10px;height:10px;border-radius:50%;background:#008cb4;position:absolute;top:calc(50% - 5px)}
.dna-ani span:after{right:-8px}
.dna-ani span:before{left:-8px}
.dna-ani span:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}
.dna-ani span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}
.dna-ani span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}
.dna-ani span:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}
.dna-ani span:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}
.dna-ani span:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}
.dna-ani span:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}
.dna-ani span:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}
.dna-ani span:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}
.dna-ani span:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}
.dna-ani span:nth-child(11){-webkit-animation-delay:1.1s;animation-delay:1.1s}
.dna-ani span:nth-child(12){-webkit-animation-delay:1.2s;animation-delay:1.2s}
.dna-ani span:nth-child(13){-webkit-animation-delay:1.3s;animation-delay:1.3s}
.dna-ani span:nth-child(14){-webkit-animation-delay:1.4s;animation-delay:1.4s}
.dna-ani span:nth-child(15){-webkit-animation-delay:1.5s;animation-delay:1.5s}
.dna-ani span:nth-child(16){-webkit-animation-delay:1.6s;animation-delay:1.6s}
.dna-ani span:nth-child(17){-webkit-animation-delay:1.7s;animation-delay:1.7s}
.dna-ani span:nth-child(18){-webkit-animation-delay:1.8s;animation-delay:1.8s}
@-webkit-keyframes dnarotate{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(359deg);transform:rotateZ(359deg)}}@keyframes dnarotate{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(359deg);transform:rotateZ(359deg)}}@-webkit-keyframes dnaAnim{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-webkit-transform:rotateY(359deg);transform:rotateY(359deg)}}@keyframes dnaAnim{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-webkit-transform:rotateY(359deg);transform:rotateY(359deg)}}
/*dn ani*/

/*animation*/
.moving {
  -webkit-animation: moving 8s linear infinite;
  animation: moving 8s linear infinite;
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.jump-reverse{
  -webkit-animation:jumpReverseAni 7s linear infinite;
  animation:jumpReverseAni 7s linear infinite
}
@-webkit-keyframes jumpReverseAni{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  50%{
    -webkit-transform:translateY(30px);
    transform:translateY(30px);
  }
  100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@keyframes jumpReverseAni{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
/*animation*/

/*social*/
.th-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
  background-color: var(--smoke-color);
  color: var(--title-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 99px;
}
.th-social a:last-child {
  margin-right: 0;
}
.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}
/*social*/

/*sub title*/
.sub-title4{display:inline-block;background-color:var(--theme-color);border-radius:99px;padding:2px 18px 0 0;font-size:18px;font-weight:500;color:var(--white-color);text-transform:uppercase;margin-bottom:30px;position:relative;z-index:2}
.sub-title4:before{content:"";position:absolute;top:-4px;left:-1px;background-color:var(--smoke-color);border-radius:99px;width:40px;height:40px;z-index:-1}
.sub-title4.icon-white:before{background-color:var(--white-color)}
.sub-title4 img{margin-right: 13px;margin-top: -7px;}
@media (max-width: 767px){
  .sub-title4{
    font-size:14px;
  }
}
/*sub title*/

/*btn*/
/*theme button */
.theme-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 12px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  font-weight: 500;
  letter-spacing: .5px;
  border-radius: 50px;
  background: #ff5577;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #283B6A;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.theme-btn:hover {
  color: #fff;
}

.theme-btn:hover::before {
  width: 105%;
  height: 105%;
}
.theme-btn2 {
  font-size: 16px;
  color: #ffffff;
  padding: 12px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  /*position: relative;*/
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  font-weight: 500;
  letter-spacing: .5px;
  border-radius: 50px;
  background: #ff5577;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn2:hover{
  background: #20C7BA;
  color:#fff;
}

.theme-btn i {
  margin-left: 8px;
}
.theme-btn.btn1{
  font-size: 16px;
  color: #ffffff;
  padding: 12px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  position: absolute;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  font-weight: 500;
  letter-spacing: .5px;
  border-radius: 50px;
  background: #ff5577;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
/*btn*/

/*site-heading*/
.site-heading{
  margin-bottom:30px;
}
.site-title-tagline {
    color:#5c4033;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Alex Brush', cursive;
    margin-bottom: 0px;
}
.title_icon {
  color: #F32B56;
  font-size: 30px;
  position: relative;
  padding: 0 10px;
  margin: 0 25px;
  display: table;
  line-height: normal;
}
.title_icon.title1 {
  color: #F32B56;
  font-size: 30px;
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
  display: table;
  line-height: normal;
  background: #fff;
  border-radius: 50px;
}
.title_icon::after {
  content: "";
  background-color: #5c4033;
  position: absolute;
  width: 25px;
  height: 1px;
  display: block;
  top: 50%;
  right: -25px;
}
.title_icon::before {
  content: "";
  background-color: #5c4033;
  position: absolute;
  width: 25px;
  height: 1px;
  display: block;
  top: 50%;
  left: -25px;
}
.site-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 42px;
    color: #283b6a;
    margin-top: 5px;
    margin-bottom: 0;
}
.site-title span {
    color: #ff5577;
}
/*site-heading*/

/*about*/
.about-area {
  position: relative;
  display: block;
}
.about-left {
  position: relative;
  display: block;
  margin-right: 30px;
}
.counter-up-area {
    position: absolute;
    left: -40px;
    bottom: -40px;
    background:#F1F1F6;
    border-radius: 10px;
    padding: 19px 25px;
    width: auto;
}
@media (max-width: 767px){
  .counter-up-area{
    display:none;
  }
}
.counter-up-area .icon {
    margin-bottom: 15px;
    background-color:#fff;
    padding: 20px 20px 20px 20px;
    border: 1px dashed #ff5577;
    text-align:center;
}
.counter-up-area .title {
    font-size: 20px;
    margin-top:10px;
    margin-bottom: 5px;
}
.counter-up-area .title a:hover{
  color:#283b6a;
}

.about-bg{
  position: relative;
  left: -10px;
    top: 15px;
    z-index: -1;
}
.about-img{
  position: absolute;
}
/*.service-arrow .theme-btn {
    padding: 9px 25px;
}*/

.about-content .about-span{
  font-family: cursive;
  font-size: 20px;
  color: #f85475;
  font-weight: 500;
}
.about-page ul{
  list-style:none;
}
.about-page ul i{
  color:#ff5577;
}
/*about*/

/*service*/
.service-area {
  position: relative;
  background:url(../images/service_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.service-item {
  margin-bottom: 25px;
  padding: 20px 20px 65px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
  
}

.service-item:hover{
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service-img{
  position: relative;
}

.service-img img{
  border-radius: 10px;
}

.service-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5c4033;
  border-radius: 10px;
}

.service-icon i {
  font-size: 37px;
  color: #fff;
}
.service-content-info{
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-arrow {
  margin-top: 20px;
}

.service-arrow .theme-btn {
  padding: 9px 25px;
}

.service-title a {
  font-size: 22px;
  color: #283B6A;
}

.service-title a:hover {
  color:#ff5577 !important;
}

.service-text{
  margin-top: 15px;
}
/*service*/

/* counter css */
.counter-area {
  padding:40px 0px 40px 0px;
  background-image: url(../images/bookimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.counter-area::before {
    content: "";
    position: absolute;
    background: rgb(40 59 106 / 80%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.counter-box {
  text-align: center;
  padding: 20px;
  /*margin: 40px 0;*/
  border-radius: 15px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
  height: 260px;
}

.counter-box .icon {
  height: 90px;
  width: 90px;
  font-size: 45px;
 /* color: #20C7BA;*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0px 5px #f7899f;
}

.counter-box .counter-number {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.counter-box .title {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin-bottom: 25px;
    height:auto;
  }
}

@media all and (max-width: 767px) {
  .counter-area2{
    margin-top: -40px;
  }
}
/*counter css */

/*choose*/
.mt--80 {
    margin-top: 80px !important;
}
.choose-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(97, 94, 252, 0.2);
    gap: 14px;
    margin-bottom: 30px;
}
.choose-card .details .title {
    font-size: 20px;
    margin: 0;
}
.choose-img {
    margin-top: -50px;
}
@media only screen and (max-width: 991px) {
    .choose-img {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
.mr-choose {
    margin-right: -40px;
}
.ml-choose {
    margin-left: -40px;
}
@media only screen and (max-width: 991px) {
    .ml-choose {
        margin-left: 0;
    }
    .mr-choose {
        margin-right: 0;
    }
}

/*choose*/
.facility-area{
  /*padding: 120px 0px 120px 0px;*/
  z-index: 10;
  background-color: #08254F;
  background:linear-gradient(rgb(14 23 64 / 93%), rgb(8 58 89 / 92%)), url(../images/bookimg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-attachment: fixed;
}
.facility-area .choose-list{
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #FFFFFF33;
}
.facility-area .choose-style2__content ul {
    position: relative;
    display: block;
    margin-top:20px;
}
.facility-area .choose-style2__content ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.facility-area .choose-style2__content ul li:first-child {
  padding-top: 18px;
}

.facility-area .choose-style2__content ul li:last-child {
  margin-bottom: 0;
}

.facility-area .choose-style2__content ul li .icon {
  position: absolute;
  top: 1px;
  left: 0px;
}
.facility-area .choose-style2__content ul li .icon span {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}

.facility-area .choose-style2__content ul li:first-child .icon {
  top: 19px;
}
@media only screen and (max-width: 767px){
  .choose-style2__content.te-list{
    margin-bottom: -18px;
  }
}
/*choose*/

/*journey*/
.ps-timeline-sec {
    position: relative;
    background: #fff;
}
.ps-timeline-sec .container-fluid1 {
    position: relative;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline {
    margin: 284px 0;
    padding: 0;
    border-top: 2px solid #348e80;
    list-style: none;
}
.ps-timeline-sec .container-fluid1 ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: -4px;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li {
    float: left;
    width: 16%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .img-handler-top {
    margin-left: 35px;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
    width: 67%;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}

.ps-timeline-sec .container-fluid1 ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li span {
    width: 55px;
    height: 55px;
    margin-left: -25px;
    background: #fff;
    border: 4px solid #348e80;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
    line-height: 1.5;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #348e80;
    width: 2px;
    height: 50px;
    background: #348e80;
    position: absolute;
    top: -50px;
    left: 50%;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #348e80;
    width: 8px;
    height: 8px;
    background: #348e80;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .img-handler-bot img{
    margin-top: 56px;
    width: 67%;
    margin-left: 27px;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .img-handler-bot {
    position: absolute;
    /*margin-top: 60px;*/
    width: 100%;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.ps-timeline-sec .container-fluid1 ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #348e80;
    width: 2px;
    height: 50px;
    background: #348e80;
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #348e80;
    width: 8px;
    height: 8px;
    background: #348e80;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container-fluid1 ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: -4px;
}

.ps-timeline-sec .container-fluid1 ol.ps-timeline li .ps-bot p{
  font-size:19px;
  color: #5c4033;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .ps-top p{
  font-size:19px;
  color: #5c4033;
}
@media only screen and (max-width: 767px){
.ps-timeline-sec .container-fluid1 ol.ps-timeline {
    margin: 15px 0 !important;
    border-left: 2px solid #348e80;
    padding-left: 0 !important;
    padding-top: 44px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
}
.ps-timeline-sec .container-fluid1 ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 0px !important;
    left: 37px !important;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li {
    height: 130px;
    float: none !important;
    width: inherit !important;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 74px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li p {
    text-align: right !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li span {
    left: 0 !important;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 91px !important;
    width: 24% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 100px;
}
.ps-timeline-sec .container-fluid1 ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li span.ps-sp-top:before {
   display:none;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li span.ps-sp-top:after {
    display:none;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li span.ps-sp-bot:before{
  display:none;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li span.ps-sp-bot:after{
  display:none;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .ps-top p{
  font-size:17px;
}
.ps-timeline-sec .container-fluid1 ol.ps-timeline li .ps-bot p{
  font-size:17px;
}
}
/*journey*/

/*cta-area*/
.cta-area {
  background-image: url(../images/bookimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0;
  z-index: 1;
}

.cta-area::before {
  content: "";
  position: absolute;
  background: rgb(40 59 106 / 80%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.cta-wrapper h1{
  color: #fff;
  font-size: 40px;
}
/*.cta-wrapper p*/
.cta-wrapper p{
  margin-top: 10px;
  color:#fff;
}
.cta-wrapper .theme-btn{
  justify-content:center;
  text-align:center;
}
/*cta-area*/

/*testimonial*/
.testinomial-area{
  background-image: url(../images/testi_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.testi-element-area{padding-left:80px}
.testi-element-area .row{--bs-gutter-x: 80px}
.testi-element-area .swiper-slide{-webkit-transition:0.4s linear;transition:0.4s linear}.testi-element-area .swiper-slide-next{opacity:0.3}
@media (max-width: 1199px){
  .testi-element-area .swiper-slide-next{opacity:1}
}
@media (max-width: 1500px){
  .testi-element-area{padding-left:12px}
  .testi-element-area .row{--bs-gutter-x: 40px}
}
@media (max-width: 1199px){
  .testi-element-area{padding-right:12px}
}
@media (max-width: 1199px){
  .testi-element-area{padding-right:12px}
  .testi-element-area .swiper-slide-next{opacity:1}
}
.testi-element .box-profile{
  display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;
  display:flex;-webkit-box-align:center;-webkit-align-items:center;
  -ms-flex-align:center;align-items:center;gap:20px;margin-bottom:52px;
  margin-left:18%;
}
.testi-element .box-title{font-size:30px;color:var(--white-color);margin-bottom:5px}
.testi-element .box-desig{margin-bottom:-0.5em}
.testi-element .box-img{background-color:var(--theme-color2);padding:5px;border-radius:99px}
.testi-element .box-img img{border-radius:inherit; width: 80px; height: 80px;}
.testi-element .box-review{color:var(--yellow-color);margin-top:-0.3em;margin-bottom:18px}
.testi-element .box-review i{margin-right:4px}
.testi-element .box-content{background-color:var(--white-color);border-radius:20px;padding:40px;position:relative;z-index:2}
.testi-element .box-content:before{content:'';position:absolute;left:18%;bottom:calc(100% - 1px);border-style:solid;border-width:0 0 35px 35px;border-color:transparent transparent var(--white-color) transparent}
.testi-element .box-quote{position:absolute;top:40px;right:40px}
.testi-element .box-text{font-weight:500;font-style:italic}
@media (max-width: 575px){
  .testi-element .box-profile{margin-left:5%}
  .testi-element .box-content{padding:30px}
  .testi-element .box-content:before{left:5%}
}
@media (max-width: 375px){
  .testi-element .box-img{max-width:70px}
  .testi-element .box-title{font-size:24px}
}
.rounded-20 {
    border-radius: 20px;
}
.rounded-20>img {
    border-radius: inherit;
}
.mt-40 {
    margin-top: 40px;
}
/*testimonial*/

/* appointment */
/*.appointment-area{
  background: #283B6A;
  position: relative;
  z-index: 1;
}*/

.appointment-area {
  background-image: url(../images/bookimg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.appointment-content {
    background: #00000066;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 5px #ff55773d;
}

.appointment-content h1,
.appointment-content p{
  color: #fff;
}

.appointment-form{
  margin-top: 30px;
}

.appointment-form .form-group{
  margin-bottom: 20px;
}

.appointment-form .form-select,
.appointment-form .form-control{
  border: none;
  padding: 15px 15px;
  box-shadow: none;
  border-radius: 8px;
  color: #6C757D;
}

.appointment-form .theme-btn{
  margin-top: 25px;
}

.appointment-form .theme-btn::before{
  background: #fff;
}

.appointment-form .theme-btn:hover{
  color: #ff5577;
}
/*appointment*/

/*map*/
.map-area{
  padding:50px 0px 50px 0px;
}
.map-area iframe{
  width:100%;
  height:300px;
}
/*map*/

/*footer*/
.footer-area {
  background:#283B6A;
  position: relative;
  z-index: 1;
  padding:40px 0px 0px 0px;
}

.footer-bottom{
  padding: 20px 0;
  background: #304579;
}

.footer-newsletter .subscribe-form{
  position: relative;
}

.footer-newsletter .subscribe-form .form-control {
  border: 2px solid #e8e8e8;
  height: 60px;
  padding: 0 170px 0 25px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  background-color: transparent;
}

.footer-newsletter .subscribe-form .form-control::placeholder {
  color: #F2F3F5;
  opacity: 1;
}

.footer-newsletter .subscribe-form .theme-btn {
  margin-top: 20px;
  position: absolute;
  padding: 9px 20px;
  right: 7px;
  border-radius: 50px;
  top: -13.5px;
}

.footer-newsletter .subscribe-form .theme-btn:hover {
  color: #20C7BA;
}

.footer-newsletter .subscribe-form .theme-btn::before {
  background: #fff;
}

.footer-newsletter .subscribe-form .theme-btn i {
  margin-right: 5px;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: center;
  list-style: none;
}

.footer-social li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff5577;
  color: #fff;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
  background: #466a97;
  color: #fff;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 200px;
  margin-bottom: 30px;
}

.copyright {
  padding: 20px 0;
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: #f5faff;
  transition: all .5s ease-in-out;
}

.copyright .footer-menu li a:hover {
  color: #20C7BA;
}

.copyright .copyright-text {
  color: #f5faff;
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #20C7BA;
  font-weight: 500;
}

.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  z-index: 1;
  font-size:26px;
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 30px;
  height: 3px;
  border-radius: 50px;
  background-color: #ff5577;
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 10px;
  height: 3px;
  border-radius: 50px;
  background-color: #ff5577;
  bottom: 0;
  left: 35px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style:none;
}

.footer-list li a {
  color: #fff;
  transition: all .5s ease-in-out;
}

.footer-list li a i{
  margin-right: 5px;
  color: #ff5577;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: #ff5577;
}

.footer-widget-box p {
  color: #fff;
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #f5faff;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-contact li a {
  color: #f5faff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 12px;
  height: 30px;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 5px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color:#ff5577;
}

.footer-opening{
  color: #fff;
}

.footer-opening span{
  float: right;
}

.footer-opening li{
  margin-bottom: 9px;
}


@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }
  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }
  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .footer-social{
    margin-bottom: 25px;
  }
}
/*footer*/

/* scroll-top css */
#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background: #ff5577;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all .5s ease-in-out;
}
/* scroll-top css */

/* breadcrumb */
.site-breadcrumb {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}

.site-breadcrumb::before {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 10, 22, 0.7);
  content: '';
}

.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #ff5577;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'FontAwesome';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #20C7BA;
}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 100px;
  }
}
/* breadcrumb */

/*department area*/
/* =========================
sidebar css
========================= */

.widget {
  /*background: #E5F7FA;*/
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.widget .widget-title {
  color: #283B6A;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

.widget .widget-title::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: #ff5577;
  border-radius: 50px;
  bottom: 0;
  left: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 3px;
  background: #ff5577;
  border-radius: 50px;
  bottom: 0;
  left: 35px;
}

.widget .search-form .form-control {
  padding: 10px 15px 10px 15px;
  border-radius: 8px;
  box-shadow: none;
}

.widget .search-form {
  position: relative;
}

.widget .search-form .form-control:focus {
  border-color: #20C7BA;
}

.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: #6C7C89;
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  color: #204066;
  font-weight: 500;
  border-bottom: 1px solid #ced4da;
  transition: all .5s ease-in-out;
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: #ff5577;
}

.widget .category-list a i {
  margin-right: 5px;
  color: #ff5577;
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  border-radius: 10px;
  width: 100px;
}

.widget .recent-post-bio h6 {
  font-size: 16px;
}

.widget .recent-post-bio span {
  font-size: 14px;
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
  color: #20C7BA;
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid #20C7BA;
  color: #20C7BA;
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: all .5s ease-in-out;
}

.widget .social-share-link a:hover {
  background: #20C7BA;
  color: #fff;
}

.widget .tag-list a {
  padding: 3px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.widget .tag-list a:hover {
  background-color: #20C7BA;
  color: #fff;
}

/*dep details*/
.department-list{
  list-style:none;
}
.department-list i {
  color: #ff5577;
  margin-right: 10px;
}

.department-details img{
  border-radius: 10px;
}
.department-area .department-details h3{
  margin:20px 0px 10px 0px;
}
.department-area .department-details b{
  color:#717680;
}
.department-area .department-details h5{
  margin:20px 0px 10px 0px;
}
/*dep details*/
.department-areaa .department-img img{
  border-radius: 20px;
  box-shadow: 0px 5px 5px #faf1f1;
  background: #fff;
} 
.department-areaa .department-img h5{
  text-align:center;
  padding:10px;
}
/*department area*/

/*mission*/
.featured-icon-box{
  margin-top:15px;
}
.featured-icon{
  height: auto;
  width: auto;
  line-height: 1;
}
.featured-icon i{
  color: #ee344e;
  position: unset;
  font-size: 30px;
}
.featured-title h3 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
/*.featured-icon-box .featured-title h3 {
    margin-bottom: 0;
}*/
.featured-icon-box .featured-content {
    margin-top: 10px;
}
/*mission*/

/*team*/

.team-single-wrapper{
  background: #E4F6F9;
  border-radius: 10px;
  padding: 20px;
}

.team-single-img img{
  border-radius: 10px;
}

.team-single-content{
  padding-left: 15px;
}

.team-single-info{
  margin-top: 20px;
}
.team-single-info ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
.team-single-info li{
  margin: 10px 0;
}
.team-single-info a{
  color:#000;
}
.team-single-info-left{
  font-weight: 600;
}

.team-single-info-right{
  margin-left: 10px;
}

.team-single-social a{
  height: 35px;
  width: 35px;
  line-height: 31px;
  /*border: 2px solid #20C7BA;*/
  color: #283B6A;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}

/*.team-single-social a:hover{
  background: #20C7BA;
  color: #fff;
}*/

.team-single-overview{
  margin-top: 70px;
}

.team-single-overview-img img{
  border-radius: 10px;
}

@media (max-width: 991px) {
  .team-single-img {
    margin-bottom: 20px;
  }

  .team-single-overview-img{
    margin-top: 20px;
  }
}

/*team*/

/* contact us css */

.contact-wrapper {
  position: relative;
}

.contact-form {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
  padding: 30px 50px;
  border-radius: 15px;
}

.contact-form-header {
  margin-bottom: 30px;
  color: #283B6A;
}

.contact-form-header h2 {
  color: #283B6A;
  font-size: 30px;
  margin-bottom: 10px;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: #20C7BA;
}

.contact-map{
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-form .theme-btn i {
  margin-right: 5px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #F8F8F8;
}

.contact-info-icon{
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);*/
}

.contact-info-icon i {
  font-size: 25px;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  background: #ff5577;
}

.contact-info h5 {
  color: #283B6A;
  margin-bottom: 5px;
}

.contact-info p {
  color: #283B6A;
}

@media all and (max-width: 991px) {
  .contact-form{
    padding: 30px;
    margin-bottom: 50px;
  }
}
.contact-info-content a{
  color:#000;
}
/* contact us css */

/*faq*/
.faq_app .faq_img {
  margin-top:20px;
}
.active-white .accordion-card:has(.show){box-shadow:0px 0px 10.6px rgba(97,97,97,0.15);background-color:var(--white-color)}
.accordion-card{
  -webkit-transition:0.4s ease-in-out;
  transition:0.4s ease-in-out;border-radius:20px;
  overflow:hidden;background-color:var(--smoke-color);text-align:left;
  position:relative;z-index:3;
}
.accordion-card:not(:last-child){margin-bottom:24px}
.accordion-card .accordion-button{font-size:18px;font-weight:500;font-family:'FontAwesome';border:0;border-color:var(--th-border-color);color:var(--title-color);background-color:transparent;border-radius:0;padding:22px 45px 22px 30px;min-height:56px;gap:10px;margin-bottom:0;text-align:left;-webkit-transition:0.3s;transition:0.3s;position:relative}
.accordion-card .accordion-button:after{content:"\2b";height:100%;width:auto;line-height:1;background-color:transparent;background-image:none;font-family:var(--icon-font);color:var(--theme-color);font-weight:500;font-size:20px;display:grid;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;position:absolute;top:0;right:30px;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}
.accordion-card .accordion-button:focus{outline:none;box-shadow:none}
.accordion-card .accordion-button:not(.collapsed){box-shadow:none;border-radius:0}
.accordion-card .accordion-button:not(.collapsed):after{content:'\f068';-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}
.accordion-card .accordion-collapse{border:none}
.accordion-card .accordion-body{border-radius:0;border:none;padding:0px 30px 30px 30px;margin-top:-7px}
.accordion-card .faq-text{margin-bottom:-0.48em}
.accordion-card:has(.show){border-radius:20px}
.faq-img1{position:relative;text-align:center}
.faq-form{background-color:var(--white-color);box-shadow:-6px 6px 50px rgba(0,0,0,0.06);border-radius:30px;padding:60px}
@media (max-width: 991px){.faq-form{padding:40px;border-radius:20px}}@media (max-width: 575px){.faq-form{padding:40px 20px}}@media (max-width: 575px){.accordion-card .accordion-button{font-size:16px}}.service-card{padding:30px 8px;position:relative;text-align:center;box-shadow:0px 2px 20px rgba(0,0,0,0.06);border-radius:20px;z-index:2}
/*faq*/

/*safe action start*/

/*@@@@@@@@@@@@@@   safe-actions Section Start Here  @@@@@@@@@@@@@@@@@*/
.safe-actions .action-shape {
  right: 0;
  top: 0;
}

.safe-actions .sa-thumb-part .safe-thumb {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .safe-actions .sa-thumb-part .safe-thumb {
    margin-bottom: 0;
  }
}

.safe-actions .sa-thumb-part .safe-thumb>img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

@media (max-width: 575px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content {
    display: none;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border: 1px dashed #a4c74b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .sa-icon-title {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 15px;
  line-height: 1.2;
  color: #98cc07;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .sa-icon-title {
    font-size: 20px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red {
  border: 1px dashed #f9726e;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red .sa-icon-title {
  color: #f9726e;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red .saicon-content {
  right: 0;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red .saicon-content::before {
  right: 25px;
  left: auto;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content {
  width: 320px;
  padding: 20px;
  height: auto;
  line-height: 1.5;
  background: #fff;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content::before {
  width: 16px;
  height: 16px;
  background: #fff;
  left: 25px;
  top: -6px;
  transform: rotate(45deg);
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content p {
  color: #555555;
  margin-bottom: 0;
  font-size: 15px;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon:hover .saicon-content {
  opacity: 1;
  visibility: visible;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-1 {
  top: -10px;
  left: 80px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-1 {
    top: 0;
    left: 130px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-2 {
  top: 40px;
  left: 5px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-2 {
    top: 85px;
    left: 45px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-3 {
  top: 135px;
  left: 0px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-3 {
    top: 185px;
    left: 25px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-4 {
  top: 235px;
  left: 5px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-4 {
    top: 300px;
    left: 55px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-5 {
  bottom: -10px;
  left: 80px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-5 {
    bottom: -5px;
    left: 130px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-6 {
  top: -10px;
  right: 80px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-6 {
    top: 0;
    right: 130px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-7 {
  top: 40px;
  right: 5px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-7 {
    top: 85px;
    right: 45px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-8 {
  top: 135px;
  right: 0px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-8 {
    top: 195px;
    right: 25px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-9 {
  top: 235px;
  right: 5px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-9 {
    top: 300px;
    right: 55px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-10 {
  bottom: -10px;
  right: 80px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-10 {
    bottom: -5px;
    right: 130px;
  }
}

.safe-actions .sa-content-part {
  margin-bottom: -6px;
}

.safe-actions .sa-content-part .safe-list-left .sa-title h6,
.safe-actions .sa-content-part .safe-list-left .sa-title i {
  color: #98cc07;
}

.safe-actions .sa-content-part .safe-list-left ul li i {
  color: #98cc07;
}

.safe-actions .sa-content-part .safe-list-right .sa-title h6,
.safe-actions .sa-content-part .safe-list-right .sa-title i {
  color: #f9726e;
}

.safe-actions .sa-content-part .safe-list-right ul li i {
  color: #f9726e;
}

.safe-actions .sa-content-part .sa-title {
  margin-top: 15px;
}

.safe-actions .sa-content-part .sa-title h6 i {
  margin-right: 10px;
}

.safe-actions .sa-content-part ul li {
  padding: 5px 0;
  list-style:none;
}

.safe-actions .sa-content-part ul li i {
  margin-right: 5px;
}

.safe-actions .sa-thumb-part .safe-thumb, .safe-actions{
    position: relative;
}
.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon{
  position: absolute;
    content: "";
}
.safe-actions .sa-thumb-part .safe-thumb
.bg-ash {
    background: rgb(246, 250, 255) !important;
}
/*safe action end*/

/*sticky button*/
.icon-bar {
  position: fixed;
  top: 50%;
  right:0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  width:60px;
  height:60px;
 /* border-radius:50px;*/
  box-shadow: 2px 2px 3px #999;
}

.icon-bar a:hover {
  background-color: #000;
}

.call {
  background: #3B5998;
  color: white;
}

.whatsapp {
  background:#25D366;
  color: white;
}

.appointment {
  background: #dd4b39;
  color: white;
}
.hide{
    display:none;
}
.icon-bar:hover:before {
  /*  content:"Reply!";*/
    display:inline;
}
/*sticky button*/
/*case*/
.case-area .case-item{
  margin-bottom:20px;
}
.case-area .case-item img{
  box-shadow: 0px 5px #f9f9f9;
  background: #fff;
  border: 2px dashed #635a74;
}
/*case*/

.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
    position: relative;
    overflow: hidden;
    background-color:#f5f7fa;
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
}
.blog-card{border-radius:20px; margin-bottom:20px;}.blog-card .blog-img{border-radius:20px 20px 0 0;overflow:hidden}.blog-card .blog-content{box-shadow:0px 3px 15px rgba(0,0,0,0.06);border-radius:0 0 20px 20px;background-color:var(--white-color);padding:30px;position:relative;z-index:3}.blog-card .box-title{margin-bottom:20px;font-weight:500}.blog-card .box-title a{background-image:-webkit-linear-gradient(right, var(--theme-color), var(--theme-color));background-image:linear-gradient(to left, var(--theme-color), var(--theme-color));background-repeat:no-repeat;background-position:bottom left;background-size:0 2px;-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.blog-card .box-title a:hover{background-size:100% 2px}.blog-card .blog-img{overflow:hidden}.blog-card .blog-img img{width:100%;-webkit-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.blog-card .blog-meta{margin:-0.4em 0 18px 0}.blog-card .blog-meta span>i,.blog-card .blog-meta a>i{color:var(--theme-color)}.blog-card .th-btn{background:-webkit-linear-gradient(top, #C2D4FF 37.5%, #F0F4FF 100%);background:linear-gradient(180deg, #C2D4FF 37.5%, #F0F4FF 100%);box-shadow:0px 2px 10px rgba(184,191,208,0.5)}.blog-card .th-btn:before{background:-webkit-linear-gradient(top, #F9FAFD 0%, rgba(249,250,253,0) 78.65%);background:linear-gradient(180deg, #F9FAFD 0%, rgba(249,250,253,0) 78.65%)}.blog-card:hover .blog-img img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}@media (max-width: 1299px){.blog-card .blog-content{padding:20px}}@media (max-width: 1199px){.blog-card .blog-content{padding:30px}}@media (max-width: 991px){.blog-card .box-title{font-size:22px}.blog-card .blog-content{padding:20px}}@media (max-width: 767px){.blog-card .blog-content{padding:30px}.blog-card .box-title{font-size:24px}}@media (max-width: 410px){.blog-card .box-title{font-size:22px}}@media (max-width: 350px){.blog-card .blog-content{padding:18px}.blog-card .box-title{font-size:20px}}.blog-box{border-radius:20px;padding:30px;background-color:var(--white-color);box-shadow:0px 4px 20px rgba(0,0,0,0.04)}.blog-box .blog-img{border-radius:12px;overflow:hidden;margin-bottom:25px}.blog-box .blog-img img{width:100%;-webkit-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.blog-box .box-title{margin-bottom:20px;font-weight:500}.blog-box .box-title a{background-image:-webkit-linear-gradient(right, var(--theme-color), var(--theme-color));background-image:linear-gradient(to left, var(--theme-color), var(--theme-color));background-repeat:no-repeat;background-position:bottom left;background-size:0 2px;-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.blog-box .box-title a:hover{background-size:100% 2px}.blog-box .blog-meta{margin:-0.3em 0 18px 0}.blog-box .blog-meta span>i,.blog-box .blog-meta a>i{color:var(--theme-color)}.blog-box .th-btn{padding:16px 25px;background:-webkit-linear-gradient(top, #C2D4FF 37.5%, #F0F4FF 100%);background:linear-gradient(180deg, #C2D4FF 37.5%, #F0F4FF 100%);box-shadow:0px 2px 10px rgba(184,191,208,0.5)}.blog-box .th-btn:before{background:-webkit-linear-gradient(top, #F9FAFD 0%, rgba(249,250,253,0) 78.65%);background:linear-gradient(180deg, #F9FAFD 0%, rgba(249,250,253,0) 78.65%)}.blog-box:hover .blog-img img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}@media (max-width: 1299px){.blog-box{padding:20px}}@media (max-width: 1199px){.blog-box{padding:30px}}@media (max-width: 991px){.blog-box{padding:20px}.blog-box .box-title{font-size:22px}}@media (max-width: 767px){.blog-box{padding:30px}.blog-box .box-title{font-size:24px}}@media (max-width: 410px){.blog-box .box-title{font-size:22px}}@media (max-width: 350px){.blog-box{padding:18px}.blog-box .box-title{font-size:20px}}

.blog-details .blog-single{background-color:transparent}.blog-details .blog-content>p:last-child{margin-bottom:0}.blog-content .wp-block-search .wp-block-search__input{box-shadow:none}@media (max-width: 1399px){.blog-single .blog-title{font-size:28px;line-height:1.4;text-align:center;}.share-links{--blog-space-x: 20px}}@media (max-width: 1199px){.blog-single{--blog-space-x: 20px;--blog-space-y: 20px}}@media (max-width: 991px){.blog-single{--blog-space-x: 40px;--blog-space-y: 40px}.blog-single .blog-title{font-size:26px}.share-links{--blog-space-x: 40px}}@media (max-width: 767px){.share-links{--blog-space-x: 20px}.blog-details .blog-single{--blog-space-x: 20px;--blog-space-y: 20px}.blog-single{--blog-space-x: 20px;--blog-space-y: 20px;border-radius:10px}.blog-single .blog-audio,.blog-single .blog-video,.blog-single .blog-img{border-radius:10px 10px 0 0}.blog-single .blog-title{font-size:24px;line-height:1.3}.blog-single .blog-text{margin-bottom:22px}.blog-single .blog-bottom{padding-top:15px}}