html{
    overflow-x: hidden;
}
body{
margin: 0px;
overflow-x:hidden;
font-family: "Manrope", sans-serif !important;

}

@font-face {
    font-family: '../images/font/Milchella';
    src: url('../images/font/Milchella-Regular.eot');
    src: url('../images/font/Milchella-Regular.eot?#iefix') format('embedded-opentype'),
        url('../images/font/Milchella-Regular.woff2') format('woff2'),
        url('../images/font/Milchella-Regular.woff') format('woff'),
        url('../images/font/Milchella-Regular.ttf') format('truetype'),
        url('../images/font/Milchella-Regular.svg#Milchella-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: white;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}










.ip-loader{
    margin-left: 0px!important;
    bottom: 40%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  text-align:center;
  
  
}
.loading img {
    float:none;
    margin:auto;
    display:block;
    width:140px;
    animation: filtererr-animation 3s infinite;
}
@keyframes filtererr-animation {
  0% { transform: translateY(-3px);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(-3px);}
   75% { transform: translateY(3px);}
 
  100% { transform: translateY(-3px);}
}

























/***************************menu******************/
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}

@media (max-width: 1024px) {


    .menu-row{
        display:none;
    }
.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
/*.wrapper > * {
  margin: 15px;
}*/


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu {
  position: absolute;
  z-index: 9999;
  right: 15px;
   top: 74px;;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(--heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #ffffff;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
 background: #1c3d33 !important;
 

  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .navList {
  display: none;
  width: 100%;
}
.nav .navLink {
    line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 18px;
}.nav .navItem{
  position: relative;
  width: 100%;
  float: left;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  /* background-color: #0e4fa3; */
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}
}




/*/////////////*/



.stable::before {
    content: " ";
    background-image: url(../images/star.png);
    background-size: cover;
    width: 17px;
    height: 17px;
    left: 0;
    top: 21px;
    position: absolute;
    left: -24px;
    opacity: 1;
}


.header_menu_area > ul > li > a:hover::before{
    opacity: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > ul > li > a:before {
   content: "";
    background-image: url(../images/star.png);
    background-size: cover;
    width: 9px;
    height: 11px;
    object-fit: cover;
    top: 45px;
    position: absolute;
    left: 14px;
    opacity: 0;
}
.stable::before{
    opacity: 1!important;
}

.banner3-carousel .owl-nav{
  display: none;
}
.banner-carousel .owl-nav{
  display: none;
}

.slider-imge .owl-nav{
  display: none;
}


.banner{
    width: 100%;
    float: left;
    background-image: url('../images/banner.png');
    background-size: cover;
/*    height: 862px;*/

}
.heading{
    padding-top: 40px;
    width: 100%;
    float: left;
}
.logo{
    width: 15%;
    float: left;
}
.logo img{
    width: 148px;
    max-width: 100%;
    float: left;
}
.munu-nav{
    width: 85%;
    float: left;
}


.header_menu_area {
  /* width: 100%; */
  float: right;
 
/*  padding-top: 18px;*/
}


.header_menu_area ul li img{
  margin-right: 20px;
  float: left;
  width: 41px;
}






.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 35px;
    float: left;
/*    padding-top: 20px;*/
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      padding-bottom: 20px;
      padding-top: 40px;
}
.header_menu_area > ul > li > a {
    width: auto;
    color: white;
    font-weight: 300;
    float: left;
   
    font-size: 15px;
    
   padding: 0px 30px 0px 30px;
   
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
      

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.menu ul li a:hover, .menu ul li:hover>a {
    /*background: white;*/
    color: #fff301;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.menu ul {
    padding: 15px  15px 15px 15px;
    visibility: hidden;
    /*  display: none;*/
    opacity: 0;
    margin: 0;
    top: 35px;
    /* padding: 0; */
    width: 220px;
    position: absolute;
    left: -60px;
    background: #338004;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    /*transform: translate(22px,0px);
    transition: all 0.5s ease-out;*/
    border-radius: 20px;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
   /* display: block;*/
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 8px 10px;
    display: block;
    color: white;
    text-decoration: none;
    /*background: white;*/
    /*  border-bottom: solid 1px rgb(137 137 137 / 19%);*/
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.menu-enq{
    float: right;
    margin-top: 19px;
}
.menu-enq a{
    padding: 18px 18px;
    width: 181px;
    height: 61px;
    float: left;
    border-radius: 100px;
    background-color: #123128;
    text-align: center;
    font-size: 15px;
    font-family: "Manrope";
    font-weight: 300;
    color: #FFFFFF;
    text-decoration: none;


}

.menu-enq a:hover{
    text-decoration: none;
}
.menu-enq img{
    width: 11px;
    max-width: 100%;
        margin-left: 16px;
}










/*ccccccc*/
/* CSS */
.button-57 {
    position: relative;
    overflow: hidden;
    text-decoration: none;
     cursor: pointer; 
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-57 .text1{
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-57 .text2 {
    float: left;
    text-align: center;
    color: #1c3d33;
    display: block;
    position: relative;
    /* bottom: 2px; */
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 11%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    /* height: 14px; */
    /* line-height: 13px; */
}

.button-57:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-57:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-57:hover .text2 {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}
/*ccccccc*/

/*side*/

.modal.drawer {
  display: flex !important;
  pointer-events: none;
}
.modal.drawer * {
  pointer-events: none;
}
.modal.drawer .modal-dialog {
  margin: 0px;
  display: flex;
  flex: auto;
  transform: translate(25%, 0);
}
.modal.drawer .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
.modal.drawer .modal-dialog .modal-content .modal-body {
  overflow: auto;
}
.modal.drawer.show {
  pointer-events: auto;
}
.modal.drawer.show * {
  pointer-events: auto;
}.drawer .close span{
  float: left;
  font-size: 30px;
  text-align: center;
  margin-top: -2px;
  margin-left: 4px;
}
.drawer .close{
  position: absolute;
  left: -41px;
  color: #ffffff;
  background: #c2804a;
  border: 0;
  font-size: 30px;
  width: 42px;
  /* border-bottom-left-radius: 20px; */
  height: 42px;
  z-index: 99;
  border-top-left-radius: 20px;
}
.modal.drawer.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.drawer.right-align {
  flex-direction: row-reverse;
}
.modal.drawer.left-align:not(.show) .modal-dialog {
  transform: translate(-25%, 0);
}
.send-modal{width: 100%;float: left;padding: 15px;}
.msg-field{width: 100%;float: left;margin-bottom: 15px;}
.msg-field label{font-size: 15px;color: #fff;font-weight: 600;width: 100%;float: left;}
.msg-field input{width: 100%;float: left;border-radius: 20px;border: 0;padding: 15px;background: #fff;margin-top: 5px;}
.msg-field textarea{
    width: 100%;
    float: left;
    border-radius: 20px;
    border: 0;
    padding: 15px;
    background: #fff;
    margin-top: 5px;
    height: 146px;
}
.send-modal button{
    width: 100%;
    float: left;
    background: #c2804a;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 30px;
    
}
.send-modal button:hover{

}
.drawer .modal-body{
  background: #1d3f35;
}
.send-modal h2 {
    padding-top: 10px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.frd-place{
    width: 100%;
    float: left;
}
.frd-place img{
    width: 140px;
    max-width: 100%;
    float: none;
    text-align: center;
    margin: auto;
    display: block;

}
/*siddde*/





.banner-main{
        padding-bottom: 94px;
    width: 100%;
    float: left;
}
.banner-hd{
        padding-top: 129px;
    width: 50%;
    float: left;
}
.banner-hd h2{
    width: 100%;
    float: left;
    font-size: 115px;
    letter-spacing: 4px;
    line-height: 110px;
    color: #FFFFFF;
     font-family: 'Milchella';
font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    text-align: left;
    position: relative;

}

.banner-hd a{
    right: 85px;
    bottom: 4px;
    position: absolute;
     padding: 27px;
    width: 87px;
    height: 87px;
    background: #C2804A;
    float: left;
    border-radius: 45px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.banner-hd a:hover{
     background: #387A66;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}







.bnr-arrowimg img {
/*    margin-left: -15px;*/
    width: 87px !important;
    max-width: 100%;
    text-align: left;
    display: inline-block !important;
    text-align: center;


     float: left;
   
   
    
}
.banner-hd p{
    padding-bottom: 39px;
    padding-top: 43px;
    width: 99%;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.arrow-down{
    float: left;
}
.arrow-down img{
    width: 59px !important;
    float: left;
}
.banner-img{
        padding-top: 15px;
    width: 50%;
    float: left;
}
.banner-img img {
    width: 510px !important;
    max-width: 100%;
    float: right;
}
.section1 {
    width: 100%;
    float: left;
    background-image: url('../images/white-bg.webp');
    background-size: cover;
    padding-top: 87px;
    padding-bottom: 102px;
}
.ston-1hd{
    width: 60%;
    float: left;
}
.ston-1hd h2{
    width: 100%;
    float: left;
    font-size: 85px;
   color: #233B35;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    line-height: 120%;
        padding-bottom: 56px;

}
.ston-1smlhd{
    width: 50%;
    float: left;
}
.ston-1smlhd h3{
   width: 100%;
    float: left;
    font-size: 50px;
   color: #233B35;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
   

}
.ston-1smlhd p{
    padding-top: 13px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    color: #606060;
    margin-bottom: 0px;
}
.ston-anotherhd {
    padding-top: 14px;
    padding-left: 45px;
    width: 40%;
    float: left;
}
.ston-anotherhd h2{
    width: 100%;
    float: left;
    color: #233B35;
    font-size: 55px;
     font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
}
.ston-anotherhd p{
        padding-bottom: 35px;
        padding-top: 21px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    color: #606060;
    margin-bottom: 0px;
}
.ston-anotherhd a{
    padding: 27px;
    width: 87px;
    height: 87px;
    background: #C2804A;
    float: left;
    border-radius: 45px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ston-anotherhd a:hover{
     background: #1d3f35;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.ston-anotherhd a img {
    float: left;
    width: 87px;
   max-width: 100%;
    text-align: center;
}













.section2{
    padding: 72px 0px 80px 0px;
    width: 100%;
    float: left;
    background-image: url('../images/CTA.png');
    background-size: cover;
/*    height: 478px;*/
    /*background-position: 50% 50%;*/
    background-repeat: no-repeat;
    background-attachment: fixed !important;
}
.sect2-bx{
    padding-right: 20px;
    width: 50%;
    float: right;
    text-align: right;
}
.sect2-bx h2 {
    width: 100%;
    float: right;
    text-align: left;
    color: #FFFFFF;
    font-size: 85px;
    line-height: 115%;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
}
.sect2-bx p{
    color: white;
    padding-top: 18px;
    width: 77%;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    margin-bottom: 0px;
}
.sect2-bx a{
    margin-top: 19px;
    margin-left: 29px;
    padding: 27px;
    width: 87px;
    height: 87px;
    background: #C2804A;
    float: left;
    border-radius: 45px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.sect2-bx a img {
    width: 35px;
    max-width: 100%;
    text-align: center;
}
.sect2-bx a:hover{
     background: #387A66;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}





.section3{
    padding-bottom: 100px;
    padding-top: 83px;
    width: 100%;
    float: left;
     background-image: url('../images/white-bg.webp');
    background-size: cover;

}
.sect-3hd{
    width: 100%;
    float: left;
    position: relative;
}
.sect-3hd h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #233B35;
    font-size: 85px;
    line-height: 120%;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.sect-3hd p {
    width: 100%;
    float: left;
    text-align: center;
    color: #606060;
    font-size: 15px;
    font-size: 15px;
    line-height: 200%;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 47px;
}
.section3-img {
    width: 100%;
    float: left;
    border-radius: 60px;
    border: 2px solid #C2804A;
    padding: 20px;
    position: relative;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.section3-img:hover .img-wtbx h3{
    color:#C2804A ;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.section3-img:hover h2{
color:#C2804A ;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}














.section3-img img{
    width: 100%;
    max-width: 333px;
    float: left;
    border-radius: 50px;
    position: relative;
}
.section3-img h2{
    left: 0;
    bottom: 61px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    color: white;
    position: absolute;
}
.img-wtbx {
    right: 19px;
    width: 142px;
    height: 122px;
    background-color: white;
    float: left;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    position: absolute;
}
.img-wtbx h3 {
    padding: 16px 0px;
    width: 100%;
    float: left;
    text-align: center;
    color: #0000004a;
    font-size: 75px;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
}
.starbx{
    right: 0;
    width: auto;
    float: left;
    position: absolute;
}
.starbx img{
    width: 100%;
    max-width: 68px;
    float: left;
}
.section4{
    width: 100%;
    float: left;
    background-image: url('../images/panel4img.png');
    background-size: cover;
    padding:91px 0px;
}
.sect4-bxs {
    padding: 48px 0px 39px 0px;
    width: 100%;
    float: left;
    border-radius: 30px;
    object-fit: cover;
    background-size: cover;
    background-image: url(../images/card.png);
}
.sect4-bxs img{
    width: 100%;
    max-width: 76px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left;
}

.sect4-bxs:hover img{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}




.sect4-bxs h2 {
    padding-bottom: 12px;
    padding-top: 18px;
    margin-bottom: 0px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
}
.sect4-bxs p{

    padding: 0px 40px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    color: white;
}
.section5{
    padding-top: 65px;
    padding-bottom: 145px;
    width: 100%;
    float: left;
     background-image: url('../images/white-bg.webp');
    background-size: cover;
}
.sect-main{
    width: 100%;
    float: left;
}
.sect-5bx{
    position:relative;
    width: 38%;
    float: left;

}
.sect-5bx img{
    border-radius: 35px;
    width: 100%;
    float: left;
    max-width: 500px;
}

.sect-5bx1 {
    margin-right: 18px;
    margin-left: 26px;
    width: 20%;
    float: left;
}
.sect-5bx1 img{
    width: 100%;
    float: left;
    max-width: 213px;
}
.starbx1 {
    top: -40px;
    left: -34px;
    width: auto;
    float: left;
    position: absolute;
}
.starbx1 img{
    width: 100%;
    max-width: 68px;
    float: left;
}
.footer{
    padding-bottom: 50px;
    width: 100%;
    float: left;
    background-size: cover;
    background-image: url('../images/footer.png');
   
}
.footer-main{
    width: 100%;
    float: left;
    border-bottom: 1px solid #387A66;
}
.footer-bx1{
       padding-bottom: 190px;
    padding-top: 87px;
    width: 17%;;
    float: left;
     border-right: 1px solid #387A66;
}
.footer-bx1 h2{
    padding-bottom: 22px;
    width: 100%;
    float: left;
    color: #C2804A;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;

}
.footer-bx1 a{
    text-decoration: none;
    padding-bottom: 8px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
}


.footer-bx2{
    padding-left: 98px;
        padding-bottom: 190px;
    padding-top: 87px;
    width:  28%;
    float: left;
     border-right: 1px solid #387A66;
}
.footer-bx2 h2{
    padding-bottom: 22px;
    width: 100%;
    float: left;
    color: #C2804A;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;

}
.footer-bx2 a{
    text-decoration: none;
    padding-bottom: 8px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
}



.footer-bx3{
    padding-left: 65px;
     padding-bottom: 53px;
    padding-top: 87px;
    width: 31%;
    float: left;
     border-right: 1px solid #387A66;
}
.footer-bx3 h2{
    padding-bottom: 22px;
    width: 100%;
    float: left;
    color: #C2804A;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;

}
.footer-bx3 a{
    text-decoration: none;
    padding-bottom: 8px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
}
.footer-bx3 p{
    padding-bottom: 8px;
    line-height: 26px;
    width: 100%;
    float: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}
.footer-logo{
     padding-bottom: 73px;
    padding-top: 87px;
    width: 23%;
    float: left;
}
.footer-logo img{
    width: 100%;
    float: left;
    max-width: 266px;
   margin-left: 60px;
   
}
.footer h5{
    padding-top: 43px;
    width: 50%;
    float: left;
    text-align: left;
    color: #c9c8c8;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;

}
.footer h4{
    padding-top: 43px;
    width: 50%;
    float: left;
    text-align: right;
    color: #c9c8c8;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;

}
.footer h4 a{
    text-decoration: none;
    color: #c9c8c8;
}
.section6{
    width: 100%;
    float: left;
    background-image: url('../images/cta-bg.png');
    background-size: cover;
    padding-top: 88px;
    padding-bottom: 87px;

}
.sect-hd{
    width: 53%;
    float: left;

}
.sect-hd h2{
    width: 100%;
    float: left;
    color: #FFFFFF;
    font-size: 81px;
    
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    line-height: 115%;
    margin-bottom: 0px;
}
.sect-pera{
        padding-left: 77px;
    width:47%;
    float: left;
}
.sect-pera p{
    width: 100%;
    float: left;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 25px;
}




.sect-pera a{
    padding: 27px;
    width: 87px;
    height: 87px;
    background: #C2804A;
    float: left;
    border-radius: 45px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.sect-pera a:hover{
     background: #387A66;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}





.sect-pera a img {
    
    width: 87px;
   max-width: 100%;
    text-align: center;
}
.inner-head{
    width: 100%;
    float: left;
    background-size: cover;
    object-fit: cover;
    background-image: url('../images/banner.png');
}
.inner-head h2 {
    padding-bottom: 25px;
    padding-top: 90px;
    width: 100%;
    float: left;
    color: white;
    margin-bottom: 0px;
    font-size: 75px;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
}
.aboutbn{
    width: 100%;
    float: left;
     padding: 50px 0px;
}
.aboutbn-main{
    width: 100%;
    float: left;
}
.aboutbn-main h2{
/*    width: 55%;*/
width: auto;
    text-align: left;
    font-size: 85px;
    color: #233B35;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    line-height: 120%;
    
}
.aboutbn-main p{
width: auto;
    text-align: left;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    color: black;
    margin-bottom: 0px;

}
.aboutbn-main img{
   
    max-width: 100%;
    margin-top: 20px;
    float: right;
    width: 419px;
    margin-left: 83px;
    border-radius: 30px;
    object-fit: contain;

    /* height: 305px; */
   
}








.vi-bn{
    width: 100%;
    float: left;
    padding: 50px 0px;
     background: #f6f5f5;
}
.vi-bn-hd{
    width: 100%;
    float: left;
    position: relative;

}
.vi-bn-hd h2{
    width: 100%;
    float: left;
    text-align: right;
    color: #233B35;
    font-size: 85px;
    line-height: 120%;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.vi-bn-hd p {
    width: 57%;
    float: right;
    text-align: right;
    color: #606060;
    font-size: 15px;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 60px;
}
.starbx-inn {
    top: 70px;
    left: 115px;
    width: auto;
    float: left;
    position: absolute;
}
.starbx-inn img {
    width: 100%;
    max-width: 68px;
    float: left;
}
.vi-mi-bx{
    width: 100%;
    float: left;
    background: white;
      padding: 25px 38px;
    border-radius: 50px;

}
.vi-mi-bx img{
    width: 90px;
    float: left;
    max-width: 100%;
}
.vi-mi-bx h2{
    padding-bottom: 8px;
    padding-top: 10px;
    width: 100%;
    float: left;
    text-align: left;
    color: #C2804A;
    font-size: 40px;
     font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;

}
.vi-mi-bx p{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    color: black;
    margin-bottom: 0px;
}




























.contact-bn{
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.contact{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
}

.contact-form{
    float: left;
    width: 100%;
    padding-right: 20px;
    
}
.contact-form-hed{
    float: left;
    width: 100%;
    padding: 25px 15px;
    background: #c3804b;
    border-radius: 15px 15px 0px 0px;
}

.contact-form-hed p{
    float: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: white;
    margin-bottom: 0px;
margin-top: 8px;
}
.contact-form-hed h3{
    float: left;
    width: 100%;
  
    font-size: 41px;
    color:white;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
}


.contact-forms{
    float: left;
    width: 100%;
   
    padding: 25px 0px;
    
    border-radius: 0px 0px 15px 15px;
}
.h-form {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 16px;
    /* text-transform: uppercase; */
    height: 70px;
    margin-bottom: 30px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(118 118 118 / 22%);
   /* margin-top: 3px;*/
    width: 100%;
    float: left;
    padding: 10px;
   /* margin-top: 17px;*/
    border-radius: 10px;
}
.adr-sectionmain {
    border-radius: 20px;
    width: 100%;
    float: left;
    background: #1d3f35eb;
}

.adr-section {
    border-top: 1px solid #ffffff;
    float: left;
    width: 100%;
    /* margin-bottom: 40px; */
    /* background: #1d3f35eb; */
    padding: 25px 30px;
    /* border-radius: 20px; */
    /* height: 188px; */
}
.adr-section h1 {
    margin-bottom: 0px;
    float: left;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    width: 100%;
    color: white;
    font-size: 41px;
   
    margin-top: 0px;
    margin-top: 4px;
    /* padding-bottom: 0px; */
}
.adr-section p {
    float: left;
    width: 100%;
    text-align: left;
  font-weight: 500;
    font-size: 16px;
    color: white;
    line-height: 28px;
    margin-top: 3px;
    
    margin-bottom: 0px;
}

.adr-section a {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 0px;
}







.adr-section p a{
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.adr-section p a:hover{
    text-decoration: none;
    color: #E0E0E0;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.contact-form-snd{
    float: left;
    width: 100%;
    
    margin-top: 25px;
    position: relative;
    
}
.contact-form-snd button{
    background: none;
    border: none!important;
}
.contact-form-snd button:focus{
    outline: none!important;
}
.contact-form-snd button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 67px;
/*    background-color: rgba(255, 255, 255, 0.4);*/
    transition: none 0s ease 0s;
}
.contact-form-snd button:hover::before {
    width: 120%;
/*    background-color: rgba(255, 255, 255, 0);*/
    transition: all 0.4s ease-in-out 0s;
}
.select2-container{
    width: 100%!important;
}


.datepicker table tr td.day:hover, .datepicker table tr td.focused{
    background: #2c4c63!important;
    color: white!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #2c4c63!important;
    
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #2c4c63!important;
}


.field_area option:hover{
    background-color: #2c4c63!important;
}

 .field_area__option--highlighted.field_area__option--selectable {
    background-color: #202e39 !important;
    color: white;
}


.button-5ct {
    position: relative;
    overflow: hidden;
    text-decoration: none;
     cursor: pointer; 
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-5ct .text1ex{
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-5ct .text2ex {
    float: left;
    text-align: center;
    color: #1c3d33;
    display: block;
    position: relative;
    /* bottom: 2px; */
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 11%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    /* height: 14px; */
    /* line-height: 13px; */
}

.button-5ct:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-5ct:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-5ct:hover .text2ex {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}
.contact-form-snd a {
    border: 1px solid #1c3d33;
    padding: 18px 18px;
    width: 181px;
    height: 61px;
    float: left;
    border-radius: 100px;
    background-color: #123128;
    text-align: center;
    font-size: 15px;
    font-family: "Manrope";
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}
.contact-form-snd img {
    width: 10px;
    max-width: 100%;
    margin-left: 16px;
}





/*careeer*/
.carrer-space{
    display: block;
    margin: auto;
    max-width: 100%;
    width: 910px;
}

.ffff h2{
   width: 100%;
    float: left;
    text-align: center;
    color: #233B35;
    font-size: 73px;
    line-height: 120%;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.ffff p{

    padding-bottom: 25px;
    width: 100%;
    float: left;
    text-align: center;
    color: #606060;
    font-size: 15px;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 47px;
}










.career-form p {
    float: left;
    width: 100%;
    font-weight: 400;
       line-height: 26px;

    margin-bottom: 35px;
}





.contact-labl {
    padding-bottom: 15px;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000;

}
.carer-form {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 56px;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(118 118 118 / 22%);
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 12px;
    /* margin-top: 17px; */
    border-radius: 10px;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


.contact-pages{
     width: 100%;
    float: left;
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}
.drope-us {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.drope-us span {
   
    color: black;
    float: left;
    width: 100%;
    margin-bottom: 8px;

font-size: 55px;
    
    font-weight: 600;








}
.drope-us p {
    float: left !important;
    width: 100% !important;
   
    color: black !important;
    
    margin-bottom: 7px;
font-size: 16px;
    font-weight: 400;
    line-height: 26px;


}
.frm-titel {
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: normal;
}
.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 45px;
    margin-bottom: 24px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 5px;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.contact-location {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.contact-location-img {
    float: left;
    width: 70px;
    height: 70px;
    background: #0c4a79;
    padding-top: 16px;
    border-radius: 15px;
}
.contact-location-img img {
    float: none;
    width: 40px;
    margin: auto;
    display: block;
}
.contact-location-txt {
    float: left;
    width: auto;
    margin-left: 25px;
    
}
.contact-location-txt h3 {
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 2px;
}
.contact-location-txt p {

font-size: 16px;
    font-weight: 400;
    line-height: 26px;





    float: left;
    width: 100%;
    color: black;
    
    margin-bottom: 0px;
}
.contact-location-txt a {
    float: left;
    width: 100%;
    color: black;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.glry{
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.glry h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #233B35;
    font-size: 85px;
    line-height: 120%;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.glry p {
    width: 100%;
    float: left;
    text-align: center;
    color: #606060;
    font-size: 15px;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 47px;
}
.img-fluid {
        width: 100%;
/*    margin-bottom: 45px;*/
    /* border-radius: 30px; */
    object-fit: cover;
    height: 250px !important;
}
.prdts{
    width: 100%;
    float: left;
    padding:50px 0px;
    position: relative;
}
.prdts-hd{
    padding: 0px 187px;
    width: 100%;
    float: left;
}
.prdts-hd h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #233B35;
    font-size: 85px;
/*    line-height: 120%;*/
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    padding-bottom: 20px;

}
.prdts-hd p{
    width: 100%;
    float: left;
    text-align: center;
    color: #606060;
    
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 47px;
}
.prdts-main {
    margin-bottom: 30px;
    border-radius: 30px;
    border: 2px solid #C2804A;
    padding: 20px 15px 25px 15px;
    /* border: 1px solid; */
    width: 100%;
    float: left;
}
.prdts-main img {
    object-fit: cover;
    width: 450px;
     max-width: 100%; 
    float: none;
    border-radius: 20px;
    height: 245px;
    margin: auto;
    display: block;
    text-align: center;
}
.prdts-main h2 {
    padding-top: 17px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    font-family: 'Milchella';
    font-weight: normal;
    font-style: normal;
    color: #233B35;
}
.prdts-main p {
    float: left;
    text-align: center;
    width: 100%;
    color: #606060;
    font-size: 15px;
    line-height: 200%;
    font-weight: 300;
    margin-bottom: 0px;
    /* padding-bottom: 47px; */
}


@media (max-width: 408px){
    
        .banner-hd h2 {
        font-size: 70px !important;
            
        }
    
    .ston-1hd h2 {
        
        font-size: 45px !important;
        
    }
    .sect2-bx h2 {
        font-size: 55px !important;
        
    }
    
    .aboutbn-main h2 {
       
        font-size: 52px !important;
        
    }
        .vi-bn-hd h2 {
            font-size: 52px !important;
        }
    
    .sect-hd h2 {
        font-size: 55px !important;
        
    }
    .footer h5 {
         font-size: 14px !important;
    }
    .footer h4 {
         font-size: 14px !important;
    }
        .glry h2 {
        font-size: 55px !important;
            
        }
        .ffff h2 {
        font-size: 55px !important;
    }
        
    
}


@media (max-width: 575px){
    .sect-5bx img {
        max-width:100%;
    }
    
    .img-wtbx {

    width: 120px;
    height: 103px;
        
    }
    .starbx {
    display: none;
        
    }
    .img-wtbx h3 {
        font-size: 60px;
    }
    
    .section3-img h2 {
         font-size: 35px;
    }
.banner-hd a {
    display: none;
}

    .munu-nav {
    display: none;
}
.logo {
    width: 50%;
}
.heading {
    padding-top: 20px;
}
.banner-hd {
    padding-top: 70px;
    width: 100%;
}
.banner-hd h2 {
    font-size: 77px;
   text-align: center;
    line-height: 90px;
}
.banner-hd p {
    width: 100%;
    text-align: center;
    padding: 25px 17px;
}
.arrow-down {
    display: none;
}
.banner-img {
    width: 100%;
}
.banner-main {
    padding-bottom: 80px;
}
.ston-1hd {
    width: 100%;
}
.ston-1hd h2 {
    text-align: center;
    font-size: 63px;
}
.ston-1smlhd {
    padding-left: 0px !important;
    width: 100%;
}
.ston-1smlhd h3 {
    text-align: center;
}
.ston-1smlhd p {
    text-align: center;
}
.ston-anotherhd {
    padding-top: 36px;
    padding-left: 0px; 
    width: 100%;
    display: grid;
    
}
.ston-anotherhd a {
    margin: auto;
    
}
.sect2-bx a {
    margin-right: auto;
    margin-left: auto;
}

.ston-anotherhd h2 {
    text-align: center;
}
.ston-anotherhd p {
    text-align: center;
    padding-top: 9px;
}
.ston-1smlhd p {
    padding-top: 8px;
}
.ston-anotherhd img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.section1{
    padding-top: 70px;
    padding-bottom: 80px;
}
.sect2-bx {
    display: grid;
     padding-right: 0px; 
    width: 100%;
    float: left;
    text-align: center;

}
.sect-pera a {
    margin: auto;
    
}
    .sect-pera {
        display: grid;
        
    }
.sect2-bx h2 {
    font-size: 64px;
    text-align: center;
}
.sect2-bx p {
    text-align: center;
    width: 100%;
}
.sect-3hd h2 {
    font-size: 65px;
}
.starbx img {
   
    max-width: 46px;
}
.sect-3hd p br{
display: none;
}
.section3-img img {
     max-width: 100%;
}
.sect4-bxs {
/*    padding: 48px 40px 39px 40px;*/
    margin-bottom: 25px;
}
.section4 {
    padding: 65px 44px;
    background-position: right;
}
.sect-5bx {
    width: 100%;
    margin-bottom: 20px;
}
.sect-5bx1 {
    display: none;
}
.section5 {
    padding-bottom: 80px;
}
.sect-hd {
    width: 100%;
}
.sect-hd h2 {
    font-size: 65px;
    text-align: center;
}
.sect-pera {
    width: 100%;
}
.sect-pera {
    padding-left: 0px;
}
.sect-pera a img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.sect-pera p {
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: center;
}
.section6 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.footer-bx1 {
        padding-bottom: 60px;
    width: 50%;
}
.footer-bx2 {
        padding-bottom: 60px;
    border-right: none;
    width: 50%;
    padding-left: 0px;
}
.footer-bx3 a {
    font-size: 14px;
}
.footer-bx1 h2 {
    text-align: center;
}
.footer-bx1 a {
    text-align: center;
}
.footer-bx2 h2 {
    text-align: center;
}
.footer-bx2 a {
    text-align: center;
}
    .footer-bx3 {
        padding-top: 48px;
        padding-left: 0px;
        width: 100%;
        padding-top: 50px;
        border-right: none;
        border-top: 1px solid #387A66;
    }
.footer-bx3 h2{
text-align: center;
}
.footer-bx3 p{
text-align: center;
}
.footer-bx3 a{
text-align: center;
}
.footer-logo {
   width: 100%;
    padding-top: 0px;
}
.footer-logo img {
    margin-left: 0px;
    float: none;
    margin: auto;
    text-align: center;
    display: block;
    max-width: 188px;
}
.footer h5 {
    padding-top: 25px;
    text-align: center;
    width: 100%;
}
.footer h4 {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.footer {
    padding-bottom: 25px;
}

.inner-head h2 {
    text-align: center;
    padding-top: 65px;
}


.aboutbn-main img {
    
   
    float: none;
    width: 419px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   display: block;
    object-fit: contain;
    /* height: 305px; */
}
.aboutbn-main h2 {
    width: 100%;
    text-align: center;
    font-size: 65px;
    padding-top: 18px;
    padding-bottom: 15px;
}

.aboutbn-main p {
    text-align: center;
    width: 100%;
}
.vi-bn-hd h2 {
    text-align: center;
    font-size: 65px;
    width: 100%;
}
.vi-bn-hd h2 br{
    display: none;

}
.starbx-inn {
display: none;
 }   
.vi-bn-hd p {
    text-align: center;
    float: none;
    width: 100%;

}
.vi-mi-bx {
    margin-bottom: 30px;
}
.prdts-hd {
    padding: 0px 0px;
}
.prdts-hd h2 {
    font-size: 65px;
}
.glry h2 {
    font-size: 65px;
    padding: 0px;
}
.glry p br{
    display: none;
}
.img-fluid {
    height: auto !important;
}

.ffff h2 {
    font-size: 65px;
}
.ffff p br{
display: none;
}
.contact-form {
    padding-right: 0px;
}
.banner-img img {
    float: none;
    margin: auto;
}

}



@media (min-width: 576px) and (max-width: 767px){
    
    
    
    .sect-5bx img {
        max-width:100%;
    }
    
    .img-wtbx {

    width: 120px;
    height: 103px;
        
    }
    .starbx {
    display: none;
        
    }
    .img-wtbx h3 {
        font-size: 60px;
    }
    
    .section3-img h2 {
         font-size: 35px;
    }

.img-wtbx h3 {
     font-size: 55px;
}
.img-wtbx {
   
    width: 125px;
    height: 100px;
    
}
.section3-img h2 {
    font-size: 33px;
    bottom: 35px;
}

.sect-pera a {
    margin: auto;
    
}
.banner-hd a {
    display: none;}

    .munu-nav {
    display: none;
}
.logo {
    width: 50%;
}
.heading {
    padding-top: 20px;
}
.banner-hd {
    padding-top: 70px;
    width: 100%;
}
.banner-hd h2 {
    font-size: 78px;
   text-align: center;
    line-height: 90px;
}
.banner-hd p {
    width: 100%;
    text-align: center;
    padding: 25px 17px;
}
.arrow-down {
    display: none;
}
.banner-img {
    width: 100%;
}
.banner-main {
    padding-bottom: 80px;
}
.ston-1hd {
    width: 100%;
}
.ston-1hd h2 {
    text-align: center;
    font-size: 63px;
}
.ston-1smlhd {
    padding-left: 0px !important;
    width: 100%;
}
.ston-1smlhd h3 {
    text-align: center;
}
.ston-1smlhd p {
    text-align: center;
}
.ston-anotherhd {
    display: grid;
    padding-top: 36px;
    padding-left: 0px; 
    width: 100%;
    
}
.ston-anotherhd h2 {
    text-align: center;
}
.ston-anotherhd p {
    text-align: center;
    padding-top: 9px;
}
.ston-1smlhd p {
    padding-top: 8px;
}
.ston-anotherhd a {
    margin-right: auto;
    margin-left: auto;
    
}
.ston-anotherhd img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.section1{
    padding-top: 70px;
    padding-bottom: 80px;
}
.sect2-bx {
    display: grid;

     padding-right: 0px; 
    width: 100%;
    float: left;
    text-align: center;

}
.sect2-bx a {
    margin-left:auto;
     margin-right:auto;
}
.sect2-bx h2 {
    font-size: 64px;
    text-align: center;
}
.sect2-bx p {
    text-align: center;
    width: 100%;
}
.sect-3hd h2 {
    font-size: 65px;
}
.starbx img {
   
    max-width: 46px;
}
.sect-3hd p br{
display: none;
}
.section3-img img {
     max-width: 100%;
}
.sect4-bxs {
/*    padding: 48px 40px 39px 40px;*/
    margin-bottom: 25px;
}
.section4 {
    padding: 65px 44px;
    background-position: right;
}
.sect-5bx {
    width: 100%;
    margin-bottom: 20px;
}
.sect-5bx1 {
    display: none;
}
.section5 {
    padding-bottom: 80px;
}
.sect-hd {
    width: 100%;
}
.sect-hd h2 {
    font-size: 65px;
    text-align: center;
}

.sect-pera {
        
    display: grid;
    width: 100%;
}
.sect-pera {
    padding-left: 0px;
}
.sect-pera a img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.sect-pera p {
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: center;
}
.section6 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.footer-bx1 {
    padding-bottom: 70px;
    width: 50%;
}
.footer-bx2 {
    padding-bottom: 70px;
    border-right: none;
    width: 50%;
    padding-left: 0px;
}
.footer-bx1 h2 {
    text-align: center;
}
.footer-bx1 a {
    text-align: center;
}
.footer-bx2 h2 {
    text-align: center;
}
.footer-bx2 a {
    text-align: center;
}
.footer-bx3 {
        border-top: 1px solid #387A66;
        border-right: none;
        padding-left: 0px;
        width: 100%;
        padding-top: 40px;
    }
.footer-bx3 h2{
text-align: center;
}
.footer-bx3 p{
text-align: center;
}
.footer-bx3 a{
text-align: center;
}
    .footer-logo {
        width: 100%;
        padding-top: 0px;
    }
.footer-logo img {
    margin-left: 0px;
    float: none;
    margin: auto;
    text-align: center;
    display: block;
    max-width: 188px;
}
.footer h5 {
    padding-top: 25px;
    text-align: center;
    width: 100%;
}
.footer h4 {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.footer {
    padding-bottom: 25px;
}

.inner-head h2 {
    text-align: center;
    padding-top: 65px;
}


.aboutbn-main img {
    
   
    float: none;
    width: 419px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   display: block;
    object-fit: contain;
    /* height: 305px; */
}
.aboutbn-main h2 {
    width: 100%;
    text-align: center;
    font-size: 65px;
    padding-top: 18px;
    padding-bottom: 15px;
}

.aboutbn-main p {
    text-align: center;
    width: 100%;
}
.vi-bn-hd h2 {
    text-align: center;
    font-size: 65px;
    width: 100%;
}
.vi-bn-hd h2 br{
    display: none;

}
.starbx-inn {
display: none;
 }   
.vi-bn-hd p {
    text-align: center;
    float: none;
    width: 100%;

}
.vi-mi-bx {
    margin-bottom: 30px;
}
.prdts-hd {
    padding: 0px 0px;
}
.prdts-hd h2 {
    font-size: 65px;
}
.glry h2 {
    font-size: 65px;
    padding: 0px;
}
.glry p br{
    display: none;
}
.img-fluid {
    height: auto !important;
}

.ffff h2 {
    font-size: 65px;
}
.ffff p br{
display: none;
}
.contact-form {
    padding-right: 0px;
}
.banner-img img {
    float: none;
    margin: auto;
}
.starbx {
    top: -53px;
}
}


@media (min-width: 768px) and (max-width: 991px){
    
    
    .adr-section {
        padding:25px 19px;
    }
    .adr-section a {
         font-size: 11px;
        
    }
    
    .vi-mi-bx {
    height: 390px;
        
    }
    
    
    .sect-3hd p br{
        display:none;
    }


.banner-hd a {
    right: 78px;
    
}



.munu-nav {
    display: none;
}
.banner-hd h2 {
    font-size: 75px;
    line-height: 92px;
}
.banner-hd p {
    font-size: 13px;
}
.banner-hd {
    padding-top: 60px;
}
.banner-hd {
    width: 60%;
}
.banner-img {
    width: 40%;
}
.arrow-down {
    display: none;
}
.banner-main {
    padding-bottom: 45px;
}
.ston-1hd h2 {
    font-size: 58px;
    padding-bottom: 34px;
}
.ston-anotherhd {
    padding-top: 0px; 
    padding-left: 31px;
}

.ston-anotherhd h2 {
    font-size: 45px;
}
.ston-anotherhd p {
    padding-bottom: 35px;
    padding-top: 8px;
    font-size: 14px;
}
.sect2-bx {
    width: 100%;
}

.starbx {
    display: none;
}
.sect-5bx1 {
    margin-right: 13px;
    margin-left: 13px;
}
.sect-5bx1 img {
    width: 96%;
}
.section5 {
    padding-top: 60px;
    padding-bottom: 75px;
}
.sect-hd h2 {
    font-size: 54px;
}
.sect-pera {
    padding-left: 56px;
}
.section6 {
    padding-bottom: 52px;
}
.footer-bx2 {
    border-right: none;
    padding-bottom: 55px;
    padding-top: 55px;
    padding-left: 40px;
}
.footer-bx3 {
    border-right:none;
    padding-bottom: 55px;
    padding-top: 55px;
    padding-left: 0px;
}
.footer-logo img {
    width: 99%;
    float: left;
    margin-left: 30px;
}
.footer-bx1 {
    border-right: none;
    padding-bottom: 55px;
    padding-top: 55px;
}
.footer {
    padding-bottom: 35px;
}
.aboutbn-main img {
    width: 322px;
    margin-left: 29px;

}
.aboutbn-main h2 {
    font-size: 50px;
}
.aboutbn-main p {
    font-size: 14px;
}
.vi-bn-hd h2 {
    font-size: 55px;
}
.vi-bn-hd p {
    width: 100%;
}
.vi-mi-bx img {
    width: 81px;
}
.vi-mi-bx h2 {
    font-size: 35px;
}
.vi-mi-bx p {
    font-size: 14px;
}
.prdts-hd {
    padding: 0px 0px;
    }
    .contact-form {
        padding-right: 0px;
    }

.adr-section h1 {
    font-size: 35px;
}
.adr-section p br{
    display: none;

}
.adr-section p {
  font-size: 15px;
}

.adr-section p a {
    float: left;
    width: 100%;
}




}


@media (min-width: 992px) and (max-width: 1024px){
    
     .adr-section a {
         font-size: 15px;
        
    }
    
    .section3-img img {
    max-width: 100%;
        
    }


    .munu-nav {
    display: none;
}
.banner-hd h2 {
    font-size: 75px;
    line-height: 92px;
}
.banner-hd p {
    width: 85%;
    font-size: 13px;
}
.banner-hd {
    padding-top: 60px;
}
.banner-hd {
    width: 60%;
}
.banner-img {
    width: 40%;
}
.arrow-down {
    display: none;
}
.banner-main {
    padding-bottom: 45px;
}
.ston-1hd h2 {
    font-size: 64px;
    padding-bottom: 34px;
}
.ston-anotherhd {
    padding-top: 0px; 
    padding-left: 31px;
}

.ston-anotherhd h2 {
    font-size: 45px;
}
.ston-anotherhd p {
    padding-bottom: 35px;
    padding-top: 8px;
    font-size: 14px;
}
.sect2-bx {
    width: 100%;
}

.starbx {
    display: none;
}
.sect-5bx1 {
    margin-right: 13px;
    margin-left: 13px;
}
.sect-5bx1 img {
    width: 96%;
}
.section5 {
    padding-top: 60px;
    padding-bottom: 75px;
}
.sect-hd h2 {
    font-size: 54px;
}
.sect-pera {
    padding-left: 56px;
}
.section6 {
    padding-bottom: 52px;
}
.footer-bx2 {
    padding-bottom: 192px;
    padding-top: 55px;
    padding-left: 40px;
}
.footer-bx3 {
    padding-bottom: 55px;
    padding-top: 55px;
    padding-left: 30px;
}
.footer-logo img {
    width: 99%;
    float: left;
    margin-left: 30px;
}
.footer-bx1 {
    padding-bottom: 192px;
    padding-top: 55px;
}
.banner-hd a {
    right: 213px;
    
}
.sect2-bx a {
     margin-top: 0px;
    margin-left: 0px;
    }
.footer {
    padding-bottom: 35px;
}
.aboutbn-main img {
    width: 322px;
    margin-left: 29px;

}
.aboutbn-main h2 {
    font-size: 50px;
}
.aboutbn-main p {
    font-size: 14px;
}
.vi-bn-hd h2 {
    font-size: 55px;
}
.vi-bn-hd p {
    width: 65%;
}
.vi-mi-bx img {
    width: 81px;
}
.vi-mi-bx h2 {
    font-size: 35px;
}
.vi-mi-bx p {
    font-size: 14px;
}
.prdts-hd {
    padding: 0px 0px;
    }
    .contact-form {
        padding-right: 0px;
    }

.adr-section h1 {
    font-size: 35px;
}
.adr-section p br{
    display: none;

}
.adr-section p {
  font-size: 15px;
}

.adr-section p a {
    float: left;
    width: 100%;
}
}



@media (min-width: 1025px) and (max-width: 1199px){
    
    
      .adr-section a {
         font-size: 15px;
        
    }
    .footer-logo img {
        margin-left: 35px;
    }
    
    .footer-bx3 {
    padding-left: 50px;
        
    }
    
    .sect2-bx a {
     margin-top: 0px; 
    margin-left: 0px;
    }
    .header_menu_area > ul > li > a:before {
        left: 4px;
    }
    .banner-hd a {
    right: 200px;
        
    }

.banner-hd h2 {
    font-size: 75px;
    line-height: 92px;
}
.banner-hd p {
    width: 85%;
    font-size: 13px;
}
.banner-hd {
    padding-top: 60px;
}
.banner-hd {
    width: 60%;
}
.banner-img {
    width: 40%;
}
.arrow-down {
    display: none;
}
.banner-main {
    padding-bottom: 45px;
}
.ston-1hd h2 {
    font-size: 64px;
    padding-bottom: 34px;
}
.ston-anotherhd {
    padding-top: 0px; 
    padding-left: 31px;
}

.ston-anotherhd h2 {
    font-size: 45px;
}
.ston-anotherhd p {
    padding-bottom: 35px;
    padding-top: 8px;
    font-size: 14px;
}
.sect2-bx {
    width: 100%;
}

.starbx {
    display: none;
}
.sect-5bx1 {
    margin-right: 13px;
    margin-left: 13px;
}
.sect-5bx1 img {
    width: 96%;
}
.section5 {
    padding-top: 60px;
    padding-bottom: 75px;
}
.sect-hd h2 {
    font-size: 54px;
}
.sect-pera {
    padding-left: 56px;
}
.section6 {
    padding-bottom: 52px;
}
.footer-bx2 {
    padding-bottom: 193px;
    padding-top: 55px;
    padding-left: 40px;
}
.footer-bx3 {
    padding-bottom: 55px;
    padding-top: 55px;
    padding-left: 30px;
}
.footer-logo img {
    width: 99%;
    float: left;
    margin-left: 30px;
}
.footer-bx1 {
    padding-bottom: 193px;
    padding-top: 55px;
}
.footer {
    padding-bottom: 35px;
}
.aboutbn-main img {
    width: 322px;
    margin-left: 29px;

}
.aboutbn-main h2 {
    font-size: 50px;
}
.aboutbn-main p {
    font-size: 14px;
}
.vi-bn-hd h2 {
    font-size: 55px;
}
.vi-bn-hd p {
    width: 65%;
}
.vi-mi-bx img {
    width: 81px;
}
.vi-mi-bx h2 {
    font-size: 35px;
}
.vi-mi-bx p {
    font-size: 14px;
}
.prdts-hd {
    padding: 0px 0px;
    }
    .contact-form {
        padding-right: 0px;
    }

.adr-section h1 {
    font-size: 35px;
}
.adr-section p br{
    display: none;

}
.adr-section p {
  font-size: 15px;
}

.adr-section p a {
    float: left;
    width: 100%;
}
.header_menu_area > ul > li > a {
    padding: 0px 15px 0px 20px;
}

.footer-logo {
    padding-bottom: 45px;
}




}


.nw-glry {
    margin-top: 31px;
    margin-left: auto;
    width: auto;
    float: none;
    display: table;
    text-align: center;
    margin-right: auto;
}


.nw-glry a{
    padding: 18px 18px;
    width: 181px;
    height: 61px;
    float: left;
    border-radius: 100px;
    background-color: #123128;
    text-align: center;
    font-size: 15px;
    font-family: "Manrope";
    font-weight: 300;
    color: #FFFFFF;
    text-decoration: none;


}

.nw-glry a:hover{
    border: 1px solid #123128;
    text-decoration: none;
}
.nw-glry img{
    width: 11px;
    max-width: 100%;
        margin-left: 16px;
}










/*ccccccc*/
/* CSS */
.button-57 {
    position: relative;
    overflow: hidden;
    text-decoration: none;
     cursor: pointer; 
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-57 .text1{
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-57 .text2 {
    float: left;
    text-align: center;
    color: #1c3d33;
    display: block;
    position: relative;
    /* bottom: 2px; */
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 11%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    /* height: 14px; */
    /* line-height: 13px; */
}

.button-57:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-57:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-57:hover .text2 {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}
/*ccccccc*/









