@font-face
{
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Ubuntu-Light';
  src: url(../fonts/Ubuntu-Light.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Semibold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

*
{
  box-sizing: border-box;
}


body 
{
  color: #404040;
}

a
{
  text-decoration: none !important;
}

section
{
  width: 100%;
  float: left;
}

section.main
{
  padding: 60px 0;
}

section.top-fix
{
  background: #1F2334;
  padding: 10px 0;
}


/* Initial navbar styling */
.navbar {
  transition: all 0.3s ease;
  padding: 5px 0;
  background: #fff;
}

/* Shrunk navbar styling */
.nav-sec.shrink {
  top: 0;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}

/* Fixed navbar at the top */
.navbar {
  width: 100%;
  z-index: 1000;
}

.nav-sec
{
  position: fixed;
  z-index: 999;
}

img
{
  max-width: 100%;
  vertical-align: middle;
}

.tf-left
{
  width: 100%;
  float: left;
}

.tl-icon
{
  width: auto;
  float: left;
  margin: 3px 10px 0 0;
}

.tl-icon img
{
  width: 25px;
}

.tl-split
{
  width: auto;
  float: left;
}

.tl-split p
{
  font-family: Poppins-Light;
  color: #fff;
  margin: 0;
  font-size: 12px;
}

.tl-split a
{
  font-family: 'Poppins-Regular';
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.tl-split a span
{
  margin: 0 10px;
}

.tf-right
{
  float: right;
}

.top-social
{

}

.top-social a
{
  float: left;
  margin: 0 10px;
}

.top-social a img
{

}

.main-logo
{
  width: 200px;
  margin: 0 auto;
  display: block;
}

.nav-btn
{
  float: right;
}

.nav-btn a
{
  background: #F2800D;
  padding: 12px 24px;
  font-family: Poppins-Medium;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 16px;
}

a.nav-link
{
  font-family: 'Poppins-Medium';
  font-size: 16px;
  color: #404040;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

a.nav-link.active,
a.nav-link:hover
{
  color: #F2800D !important;
}

.nav-sec.shrink section.top-fix
{
  display: none;
}

.nav-sec.shrink .main-logo
{
  width: 120px;
}

section.slider
{
  margin-top: 173px;
  padding: 0;
}

.nav-sec.shrink section.slider
{
  margin-top: 38px;
}

.slider-inner
{
  width: 100%;
  float: left;
  margin: 150px 0;
}

.slider-inner h1
{
  text-align: center;
  font-family: Poppins-Semibold;
  color: #F2800D;
  font-size: 35px;
  margin: 0;
}

.slider-inner h2
{
  text-align: center;
  font-family: Poppins-Bold;
  color: #fff;
  font-size: 50px;
  margin: 10px 0;
}

.slider-inner p
{
  text-align: center;
  font-family: 'Poppins-Medium';
  color: #fff;
  margin: 0;
}

.slider-btn
{
  margin: 20px auto 0;
  display: table;
}

.slider-btn a
{
  background: #F2800D;
  padding: 12px 24px;
  font-family: Poppins-Medium;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  width: 160px;
  display: table;
  float: left;
  text-align: center;
  margin: 0 10px;
}

a.slb1
{
  background: #fff;
  color: #F2800D;
}

a.slb1:hover
{
  background: #F2800D;
  color: #fff;
}

a.slb2:hover
{
  background: #fff;
  color: #F2800D !important;
}

.abt-left
{
  width: 100%;
  float: left;
}

.abt-image
{
  width: auto;
  float: right;
  position: relative;
}

.align-wraper
{
  display: flex;
  align-items: center;
}

.round
{
  position: absolute;
  background: rgba(242, 128, 13, 0.9);
  top: 60px;
  left: -42px;
  width: 140px;
  border-radius: 100px;
  height: 140px;
  text-align: center;
  padding: 22px;
}

.round h1
{
  font-family: 'Poppins-Bold';
  color: #fff;
  font-size: 40px;
  margin: 0;
}

.round p
{
  font-family: 'Poppins-Regular';
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 17px;
}

.abt-right
{
  width: 100%;
  float: left;
  position: relative;
}

.abt-right h2
{
  font-family: 'Poppins-Medium';
  color: #F2800D;
  font-size: 25px;
  margin: 0;
}

.abt-right h1
{
  font-family: 'Poppins-Semibold';
  color: #404040;
  font-size: 33px;
  margin: 5px 0 0;
}

.abt-right h3
{
  font-family: 'Poppins-Regular';
  color: #404040;
  font-size: 19px;
  padding-left: 15px;
  border-left: 4px solid #f2800d;
  margin: 13px 0;
}

.abt-right p
{
  font-family: 'Poppins-Regular';
  font-size: 16px;
  margin: 0 0 20px;
  width: 79%;
}

.abt-right ul
{
  margin: 0;
  padding: 0;
  float: left;
  width: 79%;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

.abt-right li
{
  background: url(../images/tick-icon.svg) no-repeat 0 2px transparent;
  list-style-type: none;
  margin: 6px 0;
  padding: 0 0 0 27px;
  width: 50%;
  float: left;
}

.abt-btn
{
  width: 100%;
  float: left;
}

.abt-btn a
{
  background: #f2800d;
  width: 190px;
  display: table;
  text-align: center;
  padding: 12px;
  border-radius: 100px;
  font-family: 'Poppins-Medium';
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
}

section.about
{
  position: relative;
}

.element
{
  position: absolute;
  right: 0;
  top: 60px;
}

section.main.classes
{
  background: #f9f9f9;
}

.head-cvr
{
  width: 100%;
  float: left;
  text-align: center;
}

.head-cvr h2
{
  font-family: 'Poppins-Medium';
  color: #F2800D;
  font-size: 25px;
  margin: 0;
}

.head-cvr h1
{
  font-family: 'Poppins-Semibold';
  color: #404040;
  font-size: 33px;
  margin: 0;
}

.head-cvr p
{
  font-family: 'Poppins-Regular';
  font-size: 16px;
  margin: 20px 0 0 10px;
  color: #404040;
}

.cls-cvr
{
  width: 100%;
  float: left;
  margin: 40px 0 0;
}

.cls-split
{
  width: 100%;
  float: left;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
}

.cls-image
{
  width: auto;
  display: block;
  margin: 0;
}

.cls-image img
{
  width: 100%;
}

.cls-text
{
  width: 100%;
  float: left;
  padding-right: 25px;
}

.cls-text h1
{
  font-family: 'Poppins-Semibold';
  font-size: 20px;
  margin: 0;
  color: #404040;
}

.cls-text p
{
  font-size: 16px;
  font-family: 'Poppins-Regular';
  margin: 10px 0 0;
}

.cls-text a
{
  display: table;
  text-align: center;
  font-family: 'Poppins-Medium';
  font-size: 17px;
  color: #404040;
  margin-top: 10px;
}

section.mid-slider
{
  background: url(../images/ma1.jpg) no-repeat 0 0 fixed;
  background-size: cover;
}

.mslider
{

}

.msd-inner
{
  width: 80%;
  margin: 0 auto;
  text-align: center; 
}

.msd-inner h1
{
  font-family: 'Poppins-Semibold';
  font-size: 33px;
  color: #fff;
  margin: 0;
}

.msd-inner h1 span
{
  color: #F2800D;
}

.msd-inner p
{
  font-family: 'Poppins-Medium';
  font-size: 16px;
  width: 77%;
  color: #fff;
  margin: 20px auto;
}

section.gallery
{
  background: url(../images/gallery-bg.png) no-repeat 0 0 scroll;
  background-size: cover;
  padding-bottom: 145px;
}

.gal-cvr
{
  width: 100%;
  float: left;
  margin-top: 40px;
}

.gal-image
{
  width: auto;
  display: block;
  margin: 0 auto 25px;
}

.gal-image img
{
  width: 100%;
  border-radius: 20px;
}

.gal-btn
{
  width: 100%;
  float: left;
  margin: 20px 0 0;
}

.gal-btn a
{
  background: #f2800d;
  width: 190px;
  display: table;
  text-align: center;
  padding: 12px;
  border-radius: 100px;
  font-family: 'Poppins-Medium';
  font-size: 17px;
  color: #fff;
  margin: 0 auto;
}

.tab-top
{
  margin: 0 auto 40px;
  display: table;
}

.tab-btn
{
  background: #D9D9D9 !important;
  border: none !important;
  border-radius: 100px !important;
  margin: 0 5px !important;
  color: #404040 !important;
  font-family: 'Poppins-Regular';
  font-size: 15px;
  margin-bottom: 10px !important;
  width: 105px;
}

.tab-btn.active
{
  background: #404040 !important;
  color: #D9D9D9 !important;
}

section.contact
{
  background: #F5F3F3;
  padding-top: 145px;
}

.jtb-image
{
  width: auto;
  margin: 0 auto;
  display: table;
  position: relative;
}

.jtb-image a
{
  position: absolute;
  right: 30px;
  background: #fff;
  border-radius: 100px;
  padding: 12px 25px;
  font-family: 'Poppins-Medium';
  color: #404040;
  top: 70px;
}

.cform
{
  width: 100%;
  float: left;
  margin-top: 40px;
}

.cform form
{
  width: 55%;
  margin: 0 auto;
  display: table;
}

input.cfin
{
  width: 48%;
  margin: 10px 1%;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  padding: 13px;
  background: transparent;
  font-size: 15px;
  font-family: 'Poppins-Regular';
}

textarea.cftx
{
  width: 98%;
  margin: 10px 1%;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  padding: 13px;
  background: transparent;
  font-size: 15px;
  font-family: 'Poppins-Regular';
  min-height: 110px;
}

button.cfbtn
{
  background: #f2800d;
  width: 150px;
  display: table;
  text-align: center;
  padding: 12px;
  border-radius: 100px;
  font-family: 'Poppins-Medium';
  font-size: 17px;
  color: #fff;
  margin: 0 auto;
  border: none;
}

section.footer
{
  background: url(../images/ftr-bg.jpg) no-repeat scroll 0 0;
  background-size: cover;
}

.ftr-split
{
  width: 100%;
  float: left;
}

.ftr-logo
{
  width: 165px;
  margin: 0;
  display: block;
}

.lc-box
{
  width: 100%;
  float: left;
  margin-top: 20px;
}

.lcl
{
  float: left;
  width: auto;
}

.lcr
{
  width: auto;
  float: left;
  padding-left: 5px;
}

.lcr h3
{
  font-family: 'Poppins-Semibold';
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.lcr p
{
  font-family: 'Poppins-Regular';
  color: #fff;
  font-size: 13px;
  margin: 8px 0 0;
}

.ftr-social
{
  margin-top: 20px;
  width: 100%;
  float: left;
}

.ftr-split h2
{
  font-family: 'Poppins-Medium';
  font-size: 19px;
  color: #F2800D;
  margin: 0 0 15px;
}

.fs-inner
{
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.ftr-split ul
{
  margin: 0;
  padding: 0;
}

.ftr-split ul li
{
  margin-bottom: 10px;
  list-style: none;
}

.ftr-split ul li a
{
  font-family: 'Poppins-Regular';
  font-size: 15px;
  color: #fff;
}

.ftr-bottom
{
  width: 100%;
  float: left;
  margin: 40px 0 0;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.ftr-bottom p
{
  font-family: 'Poppins-Regular';
  font-size: 13px;
  color: #fff;
  float: left;
  margin: 0;
}

.bot-right
{
  float: right;
  width: auto;
}

.bot-right a
{
  color: #fff;
  margin: 0;
}

.bot-right p span
{
  font-family: 'Poppins-Bold';
  font-size: 13px;
  padding: 10px;
  color: #f2800d;
}

/* .carousel-caption
{
  bottom: 30%;
  top: 30%;
} */

button.navbar-toggler
{
  border: none;
  padding: 0
}

.navbar-toggler:focus
{
  box-shadow: none;
}

.mob
{
  display: none;
}

.jt-banner
{
  position: absolute;
  width: 100%;
  top: -96px;
}

section.jt-slide
{
  display: none;
}

section.inner-banner
{
  background: url(../images/inner-banner.jpg) no-repeat 0 0 scroll;
  background-size: cover;
}

.inner-slider h1
{
  font-family: Poppins-Semibold;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.inner-slider
{
  text-align: center;
  width: 100%;
  float: left;
  padding: 120px 0;
}

.class-cvr
{
  width: 100%;
  float: left;
}

.cc-top
{
  width: 100%;
  float: left;
}

.cc-top h1
{
  font-family: 'Poppins-Semibold';
  color: #404040;
  font-size: 28px;
  margin: 0;
  text-align: center;
}

.cc-top h2
{
  font-family: 'Poppins-Medium';
  color: #f2800d;
  font-size: 22px;
  margin: 0;
  text-align: center;
}

.cc-top p
{
  font-family: 'Poppins-Regular';
  color: #404040;
  font-size: 16px;
  width: 60%;
  text-align: center;
  margin: 15px auto 0;
}

.cc-content
{
  width: 100%;
  float: left;
  margin-top: 40px;
}

.cc-split
{
  width: 100%;
  float: left;
  background: #fdfdfd;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #f9eaba;
  margin-bottom: 20px;
}

.cc-image
{
  width: 60px;
  margin: 0 auto;
  display: block;
}

.cc-image img
{

}

.cc-split h3
{
  font-family: 'Poppins-Semibold';
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0;
  color: #000;
}

.cc-split p
{
  font-family: 'Poppins-Regular';
  text-align: center;
  margin: 10px 0 0;
  font-size: 16px;
}

section.w-choose
{
  background: url(../images/wc-banner.jpg) no-repeat 0 0 fixed;
  background-size: cover;
}

.wc-cvr
{
  width: 100%;
  float: left;
}

.wc-cvr h2
{
  font-family: Poppins-Semibold;
  font-size: 25px;
  text-align: center;
  margin: 0 0 20px;
  color: #fff;
}

.wc-split
{
  width: 100%;
  float: left;
}

.wc-icon
{
  width: 75px;
  margin: 0 auto;
  display: block;
}

.wc-split p
{
  font-family: 'Poppins-Medium';
  text-align: center;
  color: #fff;
  margin: 20px 0 0;
}

.wc-cvr h3
{
  text-align: center;
  margin: 30px 0 0;
  font-family: 'Poppins-Light';
  color: rgb(242 128 13);
  font-size: 19px;
}

.map-cvr
{
  width: 100%;
  float: left;
  margin-top: 40px;
}

.map-cvr iframe
{
  width: 100%;
}

.c-location
{
  width: 70px;
  margin: 0 auto;
  display: block;
}

.map-cvr h3
{
  font-size: 19px;
  text-align: center;
  margin: 10px 0 0;
  font-family: 'Poppins-Medium';
  color: #404040;
}

.map-cvr p
{
  text-align: center;
  font-family: 'Poppins-Regular';
  margin: 10px 0;
  color: #404040;
}

section.jp-banner
{
  
}

.jp-slider
{
  width: 100%;
  float: left;
}

.jp-slider img
{
  border-radius:  0 0 15px 15px;
}

.jts-wraper
{
  width: 100%;
  float: left;
  margin-top: 40px;
}

.jts-left
{
  width: 100%;
  float: left;
}

.jts-image
{
  width: 70%;
  margin: 0 auto;
  display: block;
}

.jts-left p
{
  font-family: 'Poppins-Regular';
  font-size: 17px;
  color: #404040;
  margin: 0;
}

.jts-bottom
{
  width: 100%;
  float: left;
  margin-top: 20px;
}

.jtb-text
{
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
  background: #fcede2;
  border-radius: 15px;
}

.jtb-text h2
{
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
  color: #275283;
}

.jtb-text p
{

}

.jts-booking
{
  width: 100%;
  float: left;
  margin-top: 20px;
}

.jts-booking h3
{
  text-align: center;
  font-family: 'Poppins-Light';
  text-transform: uppercase;
  margin: 0;
}

.jts-booking p
{
  margin: 10px auto;
  display: table;
  font-size: 17px;
  font-family: 'Poppins-Regular';
}

.jts-booking p a
{
  font-family: Poppins-Medium;
  color: #404040;
}

a.wa-btn
{
  background: #25D366;
  padding: 10px;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  color: #fff;
  border-radius: 100px;
  width: 140px;
  display: table;
  text-align: center;
  margin: 0 auto;
}

a.wa-btn img
{
  margin-top: -4px;
  margin-left: 3px;
}

.floating_btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 9px;
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Regular';
}

button.lb-btn
{
  width: 5%;
}

.last-cls
{
  margin-left: auto;
  margin-right: auto;
}

a.ty-btn
{
  background: #F2800D;
  padding: 12px 24px;
  font-family: Poppins-Medium;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 16px;
  display: table;
  margin: 20px auto 0;
}


@media (max-width: 1400px)
{
  .cc-top p
  {
    width: 70%;
  }

  .abt-right p,
  .abt-right ul
  {
    width: 100%;
  }

  .jtb-text
  {
    width: 80%;
  }
}

@media (max-width:1200px)
{
  .cc-top p
  {
    width: 80%;
  }

  .slider-inner
  {
    margin: 100px 0;
  }

  .abt-right h3 br
  {
    display: none;
  }

  .ser1
  {
    display: none;
  }

  .ser2
  {
    width: 100% !important;
  }

  .cls-text
  {
    padding: 25px;
  }

  .cls-split
  {
    min-height: 250px;
    position: relative;
  }

  .cls-text a
  {
    position: absolute;
    left: 25px;
    bottom: 25px;
  }

  .msd-inner p
  {
    width: 100%;
  }

  .cform form
  {
    width: 70%;
  }

  .lcl
  {
    width: 22px;
  }

  /* .carousel-caption
  {
    top: 25%;
  } */
}

@media (max-width: 1107px)
{
  .main-logo
  {
    width: 175px;
  }

  a.nav-link
  {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  section.slider
  {
    margin-top: 161px;
  }
}

@media (max-width: 992px)
{
  .inner-slider
  {
    padding: 60px 0;
  }

  .cc-box
  {
    width: 50%;
  }

  .nav-sec.shrink .nav-btn
  {
    top: 25px;
  }

  section.slider
  {
    margin-top: 161px;
  }

  .mob
  {
    display: block;
  }

  .desk
  {
    display: none;
  }

  .nav-btn
  {
    position: absolute;
    right: 70px;
    top: 36px;
  }

  .slider-inner h1
  {
    font-size: 25px;
  }

  .slider-inner h2
  {
    font-size: 36px;
  }

  /* .carousel-caption
  {
    top: 18%;
  } */

  .slider-inner p
  {
    font-size: 15px;
  }

  .abt-right h1,
  .head-cvr h1,
  .msd-inner h1,
  .cc-top h1
  {
    font-size: 25px;
  }

  .abt-right h1 br,
  .abt-right h3 br,
  .slider-inner p br
  {
    display: none;
  }

  .abt-right h3
  {
    font-size: 18px;
  }

  .abt-right li
  {
    width: 100%;
  }

  .abt-right h2,
  .head-cvr h2,
  .cc-top h2
  {
    font-size: 20px;
  }

  .cls-split
  {
    min-height: 290px;
  }

  .msd-inner
  {
    width: 100%;
  }

  .cform form
  {
    width: 100%;
  }

  .jt-banner
  {
    top: -64px;
  }

  .jtb-image a
  {
    top: 41px;
  }

  section.contact
  {
    padding-top: 110px;
  }

  section.gallery
  {
    padding-bottom: 110px;
  }

  .jtb-text
  {
    width: 95%;
  }
}

@media (max-width: 768px)
{
  .carousel-control-prev-icon
  {
    bottom: 64px;
    position: absolute;
  }

  .carousel-control-next-icon
  {
    bottom: 64px;
    position: absolute;
  }

  .inner-slider
  {
    padding: 50px 0;
  }

  .cc-top p
  {
    width: 100%;
  }

  .cc-box
  {
    width: 100%;
  }

  .wc-box
  {
    width: 50%;
    margin-bottom: 25px;
  }

  .wc-icon
  {
    width: 60px;
  }

  .desk-banner
  {
    display: none;
  }

  section.jt-slide
  {
    display: block;
  }

  section.jt-slide
  {
    background: #efefef;
  }

  .mob-banner
  {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .mob-banner img
  {
    width: auto;
    margin: 0 auto;
    display: table;
  }

  section.main
  {
    padding: 30px 0;
  }

  section.slider
  {
    margin-top: 137px;
  }
  .mob-tl
  {
    width: 50%;
    float: left;
  }

  .tl-icon
  {
    display: none;
  }

  .tl-split a span
  {
    display: none;
  }

  .tf-right
  {
    float: right;
    margin-top: 8px;
  }

  .top-social a
  {
    margin: 0 5px;
  }

  .top-social a img
  {
    width: 27px;
  }

  .nav-btn
  {
    top: 28px;
  }

  .nav-btn a
  {
    font-size: 12px;
  }

  .tl2
  {
    display: none;
  }

  .cls-split
  {
    min-height: auto;
    margin-bottom: 30px !important; 
  }

  .cls-text a
  {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .carousel-indicators
  {
    display: none;
  }

  .main-logo
  {
    width: 122px;
  }

  .tl-icon
  {
    display: none;
  }

  /* .carousel-caption
  {
    top: 25px;
  } */

  .slider-inner h1
  {
    font-size: 20px;
  }

  .slider-inner h2
  {
    font-family: Poppins-Semibold;
    font-size: 30px;
    margin: 0;
  }

  .slider-inner
  {
    margin: 60px 0;
  }

  .element
  {
    top: 310px;
    width: auto;
  }

  .abt-image
  {
    width: 70%;
    float: none;
    margin: 0 auto;
  }

  .round
  {
    position: absolute;
    background: rgba(242, 128, 13, 0.9);
    top: 60px;
    left: -42px;
    width: 110px;
    border-radius: 100px;
    height: 110px;
    text-align: center;
    padding: 16px;
  }

  .round h1
  {
    font-size: 30px;
  }

  .round p
  {
    font-size: 14px;
  }

  .bot-right
  {
    float: none;
    width: auto;
    margin: 5px auto;
    display: table;
  }

  .ftr-bottom p
  {
    float: none;
    margin: 0 auto 5px;
    text-align: center;
  }

  .ftr-social
  {
    margin-bottom: 20px;
  }

  .ftr-box,
  .fs-inner
  {
    width: 50%;
  }

  .jtb-text
  {
    width: 100%;
  }
}

@media (max-width: 400px)
{
  .slider-btn a
  {
    width: auto;
    font-size: 15px;
  }
}


.ci-bg1
{
  background: url(../images/slider2.jpg) no-repeat 0 0 scroll;
  background-size: cover;
}

.ci-bg2
{
  background: url(../images/slider1.jpg) no-repeat 0 0 scroll;
  background-size: cover;
}

.ci-bg3
{
  background: url(../images/slider3.jpg) no-repeat 0 0 scroll;
  background-size: cover;
}

.carousel-caption
{
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}

section.slider
{
  padding: 0;
}

img.mr-icon
{
  border: none !important;
}











.gallery {
      width: 100%;
      float: left;
    }

    .gallery img {
    max-width: 100%;
    cursor: pointer;
    border: 2px solid #e9e9e9;
    border-radius: 6px;
    transition: transform 0.2s;
    }

    .gallery img:hover {
      transform: scale(1.05);
    }

    .popup {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.85);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .popup-content {
      position: relative;
      max-width: 90%;
      max-height: 90%;
    }

    .popup-content img,
    .popup-content video {
      max-width: 100%;
      max-height: 85vh;
      border-radius: 10px;
    }

    .arrow {
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    font-size: 28px;
    cursor: pointer;
    z-index: 1001;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .popup-close {
    top: 10px;
    right: 20px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
        position: absolute;
      color: white;
      border-radius: 100%;
      background: rgba(0, 0, 0, 0.8);
      border: none;
    }

    .arrow.left {
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
    }

    .arrow.right {
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }

    button.popup-close img
    {
      width: 15px;
    }