/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
  font-family: 'Quicksand', sans-serif;
}
.w-10{
  width: 10%;
}
.w-20{
  width: 20%;
}
.w-30{
  width: 30%;
}
.w-33{
  width: 33%;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.w-80{
  width: 80%;
}
.w-90{
  width: 90%;
}

.scrrsd{

}
.mn-lg{
  display: none;
}
.wh-logo{
  display:block;
}
.header22-ttl {
    top: 53%;
    left: 16%;
    transform: translate(-10%,-30%);
    z-index: 999;
}

.header22-ttl h1 {
    font-size: 45px;
    width: 70%;
    color: #050764;
    line-height: 58px;
}
.navb {
    background-color: #0c4727;
}
.navbactive{
  background-color: transparent;
}

.navbar-dropdown a img{
  width:18px;
}
.navbar-dropdown img{
  transition: all .3s;
}
.navbar-dropdown:hover img{
  transform: rotate(180deg);
}

.rightnav1 {
    transition: all .3s;
    justify-content: center;
}
.rightnav1new{
  display: none !important;
}
.navbar-dropdownnew a{
      padding: 26px 20px !important;
}


/* navbar start-------------------------------------------- */

.navitoms ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: right;
    padding: 0rem 0;
    width: fit-content;
    margin-left: auto;
}
.navitoms ul li{
  list-style-type: none;
}
.navitoms ul li a {
    letter-spacing: 0.55px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}
.banner{
  padding-top: 5rem;
}
.calllist p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #083092;
    font-weight: 400;
}
.calllist span{
  font-size: 14px;
  letter-spacing: 0.55px;
  color: #000;
}
.bookapp {
    padding: 8px 22px !important;
    border: 1px solid #dd1236;
    background-color: #dd1236;
    color: #fff !important;
    border-radius: 30px;
}
.callicon img{
  width: 20px;
}
.navb{
  z-index:9999;
  transition: all .3s;
}
.navbnew {
    z-index: 9999;
    margin-top: 0%;
}
.rightnav{
  transition: all .3s;
}
.rightnavnew{
  display: none !important;
}
/* .navlogonew img {
    width: 87% !important;
    padding: 10px 0;
} */
.navbar-dropdown123 a {
    color: #1f226f !important;
}
.mn-scll12{
  border: 1px solid #38115e !important;
}
.mn-scll12 .dt p{
  color: #38115e !important;
}
.navlogo img,.navb{
  transition: all .3s;
}
.navbnew {
    background-color: #ffffff;
    box-shadow: black 0px 0px 8px -5px;
    position: fixed !important;
    width: 100%;
    z-index: 99999;
}

.dropdown-content li{
  padding: 1rem;
  width: 200px;
  position: relative;
  z-index: 1;
}
.dropdown-content li::before {
    position: absolute;
    content: "";
    background-color: #083092;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.dropdown-content li:hover::before{
  width: 100%;
  color: #fff !important;
}
.dropdown-content li a{
  transition: all .3s;
}
.dropdown-content li:hover a{
  color: #fff !important;
}

.dropdown-content {
    top: 13rem;
    box-shadow: black 0px 0px 8px -5px;
    background-color: #fff;
    justify-content: left !important;
    display: none !important;
    transition: all .3s;
    gap: 0 !important;
}
.drop:hover .dropdown-content{
  top: 3rem;
  display: grid !important;
}
.dropdown-content a{
  padding: 0 !important;
}
.scrrsd li a{
  padding: 2rem 0;
}
.drop{
  transition: all .3s;
}
.drop:hover img{
  transform: rotate(180deg);
}










.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
}

.navbar {
  display: flex;
  align-items: center;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 0px 70px;
  background-color: #fff;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #444;
    padding: 31px 20px;
    font-weight: 700;
    transition: 0.4s all;
}

.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 0px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #0c4727;
}
.navbar-dropdown .dropdown a:hover {
    padding-left: 30px;
    background-color: #0c4727;
    color: #fff !important;
}
.gallery-image{
  cursor: pointer;
}
.bannerslide .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px)) !important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px)) !important;
    background-color: #fff;
    opacity: 1;
}
.bannerslide .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,26px)) !important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px)) !important;
    border-radius: 30px !important;
    background-color: #0c4727;
}
/* .navbar-links li a:hover {
  color: #ff3f34;
} */

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  /* background-color: #f00; */
  background-image: url("http://lorempixel.com/1366/698/food/");
  background-size: cover;
}

.header-inner {
  text-align: center;
  color: #ff3f34;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, .8);
}

.header-inner h1 {
  font-family: "Great Vibes", cursive;
  font-size: 130px;
}

.header-inner form input[type="search"] {
  position: relative;
  width: 500px;
  border: none;
  padding: 15px;
  border-radius: 27px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.header-inner form input[type="search"]:focus {
  outline: none;
}

.header-inner form input[type="search"]:focus + div {
  z-index: 1;
  opacity: 1;
}

::placeholder {
  color: #666;
  font-weight: 400;
}

.scl {
    height: 30px;
    width: 30px;
    background-color: #0c4727;
    border-radius: 50%;
    position: relative;
}
.scl img {
    width: 15px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
}
.contact-dt-list{
  padding: 2rem 1rem;
  box-shadow: black 0px 5px 25px -5px;
}
.contact-dt-list{
  height: 100%;
}
.contact-dt-list img{
  width: 45px;
}
.mn-scl {
    width: 36px;
    overflow: hidden;
    transition: all .3s;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 2px;
}

.mn-scl:hover{
  width: 123px;
}
.dt p {
    color: #ffffff;
}
.mn-scl:hover .dt{
  margin-left: 8px;
}

.rightnav1 a{
  color: #000;
  text-decoration: none;
}


.navbar-links li a {
    color: #4e1600;
}
.innernabv{
  position: relative;
}
.navlogo img {
    /* width: 183px !important; */
    width: 144px !important;
    /* background-color: #fff; */
    padding: 4px;
}
.navb {
    /* box-shadow: black 0px 0px 25px -18px; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #ffa903;
}
.toggle-slide {
    top: 0;
    right: 0;
    height: 100vh;
    width: 30%;
    background-color: #0c4727;
    margin-right: -100%;
    transition: all .5s ease-in-out;
}
.toggle-slide-new{
  margin-right: 0;
}
.clxx{
  top: 1rem;
  right: 1rem;
}
.clxx21 img{
  width: 25px;
  cursor: pointer;
}

/* navbar end--------------------------------- */


/* banner start */
.bannerslide {
      width: 100%;
      height: 100%;
    }

    .bannerslide .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bannerslide .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .content {
        top: 54%;
        right: 0%;
        transform: translate(0%,-50%);
        width: 44%;
        z-index: 9;
    }
    .content h1 {
        font-size: 65px;
        text-align: left;
    }
    .content h1 span {
        font-size: 65px;
        text-align: right;
    }





/* about section start----------------------------------- */
.smallhd h4 {
    font-size: 14px;
    line-height: .6;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #848484;
    margin-bottom: 15px;
    margin-bottom: 0;
    padding-left: 44px;
}
.smallhd {
    position: relative;
    width: fit-content;
    margin-bottom: 19px;
}
.smallhd::after {
    position: absolute;
    content: "";
    background-color: #848484;
    background-size: contain;
    height: 1px;
    width: 27%;
    top: 34%;
    left: 7%;
}


.main-hd h1 span {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    color: #481100;
    font-size: 37px;
}
.main-hd h1 {
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    color: #0c4727;
    font-family: Quicksand, sans-serif;
    line-height: 40px;
    font-size: 32px;
}

.right-abt-sct p {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #0c4727;
}
.right-abt-sct p strong{
  color: #481100;
}

.more-btn a {
    text-decoration: none;
    color: #0c4727;
    padding: 10px 22px;
    border: 1px solid #0c4727;
    transition: all .3s;
}
.more-btn a:hover{
  color: #fff;
  background-color: #0c4727;
}

.play-btn {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #ffa903;
    border-radius: 50%;
}
.play-btn img {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    z-index: 1;
}


.left-abt-sct a{
  text-decoration: none;
  color: #000;
  transition: all .3s;
}

.list-img img {
    width: 40px;
    margin-bottom: 10px;
}

.list-img h4 {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #0c4727;
    font-weight: 700;
    line-height: 21px;
}



.list-img{
  position: relative;
}
.list-img::after{
  position: absolute;
  content: "";
  background-color: #77777748;
  background-size: contain;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}
.list-img1::after{
  position: absolute;
  content: "";
  background-color: #77777700;
  background-size: contain;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}
.list-img:nth-child(3)::after{
  background-color: transparent !important;
}


.right-dt-img img{
  border-radius: 30px 30px 0 30px;
}
.right-dt-img1 img{
  border-radius: 30px 30px 30px 0px;
}

.right-dt-img3 img{
  border-radius: 30px 0px 30px 30px;
}
.right-dt-img4 img{
  border-radius: 0px 30px 30px 30px;
}

.left-dt-why-hd p {
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    font-size: 15px;
    letter-spacing: 0.55px;
    margin-bottom: 2px;
    color: #0c4727;
}

.choo {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    letter-spacing: 0.55px;
    margin-bottom: 2px;
    color: #0c4727;
}

.left-dt-why-hd a{
  color: red;
  letter-spacing: 0.55px;
  font-size: 15px;
  text-decoration: none;
}

.dts-why-pop {
    background-color: #bbdfcc;
    padding: 13px;
    border-radius: 17px;
    top: -12rem;
    left: -2%;
    display: none;
    transition: all .3s;
}
.dts-why-pop2 {
    background-color: #bbdfcc;
    padding: 13px;
    border-radius: 17px;
    top: -13.5rem;
    left: -2%;
    display: none;
    transition: all .3s;
}
.dts-why-pop3 {
    background-color: #bbdfcc;
    padding: 13px;
    border-radius: 17px;
    top: -12rem;
    left: -2%;
    display: none;
    transition: all .3s;
}
.dts-why-pop::after {
    position: absolute;
    content: "";
    background: linear-gradient(45deg,#bbdfcc 50%,transparent 0);
    background-size: contain;
    bottom: -3%;
    left: 64%;
    height: 15px;
    width: 15px;
    transform: rotate(315deg);
}
.dts-why-pop1::after{
   position: absolute;
    content: "";
    background: linear-gradient(45deg,#bbdfcc 50%,transparent 0);
    background-size: contain;
    bottom: -3%;
    left: initial;
    right: 10%;
    height: 15px;
    width: 15px;
    transform: rotate(315deg);
}
.rdm:hover .dts-why-pop {
  display: block;
}
.dts-why-pop p{
  -webkit-line-clamp: initial;
}


.left-dt-why-hd H4 {
    font-size: 22px;
    letter-spacing: 0.55px;
    font-weight: 700;
    color: #481100;
}

.why-hd h1 {
    font-size: 30PX;
    letter-spacing: 0.55PX;
    color: #481100;
    font-weight: 600;
}
.why {
    background-image: url(../images/paper_bg.jpg);
    padding: 8rem 0 !important;
}
/* .navbnew{
  background-color: #0c4727;
} */
.navbnew {
    background-color: #ffa903;
}
.navlogonew img {
    width: 144px !important;
}
.scl {
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    border-radius: 50%;
}
.scl img{
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mn-scl {
    width: 36px;
    overflow: hidden;
    transition: all .3s;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 2px;
}

.mn-scl:hover{
  width: 123px;
}
.mn-scl1 .dt p {
    color: #fff !important;
}
.mn-scl1 {
    width: 36px;
    overflow: hidden;
    transition: all .3s;
    border: 1px solid #ffffff !important;
    border-radius: 50px;
    padding: 2px;
}

.why{
  position: relative;
  z-index: 1;
}
.why::after {
    position: absolute;
    content: "";
    background-image: url(../images/banwave.svg);
    background-size: cover;
    height: 205px;
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.why::before {
    position: absolute;
    content: "";
    background-image: url(../images/banwave.svg);
    background-size: cover;
    height: 210px;
    width: 100%;
    top: 0px;
    left: 0;
    transform: rotateX(180deg)rotateY(180deg);
    z-index: -1;
    background-repeat: no-repeat;
}


.right-news-sub-dt h4 {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 25px;
}
.read-m a {
    text-decoration: none;
    color: #ffa903;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.left-news {
    box-shadow: black 0px 0px 7px -4px;
}

.right-news-sub-dt {
    padding: 3rem 1rem;
}
.left-news-sub-img{
  height: 100%;
}
.left-news-sub-img img{
  height: 100%;
  object-fit: cover;
}


.news-lists h4 {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 23px;
}
.right-news {
    box-shadow: black 0px 0px 7px -4px;
    padding: 1rem;
    height: 46.5%;
}
.left-news{
  height: 100%;
}
.right-news-dt-right p {
    font-size: 14px;
    letter-spacing: 0.55px;
    font-weight: 600;
    color: #0c4727;
}

.right-news-dt-right{
  position: relative;
}
.right-news-dt-right::after {
    position: absolute;
    content: "";
    background-color: #0c4727;
    background-size: contain;
    height: 1px;
    width: 34px;
    top: 50%;
    left: -41px;
}




.right-ser {
    padding: 3rem 2rem;
}
.services {
    background-image: url(../images/fd.jpg);
    position: relative;
    z-index: 1;
    background-size: cover;
}
.list-profile122 h6 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services::after {
    position: absolute;
    content: "";
    background-color: #0c4727;
    background-size: contain;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    z-index: -1;
}
.services::before {
    position: absolute;
    content: "";
    background-image: url(../images/wave-black-vert-temp.png);
    background-size: contain;
    top: 0;
    right: 54.5%;
    height: 100%;
    width: 2%;
    z-index: -1;
    background-repeat: no-repeat;
}

.view-image {
    position: fixed;
    inset: 0;
    z-index: 500;
    padding: 3%;
    display: flex;
    flex-direction: column;
    animation: view-image-in 300ms;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 999999999 !important;
}
.footer-logo img {
    width: 155px;
}

footer {
    padding: 3rem 0;
    background-color: #0c4727;
}
.ddt p,.ddt1 p{
  color: #fff;
}
.ddt{
  position: relative;
}
.ddt::after{
  position: absolute;
  content: "";
  background-color: lightgray;
  background-size: contain;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
}

.right-ser h1 {
    color: #ffa903;
    letter-spacing: 0.55px;
    font-size: 30px;
    font-weight: 700;
}
.right-ser h1 span {
    color: #ffa903;
    font-weight: bold;
    font-size: 30px;
}
.right-ser p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
  line-height: 26px;
  margin-top: 1rem;


    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.right-ser51 p{
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.popser p{
  color: #000;
    padding: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    overflow: auto;
}
.popser{
      top: -21rem;
      left: 0;
      border-radius: 10px;
      display: none;
      transition: all .3s;
}
.popser1{
      top: -24.5rem;
}
.popser::after {
    position: absolute;
    content: "";
    background: linear-gradient45deg,(#fd0000 50%,transparent 0);
    background: linear-gradient(45deg, white 50%, transparent 0);
    bottom: -7px;
    left: 30px;
    height: 16px;
    width: 16px;
    z-index: 9999;
    transform: rotate(317deg);
}
.readx:hover .popser{
  display: block !important;
}

.readx a{
  color: #ffa903;
  text-decoration: none;
}
.ser-list-type h6{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: wheat;

}

.ser-list-type img{
  width: 40px;
  margin-bottom: 0.5rem;
}

footer {
    padding: 3rem 0 8rem;
}
.copy {
    padding: 15px 0;
    background-color: #005728;
}

footer{
  position: relative;
}
footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/FT.png);
    background-size: cover;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 14%;
    z-index: 1;
    background-repeat: no-repeat;
}



.contact-dt-list h5{
  font-size: 22px;
  letter-spacing: 0.55px;
  color: #000;
  margin-bottom: 1rem;
}
.contact-dt-list {
    padding: 2rem 1rem;
    box-shadow: black 0px 0px 7px -5px;
    border-radius: 10px;
}

.contact-dt-list p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #000;
  margin-top: 1rem;
}


.left-contact-text h1 {
    font-size: 30px;
    letter-spacing: 0.55px;
    color: #481200;
    margin-bottom: 1rem;
}
.left-contact-text p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #0c4727;
    line-height: 26px;
}


.contact-frm-tp label{
  margin-bottom: 7px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  letter-spacing: 0.55px;
}
.contact-frm-tp input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgb(0 0 0 / 16%);
    background-color: transparent;
    height: 40px;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.55px;
}

.contact-frm-tp textarea{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgb(0 0 0 / 16%);
  background-color: transparent;
  height: 80px;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.55px;
}
.contact-frm-tp input:focus,.contact-frm-tp textarea:focus{
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgb(0, 0, 0);
  outline: none;
}

.contact-form {
    background: linear-gradient(-90deg,#0c47271c 70%,transparent 0);
}

.sub-bt a {
    font-size: 16px;
    letter-spacing: 0.55px;
    padding: 10px 25px;
    border: 1px solid #0c4727;
    color: #0c4727;
    text-decoration: none;
}



.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
    z-index: 99999999999999 !important;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
    z-index: 9999999 !important;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    top: 0;
    position: absolute;
    right: 191px;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1 !important;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1 !important;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.im-ttl {
    position: absolute;
    bottom: 4px;
    left: 10px;
    color: #fff;
    z-index: 9;
}
.gall-img{
  z-index: 1;
}
.gall-img::after {
    position: absolute;
    content: "";
    background: linear-gradient(360deg,black -19%,transparent);
    background-size: contain;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.im-ttl h5{
  font-size: 16px;
  letter-spacing: 0.55px;
}







#gallery .gallery .gallery-inner .gallery-item .vido-inn {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
#gallery .gallery .gallery-inner .gallery-item .vido-inn img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  box-shadow: var(--box-shadow-nrml);
}
#gallery .gallery .gallery-inner .gallery-item .vido-inn .vido-txt {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 25px 20px 20px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8784313725) 25%, transparent);
  color: #fff;
  z-index: 3;
}
#gallery .gallery .gallery-inner .gallery-item .vido-inn .youtb-img {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  z-index: 1;
}
#gallery .gallery .gallery-inner .gallery-item .vido-inn .youtb-img::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(218, 82, 87, 0.3411764706);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
#gallery .gallery .gallery-inner .gallery-item .img-inn-gall {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#gallery .gallery .gallery-inner .gallery-item .img-inn-gall img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: var(--box-shadow-nrml);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


.abtpage-img img{
  width: 60px;
}
.abtpage-img {
  text-align: center;
}

.about-page-hd h1 {
    font-size: 30px;
    font-weight: 700;
    color: #4e1600;
}
.about-page-hd p {
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 24px;
    color: #0c4727;
    margin-bottom: 2rem;
}
.right-msn p {
    font-size: 14px;
    letter-spacing: 0.55px;
    line-height: 23px;
    color: #0c4727;
}
.right-msn h6 {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #4e1600;
}

.dt-sc-title h3 {
    font-size: 30px;
    font-weight: 900;
    color: #4e1600;
    letter-spacing: 0.55px;
    margin-bottom: 2rem;
}
.wpb_wrapper p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #0c4727;
    line-height: 26px;
}
.ult-content-box {
      padding: 3rem 0.5rem;
}
.mid-box {
    background-color: #ff63470f;
    height: 100%;
}




.h1-heading {
    font-size: 40px;
    letter-spacing: 0.55px;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 900;
}

.mngprofile-head{
  font-size: 25px;
  letter-spacing: 0.55px;
  color: #000;
  margin-bottom: 1rem;
}
.list-profile{
  padding: 2rem 1rem;
  background-color: #F2F2F2;
}
.list-profile h5 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}
.mngprofile-title{
  font-size: 16px;
  color: #777;
  font-weight: 500;
}
.about-page-hd{
      width: 81%;
    margin: auto;
}
.stock-list{
  height: 100%;
}
.stock-list img{
  height: 100%;
}

.tab-l21{
  padding: 10px 22px;
  border: 1px solid #0c4727;
  color: #0c4727 !important;
}
.vfa .active {
    background-color: #0c4727;
    color: #fff !important;
}



.hdx h5 {
    color: black !important;
    font-family: sans-serif !important;
    margin-bottom: 10px !important;
}
#events .events .events-inner .events-item .event-item-inner .eveitm-bot .eveitem-txt h5 {
    margin-top: 10px;
}
.heading p {
    font-size: var(--font-regular);
    font-family: var(--regular-font);
    /* color: var(--font-clr-dark-light); */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0c4727;
}
.heading h5 {
    margin-bottom: 0px !important;
    font-family: var(--cursive-font3) !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 500 !important;
}
.head-botn a:hover {
    color: #003d71;
    text-decoration: none;
    background: #fff;
    transition: color 0.45s ease 0.25s, background 0.45s ease 0.25s;
}
.head-botn a {
    /* top: 32px; */
    display: inline-block;
    margin: 0 0 0px;
    padding: 8px 50px 8px 25px;
    border-radius: 100px;
    position: relative;
    color: #fff;
    font-size: var(--font-regular);
    line-height: 24px;
    font-weight: var(--weight-400);
    text-align: center;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    vertical-align: top;
    background: #0c4727;
    transition: color 0.45s ease 0s, background 0.45s ease 0s;
    box-shadow: 4px 5px 12px 0px rgba(32, 32, 32, 0.2784313725);
}
.head-botn a span {
    background-color: #ddd;
    transition: background 0.45s ease 0.25s;
}
.head-botn a span {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    overflow: hidden;
    background-color: #117d42;
    transition: background 0.45s ease 0s;
}
.head-botn a span::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    line-height: 28px;
    transform: translateX(0);
    transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
    background-image: url(../images/right-arrow-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    left: 3px;
}
.head-botn a span:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    line-height: 28px;
    transform: translateX(-275%);
    transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
    background-image: url(../images/right-arrow-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    left: 3px;
}


.eveitem-txt h5 {
    color: #4e1600 !important;
    margin-bottom: 1rem !important;
}

.event-item-inner{
    box-shadow: var(--box-shadow-rglr);
    height: 100%;
}
#events .events .events-inner .events-item .event-item-inner .eveitm-bot {
    padding: 10px 15px 25px;
}
:root{
      --box-shadow-rglr: 0 5px 15px -3px rgba(0, 0, 0, 0.12);
}
.heading h5 {
    font-size: 19px !important;
    font-weight: 500 !important;
}

.det-hd h1 {
    font-size: 28px;
    letter-spacing: 0.55px;
    color: #4e1600;
    margin-bottom: 1rem;
}
.det-hd p{
    color: #0c4727;
}

.left-ser-dt span {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000;
    font-weight: 500;
}
.left-ser-dt h1 {
    font-size: 35px;
    letter-spacing: 0.55px;
    color: #4e1600;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
.left-ser-dt p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #0c4727;
    line-height: 26px;
}



#career_pageSection {
  position: relative;
  /* padding: 4rem 0; */
  /* margin-bottom: 516px; */
  background-color: #ffffff;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  #career_pageSection {
    padding: 3rem 0;
    margin-bottom: 0px;
  }
  #career_pageSection .heading {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
}

#career_pageSection .career_wrapper {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          height: 100%;
}

#career_pageSection .career_wrapper .career_imgWrapper{
    height: 100%;
}
#career_pageSection .career_wrapper .career_imgWrapper .img-fluid{
    height: 100%;
    object-fit: cover;
}
#career_pageSection .career_wrapper .career_textWrapper {
  height: 100%;
  padding: 10px 10px 10px 15px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  #career_pageSection .career_wrapper .career_textWrapper {
    padding: 15px;
  }
}

#career_pageSection .career_wrapper .career_textWrapper h3 {
  font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#career_pageSection .career_wrapper .career_textWrapper span {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 14px;
  font-weight: 600;
}

#career_pageSection .career_wrapper .career_textWrapper p {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid var(--brand-subclr);
  margin-top: 15px;
  font-size: 15px;
height: 90px;
text-overflow: ellipsis;
overflow: hidden;
}
#career_pageSection .career_wrapper .career_textWrapper div{
    padding-bottom: 50px;
}
#career_pageSection .career_wrapper .career_textWrapper p {
    display:none;
}
#career_pageSection .career_wrapper .career_textWrapper p:nth-child(2){
    display: block;
}
@media only screen and (max-width: 480px) {
  #career_pageSection .career_wrapper .career_textWrapper p {
    margin-bottom: 25px;
  }
}

#career_pageSection .career_wrapper .career_textWrapper .readmore {
  position: absolute;
  bottom: 45px;
  right: 10px;
}

@media only screen and (max-width: 480px) {
  #career_pageSection .career_wrapper .career_textWrapper .readmore {
    bottom: 10px;
  }
}
#career_pageSection .career_wrapper .career_textWrapper p {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #0c4727;
    margin-top: 15px;
    font-size: 15px;
    height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.readmore {
    text-decoration: none;
    position: relative;
    padding: 0 10px;
    margin-left: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 50px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #0c4727;
    font-size: 14px;
    font-weight: 600;
}

.readmore::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 25px;
    left: 100%;
    background-color: #000000;
    top: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    animation:animated 1s infinite;
}
@keyframes animated{
  0%{
    left: 100%;
    background-color: #000000;
  }
  50%{
    left: 105%;
    background-color: green;
  }
  100%{
    left: 100%;
    background-color: #000000;
  }
}



.career_wrapper .row{
  height: 100%;
}



#apply_forPostion .job_detailsWrapper {
    position: relative;
    background: #f3f3f3;
    padding: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#apply_forPostion .heading h2 {
    font-size: 25px;
    font-weight: 600;
}
#apply_forPostion .job_detailsWrapper a, .cc_des .hero_btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #0c4727;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
}











.pop {
    background: linear-gradient(103deg, #fff6f9 0%, #edfffb 50%, #ebebff 100%);
    z-index: 9999999;
}
#trainingModal .hiringIntern_wrapper, #getaquote .hiringIntern_wrapper {
    position: relative;
    margin: 6% 0;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    height: 528px;
    /* overflow: auto; */
    /* overflow-y: clip; */
    overflow-x: hidden;
}

@media only screen and (max-width: 480px) {
  #trainingModal .hiringIntern_wrapper,
  #getaquote .hiringIntern_wrapper {
    margin-top: 10%;
  }
  #trainingModal .hiringIntern_wrapper .img-fluid.w-100,
  #getaquote .hiringIntern_wrapper .img-fluid.w-100 {
    display: none;
  }
}

#trainingModal .hiringIntern_wrapper .btn-close, #getaquote .hiringIntern_wrapper .btn-close {
    position: absolute;
    top: 10px;
    right: 27px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #646464;
}
.hiringIntern_wrapper .row .col-lg-4 img{
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 480px) {
  #trainingModal .hiringIntern_wrapper .btn-close,
  #getaquote .hiringIntern_wrapper .btn-close {
    right: -10px;
    padding: 7px;
  }
}

#trainingModal .hiringIntern_wrapper .btn-close:focus,
#getaquote .hiringIntern_wrapper .btn-close:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #000000;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper {
  padding-left: 30px;
}

@media only screen and (max-width: 480px) {
  #trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper,
  #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper {
    padding-left: 0px;
  }
  #trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .form-row.row.mb-3,
  #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .form-row.row.mb-3 {
    margin-bottom: 0 !important;
  }
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .heading,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .heading {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  text-align: left;
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .heading h2,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .heading h2 {
  font-size: 30px;
  line-height: 30px;
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .form-wrap,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .form-wrap {
  position: relative;
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .err,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .err {
  color: red;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper label,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 480px) {
  #trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper label,
  #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper label {
    margin-top: 5px;
  }
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper label .star,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper label .star {
  color: red;
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .form-control,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .form-control {
  height: 44px;
  border-radius: 0;
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .form-control:focus,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .form-control:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-color: var(--brand-clr);
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper textarea.form-control,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper textarea.form-control {
  height: auto;
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper button,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper button {
  border: unset;
  background: var(--brand-clr);
  color: #ffffff;
  width: 48%;
  padding: 10px;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: .4px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper button:hover,
#getaquote .hiringIntern_wrapper .hiringIntern_formWrapper button:hover {
  background: #0c4727;
}

#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper button, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper button {
    background: #0c4727;
}

.modal-backdrop{
  display: none !important;
}


.list-img h4 strong {
    color: #481100;
}


.right-ser{
  position: relative;
  z-index: 1;
}
.right-ser::before {
    position: absolute;
    content: "";
    background-image: url(../images/go3.png);
    background-size: contain;
    bottom: 0;
    right: -16%;
    height: 262px;
    width: 392px;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotateY(177deg);
    opacity: 0.2;
}

.about-section,.services{
  margin-top: 5rem !important;
}

.mid-box{
  position: relative;
  z-index: 1;
}
.mid-box::after{
  position: absolute;
  content: "";
  background-image: url(../images/go3.png);
  background-size: contain;
  height: 50%;
  width: 50%;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}


.inner-vdopop{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 75%;
}
.vdo-pop {
    background-color: #000000d4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999999999;
}
.clxx15 img{
  width: 25px;
  cursor: pointer;
}

.bannerslide .swiper-slide{
  position: relative;
}
.bannerslide .swiper-slide::after{
  position: absolute;
  content: "";
  background-color: #00000075;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}


.right-ser{
  padding-left: 5rem;
}

.eqh-box-leadership,.bg-color1{
  height: 100%;
}
/* .bg-color1 img{
  height: 100%;
} */
.list-profile p {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}
.head-botn1 a {
    text-decoration: none;
    color: #ffa903;
    letter-spacing: 0.55px;
    font-size: 15px;
    font-weight: 600;
}

.list-profile {
    height: 50%;
}
.readx1 a {
    color: #ffa903;
    text-decoration: none;
    font-weight: 600;
}

.dt-b {
    height: 100vh;
    width: 100%;
    background-color: #0000007c;
    z-index: 999999999999999999;
}

.clll{
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.clll img {
    width: 19px;
}

.inner-success113{
  padding: 4rem 1rem !important;
}


/*.bg-color1 img{*/
/*        height: 45%;*/
/*    object-fit: cover;*/
/*    object-position: top;*/
/*}*/


/* whatsapp start------------------------------------- */

#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 999999999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 45px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  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;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}


.list-profile h6 {
    font-size: 13px;
    letter-spacing: 0.55px;
    margin-top: 10px;
    line-height: 20px;
}


#mob_err{
  display: none;
}
#email_err{
  display: none;
}
#moberr{
  display: none;
}
#emailerr{
  display: none;
}


.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#success{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInner{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
}


.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#successm{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerm{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
}


.axwq img{
    height:270px;
    object-fit:cover;
}