html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden;        font-family: "DM Sans", sans-serif !important;
scroll-behavior: smooth;
}
a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0a1720;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0a1720;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0a1720;
}


/******************************menu**********************/

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  padding: 40px 0 0;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    float: left;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: #8dbc3b !important;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
 
  color: black; !important;
 
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}

@media (max-width: 1024px) {
   .menuTrigger.active{
        position: fixed!important;
    z-index: 999!important;
    top: 25px!important;
    left: 92%!important;
   }
  .talk{
  float: none!important;
  display: table;
  margin: auto;    background: #1bd584;
    font-weight: 700;
 }

.navItem ul li a{
  /* color: #fff !important; */
  padding: 5px 0;
}.navItem ul li {
  border-bottom: 1px solid #2a4051;
  text-align: left;
  padding-left: 26px;
}
  .navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    overflow-y: scroll;
    height: 400px;
    top: 40px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #192935;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.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: 999;
  right: 15px;
  top: 5px;
  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: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #f46c26;
  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));
  background: #f86e23;
}
.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));
  background: #f86e23;
}

.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-color: #0d1e2b;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-size: var(--s) calc(var(--s) / 0.577);
  z-index: 99;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0;
  width: 100%;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: transparent;
  width: 100%;
  position: relative;
}

.nav .navItem {
  margin-bottom: 2px;
  border-bottom: 2px solid #192935;
  padding: 8px 0 8px 30px;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 16px;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  color: #f86e23;
  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;
  font-weight: 700;
}
.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.7;
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
  } 100% {
    opacity: 1;
  }
}

@keyframes fadein {
 0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
  }
}
.demoContent {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 30px 0 30px;
  overflow-y: auto;
  background-color: #fff;
}
.demoContent::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F0E9;
}
.demoContent::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 3px;
}
.demoContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f2f0e9;
  background-color: #F2F0E9;
}
.demoContent h1 {
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.demoContent .demoHeader {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.demoContent .demoHeader:before {
  content: "";
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #E1E9EE;
}
.demoContent .demoHeader:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #E1E9EE;
  border: 3px solid #fff;
}
.demoContent .demoHeader span:first-child {
  display: flex;
  width: 115px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 70px auto 15px;
}
.demoContent .demoHeader span:last-child {
  display: flex;
  width: 200px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 15px auto 15px;
}
.demoContent .demoPost {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 15px 0;
  padding: 0 15px;
}
.demoContent .demoPost .demoPostImg {
  width: 30%;
  height: 80px;
  border-radius: 10px;
  background-color: #E1E9EE;
}
.demoContent .demoPost .demoPostContent {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 70%;
  padding-left: 15px;
}
.demoContent .demoPost .demoPostContent span:nth-child(1) {
  width: 50%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(2) {
  width: 30%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(3) {
  width: 70%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}

.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    display: none;
    float: right;
    position: relative;
    z-index: 99999;
    width: 35px;
    height: 28px;
    margin: 0;
    cursor: pointer;
    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;
}

.header_menu_area > .mob_nav > div {
    background: #ce2933;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    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;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
    width: 65%;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: #ce2933;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ce2933;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 0;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    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;
    top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    /* transform: rotate(-15deg) translate3d(0, 0, 0); */
    padding-bottom: 50px;
    background: #ffffff;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
    top: 0;
}

.header_user_area {
    right: calc(5% + 70px);
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    padding-bottom: 50px;
}

.header_menu_area > ul > li > a:after{
  position:absolute;
  content:'';
  width: 0;
  display: none;
  background: #F47920;
  height: 1px;
  left: 0;
  bottom: -4px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}.header_menu_area > ul > li > a:hover::after{
width:100%;
}.activeli:after{
  width:100% !important;
}
.activeli{
  color: #8dbc3b !important;
 }.header_menu_area > ul > li > a:hover{
  
 }
.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 10px 15px 0;
    border-bottom: 1px solid transparent;
    letter-spacing: 0px !important;
    padding: 0px;
    z-index: -2;
    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-transform: uppercase; */
    text-decoration: none;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    background: #f86e23; !important;
    color: #fff;
    text-decoration: none;
    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-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 30px;
    /* height: 0; */
    padding: 0;
    width: 530px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    left: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    /* transform: translate(0,20px); */
    /* transition: all .2s ease-out; */
    /* -webkit-transform: perspective(600px) rotateX(-90deg); */
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    /* transform: perspective(600px) rotateX(-90deg); */
    /* -webkit-transition: -webkit-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end; */
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    /* transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end; */
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 50%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0,0); */
    transition: all .5s ease-out;
    height: 320px;
    left: -230px;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 18px 10px;
    display: block;
    color: #ffffff;
    background: #0d1e2b;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
    text-decoration: none;
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}



.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
   
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
319deg);
}



@media (max-width: 1024px){
    .header_menu_area > ul > li > a{
        margin: 8px 0px 0px 0px;
        font-size: 19px;
    }
    .hamburgermenu{
        display: none;
    }
}



/**********************menu***************/

.header{

width: 100%;

float: left;

padding-bottom: 0;

background: #0d1e2b;

height: 117px;

padding: 0 2%;
}
.logo{

width: 26%;

float: left;

position: relative;

z-index: 9;

margin-top: 3px;
}
.logo img{width: 327px;float: left;}
.header2{width: 74%;float: right;position: relative;}

.hd-top{

width: 100%;

float: left;

background: #fff;

padding: 0 2%;
}
.ico{

width: auto;

float: left;

margin: 10px 0;
}.ico a:hover{
  
background: #0d1e2b;
}
.ico a{

background: #f46b25;

padding: 7px 0;

border-radius: 100%;

width: 30px;

height: 30px;

float: left;

text-align: center;

margin-right: 13px;
}
.ico a img{

width: 15px;

filter: brightness(111);

display: block;

margin: auto;

height: 15px;

object-fit: contain;
}
.call-mail{

width: auto;

float: left;

margin: 12px 0;

padding: 4px 0;

border-left: 2px solid #cccccc94;

padding-left: 14px;

margin-right: 14px;
}
.call-mail a:hover span{
      color: #f46b25;
}
.call-mail a{

text-decoration: none;
}
.call-mail a h6{

font-size: 14px;

color: #314251;

margin: 0;

font-weight: 500;
}
.call-mail a h6 span{

font-weight: 400;
}
.hd-right{

float: right;

width: 51%;
}
.hd-right a{

float: right;

width: 145px;

background: #f86e23;

height: 50px;

text-align: center;

font-size: 15px;

color: #fff;

text-decoration: none;

padding: 13px 0;
}
.active-hd{
      background: #fff4ee !important;
      color: #f86e23 !important;
}
.hd-right a:hover{
  
background: #fff4ee;
  
color: #f86e23;
}
.hd-left{
  width: 49%;
  float: left;
}
.banner{

width: 100%;

float: left;

background: #15293b;
}
.ban-img{
  
width: 100%;
  
float: left;
}
.panel1{

width: 100%;

float: left;

background: #122331;

padding: 30px 0;
}
.p1-box{

width: 100%;

float: left;

padding: 45px;

background: #0d1e2b;

border-radius: 30px;

margin-top: -77px;

position: relative;

z-index: 9;
}
.p1-box h1{color: #fff;font-size: 48px;font-weight: 700;margin-top: 20px;}
.p1-box h1 span{color: #ec6a23;}
.p1-box p{font-size: 15px;color: #fff;line-height: 200%;padding-top: 5px;}
.p1-box a{width: 162px;border: 1px solid #ec6a23;float: left;height: 39px;text-align: center;border-radius: 30px;text-decoration: none;color: #ec6a23;padding: 7px 0;font-size: 15px;font-weight: 400;}
.p1-box a:hover{
  
background: #ec6a23;
  
color: #fff;
}
@keyframes qodef-appear-image {
    0% {
        transform: scale(var(--qode-apperar-scale)) translateY(-5%)
    }

    100% {
        transform: scale(1.001) translateY(0)
    }
}
.p1-box img:hover{
  /* filter: hue-rotate(45deg); */
}
.p1-box img{
  width: 422px;
  float: left;
  margin-right: 60px;

  animation-fill-mode: both;
}
.content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  float: left;
  margin=t: 30px;
  margin=t: 30px;
  margin=t: 30p;
  margin=t: 30;
  margin=t: 3;
  /* margin-top: 30px; */
}

.content .list{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 36%;
  margin-right: 35px;
  float: left;
  background-color: #0d1e2b;
  margin-top: 30px;
}

.content .list label{
  cursor: pointer;
  height: 118px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding: 27px 27px;
  transition: all 0.5s ease;
  /* background-color: #0d1e2b; */
  /* margin-bottom: 15px; */
  position: relative;
  z-index: 9;
  border-bottom: 17px solid #122331;
}

#gadong:checked ~ .list label.gadong,
#kapok:checked ~ .list label.kapok,
#batu:checked ~ .list label.batu,
#rbrc:checked ~ .list label.rbrc,
{
  color: #22272C;
}

.content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 98px;
  width: 100%;
  border-radius: 19px;
  transition: all 0.5s ease;
  background: #ec6a23;
  /* z-index: 16; */
}

#gadong:checked ~ .list .slider{
  top: 0;
}

#kapok:checked ~ .list .slider{
  top: 119px;
  /* z-index: 999; */
}

#batu:checked ~ .list .slider{
  top: 236px;
}

#rbrc:checked ~ .list .slider{
  top: 355px;
}



.content .text-content{
  width: 64%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 30px;
  padding-top: 30px;
  float: right;
}

.content .text{
  display: none;
}

.content .text .title{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.container .text p{
  text-align: justify;
}

.content .text-content .gadong{
  display: block;
}

#gadong:checked ~ .text-content .gadong,
#kapok:checked ~ .text-content .kapok,
#batu:checked ~ .text-content .batu,
#rbrc:checked ~ .text-content .rbrc{
  display: block;
}

#kapok:checked ~ .text-content .gadong,
#batu:checked ~ .text-content .gadong,
#rbrc:checked ~ .text-content .gadong
{
  display: none;
}

.content .list label:hover{/* background: #ec6a23; */}
.content input{
  
opacity: 0;
  
display: none;
}
.panel2{

width: 100%;

float: left;

background: #122331;

padding: 60px 0 80px;
}
.panel2 h1{color: #ec6a23;font-size: 48px;font-weight: 700;margin-top: 20px;text-align: center;}
.panel2 p{
  
font-size: 15px;
  
color: #fff;
  
line-height: 200%;
  
text-align: center;
  
padding: 0 290px;
}
.rest-box-img{
      position: relative;
      float: left;
      width: 100%;
      overflow: hidden;
      background: #15293a;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
}
.rest-box-img:hover img{
    /* -webkit-transform: rotate(15deg) scale(1.5); */
    /* transform: rotate(15deg) scale(1.5); */
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.rest-box{width: 100%;float: left;background: #ec6a23;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.rest-box img{width: 100%;height: 370px;border-top-left-radius: 20px;border-top-right-radius: 20px;object-fit: cover;-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.rest-box h5{font-size: 27px;font-weight: 500;color: #fff;padding: 23px 25px;float: left;margin: 0;}
.rest-box a{float: right;width: 114px;border: 1px solid #fff;margin: 23px 25px;text-align: center;font-size: 15px;color: #fff;text-decoration: none;border-radius: 30px;height: 37px;padding: 6px 0;}
.rest-box a:hover{

background: #fff;

color: #ec6a23;
}
.rest-box:hover img{

}
.list img{
  
width: 30px;
  
margin-right: 15px;
}
.panel3{

background: #15293a;

width: 100%;

float: left;

padding: 85px 0;
}
.panel3 h1{color: #ec6a23;font-size: 48px;font-weight: 700;text-align: center;}
.panel3 p{

font-size: 15px;

color: #fff;

line-height: 200%;

text-align: center;

padding: 0 290px;
}
.p3-box{

position: relative;

width: 100%;
    height: 488px;
float: left;

background: #0d1e2b;

padding: 20px;

border-radius: 20px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;

-moz-transition: all ease-in-out .5s;
}
.p3-box img{width: 100%;height: 280px;object-fit: cover;border-radius: 20px;/* margin-top: -40px; */}
.p3-box h5{

font-size: 22px;

color: #fff;

font-weight: 500;

margin-top: 20px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;

-moz-transition: all ease-in-out .5s;
}
.p3-box h6{

color: #c7def3;

font-size: 15px;

line-height: 188%;
}
.p3-box:hover{

}
.p3-box:hover h5{

color: #ec6a23;
}
.p3-box a{

float: left;

width: 116px;

height: 40px;

border: 1px solid #fff;

text-align: center;

padding: 8px 0;

text-decoration: none;

font-size: 15px;

color: #fff;

margin-top: 10px;

border-radius: 30px;

margin-bottom: 10px;
}
.p3-box:hover a{background: #ec6a23;border-color: #ec6a23;}
.panel3 .owl-stage-outer{
  padding-top: 55px;
}
.panel3 .owl-nav{

width: 100%;

text-align: center;

margin-top: 40px;
}.panel3 .owl-next img:hover{
  background: #ec6a23;
}
.panel3 .owl-prev img:hover{
  background: #ec6a23;
}
.panel3 .owl-prev{

margin-right: 8px;
}.panel3 .owl-prev img{
  width: 46px;
  background: #0d1e2b;
  padding: 12px;
  border-radius: 100%;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}.panel3 .owl-next{
  
margin-left: 8px;
}.panel3 .owl-next img{
  width: 46px;
  transform: rotate(180deg);
  background: #0d1e2b;
  padding: 12px;
  border-radius: 100%;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}
.panel4{

width: 100%;

float: left;

background-image: url('../images/menu-bg.webp');
margin-top: -1px;
padding: 83px 0;

background-size: cover;

background-position: center;
}
.panel4 h1{color: #ffffff;font-size: 48px;font-weight: 700;text-align: left;    padding-top: 15px;}
.panel4 h1 span{

color: #ec6a23;
}.panel4 img:hover{
  /* filter: hue-rotate(45deg); */
  transform: scale(1.01);
}
.panel4 p{font-size: 15px;color: #fff;line-height: 200%;margin-top: 10px;}
.panel4 img{
  width: 540px;
  float: right;
  margin-left: 56px;
  /* margin-top: -150px; */
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}
.panel4 a{
  width: 116px;
  height: 35px;
  float: left;
  border: 1px solid #ec6a23;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #d26125;
  border-radius: 20px;
  padding: 5px 0;
}
.panel4 a:hover{
  
background: #ec6a23;
  
color: #fff;
}
.panel5{

width: 100%;

float: left;

background: #15293a;

margin-top: -1px;

padding: 104px 0;
}
.panel5 h1{

color: #ec6a23;

font-size: 48px;

font-weight: 700;

text-align: center;
}
.panel5 p{
    font-size: 15px;
    color: #fff;
    line-height: 190%;
    text-align: center;
    padding: 0 290px;
}
.p5-img{width: 100%;float: left;border-radius: 30px;/* margin-top: 60px; */}
.p5-box{width: 48%;float: right;border: 1px solid #ec6a23;margin-left: 2%;padding: 20px 20px;border-radius: 20px;text-align: center;margin-top: 80px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.p5-box img{width: 65px;/* margin-top: -70px; *//* background: #15293a; */padding: 9px;/* border-radius: 50%; *//* border: 1px solid #ec6a23; */height: 65px;object-fit: contain;}
.p5-box h5{font-size: 26px;color: #fff;font-weight: 500;margin-top: 10px;}
.p5-box h6{font-size: 15px;color: #cce4f9;line-height: 168%;margin: 0;font-weight: 400;}
.p5-box:hover .img-5{background: #ec6a23;}

.img-5{
  
border-radius: 50%;
  
border: 1px solid #ec6a23;
  
width: 85px;
  
height: 85px;
  
float: none;
  
display: block;
  
margin: -70px auto 0;
  
margin-top: -70px;
  
padding: 7px 0;
  
background: #15293a;
  
transition: all ease-in-out .5s;
  
-webkit-transition: all ease-in-out .5s;
}

.footer{

width: 100%;

float: left;

background: #122331;

padding: 70px 0 40px;
}
.ftr-logo{

}
.ftr-logo img{

max-width: 100%;

display: block;

margin: auto;
}
.quick-links{

width: 100%;

float: left;

margin-top: 50px;
}
.quick-links h2{

color: #f86e23;

font-size: 25px;

font-weight: 700;

margin-bottom: 20px;
}
.quick-links a{

text-decoration: none;

color: #fff;

font-size: 15px;

width: 50%;

float: left;

padding: 5px 0;
}
.quick-links a:hover{

color: #88c656;
}
.quick-links h6{

font-size: 15px;

color: #fff;

line-height: 200%;
}
.quick-get{

width: 100%;

float: left;

margin-top: 50px;
}
.quick-get h2{

color: #f86e23;

font-size: 25px;

font-weight: 700;

margin-bottom: 20px;
}
.quick-get a{

font-size: 15px;

color: #fff;

line-height: 200%;

width: 100%;

float: left;

text-decoration: none;
}
.quick-get a:hover{
  
color: #8ac74c;
}
.copy{

width: 100%;

float: left;

border-top: 1px solid #1b2c39;

margin-top: 20px;

padding-top: 30px;
}
.copy1{

float: left;

width: 100%;
}
.copy2{

float: right;
}
.copy1 p{

margin: 0;

font-size: 14px;

color: #fff;
}
.copy2 p{

margin: 0;

font-size: 14px;

color: #fff;
}
.copy2 p a{

font-size: 14px;

color: #fff;

text-decoration: none;
}
.copy2 p a:hover{
    color: #87c55c;
}
.ico-ftr{

width: 100%;

float: left;
}
.ico-ftr a{

width: 40px;

background: white;

float: left;

padding: 5px;

margin: 10px 13px 0 0;

text-align: center;

border-radius: 100%;

height: 40px;

padding: 7px 0;
}
.ico-ftr a img{

width: 22px;
}
.ico-ftr a:hover{

background: #f86e23;
}.ico-ftr a:hover img{
  filter: brightness(11);
}
.p5-img-box:before{
      position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.p5-img-box:after{
    
}
.p5-img-box:hover::before{
       -webkit-animation: shine .75s;
    animation: shine .75s;
}
.p5-img-box:hover::after{
     
}
.p5-img-box{
  position: relative;
  overflow: hidden;
  width: 89%;
  margin-top: 60px;
}.innerban:after{
  position:absolute;
  content:'';
  background: linear-gradient(76deg, rgb(13 30 43 / 96%) 32%, rgb(5 5 5 / 0%) 89%);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
.innerban{
      width: 100%;
      float: left;
      background-image: url(../images/innerban.webp);
      background-size: cover;
      height: 250px;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
}
.ct-map{

}
.ct-map iframe
{

filter: grayscale(1);
}
.ct-map:hover iframe{

filter: brightness(1);
}
.ct-full{

width: 100%;

float: left;

background: #15293a;

padding: 50px 0;
}
.contact-box{width: 100%;float: left;background: #15293a;padding: 40px;border-radius: 20px;margin-top: -100px;position: relative;z-index: 9;}
.ct-box{

width: 100%;

float: left;

text-align: center;
}
.ct-box h5{

font-size: 22px;

font-weight: 600;

color: #f86e23;
}
.ct-box h6{
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  padding-top: 10px;
}
.ct-form{

width: 100%;

float: left;

background: #122331;

padding: 40px;

border-radius: 20px;
}
.ct-form h1{

font-size: 34px;

color: #f86e23;

font-weight: 700;

margin-top: 20px;
}
.ct-field textarea{
      width: 100%;
      float: left;
      background: #122331;
      border: 2px solid #15293a;
      padding: 20px;
      color: #fff;
      border-radius: 10px;
      font-size: 15px;
}
.ct-form p{

font-size: 15px;

color: #fff;

line-height: 195%;

padding-right: 10%;
}
.ct-form form{

}
.ct-field input::placeholder{
  color:#fff;
}.ct-field textarea::placeholder{
  color:#fff;
}
.ct-field{

width: 100%;

float: left;

margin-bottom: 15px;
}.ct-field input{
  outline:none !important;
}.ct-field textarea{
  outline:none !important;
}
.ct-field input{

width: 100%;

float: left;

background: #122331;

border: 2px solid #15293a;

padding: 20px;

border-radius: 10px;

color: #fff;

font-size: 15px;
}
.ct-form button{background: transparent;border: 1px solid #f86e23;width: 100%;float: left;padding: 15px;border-radius: 30px;margin-top: 10px;color: #f86e23;font-size: 15px;}
.ct-form button:hover{
  
background: #f86e23;
  
color: #fff;
}.ct-img:hover{
  border-color: #15293a;
  /* filter: hue-rotate(45deg); */
}
.ct-img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
      border: 5px solid transparent;
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
}
.abt1{

width: 100%;

float: left;

padding: 80px 0;

background: #15293a;
}
.abt1 img{

width: 500px;

height: 466px;

object-fit: cover;

border-top: 10px solid #0d1e2b;

border-right: 10px solid #0d1e2b;

border-radius: 30px;

float: left;

margin-right: 70px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.abt1 h1{

color: #fff;

font-size: 48px;

font-weight: 700;

margin-top: 20px;
}
.abt1 h1 span{

color: #ec6a23;
}
.abt1 p{
  
font-size: 15px;
  
color: #fff;
  
line-height: 200%;
  
padding-top: 5px;
}
.abt2-img{
      animation: rotate 5s infinite linear;
      width: 100%;
}
.abt2{

width: 100%;

float: left;

background: #122331;

padding: 80px 0;
}
.abt-box{

width: 100%;

float: left;

margin-bottom: 40px;
}
.abt-box img{

width: 80px;

float: left;

margin-right: 20px;

height: 80px;

object-fit: contain;

margin-bottom: 30px;
}
.abt-box h5{

font-size: 23px;

color: #ec6a23;

font-weight: 700;
}
.abt-box h6{

font-size: 15px;

color: #fff;

line-height: 189%;

padding-top: 0;

margin: 0;

font-weight: 400;
}
.abt3{

width: 100%;

float: left;

background: #15293a;

padding: 80px 0;
}
.abt3-box{

}
.abt3 img{

width: 60px;

height: 60px;

filter: invert(1);
}
.abt3 h5{

font-size: 23px;

color: #ec6a23;

font-weight: 700;

margin-top: 20px;
}
.abt3 h6{
  
font-size: 15px;
  
color: #fff;
  
line-height: 194%;
  
padding-top: 0;
  
margin: 0;
  
width: 95%;
  
float: left;
  
font-weight: 400;
}
.rest-sec{

width: 100%;

float: left;

background: #15293a;

padding: 80px 0 60px;
}
.rest-sec .rest-box{
    margin-bottom: 30px;
    width: 100%;
    float: left;
    background: #ec6a23;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.rest-box-img:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.rest-box-img:hover::before{
      -webkit-animation: shine .75s;
    animation: shine .75s;
}
.rest-det-full{

width: 100%;

float: left;

background: #15293a;

padding: 80px 0;
}
.img-small{

width: 100%;

float: left;

overflow:hidden;

margin-bottom: 20px;

border-radius: 20px;
}
.img-small:hover img {
    -webkit-transform: rotate(15deg) scale(1.5);
    transform: rotate(15deg) scale(1.5);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}.img-large:hover img{
  -webkit-transform: rotate(15deg) scale(1.5);
  transform: rotate(15deg) scale(1.5);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.img-large{width: 100%;float: left;overflow: hidden;border-radius: 20px;}
.img-small img{

width: 100%;

height: 300px;

object-fit: cover;

border-radius: 20px;
}
.img-large img{

width: 100%;

height: 620px;

border-radius: 20px;

object-fit: cover;
}
.rest-det
{

w;

width: 100%;

w
CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;

X;

X;

X;

X;

float: left;

padding: 80px 0;

background: #0d1e2b;
}
.rest-det h1{

font-size: 45px;

color: #f86e23;

font-weight: 700;

margin-top: 20px;
}
.rest-det p{

font-size: 15px;

color: #fff;

line-height: 200%;

font-weight: 400;

margin: 0;
}
.s1{

width: 100%;

float: left;

border-radius: 20px;

height: 380px;

object-fit: cover;
}
.s2{
  
width: 100%;
  
float: left;
  
border-radius: 20px;
  
height: 380px;
  
height: 380px;
  
object-fit: cover;
}
.serv-det{

width: 100%;

float: left;

background: #0d1e2b;

padding: 80px 0;
}
.serv-left{

}
.serv-left img{

width: 100%;

float: left;

border-radius: 20px;

height: 300px;

object-fit: cover;
}
.serv-left h1{

font-size: 44px;

color: #f86e23;

font-weight: 700;

margin-top: 20px;

width: 100%;

float: left;
}
.serv-left p{

width: 100%;

float: left;

font-size: 15px;

color: #fff;

line-height: 198%;

font-weight: 400;

margin: 0;
}
.serv-form{

width: 100%;

float: left;

background: #122331;

padding: 30px;

border-radius: 20px;
}.serv-field input::placeholder{
  color:#fff;
}.serv-field textarea::placeholder{
  color:#fff;
}
.serv-form h1{font-size: 35px;color: #f86e23;font-weight: 700;margin-bottom: 20px;margin-top: 0;width: 100%;float: left;}
.serv-form form{

width: 100%;

float: left;
}
.serv-field{

width: 100%;

float: left;

margin-bottom: 15px;
}
.serv-field input{

width: 100%;

float: left;

background: #122331;

border: 2px solid #15293a;

padding: 20px;

border-radius: 10px;

color: #fff;

font-size: 15px;
}
.serv-field textarea{
    width: 100%;
    float: left;
    background: #122331;
    border: 2px solid #15293a;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
}
.serv-field select{

width: 100%;

float: left;

background: #122331;

border: 2px solid #15293a;

padding: 20px;

border-radius: 10px;

color: #fff;

font-size: 15px;
}
.serv-field select option{

}
.serv-field input:focus{
  outline: none !important;
}.serv-field textarea:focus{
  outline: none !important;
}
.serv-form button{background: transparent;border: 1px solid #f86e23;width: 100%;float: left;padding: 15px;border-radius: 30px;margin-top: 10px;color: #f86e23;font-size: 15px;}
.serv-form button:hover{background: #f86e23;color: #fff;}
.datepicker-dropdown{
    width: 225px;
    padding: 3px;
    background: #122331;
    border: 0;
}.datepicker-dropdown th{
    width: 1%;
    font-size: 13px;
    background: #122331;
    border: 2px solid #15293a;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}.datepicker-dropdown td:hover{
    background: #f86e23;
    color: #fff;
}
.datepicker-dropdown td{
    width: 1%;
    font-size: 13px;
    background: #122331;
    border: 2px solid #15293a;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.datepicker-dropdown span{
    padding: 10px;
    word-break: break-all;
}
.book-sec{

width: 100%;

float: left;

background: #0d1e2b;

padding: 80px 0;
}
.book-sec h1{

text-align: center;

font-size: 45px;

color: #f86e23;

font-weight: 700;
}
.book-sec p{

font-size: 15px;

color: #fff;

line-height: 198%;

text-align: center;

padding: 0 190px;

font-weight: 400;

margin-bottom: 40px;
}.event-field input{
  outline:none !important;
}.event-field textarea{
  outline:none !important;
}.event-field input::placeholder{
  color:#fff;
}.event-field textarea::placeholder{
  color:#fff;
}
.event-field{

width: 100%;

float: left;

margin-bottom: 15px;

margin-top: 5px;
}
.event-field input{

width: 100%;

float: left;

background: #122331;

border: 2px solid #15293a;

padding: 20px;

border-radius: 10px;

color: #fff;

font-size: 15px;
}

.event-field textarea{

width: 100%;

float: left;

background: #122331;

border: 2px solid #15293a;

padding: 20px;

color: #fff;

border-radius: 10px;

font-size: 15px;
}
.event-field select{

width: 100%;

float: left;

background: #122331;

border: 2px solid #15293a;

padding: 20px;

border-radius: 10px;

color: #fff;

font-size: 15px;
}
.event-field select option{

}
.book-sec button{
    background: transparent;
    border: 1px solid #f86e23;
    width: 300px;
    float: none;
    padding: 15px;
    border-radius: 30px;
    color: #f86e23;
    font-size: 15px;
    display: block;
    margin: 20px auto 0;
}
.book-sec button:hover{
      background: #f86e23;
    color: #fff;
}.event-field select:focus-visible{
  outline: :none !important;
}#enroll .modal-content {
    background-color: #122331;
    /* background-image: url(../images/logo-spiral.webp); */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px;
    z-index: 9999999;
}.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: #122331 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}.mod-img2 {
    position: absolute;
    right: 30px;
    width: 120px;
    opacity: .3;
    transform: rotate(95deg);
}.mod-new {
    width: 100%;
    float: left;
    padding: 20px 30px;
}.log-sec {
    width: 100%;
    float: left;
    background: #0d1e2b;
    padding: 50px 30px;
    border-radius: 20px;
}.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}.log-field label {
    font-size: 15px;
    color: #fff;
    width: 100%;
    font-weight: 500;
    margin-bottom: 5px;
}.log-field textarea:focus{
  outline:none !important;
}
.log-field input:focus{
  outline:none !important;
}
.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border-radius: 15px;
    background: #122331;
    border: 2px solid #15293a;
    font-size: 15px;
    color: #fff;
}
.log-field textarea {
    width: 100%;
    float: left;
    padding: 13px;
    border-radius: 15px;
    background: #122331;
    border: 2px solid #15293a;
    color: #fff;
    font-size: 15px;
}
.mod-right {
    width: 100%;
    float: left;
    padding: 170px 20px;
    text-align: center;
}.mod-right h5 {
    font-size: 33px;
    color: #f86e23;
    letter-spacing: 2px;
}.time-mod {
    font-size: 24px;
    color: #83b953;
    font-weight: 400;
    margin-top: 30px;
    display: none;
}.mod-right h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    line-height: 33px;
}@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}
.mod-new button{background: transparent;border: 1px solid #f86e23;width: 100%;float: left;padding: 15px;border-radius: 30px;margin-top: 10px;color: #f86e23;font-size: 15px;}
.mod-new button:hover{
  
background: #f86e23;
  
color: #fff;
}
.log-en{
  
max-width: 100%;
  
margin-bottom: 20px;
}
.menu-sec
{

width: 100%;

float: left;

background: #0d1e2b;

padding: 80px 0;
}
.menu-sec h1{

font-size: 45px;

text-align: center;

color: #f86e23;

font-weight: 700;
}
.menu-sec p{

font-size: 15px;

color: #fff;

line-height: 196%;

text-align: center;

padding: 10px 200px;

margin-bottom: 40px;
}
.menu-box{

width: 100%;

float: left;

text-align: center;
}
.menu-box iframe{

width: 300px;

height: 500px;
}
.menu-sec a{

display: block;

margin: 30px auto 0;

border: 1px solid #f86e23;

text-decoration: none;

width: 240px;

height: 50px;

text-align: center;

font-size: 15px;

color: #f86e23;

padding: 11px 0;

border-radius: 30px;
}
.menu-sec a:hover{
  
background: #f86e23;
  
color: #fff;
}.careerban2 {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #0d1e2b;
    position: relative;
}.cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #f86e23;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 15px;
    padding: 0 100px;
}.cr-wd p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    line-height: 196%;
    padding: 0 70px;
    margin-bottom: 50px;
}.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    display: none;
    margin-bottom: 20px;
}.mct_form {width: 100%;float: left;background: #122331;border: 2px solid #15293a;padding: 20px;border-radius: 10px;color: #fff;font-size: 15px;margin-bottom: 20px;}.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
    max-width: 100%;
}
.cr-wd input::placeholder{
  color:#fff;
}.cr-wd input:focus{
  outline:none !important;
}
.contact-snd2{

display: block;

margin: auto;

border: 1px solid #fa691d;

background: transparent;

width: 190px;

height: 45px;

font-size: 15px;

color: #fa691d;

text-align: center;

padding: 4px 0;

border-radius: 30px;
}
.contact-snd2:hover{
  
background:  #fa691d;
  
color: #fff;
}
.close_form2{
   display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
@media(max-width: 575px){
    .p1-img {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    float: left;
    z-index: 9;
    margin-right: 0 !important;
}
    .off-det-box img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    border-radius: 30px;
}.off-det-box {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    position: relative;
}.other-off {
    margin-top: 30px;}
  .contact-snd2{
    width: 100%;
  }
  .cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #f86e23;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 15px;
    padding: 0;
}.cr-wd p{
  padding: 0;
}
  .book-sec p{
    padding: 0;
  }
  .menu-sec p{
    padding: 0;
  }.menu-box iframe {
    width: 100%;
    height: 300px;
}
  .menu-sec h1 {
    font-size: 38px;}
  .serv-left h1 {
    font-size: 38px;
    text-align: center;
  }.serv-left p{
    text-align: center;
  }.serv-form {
    margin-top: 30px;
  }.serv-form h1 {
    text-align: center;}
  .rest-det h1{
    width: 100%;
    text-align: center;
    float: left;
  }.rest-det p{
    text-align: center;
  }.img-large img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 20px;
}
  .s2{
    height: 200px;
  }  .s1{
    height: 200px;
  }
  .abt1 h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
    width: 100%;
    float: left;
    text-align: center;
}
.abt1 p{
  text-align: center;
}
.abt3-box {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

  .innerban h1 {
    color: #f86924;
    position: relative;
    z-index: 9;
    font-size: 36px !important;
    font-weight: 700;
    padding: 52px 0 !important;
    text-align: center;
}.innerban {
    width: 100%;
    float: left;
    background-image: url(../images/innerban.webp);
    background-size: cover;
    height: 150px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}.s1-img{
    height:auto !important;
}
.s2-img{
       height:auto !important;
}
.abt-img{
     width: 100% !important;
    height: auto !important;
    margin-right: 0 !important;   
}.abt-box {
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}.rest-det {
     padding: 50px 0 !important;}
.abt1 {
    padding: 50px 0 !important;}
.abt1 img {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
  }
  .mod-new {
    width: 100%;
    float: left;
    padding: 0;
}
  .quick-get {
    width: 100%;
    float: left;
    margin-top: 20px;
}.quick-links {
    width: 100%;
    float: left;
    margin-top: 20px;
}.quick-links h2 {
    color: #f86e23;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}.quick-get h2 {
    color: #f86e23;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}.quick-get a {
    font-size: 15px;
    color: #fff;
    line-height: 200%;
    width: 50%;
    float: left;
    text-decoration: none;
}.copy p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}
  .panel5 {
    padding: 70px 0;
}
.p5-box {
    width: 100%;}
.panel5 p{
  padding: 0;
}
.p5-img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

  .panel4 a
{
  display: block;
  margin: auto;float: none;
}

  .panel4 p{
    text-align: center;
  }
  .panel3 p
{
  padding: 0;
}.panel3 .owl-nav {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}.panel4 img {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-top: -150px;
}.panel4 h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
  text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
}

  .content .text-content {
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 0;
    padding-top: 30px;
    float: right;
}.rest-box img {
    width: 100%;
    height: 250px;
  }.panel3 h1 {
    color: #ec6a23;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
  .content {
    display: inline;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
     margin-top: 0; 
}.content .list {
    display: inline;
    flex-direction: inherit;
    position: relative;
    width: 100%;
    margin-right: 0;
    float: left;
    background-color: #0d1e2b;
    margin-top: 0;
}.content .list label {
    cursor: pointer;
    height: 66px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    transition: all 0.5s ease;
    /* background-color: #0d1e2b; */
    /* margin-bottom: 15px; */
    position: relative;
    z-index: 9;
    border-bottom: 3px solid #122331;
    float: left;
    width: 50%;
}.content .slider {
    position: absolute;
    left: 0;
    top: inherit !important;
    height: 75px;
    width: 50%;
    border-radius: 0;
    transition: all 0.5s ease;
    background: transparent;
    /* z-index: 16; */
}
  .panel2 p
{
  padding: 0;
}

  .panel2 {
    width: 100%;
    float: left;
    background: #122331;
    padding: 30px 0 80px;
}.panel2 h1 {
    color: #ec6a23;
    font-size: 38px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}

  .p1-box {
    width: 100%;
    float: left;
    padding: 15px;
    background: #0d1e2b;
    border-radius: 30px;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}.p1-box h1 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-top: 20px;
    width: 100%;
    float: left;
    text-align: center;
}.p1-box p{
  text-align: center;
}
.p1-box a{
  float: none;
  display: block;
  margin: 30px auto;
}
  .hd-top{
    display: none;
  }.logo img {
    width: 210px;
    float: left;
}.logo {
    width: 50%;
}
.header2 {
    width: 50%;
    }
    .header {
height: auto;
  }
  .p1-box img {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .mod-right{
    display: none;
  }
  .ct-box {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}.ct-form h1{
  text-align: center;
}.ct-form p {
    font-size: 15px;
    color: #fff;
    line-height: 195%;
    padding-right: 0;
    text-align: center;
}.ct-form{
  padding: 30px 15px;
}.ct-img {
     margin-top: 30px;
}

}

@media(min-width: 576px) and (max-width: 767px){
  .book-sec p{
    padding: 0;
  }
  .ct-img{
  margin-top: 20px;
}.ct-box {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
  .menu-sec p{
    padding: 0;
  }
  .serv-form{
    margin-top: 30px;
  }
  .innerban{
    height: 150px;
  }.innerban h1 {
    color: #f86924;
    position: relative;
    z-index: 9;
    font-size: 35px !important;
    font-weight: 700;
    padding: 45px 0 !important;
}.img-large img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 20px;
}
  .hd-left {
    width: 49%;
    float: left;
    display: none;
}.hd-right {
    float: none;
    width: 100%;
    display: block;
    margin: auto;
}.hd-top {
    width: 100%;
    float: left;
    background: #f86e23;
    padding: 0;
}.mod-right{
  display: none;
}.p1-box {
    width: 100%;
    float: left;
    padding: 25px;
    background: #0d1e2b;
    border-radius: 30px;
    margin-top: -77px;
    position: relative;
    z-index: 9;
  }.p1-box img {
    width: 100%;
    float: left;
    margin-right: 0;
  }.p1-box h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-top: 20px;
    width: 100%;
    float: left;
}.p1-box a{
  margin-bottom: 30px;
}.panel2 p{
  padding: 0 50px;
}.panel2 h1 {
    color: #ec6a23;
    font-size: 38px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}
  .content .text-content {
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 0;
    padding-top: 30px;
    float: right;
}.rest-box img {
    width: 100%;
    height: 250px;
  }.panel3 h1 {
    color: #ec6a23;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
  .content {
    display: inline;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
     margin-top: 0; 
}.content .list {
    display: inline;
    flex-direction: inherit;
    position: relative;
    width: 100%;
    margin-right: 0;
    float: left;
    background-color: #0d1e2b;
    margin-top: 0;
}.content .list label {
    cursor: pointer;
    height: 66px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    transition: all 0.5s ease;
    /* background-color: #0d1e2b; */
    /* margin-bottom: 15px; */
    position: relative;
    z-index: 9;
    border-bottom: 3px solid #122331;
    float: left;
    width: 50%;
}.content .slider {
    position: absolute;
    left: 0;
    top: inherit !important;
    height: 75px;
    width: 50%;
    border-radius: 0;
    transition: all 0.5s ease;
    background: transparent;
    /* z-index: 16; */
}
.panel3 p
{
  padding: 0 50px;
}.panel4 img {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-top: -130px;
    margin-bottom: 20px;
}
.panel5 {
       padding: 64px 0;
}
.panel5 p{
  padding: 0 50px;
}.p5-img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
}.quick-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
      .menu {
             top: 75px !important;
      }.hd-right a {
    float: right;
    width: 25%;
  }.abt3-box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
}
@media(min-width: 768px) and (max-width: 991px){
    .off-det-box img {
    width: 100%;
    height: auto !important;
    } .off-det-box {
    width: 100% !important;
    height: auto !important;
    }
  .book-sec p{
    padding: 0;
  }
  .serv-left h1 {
    font-size: 38px;
  }
  .abt1 img {
    width: 350px;
    height: 450px;
    object-fit: cover;
    border-top: 10px solid #0d1e2b;
    border-right: 10px solid #0d1e2b;
    border-radius: 30px;
    float: left;
    margin-right:30px;
}.abt1 h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-top: 20px;
}.abt-box {
    width: 48%;
    float: left;
    margin-bottom: 40px;
    margin-right: 2%;
}.abt2-img {
    animation: rotate 5s infinite linear;
    width: 60%;
    display: block;
    margin: auto;}
  .call-mail {
    display: none;
  }.hd-right a {
    float: right;
    width: 25%;
    background: #f86e23;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 13px 0;
}.p1-box img {
    width: 252px;
    float: left;
    margin-right: 20px;
  }.p1-box h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
}.panel2 h1 {
    color: #ec6a23;
    font-size: 44px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}.panel2 p{
  padding: 0;
}.panel3 p{
    padding: 0;

}.panel4 img {
    width: 300px;
    float: right;
    margin-left: 26px;
    margin-top: -110px;
}.panel4 h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: left;
}.panel5 p{
  padding: 0;
}.panel5{
  padding: 60px 0;
}.p5-img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}.p5-img {
    width: 60%;
    float: none;
    border-radius: 30px;
    /* margin-top: 60px; */
    margin: auto;
    display: block;
}
   .mod-right{
        display:none;
    } .menu {
             top: 75px !important;
      }
}
@media(min-width: 992px) and (max-width: 1024px){
  .abt-box img {
    width: 80px;
    float: left;
    margin-right: 10px;
    height: 98px;
  }
  .abt1 h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-top: 0;
}.abt1 img {
    width: 462px;
    height: 490px;        margin-right: 20px;
  }
.call-mail{
    display: none;
  }.hd-right a {
    float: right;
    width: 25%;
  }    .menu {
           top: 65px !important;
      }.p1-box img {
    width: 392px;
    float: left;
    margin-right: 40px;
  }.p1-box h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
}.panel2 {
    padding: 20px 0 80px;
}.panel4 img {
    width: 480px;
    float: right;
    margin-left: 46px;
    margin-top: -130px;
}.panel4 h1 {
    color: #ffffff;
    font-size: 44px;

}.panel5 {
     padding: 64px 0;
}.p5-img-box {
    position: relative;
    overflow: hidden;
    width: 96%;
    margin-top: 120px;
}.quick-get h2 {
    color: #f86e23;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}.quick-links h2 {
    color: #f86e23;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
}
@media(min-width: 1025px) and (max-width: 1199px){
  .abt1 img {
    width: 440px;
    height: 530px;
    object-fit: cover;
    border-top: 10px solid #0d1e2b;
    border-right: 10px solid #0d1e2b;
    border-radius: 30px;
    float: left;
    margin-right: 40px;
}.abt-box img {
     height: 95px;
  }
  .hd-right {
    float: right;
    width: 42%;
}.hd-left {
    width: 58%;
    float: left;
}.call-mail {
    padding-left: 5px;
    margin-right: 5px;
}.call-mail a h6 {
    font-size: 13px;
  }.hd-right a{
    width: 25%;
  }.logo img {
    width: 237px;
    float: left;
    margin-top: 10px;
}.header_menu_area > ul > li > a {
     font-size: 14px;
    margin: 10px 10px 0;
  }.p1-box img {
    width: 400px;
    float: left;
    margin-right: 40px;
  }.p1-box h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-top: 0;
}
}
@media(min-width: 1200px) and (max-width: 1323px){
  .hd-left {
    width: 51%;
    float: left;
}.call-mail {
    padding-left: 4px;
    margin-right: 4px;
}.hd-right {
    float: right;
    width: 49%;
}.hd-right a{
  width: 25%;
}
}
.innerban h1{
      color: #f86924;
    position: relative;
    z-index: 9;
    font-size: 50px;
    font-weight: 700;
    padding: 93px 0;
}
 .loading-wrapper {
    position: absolute;
    text-align: center;
    padding-top: 50px;
    min-height: 200px;
    min-width: 250px;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
 .loading-wrapper svg {
    height: 20vh;
    width: 100%;
}.loading-wrapper svg #cap {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: capAnimation 1s ease-in-out infinite;
    animation: capAnimation 1s ease-in-out infinite;
    fill: var(--rr-theme-primary);    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}.loading-wrapper svg #body {
    fill: var(--rr-theme-primary);
}.loading-wrapper .loading-text {
    text-align: center;
    margin: 20px;
    text-transform: uppercase;
}@-webkit-keyframes capAnimation {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes capAnimation {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.preloaderBg {
    position: fixed;
    z-index: 10; 
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
}

.preloader {
    margin: auto;
    background: url('../images/load.svg') no-repeat center;
    background-size: 150px;
    width: 300px;
    height: 300px;
}


.preloader2 {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #f00;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  animation: spin 1s ease-in-out infinite ;
  position: relative;
  margin: auto;
  top: -280px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.preloader img{
  -webkit-animation: capAnimation 1s ease-in-out infinite;
    animation: capAnimation 1s ease-in-out infinite;
    fill: var(--rr-theme-primary);    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.restaurant-loader {
  width: 150px;
  height: 150px;
  position: fixed;
  padding: 2%;
  background-color: #0d1e2b;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  left: 0;
  top: -105px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.restaurant-loader .restaurant-loader-inner {
  width: 100%;
  height: 100%;
  animation: restaurant-loader-spin 0.5s linear infinite;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 3px solid transparent;
  border-right-color: #FF7900;
  border-left-color: #FF7900;
  border-radius: 50%;
  content: "";
}
.restaurant-loader:before, .restaurant-loader:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.restaurant-loader:before {
  background-image: url('../images/ld2.png');
  height: 33%;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: restaurant-loader-pot;
}
.restaurant-loader:after {
  background-image: url('../images/ld3.png');
  height: 63%;
}

@keyframes restaurant-loader-pot {
  from, 45%, 55%, 65%, 75%, 80%, 85%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: rotate(0);
  }
  45% {
    transform: translate3d(-4%, -13%, 0) rotate(-13deg);
  }
  55% {
    transform: translate3d(1%, -2%, 0) rotate(6deg);
  }
  65% {
    transform: translate3d(-2%, -4%, 0) rotate(-3deg);
  }
  75% {
    transform: translate3d(2%, 3%, 0) rotate(3deg);
  }
  80% {
    transform: translate3d(-2%, 1%, 0) rotate(-2deg);
  }
  to {
    transform: none;
  }
}
@keyframes restaurant-loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.abt1 img:hover{/* border-color: transparent; *//* filter: hue-rotate(45deg); */transform: scale(1.01);}
.client-sec{
    width: 100%;
    float: left;
    background: #0d1e2b;
    padding: 80px 0;
    text-align: center;
}
.client-sec img{
    width: 450px;
    float: left;
    margin-right: 60px;
    border-radius: 30px;
    border-right: 10px solid #122331;
}
.client-sec h1{
    font-size: 48px;
    color: #f86924;
    font-weight: 700;
    padding-top: 10px;
}
.client-sec p{
    margin: 0;
    font-size: 15px;
    color: #fff;
    line-height: 196%;
}
.p1-img{
    position:relative;
    overflow: hidden;
    width: 422px;
    float: left;    z-index: 9;
    margin-right: 60px;
}
.p1-img:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.p1-img:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.p4-img{
    position:relative;
    overflow: hidden;
    width: 540px;
    float: right;
    margin-left: 56px;
    margin-top: -150px;
    z-index: 9;
}
.p4-img:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.p4-img:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.p3-img{
    position:relative;
    overflow: hidden;
    width: 100%;
    /* float: right; */
    z-index: 9;
    margin-top: -40px;
}
.p3-img:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.p3-img:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.abt-img{
    width: 500px;
    height: 466px;
    float: left;
    margin-right: 70px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}.abt-img:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.abt-img:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.s1-img{
    width: 100%;
    float: left;
  overflow:hidden;
  position:relative;
    height: 380px;
 }
.s2-img{
        width: 100%;
    float: left;
  overflow:hidden;
  position:relative;
    height: 380px;
}
.s1-img:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.s1-img:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}.s2-img:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.s2-img:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.serv-img{
        width: 100%;
    float: left;
 overflow:hidden;
  position:relative;
    height: 300px;
}
.serv-img:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.serv-img:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.client-img{
    width: 450px;
    float: left; overflow:hidden;
  position:relative;
    margin-right: 60px;
}.client-img:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.client-img:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.ct-im{
        width: 100%;
    height: 100%;
    position:relative;overflow:hidden;
}
.ct-im:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.ct-im:hover::before{
    -webkit-animation: shine .75s;
}
.offer-sec{
    width: 100%;
    float: left;
    background: #0d1e2b;
    padding: 80px 0 60px;
}
.off-box{
    width: 100%;
    float: left;
    background: #122331;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.off-box img{
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.off-box h5{color: #ffa16e;font-size: 15px;font-weight: 400;margin-top: 15px;font-style: italic;}
.off-box h6{
    font-size: 23px;
    color: #f86924;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}   

.off-box p{
    font-size: 15px;
    color: #fff;
    line-height: 188%;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.off-box:hover img{
    
}.off-box-img{
        width: 100%;
    height: 410px;position:relative;overflow:hidden;
}.off-box-img:before{
        position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.off-box-img:hover::before{
    -webkit-animation: shine .75s;
}.off-box a{
    float: left;
    border: 1px solid #f86924;
    font-size: 15px;
    color: #f86924;
    text-decoration: none;
    border-radius: 30px;
    padding: 7px 30px;
    margin-top: 15px;
}
.off-box a:hover{
    background: #f86924;
    color: #fff;
}
.offer-det{
    width: 100%;
    float: left;
    background: #0a1720;
    padding: 80px 0;
}
.off-det-box{
        width: 82%;
        height: 690px;
        overflow:hidden;
        position:relative;
}.off-det-box:before{
        position: absolute;
        top: 0;
        left: -81%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        background: linear-gradient(to right, rgb(21 41 58 / 23%) 0%, rgb(21 41 58 / 31%) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        border-radius: 30px;
}.off-det-box:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.off-det-box img{
    width: 100%;
    height: 690px;
    object-fit: cover;
    border-radius: 30px;
}
.offer-det h5{
    color: #ffa16e;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    font-style: italic;
}
.offer-det h6{
    font-size: 35px;
    color: #f86924;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.offer-det p{
    font-size: 15px;
    color: #fff;
    line-height: 188%;
    font-weight: 400;
    margin: 0;
}
.other-off{
    width: 100%;
    float: left;
    background: #122331;
    padding: 20px 15px;
    border-radius: 30px;
    max-height: 460px;
    overflow-y: scroll;
}
.other-off h2{
    font-size: 30px;
    color: #f86924;
    font-weight: 700;
    margin-bottom: 20px;
}.other-off a p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.other-off a{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 2px solid #0e1e2b;
    padding: 15px;
    text-decoration: none;
    background: #0a1720;
    border-radius: 20px;
}
.other-off a img{
    width: 50px;
    height: 79px;
    object-fit: cover;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}
.other-off h4{
    font-size: 19px;
    color: #f86924;
    font-weight: 700;
    margin: 0;
}
.other-off:hover{
    
}
.menu-box img{
        width: 500px;
    max-width: 100%;
}


.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    .off-box p span{
        color:#fff !important;    font-family: "DM Sans", sans-serif !important;
    }.offer-det p span{
           color:#fff !important;    font-family: "DM Sans", sans-serif !important;
    }
    
.grecaptcha-badge { 
    visibility: hidden !important;
}    
.social_chat_block {
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 2%;
    background: #ffffff;
    border: solid 1px #58585c24;
    z-index: 777;
    text-align: left;
    text-decoration: none;
    font-size: 17px;
    border-radius: 30px;
    padding-left: 25px;
    /* transform: skewX(-15deg); */
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* border-radius: 50px; */
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}.social_chat_block span {
    font-size: 18px;
    position: relative;
    top: 3px;
    /* transform: skewX(15deg); */
    font-weight: 600;
    color: #0d1e2b;
}.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}

.ftr-hand {
    width: 28px;
    /* transform: skewX(15deg); */
    margin-left: 8px;
}.social_chat_block strong img {
    width: 28px;
    float: right;
    /* transform: skewX(15deg); */
}
@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}