/* @font-face {
  font-family: "bozon";
  src: url("../fonts/bozon-reg.otf") format("OpenType");
  font-display: swap;
} */

@font-face {
  font-family: "bozon";
  src: url("../fonts/bozon-reg.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "austinlight";
  src: url("../fonts/austin-light.otf") format("OpenType");
  font-display: swap;
}



:root {
  --textcolor: #000;
  --white: #ffffff;
  --green: #51b747;
  --gray: #f1f1f1;
  --pink:#d71e58;
  --toppadding: 60px;
  --bottompadding: 60px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* cursor: none; */
}

*:hover,
*:focus,
*:visited {
  outline: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  font-family: "bozon";
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: "bozon";
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 150%;
  background-color: var(--white);
  /* overflow: hidden; */
}

.clearfix {
  clear: both;
}

.white 
{
  color:var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
 padding: 0;
  line-height: normal;
}



p {
  margin: 0;
  line-height: 165%;
  font-weight: 400;
  padding-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

small {
  font-size: 12px;
}

.txtCenter {
  text-align: center;
}

.centerAlign {
  margin: 20px auto !important;
}

.txtLeft {
  text-align: left;
}

.txtJustify {
  text-align: justify;
}

.txtCenterJustify {
  text-align: justify;
  text-align-last: center;
}

.txtUppercase {
  text-transform: uppercase;
}

.w-800 {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}

.mHide {
  display: block !important;
}

.dHide {
  display: none !important;
}



a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: var(--textcolor);
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a.blueLink {
  color: var(--textcolor);
}

a,
a:link,
a:hover,
a:active {
  outline: none;
}

img {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

ul {
  padding: 0;
  list-style: disc inside none;
  margin-bottom: 0;
  padding-left: 0;
}

ol {
  padding: 0;

  margin-bottom: 20px;
  padding-left: 30px;
}

button {
  border: 0 solid;
}


.wrapper {
  width: 100%;
  margin: 0;
}

.padding20 {
  padding: 20px;
}

.marginbottom {
  margin-bottom: 60px;
}

.paddingTop {
  padding-top: 50px;
}

.paddingTop20 {
  padding-top: 20px;
}

.paddingBottom {
  padding-bottom: 50px;
}

.paddingTopBottom {
  padding: 60px 0px;
}

.full_width {
  width: 100%;
  margin: 0 auto;
}

.padding-TopBottom {
  padding-top: var(--toppadding);
  padding-bottom: var(--bottompadding);
  padding-left: 0px;
  padding-right: 0px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.section-title {

  color: var(--textcolor);
  font-size: 50px;
  font-family: "austinlight";
  
  padding: 0px;
  line-height: normal;
  margin: 0px;
  padding-bottom: 30px;
  font-weight: 100;
}

.section-subtitle {
  color: #000;
  font-size: 15px;
  font-weight: 100;
  font-family: "austinlight";
  /* text-transform: lowercase; */
}

.carousel-item
{
  position:relative;
}

.artext
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    color: #fff;
    font-size: 10px;
    font-family: 'bozon';
    writing-mode: sideways-lr;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

  .floatingButton {
  position: fixed;
  right: -72px;
  z-index: 999;
  top: 50%;
  transform: rotate(-90deg);
  float: right;
}

.floatingButton button {
  background-color: var(--pink);
  color: var(--white);
   border: 0px solid #fff;
  padding: 13px 13px;
  color: white;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 15px;
  width: 190px;
  font-family: 'bozon';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  border-bottom: 0px;
  border-radius: 15px 15px 0px 0px;
  cursor: pointer;
  /* transition: all 0.2s ease-in-out; */
}


/*Header*/
/* .header
{
  padding:10px 0px;
}

.header .container
{
  width:85%;
  max-width: 100%;
}

.header .logo
{
  display: flex;
  justify-content: center;
}

.header .logo img
{
  width:107px;
} */

.banner
{
  /* margin-top:84px; */
}

 .header_main {
      width: 100%;
      background-color: #fff;
      position: fixed;
      top: 0;
      z-index: 9999;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .containerAsp {

      width: 95%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 8px 16px;
      box-sizing: border-box;
      /* display: flex;
      justify-content: space-between;
      align-items: center; */

    }

    .logo 
    {
      line-height: 0px;
    }

    .logo img {
      width: 107px;
      height: 52px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 1);
    }

    .navbar-toggler-icon {
        background-image: none!important;;
        border: 0px !important;
    }

    .navbar-toggler {
        border: 0px solid transparent;
    }

 
/*Enq Now */

/*About*/

.about
{
  padding-bottom: 0px;
}

.aboutpara > p
{

    padding-top: 20px;
    /* padding-bottom: 20px; */
}

.aboutitems
{
 margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.aboutitem
{

   width: 26%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
}

.aboutitem img
{
  width:70px;
}

.aboutitem p
{
  padding: 0px;
  text-align: center;
}


.about h2
{

  padding-bottom: 0px;
    padding-top: 20px;
}


 .read-more-content {
    display: none;
  }

  .read-more-content .br
  {
    margin-top:15px;
  }

  .read-more-btn {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
    display: block;
  }

/*About Ends*/

.bluefold{
  background-image: url("../images/blue-rect.png");
  min-height: 120px;
   position: relative;
}

.bluefold h2
{
  color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 0px;
}


.enqnow .btnenq
{
 background-color: var(--pink);
    color: var(--white);
    border-radius: 50px;
    padding: 15px 30px;
    font-family: "bozon";
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 15px;
    cursor: pointer;
}

/*Enq Now Ends*/









/* Popup Form */
.popupform
{
  display: none;
}

.popupformcontainer
{
  background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 350px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 999;
}

.popupformcontainer .btngetintouch
{
  background-color: var(--green);
  color: #fff;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: 19px;
  width: 175px;
  letter-spacing: 2px;
  border: 0px;
  outline: 0;
  height: calc(1.5em + .75rem + 5px);
  margin: 20px auto 40px auto;
}


.popupformcontainer .close
{
  font-family: "bozon";
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 20px;
}

.popupformcontainer form
{margin-top:10px;
width:100%;
margin-left:auto;
margin-right:auto;
}

.popupformcontainer h3
{
  font-size:25px;
  margin-bottom: 10px;
     font-family: "bozon";
     font-weight: 100;
}



.popupformcontainer .form-control {
  padding: 0.35rem 0.35rem;
  background-color: transparent;
  font-size: 15px;
  border: 0px;
  color: #000 !important;
  height: calc(1.5em + .75rem + 15px);
  border-radius: 2px;

  border-bottom: 1px solid #ccc;
  width: 100%;
     font-family: "bozon";
}

.popupformcontainer textarea
{
  height: 70px;
}

.popupformcontainer .form-control::placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
     font-family: "bozon";
}

.popupformcontainer :-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
     font-family: "bozon";
}

.popupformcontainer ::-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
     font-family: "bozon";
}

.lccontentmob{
  display: none;
}

.popupformcontainer button {
 background-color: var(--green);
    color: #fff;
    padding: 4px 15px 7px 15px;
    border-radius: 0px;
    font-size: 16px;
    width: 178px;
    letter-spacing: 2px;
    border: 0px;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
    margin-top: 10px;
    border-radius: 50px;
    font-family: "bozon";
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem;
}



/* Popup Form */

/* formfold */

.formfold form
{margin-top:10px;
width:100%;
margin-left:auto;
margin-right:auto;
}

.formfold .form-control {
  padding: 0.35rem 0.35rem;
  background-color: transparent;
  font-size: 15px;
  border: 0px;
  color: #000 !important;
  height: calc(1.5em + .75rem + 15px);
  border-radius: 2px;

  border-bottom: 1px solid #ccc;
  width: 100%;
     font-family: "bozon";
}

.formfold textarea
{
  height: 70px;
}

.formfold .form-control::placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
     font-family: "bozon";
}

.formfold :-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
     font-family: "bozon";
}

.formfold ::-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
     font-family: "bozon";
}

.formfold button {
 background-color: var(--green);
    color: #fff;
    padding: 4px 15px 7px 15px;
    border-radius: 0px;
    font-size: 16px;
    width: 178px;
    letter-spacing: 2px;
    border: 0px;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
    margin-top: 10px;
    border-radius: 50px;
    font-family: "bozon";
    cursor: pointer;
}

/* Formfold Ends Here */


/*Disclaimer*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 45%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


#myModal p{
    font-size: 12px;
    padding: 0;
    margin-bottom: 15px;
}

div#myBtn {
    text-decoration: none;
    cursor: pointer;
}

.modalcontent
{
  height: 60vh;
    overflow-y: scroll;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    /* padding-left: 20px; */
    padding-right: 20px;
}

.modalcontent ol {
  padding: 0;
 font-size: 12px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.modalcontent ol strong{
  display: block;
  padding-bottom: 10px;
}

.footer
{
  background-color: #f1f1f1;
    border-top: 1px solid #d1d1d1;
    padding: 20px 0px;
}
.footer .container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerleft
{
  width:70%;
}
.footerright
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
    gap: 20px;
}

/* Disclaimer Ends*/





/** Media Queries **/

@media (max-width: 1400px) {
  .container {
    max-width: 1150px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0px 25px;
  }



  .mHide {
    display: none !important;
  }

  .dHide {
    display: block !important;
  }



  .section-title {
      font-size: 35px;
  }

  .bluefold h2 {
      padding-left: 20px;
      padding-right: 20px;
  }


  .logoinfo .plogo
  {
    width:150px;
  }

  .modal-content {
    width: 95%;
  }

  .footer .container {
      flex-direction: column;
  }

  .footerleft
  {
    width:100%;
  }

  .footerright
  {
      width: 100%;
      justify-content: center;
      padding-top: 10px;
  }

  .popupformcontainer
  {
    width:90%;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}