@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
  --font__ptsans: "PT Sans Narrow", sans-serif !important;
  --font__tiweb: "Titillium Web", sans-serif !important;
  --font__systemui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
}
body{
  font-family: var(--font__systemui) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font__ptsans) !important;
}

p {
  color: #000 !important;
  font-family: var(--font__systemui) !important;
}

.site-logo-wrap .site-logo {
  width: 100px;
}

.section-title {
  font-family: var(--font__ptsans) !important;
  font-weight: 600 !important;
  font-size: 35px !important;
}
h2.section-title span {
  /* font-weight: 500; */
  background: #134d2a;
  color: #fff;
  padding: 0 10px;
}

.ltn__top-bar-menu>ul>li>i,
.ltn__top-bar-menu>ul>li>a>i {
  color: #fba824 !important;
}

.ltn__feature-item-6::before {
  background-color: #d10c10 !important;
  height: 2px !important;
}
 .sbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.s1 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    width: 33%;
    padding: 0px;
}
.s1 svg {
    filter: brightness(0) saturate(100%) invert(20%) sepia(96%) saturate(347%) hue-rotate(91deg) brightness(97%) contrast(95%);
}
.s1 p {
    font-size: 1vw !important;
    color: rgb(35, 31, 32);
    font-weight: 400;
    line-height: 45%;
    font-style: normal;
    text-align: start;
    margin: 1.15vw 0px 15px !important;
}
.button-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.det p {
    font-size: 1vw !important;
    color: rgb(35, 31, 32);
    font-weight: 400;
    line-height: 25%;
    font-style: normal;
    text-align: start;
     margin: 1.15vw 0px 10px !important;
}
.det h2 {
    font-size: 26px;
    color: #000;
    margin: 0 !important;
    position: relative;
    border-bottom: none !important;
}

/*****************************************/

/*************** ARABINDA CSS***********************/
.divider-img {
  display: block;
  margin: 10px auto 40px;
  max-width: 200px;
}
.menu-item {
  margin-bottom: 30px;
}
.menu-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}
.mobile_contact{
       display: none;
   } 
.menu-caption {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  color:#000;
  font-family: var(--font__systemui) !important;
  font-size: 18px;
}
.section img.main-img {
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
#booking .modal-dialog{
    max-width: 800px;
    margin-top: 130px !important;
}
#booking .modal-content {
    background: rgba(0,0,0,.5);
}
#booking label{
    color:#fff;
}
select{
   background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px !important;
    color: var(--ltn__paragraph-color);
    width: 100%;
     margin-bottom: 15px !important;
    height: 40px !important;
    font-family: var(--font__systemui) !important;
    border-radius: 0;
    padding-right: 40px; 
}
.menu-item2 {
    flex: 1;
    padding: 10px;
}
.mobile_contact{
   background: #5d3a25;
}
.img-wrapper{
  padding: 0;
}
.section img.overlay-img {
  position: absolute;
  display: none;
  top: -130px;
  left: 70%;
  width: 400px;
  border-radius: 8px;
  z-index: 1;
  border: 10px solid #fff;
}
.reverse img.main-img {
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.img-wrapper{
  padding: 0 !important;
}
.reverse img.overlay-img {
  position: absolute;
  top: -73px;
  left: -40%;
  width: 400px;
  border-radius: 8px;
  z-index: 1;
  border: 10px solid #fff;
}
.text-box {
  background-color: #ececec;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}
.text-box2 {
  background-color: #e6e3d1 !important;
}
.text-box p{
  margin-bottom: 0;
  font-size: 17px;
}
.text-box :is(h1, h2) {
  font-weight: bold;
  margin-bottom: 20px;
  font-family: var(--font__ptsans) !important;
  color: #272727;
  border-bottom: 1px solid #613824;
}
.section.reverse .row {
  flex-direction: row-reverse;
}
.img-wrapper {
  position: relative;
}
.explore-link {
  color: #d3364b;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #d3364b;
  padding:8px;
  border-radius: 8px;
}
.chkin-out {
  font-size: 36px!important;
  color: #fba922 !important;
  margin: 0;
}
.clock {
  color: #fff;
  font-size: 34px;
  font-family: var(--font__dmsans) !important;
  letter-spacing: 7px;
  text-align: center;
}
.explore-link:hover {
  text-decoration: underline;
}
.section{
  margin: 0px 0px;
}
.section-title{
  text-align: center;
}
/*************** ARABINDA CSS***********************/

/********************SACHIN CSS**********************************/
.section-title-area p {
  max-width: 100%;
}

.services_wrapper {
  padding: 20px;
  border-bottom: 1px solid #686868b8;
  margin: 0.75rem 0;
}

.services_icon {
  margin-bottom: 10px;
}

.services_icon>img {
  width: 80px;
  animation: updown 1s alternate infinite;
  animation-delay: 1s;
  filter: brightness(0) saturate(100%) invert(80%) sepia(28%) saturate(3635%) hue-rotate(339deg) brightness(100%) contrast(98%);
}

/* .services_icon > i {
  font-size: 40px;
  color: #f3a800;
  margin-bottom: 20px;
} */

.services_wrapper h2 {
  font-size: 20px;
  
  letter-spacing: 0.02rem;
}

.border-none {
  border: none;
}

@keyframes updown {
  0% {
      transform: translateY(0px);
  }

  100% {
      transform: translateY(-10px);
  }
}

.gallery_text {
  text-align: center;
  margin: 0.75rem 0;
  letter-spacing: 0.05rem;
  font-size: 20px;
}
/**********************SACHIN CSS********************************/
.carousel-caption h2 {
    font-family: var(--font__systemui) !important;
    background-color: rgba(39,39,39,.3);
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    width: 68%;
    text-transform: uppercase;
    margin: auto;
    border-radius: 16px;
}

.modal-dialog {
    margin-top: 30px !important;
}
.btn-close {
    width: 40px;
    height: 40px;
    background-color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn-forms {
  background-color: #d3364b !important;
  color:#fff;
}
fieldset {
    padding: 10px 0px !important;
    border: 1px solid #eee;
}
.__Contact_sticky{
    position: fixed;
    right: -42px;
    bottom: 50%;
    z-index: 1024;
    padding-block: 5px;
    text-transform: capitalize;
    transform: rotate(90deg);
    font-size: 1.1em;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    border-radius: 0;
    background-image: none;
    padding: 0 20px;
    line-height: 38px!important;
    background-color: #134d2a;
    border: 1px solid rgb(251, 168, 36) !important;;
    color: #fff;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    white-space: normal;
    outline: 0;
    float: right;
}
.__Contact_sticky:hover{
    background-color: #fca827;
    color: #000000;
}
.carousel-caption {
  bottom: 20rem;
}
.carousel-caption h2 {
  animation-delay: 1s;
}
.e_input_field input {
  height: 37px!important;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  background: rgb(254, 254, 255);
  border: 1px solid rgb(138, 138, 139)!important;
  border-radius: 19px!important;
  margin-bottom: 10px !important;
  width: 100%;
  padding: 0 15px;
}
.e_input_field select {
  height: 37px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  background: rgb(254, 254, 255);
  border: 1px solid rgb(138, 138, 139);
  border-radius: 19px;
  margin-bottom: 10px !important;
  width: 100%;
  padding: 0 15px;
}
.e_input_field .e-button {
  background-color: #d3364b;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  fill: #E5332B;
  color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 15px 15px 15px 15px;
  padding: 5px 24px;
  width: 90%;
  display: block;
  text-align: center;
  margin-top:25px;
  border-color: #fff;
}
          .e_col_heading{
  margin: -10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 5px 5px 5px 7px;
  text-align: left;
  color: #534949;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
          }
          .e_col_25{
              width: 31%;
              padding: 10px;
  text-align: right;
          }
          .e_container{
              
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 123;

          }
          #deskBanner {
  background: #fff;
  padding: 20px 10px;
  border-radius: 25px;
  margin: -66px auto 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 72%;
  overflow: hidden;
  z-index: 123;
}
#deskBanner::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: 1;
  left: 50%;
  bottom: -130%;
  background-color: rgb(252 168 36 / 58%);
  animation: wawes 7s infinite;
}
#deskBanner::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: 1;
  left: 45%;
  bottom: -125%;
  background-color: rgb(251 168 37 / 20%);
  animation: wawes 7s infinite;
}
@keyframes wawes {
0% {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

100% {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
.our-process-style-01 i {
  position: relative;
}
.our-process-style-01 span {
  position: relative;
}

.dark-color {
  color: #24182e !important;
}
 .footer-icon-l {
  text-align: center;
  margin-top: 30px;
} 
.footer-icon-l .fa {
  line-height: 0px;
  line-height: 64px;
  padding: 0px 15px;
  color: #ffffff;
    font-size: 45px;
}
.footer-icon-l img {
  line-height: 50px;
  line-height: 14px;
  padding: 2px 15px;
  color: #ffffff;
  width: 70px;
  vertical-align: text-bottom;
}
.imageTitle{
  font-weight: 700;
    margin-top: 1rem;
    font-size: 1.8rem;;
}
.footer-icon-l .fa:hover {
  color: #fba922 !important;
}
.font-50px {
  font-size: 50px !important;
}

.our-process-style-01 i::after {
  position: absolute;
  top: 5px;
  left: -25px;
  width: 60px;
  height: 60px;
  background-color: rgb(153 153 153 / 20%);
  content: '';
  border-radius: 100px;
  z-index: -1;
}
.our-process-style-01 span::after {
  position: absolute;
  top: 5px;
  left: -25px;
  width: 60px;
  height: 60px;
  background-color: rgb(153 153 153 / 20%);
  content: '';
  border-radius: 100px;
  z-index: -1;
}

.default-color {
  color: #c70e15 !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.font-700 {
  font-weight: 700;
}


.icon-puzzle:before {
  content: "\e026";
}


.our-process-style-01 i:before {
  margin-left: -10px;
}


.bi-puzzle::before {
  transform: rotate(91deg);
}

.fa-gears:before {
  position: relative;
  top: 11px;
}

.application_form {
  padding: 20px;
  background: #c80200;
}

/* Form */

.application_form {
  background: #071727;
  padding: 20px;  
  color: white;
  border-radius: 25px;
}

.application_form input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 5px;
}

.application_form input[type="file"] {
  background: white;
  padding: 5px;
}

.application_form .col-md-6 {
  margin-bottom: 10px;
}

.application_form label {
  font-weight: bold;
}

.application_form img {
  display: block;
  margin-bottom: 5px;
}

.application_form .submit-btn {
  background: #01258d;
  color: white;
  border: none;
  padding: 8px 50px;
  border-radius: 30px;
  cursor: pointer;  
  width: auto;
  text-align: center;
  font-weight: bold;
}

.application_form .submit-btn:hover {
  background: #a4004a;
}
/******************************************/
 .why-are-we-section {
    background-color: #071727;
    display: flex;
}
.why-are-we-section .why-consider-infoo h2 {
    color: #fff;
    padding-left: 20px;
/*    border-left: 4px solid #fff;*/
    font-size: 28px;
}
.corporate-event-card {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    /* height: 280px; */
    transition: 0.5s;
    font-family: var(--font__systemui) !important;
}
.corporate-event-card h3 {
    color: #d10c10;
    position: relative;
}
.corporate-event-card h3::before {
    content: "";
/*    height: 3px;*/
    width: 30px;
    background-color: #af9146;
    position: absolute;
    top: -20px;
    left: 0;
}

      :root {
    --color-brand-primary: hsl(var(--color-brand-primary-h), 43%, 43%);
    --color-brand-primary-h: 251;
    --color-brand-primary-s: 43%;
    --color-brand-primary-l: 43%;
    --color-brand-accent: hsl(var(--color-brand-accent-h), 96%, 61%);
    --color-brand-accent-h: 16;
    --color-brand-accent-s: 96%;
    --color-brand-accent-l: 61%;
    --color-brand-accent-bg: hsl(calc(var(--color-brand-accent-h) + 17), 100%, 96%);
    --ratio: 1.4;
    --s-6: calc(var(--s-5) / var(--ratio));
    --s-5: calc(var(--s-4) / var(--ratio));
    --s-4: calc(var(--s-3) / var(--ratio));
    --s-3: calc(var(--s-2) / var(--ratio));
    --s-2: calc(var(--s-1) / var(--ratio));
    --s-1: calc(var(--s0) / var(--ratio));
    --s0: calc(1.05rem + 0.333vw);
    --s1: calc(var(--s0) * var(--ratio));
    --s2: calc(var(--s1) * var(--ratio));
    --s3: calc(var(--s2) * var(--ratio));
    --s4: calc(var(--s3) * var(--ratio));
    --s5: calc(var(--s4) * var(--ratio));
    --s6: calc(var(--s5) * var(--ratio));
    font-size: 62.5%;
    line-height: 1.6;
    box-sizing: border-box;
}

     .c-section {
    content: "";
    display: block;
    /*position: absolute;*/
    top: 0;
    left: 0;
    background: hsl(calc(16 + 17), 100%, 96%);
    width: 100%;
    height: 100%;
    padding: 40px 0;
    /*transform: skew(0deg, 10deg);*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='487' height='243.5' viewBox='0 0 1600 800'%3E%3Cpath fill='%23fdb9a0' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5-.2.3-16-12.3-21-17zm123.8-505.7c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9.4-.5.5-1.3.2-1.8zM33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3h.1c7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9-.1-6.1-.1-13.2 0-19.1z' style='&%2310;'/%3E%3Cpath fill='%23fee272' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1-.1.3-20.3.1-27.1-.5zm425.3 328.4c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4.3-.3.2-1.1-.2-1.6zm131.1-531.9c.6.2 1.3-.2 1.4-.8v-.4c.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6v.1c-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5 5.8 1.3 12.7 2.9 18.5 4.3zm1-1.8c-.1-.1-.2-.2-.4-.2.2 0 .3.1.4.2z'/%3E%3Cg fill='%23eac5e7'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3l1.5 3.3c2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5-.4.2-.9.3-1.4.3zm40.8-51.3c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14 .4-.4.9-.6 1.4-.6zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4 2.1 1.7 4.1 3.6 5.8 5.7z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9l.2.2c1.4 1.4 3.7 1.5 5.2.2 1.7-1.2 1.8-3.6.4-5.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5v-2.3c0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1l-2.4.3zm4.5-69.4c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3v2.4c-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3-3.9-5.5-10.9-10.6-15.9-13.3-1.4-.8-2.4-1.1-2.9-1.1zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm522.6 327.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm310 196.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1-2.4 1.6-5 2.6-7.9 2.6zm-18.7-26.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3-5.7-3.9-14.7-5.8-21.4-4.7z'/%3E%3C/g%3E%3C/svg%3E");
}  
.c-services__item {
    background: #fff;
    padding: calc(var(--s2) - 0.6rem) var(--s1);
    border-radius: 25px;
    box-shadow: 0 7px 20px rgba(100, 28, 2, 0.135);
    transition: all 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
}
.c-services__item p{
    
    font-family: var(--font__systemui) !important;
}
.c-services__item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px 0;
/*    cursor: pointer;*/
    transition: inherit;
    background-color:hsl(358.78deg 89.14% 43.33%);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHg9IjBweCIgeT0iMHB4Ij48dGl0bGU+NTI8L3RpdGxlPjxwYXRoIGQ9Ik04MS4zMDMyOSwzOC41MjkzOUExNC4wMTgsMTQuMDE4LDAsMSwwLDYxLjQ3NywxOC43MDY3MUw0Ny4wMDMxNSwzMy4xNzkxNGExNC4wMzAzNywxNC4wMzAzNywwLDAsMCwwLDE5LjgyMTcxLDQuODAxMTMsNC44MDExMywwLDAsMS02Ljc4OTc5LDYuNzg5ODcsMjMuNjQzMjcsMjMuNjQzMjcsMCwwLDEsMC0zMy40MDE0NUw1NC42ODcyMSwxMS45MTY4NEEyMy42MjAzLDIzLjYyMDMsMCwwLDEsODguMDkzMDgsNDUuMzE5MjdMODAuOTIzOCw1Mi40ODcxMWE0LjgwMTE0LDQuODAxMTQsMCwwLDEtNi43ODk4LTYuNzg5ODdaTTExLjkwNzQxLDg4LjA5MzlhMjMuNjUwNTMsMjMuNjUwNTMsMCwwLDAsMzMuNDA1ODYtLjAwMUw1OS43ODY2NCw3My42MjE0N2EyMy42MTU4MywyMy42MTU4MywwLDAsMCwwLTMzLjQwMTQ1LDQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTc5LDYuNzg5ODgsMTQuMDE1MzEsMTQuMDE1MzEsMCwwLDEsMCwxOS44MjI2OEwzOC41MjM0OCw4MS4zMDRBMTQuMDE4LDE0LjAxOCwwLDEsMSwxOC42OTcyLDYxLjQ4MTM1TDI1Ljg2Niw1NC4zMTM1YTQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTgtNi43ODk4N2wtNy4xNjg3OSw3LjE2Nzg1QTIzLjY0NDg5LDIzLjY0NDg5LDAsMCwwLDExLjkwNzQxLDg4LjA5MzlaIj48L3BhdGg+PC9zdmc+");
}
/*.c-services__item:hover:after {
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmI2ZjNjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHg9IjBweCIgeT0iMHB4Ij48dGl0bGU+NTI8L3RpdGxlPjxwYXRoIGQ9Ik04MS4zMDMyOSwzOC41MjkzOUExNC4wMTgsMTQuMDE4LDAsMSwwLDYxLjQ3NywxOC43MDY3MUw0Ny4wMDMxNSwzMy4xNzkxNGExNC4wMzAzNywxNC4wMzAzNywwLDAsMCwwLDE5LjgyMTcxLDQuODAxMTMsNC44MDExMywwLDAsMS02Ljc4OTc5LDYuNzg5ODcsMjMuNjQzMjcsMjMuNjQzMjcsMCwwLDEsMC0zMy40MDE0NUw1NC42ODcyMSwxMS45MTY4NEEyMy42MjAzLDIzLjYyMDMsMCwwLDEsODguMDkzMDgsNDUuMzE5MjdMODAuOTIzOCw1Mi40ODcxMWE0LjgwMTE0LDQuODAxMTQsMCwwLDEtNi43ODk4LTYuNzg5ODdaTTExLjkwNzQxLDg4LjA5MzlhMjMuNjUwNTMsMjMuNjUwNTMsMCwwLDAsMzMuNDA1ODYtLjAwMUw1OS43ODY2NCw3My42MjE0N2EyMy42MTU4MywyMy42MTU4MywwLDAsMCwwLTMzLjQwMTQ1LDQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTc5LDYuNzg5ODgsMTQuMDE1MzEsMTQuMDE1MzEsMCwwLDEsMCwxOS44MjI2OEwzOC41MjM0OCw4MS4zMDRBMTQuMDE4LDE0LjAxOCwwLDEsMSwxOC42OTcyLDYxLjQ4MTM1TDI1Ljg2Niw1NC4zMTM1YTQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTgtNi43ODk4N2wtNy4xNjg3OSw3LjE2Nzg1QTIzLjY0NDg5LDIzLjY0NDg5LDAsMCwwLDExLjkwNzQxLDg4LjA5MzlaIj48L3BhdGg+PC9zdmc+");
}*/

.c-services__item h3 {
    color: var(--color-brand-primary);
    font-size: var(--s1);
    line-height: 1.2;
}
.c-services__item:hover h3 {
    color: #000;
}
.c-services {
    display: grid;
    grid-gap: var(--s2);
    margin: 0 calc(var(--s3) * -1);
    padding: var(--s6) var(--s3);
    position: relative;
    z-index: 1;
}

.c-services__item div {
    font-family: var(--font__systemui) !important;
    color:#000;
}
.c-services__item ul li::marker {
    color: rgb(255, 0, 0) !important;
}
.c-services__item ul li {
    margin-left: 25px;
}

/***************ABOUT US******************/

  
.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
  font-family: var(--font__systemui) !important;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
  font-family: var(--font__systemui) !important;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
  display: block;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 50px 0 50px;
}

.about-section .sec-title{
  margin-bottom: 20px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: var(--font__systemui) !important;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
  width:300px;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  border-radius: 0 30px 30px 0;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
}

/******************************************/

.ltn__gallery-item-img img {
/*    border-radius: 20px;*/
}
.ltn__gallery-item-inner {
    border-radius: 20px;
}

.ltn__feature-item-6.active .ltn__feature-info .ltn__service-btn {
  color: #d10c10 !important;
}
.ltn__breadcrumb-list ul li {
    margin-top:0 !important;
}
.ltn__feature-icon img{
    border-radius:15px;
}
h2.section-title2 {
  font-size: 45px;
  font-weight: 400;
  color: #353b46;
  margin-bottom: 0em;
  position: relative;
  font-family: var(--font__raleway) !important;
}

h2.section-title2 span {
  font-weight: 600;
  background: #d10c10;
  color: #fff;
  padding: 0 10px;
}

h2.section-title2 span:after {
  position: absolute;
  content: '';
  bottom: 46%;
  left: 40%;
  width: 9%;
  height: 3px;
  /*    background: #d10c10;*/
}

h2.section-title22 span:after {
  left: 59%;
}

h2.section-title33 span:after {
  left: 85%;
}
.inner--pages ul li{
    color:#000 !important;
    font-family: var(--font__systemui) !important;
}
.inner--pages ul li::marker{
    color:#f00 !important;
}

.ltn__feature-item-6 {
  border: 1px solid var(--border-color-8);
  margin-bottom: 30px;
  padding: 20px 20px 15px !important;
}

.about-img-left {
  margin-right: 0px !important;
}

.theme-btn-1 {
  background-color: #d10c10 !important;
  font-family: var(--font__systemui) !important;
}

.sticky-active.ltn__sticky-bg-black {
  background-color: #fff !important;
}

.sticky-active.ltn__sticky-bg-black .ltn__main-menu>ul>li>a {
  color: #000000 !important;
}

.ltn__counterup-item .counter-icon i {
  font-size: 65px;
  line-height: 1;
  color: #d10c10 !important;
}

/********************************************/
.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn {
  justify-content: left;
  margin-top: 25px;
  border: 1px solid;
  width: 50%;
  padding: 6px 8px;
}

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background-color: transparent !important;

}

.owl-dots {
  display: none !important;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: -60px;
  top: 40px;
}

.owl-nav button.owl-next {
  right: -60px;
  top: 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #10a07c !important;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4/2;
  object-fit: contain;
}

.owl-carousel .owl-item .item {
  min-height: 170px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .1);
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.ltn__feature-info {
  text-align: left;
  padding: 0px 0px 0px;
}

.ltn__feature-info h3 {
  font-family: var(--font__raleway) !important;
  font-weight: 500;
  font-size: 22px;
}

.gallery__area {
  background: #ebf6ff;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("img/breadcrumb-bg.jpg");
}

.ltn__feature-item-6 .ltn__feature-info p {
  font-size: 16px !important;
  font-family: var(--font__systemui) !important;
}

.container-fluid {
  width: 90%;
}

.ltn__feature-item-6 {

  padding: 0px;
}

/**********************************************/
.btn {
  padding: 7px 20px !important;
}

.about-us-info-wrap .btn-wrapper {
  margin-top: 20px !important;
}

.ltn__header-5 .ltn__header-middle-area {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  background-color: #f4f0d6;
}

.ltn__main-menu>ul {
  justify-content: start;
}

.container-fluid {
  width: 94%;
}

 
.carousel-caption p {
  color: #fff;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.sticky-social-icons {
  position: fixed;
  left: 25px;
  top: 68%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

#whatsapp {
  background: #52cd60;
}

.sticky-social li a i {
  font-size: 40px;
  line-height: 1.35;
}

.sticky-social li a {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all .2s ease;
  line-height: 75px;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
  animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

/******************************************************/

.custom-shape-divider-bottom-1741079345 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1741079345 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1741079345 .shape-fill {
  fill: #FFFFFF;
}


/*********************************************************/
.ltn__header-transparent {
  background-color:#134d2a !important;
  top: 0;
}

.ltn__top-bar-menu>ul>li {
  font-weight: 500 !important;
}

.ltn__header-top-area {
  border-color: #5c617f7a !important;
}

.special-link a {
  background: #5A5E5A !important;
  color: var(--white) !important;
  padding: 12px 30px !important;
  border-radius: 0px;
}
.special-link a:hover{
  background: #134d2a !important;

}

.section-title-area p {
  margin-bottom: 0;
  max-width: 100% !important;
  font-family: var(--font__systemui) !important;
  color: #000;
  text-align: justify;
}

.ltn__main-menu>ul>li>a {
  font-family: var(--font__systemui) !important;
  font-size: 18px !important;
  padding: 5px 10px !important;
  color: #000000 !important;
  font-weight: 400 !important;
}
.ltn__main-menu>ul>li>a:hover{
    color:#d10c10 !important;
}

.ltn__main-menu>ul>li {
  margin-right: 5px !important;
}

.bg_blue {
  background: #160468 !important;
}

.ltn__top-bar-menu>ul>li {
  font-family: var(--font__systemui) !important;
}

.gallery_wrap {
  background: #fff;
  border: 1px solid #dfe8f3;
  padding: 0 .5%;
  transition: all .5s;
  margin-bottom: 1rem;
  border-radius: 20px 20px 0 0;
}
.gallery_wrap img{
    border-radius:20px;
}

.gallery_wrap h2 {
  font-family: var(--font__systemui) !important;
  font-size: 18px;
  text-align: center;
}

ul.announcements li {
  display: inline-block;
  margin: 0 0.85rem;
  font-family: var(--font__systemui) !important;
}

.changing__dimension {
  font-family: var(--font__raleway) !important;
  font-size: 40px;
  width: 70%;
  margin: auto;
  font-weight: 400;
}

.engagingarea {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.padding5pxarea {
  padding: 0px 10px;
}

.engagingbox {
  margin-bottom: 10px;
}

.engagingboxicon {
  border-right: solid 1px #ddd;
}

.engagingbox h6 {
  font-size: 14px;
  color: #1d246f;
  line-height: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: var(--font__systemui) !important;
}

.d_wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 50px 10px 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  text-align: center;
}

.d_img {
  width: 120px;
  border-radius: 5px;
}

.d_text {
  text-align: center;
  margin-top: 10px;
  color: #4c586f;
  font-weight: bold;
  font-size: 18px;
  font-family: var(--font__systemui) !important;
}

.d_btn {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #374c9d;
  font-family: var(--font__systemui) !important;
}

.d_btn:hover {
  color: #f77f03;
}

.ltn__testimonial-item-7 .ltn__testimoni-info p {
  font-size: 16px !important;
  font-family: var(--font__systemui) !important;
  color: #000;
}

.ltn__testimoni-name-designation h2 {
  font-size: 18px !important;
  font-family: var(--font__systemui) !important;
}

.footer-menu ul li a {
  font-family: var(--font__systemui) !important;
}

.section-bg-7 {
  background-color: #144d29 !important;
}

.d_space_top-85 {
  margin-top: -85px;
}

.about_h2 {
  font-family: var(--font__systemui) !important;
  color: #2000a1;
  font-size: 25px;
  line-height: 36px;
}

.about_paragraph {
  font-family: var(--font__systemui) !important;
  font-size: 16px;
  color: #000;
  text-align: justify;
  font-weight: 500;
  padding-bottom: 15px;
}

/*********************************************/

.bg-image-right-before::before {
  padding: 10px;
  border-radius: 20px;
  left: 20px !important;
  background-image: url(../img/contact.jpg) !important;
  top: 30px !important;
  height: 92% !important;
}

/******************************************/
.custom__btn {
  font-family: var(--font__systemui) !important;
  border: 1px solid #160468;
  padding: 13px 25px !important;
  font-weight: 500 !important;
}

.custom__btn:hover {
  background-color: #160468;
  color: #fff;
}

.noticeboard .nav-link.active {
  color: #fff;
  background-color: #f77f03;
  border-color: #f77f03 #f77f03 #f77f03;
  font-family: var(--font__systemui) !important;
}

.noticeboard .nav-link {
  display: block;
  padding: 0.5rem 0.86555rem;
  font-size: 16px;
  font-weight: bold;
  background: #0b1f6a;
  color: #fff;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.quick-links h2 {
  background: #1d246f;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 10px 12px;
  letter-spacing: 0.5px;
  font-family: var(--font__systemui) !important;
}

.quick-links {
  background: #fff;
  box-shadow: 4px 4px 5px 0px #eae8e8;
  border: 1px solid #ddd;
  margin-bottom: 22px;
  margin-top: 15px;
}

.quick-links ul {
  list-style: none;
  margin-left: 0px;
  font-family: var(--font__systemui) !important;
}

.quick-links ul li {
  margin-top: 0rem;
}

.quick-links ul li a {
  color: #000;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
}

.quick-links ul li a::before {
  content: "\f0a9";
  position: relative;
  font-family: FontAwesome;
  margin-right: 10px;
}

.quick-links ul li a:hover {
  color: #f77f03;
  text-decoration: none;
}

.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
  color: #f77f03 !important;
}

.notice-ul li {
  margin-bottom: 0px;
  display: flow-root;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 7px;
  padding-top: 1px;
  font-family: var(--font__systemui) !important;
}

.ltn__testimonial-item-7::before {
  background-color: #f77f03 !important;
}

.date-box {
  width: 8%;
  position: relative;
  float: left;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0px;
}

.date p {
  font-size: 21px;
  line-height: 12px;
  color: #334878;
  font-weight: 700;
}

.date-box p {
  margin-bottom: 0px;
}

.date {
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 0;
}

.month {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  padding-top: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  line-height: 0;
}

.month:after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #334878;
}

.year {
  text-align: center;
  position: absolute;
  top: 5px;
  right: -13px;
  transform: rotate(-90deg);
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

.notice-body-text {
  width: 92%;
  display: inline-block;
  padding-left: 16px;
  /* border-bottom: 1px dashed #ddd; */
  padding-bottom: 0px;
  font-family: var(--font__systemui) !important;
  font-weight: 500;
}

.notice-body-text a {
  color: #000 !important;
}

.noticeboard_border {
  border: 1px solid #bbb;
  padding: 15px 0;
}

.arts_bg {
  background-color: rgb(247, 216, 200);
  padding: 25px;
}

.arts_bg h2 {
  border-bottom: 1px solid #000;
  font-size: 25px;
  font-family: var(--font__systemui) !important;
}

.arts_bg .details {
  font-size: 16px;
  font-family: var(--font__systemui) !important;
  color: #000;
  font-weight: 500;
}

.commerce_bg {
  background-color: #dbedf9;
  padding: 25px;
}

.commerce_bg h2 {
  border-bottom: 1px solid #000;
  font-size: 25px;
  font-family: var(--font__systemui) !important;
}

.commerce_bg .details {
  font-size: 16px;
  font-family: var(--font__systemui) !important;
  color: #000;
  font-weight: 500;
}

.science_bg {
  background-color: #cdda95;
  padding: 25px;
}

.science_bg h2 {
  border-bottom: 1px solid #000;
  font-size: 25px;
  font-family: var(--font__systemui) !important;
}

.science_bg .details {
  font-size: 16px;
  font-family: var(--font__systemui) !important;
  color: #000;
  font-weight: 500;
}

.footer-widget .footer-title {
  font-size: 22px;
  font-family: var(--font__systemui) !important;
  border-bottom: 1px solid #f77f03;
  padding-bottom: 10px;
}

.footer-address-info {
  font-family: var(--font__systemui) !important;
}

.section-bg-2 {
  background-color: #181818 !important;
}

.footer-top-area {
  padding-top: 22px !important;
  padding-bottom: 20px;
}

.footer-widget {
  margin-bottom: 0px !important;
}

.ltn__copyright-design p {
  font-family: var(--font__systemui) !important;
}

.ltn__copyright-menu ul li a {
  font-family: var(--font__systemui) !important;
}

.ltn__breadcrumb-area {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-bottom: 0px !important;
}
.ltn__breadcrumb-list ul li:last-child {
    color: #fff !important;
}

.bg-overlay-white-30:before {
  background: none;
}

.ltn__breadcrumb-inner h1,
.ltn__breadcrumb-list ul li:last-child,
.ltn__breadcrumb-list ul li {
  color: #fff;
  font-weight: 400;
}

.bg-orange {
  background-color: #f55834 !important;
}

.ltn__author-widget-inner .product-price {
  font-size: 37px;
  font-family: var(--ltn__heading-font);
  font-weight: 600;
  color: var(--ltn__secondary-color);
}

.widget {
  padding: 22px 30px;
}

input[type="tel"] {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}

.ltn__page-details-inner label {
  font-size: 19px;
  font-weight: bold;
}

.apartments-plan-info {
  padding: 0;
}

.inner-list-- li {
  margin-right: 20px;
  text-justify: auto;
  text-align: center;
}

.ltn__product-item-4 .product-title {
  font-size: 20px;
}

.ltn__author-widget-inner .product-price,
.ltn__product-item-4 .product-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.f-thin {
  font-weight: 500;
}

.product-detilsh ul {
  list-style-type: none;
  padding: 0;
}

.product-feature-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  border-left: 2px solid;
  border-color: var(--ltn__secondary-color);
  padding-left: 10px;
}

.product-detilsh ul li {
  width: 24%;
  display: inline-block;
}

.product-detilsh {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
  z-index: 1;
}

.product-detilsh>div {
  border-bottom: 1px solid #ccc;
}

span.product-feature-text {
  padding-left: 10px;
}

.inline>div:first-child {
  height: 100%;
  position: relative;
  top: -12px;
  padding: 10px 30px;
  font-size: 30px;
  color: #f55834;
  font-weight: bold;
  border-right: 1px solid #ccc;
}

.inline>div {
  display: inline-block;
}

.property-detali h2 {
  font-size: 20px;
  margin: 0.75rem 0;
}

.property-detali {
  padding: 0 10px;
}

.top-01 {
  background: #f2f4f7;
  margin: 0.75rem 0;
  border: 1px solid #cccccc9c;
  padding: 10px !important;
}

.checkbox-item .checkmark {
  top: 8px;
}

.before-bg-bottom {
  background: #f2f4f7;
}



/* Footer */
.custom-shape-divider-top-1741172427 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1741172427 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 77px;
}

.custom-shape-divider-top-1741172427 .shape-fill {
  fill: #FFFFFF;
}

/* Animation Jumping */


.jump {
  animation: jumpAni 7s linear infinite;
}

.place-01 {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 11;
}
.place-11 {
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 11;
}

.place-02 {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 11;
}

.place-03 {
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 11;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}


@media (max-width: 1366px) {
  h2.section-title22 span:after {
    left: 62%;
  }
  .carousel-caption h2 {
    font-size: 24px;
}
  
}

@media (max-width: 576px) {
   .mobile_contact{
       display: flex;
   } 
    
  .services_wrapper h2 {
    text-align: center;
}
.footer-icon-l img {
  padding: 2px 8px;
  width: 58px;
}
.footer-icon-l .fa {
  padding: 0px 9px;
}
.services_icon {
  text-align: center;
}
  .owl-nav button.owl-prev {
    left: -20px;
    top: 3rem;
  }
  #deskBanner {
    margin: 30px auto 0;
}
  .e_col_25{
    width: 100%;
  }
  .e_input_field .e-button{
    margin: 0;
  }
  .e_container {
    display: grid;
}
.section {
  margin: 0px 0px;
}
#booking .modal-dialog {
    margin-top: 40px !important;
}
.text-box {
    margin-top: 0px;
    padding-top: 10px;
}
#demo{
  margin-top: 22rem;
}
.new__space{
  margin-top: 0 !important;
}
  .section img.overlay-img{
    display: none;
  }
  .owl-nav button.owl-next {
    right: -20px;
    top: 3rem;
  }

  .d_wrapper {
    padding: 20px 10px 20px;
  }

  .d_space_top-85 {
    margin-top: -85px;
    margin-bottom: 115px;
  }
 
  .ltn__header-5 .ltn__header-options {
    justify-content: right !important;
  }

  .col_mobile {
    width: 100%;
    flex: 1 0 0%;
  }

  .ltn__header-5 .site-logo-wrap {
    justify-content: left !important;
  }

}


.title-2 {

  border-color: #c80200 !important;

}

.input-item .nice-select::before {

  color: #c80200 !important;
}

.input-item.ltn__custom-icon::before {

  color: #c80200 !important;
}

.contact-form-box {
  padding: 25px 20px 10px !important;

}

.input-item .nice-select .current {
  font-weight: 300 !important;
  color: #5c727d !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea,
.input-item .nice-select {
  margin-bottom: 15px !important;
  height: 40px !important;
  font-family: var(--font__systemui) !important;
}
label{
    font-family: var(--font__systemui) !important;
}

.input-item .nice-select {
  line-height: 35px !important;
}