html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden;   font-family: "Manrope", sans-serif !important;

scroll-behavior: smooth;
}
p{
    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;

}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;

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

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

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

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

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

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  padding: 28px 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: #cdb263 !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) {
    .menu-row{
        display:none;
    }
  .ar-text{
    float: none !important;
    display: block;
    margin: auto !important;
  }
  #myNav{
    display: none;
  }
  .menu-new li{
    list-style: none;
  }  .menu-new li a{
    
  }
  .sub-menu li:hover .menu-new{
    
visibility: visible !important;
    
height: auto !important;
    
background: #161616;
    
padding: 30px;
    
right: 0;
    
width: 100%;
  }
  .talk{
  float: none;
  display: table;
  margin: auto;    background: #1bd584;
    font-weight: 700;
 }

.navItem ul li a{
  color: #c4ad6a !important;
  text-decoration: none;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
}
  .navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    overflow-y: scroll;
    height: 100vh;
    top: -81px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 0;
    position: absolute;
    right: 0;
    background: #0e0e0e;
    z-index: 999;
    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);
    width: 100%;
}
.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: 12px;
  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: #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%;
  width: 85%;
}
.menu .menuTrigger .line.line-3 {
  top: 101%;
  width: 70%;
}
.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: #dfc579;
}
.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: #dfc579;
  top: 14px;
  width: 100%;
}

.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: rgb(0 0 0);
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;    margin-top: -100px;
  width: 100%;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  position: relative;
}
.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: 22px;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #dfc579;
  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: #c4ad6a;
  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;
  }
}
.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;
    background: aliceblue;
}
.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;
}

.header_menu_area > ul > li > a:after{
  position:absolute;
  content:'';
  width: 0;
  /* background: #19d483; */
  height: 1px;
  left: 0;
  bottom: -8px;
  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: #cbad5a !important;
 }
.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 15px 18px;
    border-bottom: 1px solid transparent;
    letter-spacing: 0px !important;
    padding: 0px;
    z-index: 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;
    /* 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: #ad9550; !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 {
    -ms-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: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    transition: all .5s ease-out;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 18px 10px;
    text-decoration: none;
    display: block;
    color: #000000;
    background: #ffffff;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}


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



.menu-new:after {
    top: 4% !important;
    left: -12px !important;
    /* left: inherit !important; */
    border: solid #ad9550;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: #ffffff !important;
    border-width: 6px;
    margin-left: 0px !important;
    transform: rotate(356deg);
}



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



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

.panel1{width: 100%;float: left;background: #fbf4e0;padding: 60px 0 80px;position: relative;}
.p1-img{

width: 425px;

height: 425px;

object-fit: cover;

border-radius: 100%;

float: left;

margin-right: 85px;
}
.panel1 h1{

font-size: 50px;

color: #000;

font-weight: 700;

padding-top: 20px;

padding-bottom: 15px;
}
.panel1 p{

font-size: 15px;

color: #000;

line-height: 30px;

margin-bottom: 5px;

font-weight: 400;
}
.panel1 a{

width: 145px;

height: 46px;

background: #162c53;

float: left;

font-size: 15px;

color: #fff;

text-align: center;

text-decoration: none;

font-weight: 500;

padding: 11px 0;

border-radius: 10px;

margin-top: 12px;

transition: all ease-in-out .5s;
}
.panel1 a:hover{

background: #ad9550;
}
.i1{
  
position: absolute;
  
bottom: -20px;
  
z-index: 0;
}
.p1-carousel .item{
  width: 100%;
  float: left;
  height: 480px;
}
.panel2{

width: 100%;

float: left;

padding: 80px 0;

position: relative;

z-index: 999;

background: #fff;
}
.panel2 h1{font-size: 50px;color: #000;text-align: center;font-weight: 700;padding: 0 255px;margin-bottom: 70px;}
.p2-box{width: 247px;height: 247px;background: #eaecef;position: relative;border-radius: 100%;top: 200px;}
.p2-box h6{font-size: 21px;color: #000;font-weight: 500;padding-top: 133px;text-align: center;}
.img2{position: absolute;top: -184px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.right{width: 70px;background: #fff;padding: 10px;border-radius: 100%;display: block;margin: auto;position: relative;top: 33px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
    .testimonial-slider-rtl {
      width: 100%;
      height: 100%;
      padding-top:  20px;
overflow:hidden;/* Ensure the container itself is in RTL mode */
    }
    .swiper-button-next {
      left: 10px; /* Adjust position for RTL */
      right: auto;
    }
    .swiper-button-prev {
      right: 10px; /* Adjust position for RTL */
      left: auto;
    }

.testimonial-slider-rtl  img{ width : 100%;  height: 90vh; object-fit:cover; }
.swiper-slide img{

width: 100%;

float: left;

height: 764px;

object-fit: cover;
}
.banner-full{
  
width: 100%;
  
float: left;
  
height: 764px;
  
margin-top: -160px;
  
position: relative;
}
.header{

width: 100%;

float: left;
}
.logo{

width: 20%;

float: left;

position: relative;

z-index: 99;
}
.logo img{

}
.header2{
  width: 100%;
  float: right;
}
.ar-text{

float: right;

border: 1px solid #917c43;

position: relative;

z-index: 99;

width: 109px;

text-align: center;

height: 45px;

border-radius: 30px;

color: #dfc579;

text-decoration: none;

padding: 8px 0;

margin-left: 15px;
}
.ar-text:hover{
  background: #917c43;
  color: #fff;
}
.p2-box:hover .right{background: #526aaf;filter: invert(1);}
.panel3{

width: 100%;

float: left;

background-image: url('../images/bg1.webp');

background-size: cover;

background-position: center;

background-repeat: no-repeat;

padding: 70px 0;
}
.p3-left{

width: 100%;

float: left;
}
.p3-left img{

float: left;

margin-right: 15px;
}
.p3-left h2{

font-size: 35px;

color: #fff;

font-weight: 700;
}
.p3-left p{
  
width: 50%;
  
float: left;
  
color: #fff;
  
font-size: 15px;
  
font-weight: 400;
  
line-height: 28px;
  
margin-top: 10px;
}
.p3-right{

float: right;

width: 100%;

margin-top: 30px;
}
.p3-right p{

text-align: right;

font-size: 15px;

color: #fff;

width: 62%;

float: right;

line-height: 29px;
}
.p3-logo{

width: 100%;

float: left;

text-align: center;
}
.p3-logo img{max-width: 100%;width: 500px;}
.p3-right2{float: left;width: 100%;margin-top: 100px;}
.p3-right2 p{

text-align: left;

font-size: 15px;

color: #fff;

width: 62%;

float: left;

line-height: 29px;
}
.p3-left2{

width: 100%;

float: right;
}
.p3-left2 h2{font-size: 35px;color: #fff;font-weight: 700;text-align: right;}
.p3-left2 p{
  width: 50%;
  float: right;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
  text-align: right;
}
.p3-left2 img{
      float: right;
      margin-left: 15px;
}
.panel4{

width: 100%;

float: left;

padding: 70px 0;
}
.panel4 h1{

text-align: center;

font-size: 50px;

color: #000;

font-weight: 700;
}
.p4-box:hover .p4-img{
  
transform: scale(1.1);
}
.p4-box{width: 99%;float: left;border: 1px solid #ad9550;padding: 20px 20px 0 20px;border-radius: 20px;text-align: center;margin-top: 50px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.p4-img{display:block;margin:auto;width: 100%;height: 121px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;object-fit: contain;}
.p4-box h5{font-size: 19px;font-weight: 600;color: #000;margin-top: 20px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.p4-box h6{font-size: 15px;color: #575555;font-weight: 400;margin-bottom: 30px;}
.list-box:hover .p4-img{
  
transform: scale(1.1);
  
-webkit-animation: CrossFade 11s infinite;
  
animation: CrossFade 11s infinite;
}
.p4-box a{

width: 80%;

height: 41px;

background: #90762b;

display: table;

margin: auto;

font-size: 15px;

color: #fff;

text-decoration: none;

padding: 7px;

border-top-left-radius: 10px;

border-top-right-radius: 10px;
}
.p4-box a img{

float: right;
}
.p4-box:hover{

border-color: #24385d;
}.p4-box:hover a{
  
background: #24385d;
}.p4-box a span{
  
padding-top: 3px;
  
text-align: left;
  
float: left;
  
padding-left: 10px;
}
.p4-box:hover h5{
  
color: #24385d;
}









.list-box{width: 88%;float: left;border: 1px solid #ad9550;padding: 20px 20px 0 20px;border-radius: 20px;text-decoration: none;text-align: center;margin-top: 30px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.p4-img{
display:block;margin:auto;
}
.list-box h5{font-size: 19px;font-weight: 600;color: #000;margin-top: 20px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.list-box h6{font-size: 15px;color: #575555;font-weight: 400;margin-bottom: 30px;}
.list-box .a2{

width: 77%;

height: 41px;

background: #90762b;

display: table;

margin: auto;

font-size: 15px;

color: #fff;

text-decoration: none;

padding: 7px;

border-top-left-radius: 10px;

border-top-right-radius: 10px;

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

-webkit-transition: all ease-in-out .5s;
}
.list-box .a2 img{

float: right;

margin-right: 5px;
}
.list-box:hover{

border-color: #24385d;
}.list-box:hover .a2{
  
background: #24385d;
}.list-box .a2 span{
  
padding-top: 3px;
  
text-align: left;
  
float: left;
  
padding-left: 10px;
}
.list-box .a2:hover h5{
  
color: #24385d;
}
.panel5{

width: 100%;

float: left;

background: #0f1d38;

padding: 70px 0;
}@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
.panel5 h5{font-size: 30px;color: #d5d5ee;font-weight: 400;margin: 0;
  line-height: 50px;width: 98%;}
.panel5 .spann2{
  
color: #354c7a;
}
.panel6{width: 100%;float: left;padding: 65px 0 75px;}
.panel6 h1{

font-size: 50px;

color: #000;

font-weight: 700;

width: 87%;

margin-top: 30px;
}
.panel6 p{

font-size: 15px;

color: #000;

font-weight: 400;

line-height: 29px;

margin-top: 20px;

width: 84%;
}
.p6-right1{

width: 100%;

float: left;

margin-bottom: 30px;
}
.p6-right1 h3{position: relative;background: linear-gradient(90deg, rgba(22, 44, 83, 1) 5%, rgba(44, 94, 182, 1) 35%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 100px;font-weight: 700;float: left;}
.p6-right1 h3:after{
      position: absolute;
      content: '+';
      background: linear-gradient(90deg, rgba(22, 44, 83, 1) 5%, rgba(44, 94, 182, 1) 35%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 100px;
      font-weight: 700;
}
.p6-right1 h5{

font-size: 25px;

color: #000;

font-weight: 500;

float: left;

margin-left: 17%;

margin-top: 31px;
}
.p6-right1 h6{

width: 100%;

float: left;

font-size: 15px;

line-height: 26px;

color: #000;
}
.p6-right2 {

width: 100%;

float: left;
}
.p6-right2 h3{position: relative;background: linear-gradient(101deg, rgba(160,133,57,1) 5%, rgba(208,176,85,1) 76%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 100px;font-weight: 700;float: left;}.p6-right2 h3:after{
     position: absolute;
     content: '+';
     background: linear-gradient(101deg, rgba(160, 133, 57, 1) 5%, rgba(208, 176, 85, 1) 76%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-size: 100px;
     font-weight: 700;
     float: left;
}
.p6-right2  h5{

font-size: 25px;

color: #000;

font-weight: 500;

float: left;

margin-left: 17%;

margin-top: 31px;
}
.p6-right2  h6{

width: 100%;

float: left;

font-size: 15px;

line-height: 26px;

color: #000;
}
.panel6 a{

width: 160px;

height: 46px;

background: #162c53;

float: left;

font-size: 15px;

font-weight: 500;

color: #fff;

text-align: center;

text-decoration: none;

padding: 11px 0;

border-radius: 10px;

margin-top: 12px;
}
.panel6 a:hover{
  
background: #a78b3d;
}
.p7-box{
  max-width: 830px;
  display: block;
  margin: auto;
}
.panel7{

width: 100%;

float: left;

background: #fbf4e0;

padding: 50px 0;

position: relative;
}
.p7-img{
    max-width: 100%;
    margin-top: -251px;
    margin-left: 50px;
}
.panel7 h3{font-size: 70px;font-weight: 300;background: linear-gradient(101deg, rgba(29,28,25,1) 26%, rgba(177,171,154,1) 76%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-style: italic;}
.panel7 a{

width: 160px;

height: 46px;

background: #162c53;

/* float: left; */

font-size: 15px;

color: #fff;

text-decoration: none;

padding: 8px 12px;

border-radius: 10px;

margin-top: 12px;

display: inline-block;

margin-left: 39px;

font-weight: 500;
}
.panel7 a span{

text-align: left;

padding-top: 3px;

float: left;
}
.panel7 a img{

float: right;
}
.panel7 a:hover{

background: #000;
}
.p7-img2{
  
position: absolute;
  
right: 5%;
}
.s1{

width: 100%;

float: left;

text-align: center;
}
.s2{

width: 100%;

float: left;

text-align: center;
}
.s3{

width: 100%;

float: left;

text-align: left;

margin-left: 50%;
}
.s4{
    
text-align: left;
  
margin-left: 57%;
}.s5{

text-align: left;
  
margin-left: 57%;
}
.footer{

width: 100%;

float: left;

background: #232323;

padding: 60px 0 30px;
}
.footer h1{

font-size: 35px;

color: #e5d094;

font-weight: 700;

width: 85%;

line-height: 50px;
}
.footer p{

font-size: 14px;

color: #c8c8c8;

line-height: 26px;

margin-top: 20px;

width: 80%;

margin-bottom: 20px;
}
.ftr-logo{

}
.ftr-logo img{

max-width: 100%;

margin: 40px 0 0;
}
.ftr-mid{

width: 100%;

float: left;
}
.box1{

width: 100%;

float: left;
}
.box1 h5{

font-size: 16px;

color: #e5d094;

text-transform: uppercase;

margin-top: 10px;
}
.box1 h6{

width: 100%;

float: left;

font-size: 15px;

color: #fff;

line-height: 31px;

font-weight: 400;

margin-top: 20px;
}
.box2{

width: 100%;

float: left;
}
.box2 a:hover{
  color: #ad9550;
}
.box2 a{

font-size: 15px;

color: #fff;

text-decoration: none;

font-weight: 400;
}
.box2 h5{

font-size: 16px;

color: #e5d094;

text-transform: uppercase;

margin-top: 19px;

margin-bottom: 15px;
}.box3{

width: 100%;

float: left;
}.box3 a:hover{
  color: #ad9550;
}
.box3 a{

font-size: 15px;

color: #fff;

text-decoration: none;

font-weight: 400;

width: 100%;

float: left;

line-height: 30px;
}
.box3 h5{
  
font-size: 16px;
  
color: #e5d094;
  
text-transform: uppercase;
  
margin-top: 28px;
  
float: left;
  
margin-bottom: 15px;
  
width: 100%;
  }
  .ftr-last{

width: 100%;

float: left;

}
  .ftr-last h5{

font-size: 16px;

color: #e5d094;

text-transform: uppercase;

margin-top: 10px;

float: left;

margin-bottom: 25px;

width: 100%;

}
  .ftr-last a{

font-size: 15px;

color: #fff;

text-decoration: none;

font-weight: 400;

width: 50%;

float: left;

line-height: 35px;

}
  .ftr-last a:hover{

color: #e5d094;

}
  .ftr-ico{

width: 100%;

float: left;

margin-top: 30px;

}
  .ftr-ico h5{

font-size: 16px;

color: #e5d094;

text-transform: uppercase;

margin-top: 10px;

float: left;

margin-bottom: 25px;

width: 100%;

}
.ftr-ico a{

}
.ftr-ico a img{

width: 25px;

filter: invert(1);

margin: 0 30px 0 0;
}
.ftr-ico a img:hover{
  transform: rotateY(360deg);
  transform-style: preserve-3d;
  transition: transform 0.8s;
}
.copy{

width: 100%;

float: left;

background: #1a1919;

text-align: center;

padding: 20px 0;

position: relative;

z-index: 999;
}
.copy p{
  
margin: 0;
  
font-size: 14px;
  
color: #cbcbcb;
}
.ban-text{

width: 100%;

position: absolute;

top: 40%;
}
.ban-text h1{

font-size: 80px;

color: #fff;

text-align: center;

font-weight: 300;
}
.ban-text h1 span{
    width: 100%;
    float: left;
    font-weight: 700;
}
.ft-flower{
  
position: absolute;
  
right: 5%;
  
top: -73px;
  
z-index: -1;
}
.slick-slide {
  background: $c1;
  color: black;
  padding: 40px 0;
  font-size: 30px;
  text-align: center;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}

.slick-slide:nth-child(odd) {
  background: $c2;
}
.slick-prev{
  display: none !important;

}
.slick-next{
  display: none !important;
}
.p1-carousel .owl-nav{

float: right;
}
.p1-carousel .owl-prev img{
  width: 50px;
  transform: rotate(180deg);
}
.p1-carousel .owl-next img{
  width: 50px;
}.p1-carousel .owl-next img:hover{
  background: #fbf4e0;
  border-radius: 100%;
}.p1-carousel .owl-prev img:hover {
    background: #fbf4e0;
    border-radius: 100%;
}
.p1-carousel .owl-prev{
  position: absolute;
  top: -170px;
  right: 2%;
}.p1-carousel .owl-next{
  position: absolute;
  top: -170px;
}
.panel4 .owl-nav{

width: 100%;

float: left;
}.panel4 .owl-next{
  
position: absolute;
  
right: -90px;
  
top: 172px;
}.panel4 .owl-prev{
  
transform: rotate(180deg);
  
position: absolute;
  
left: -90px;
  
top: 172px;
}.panel4 .owl-nav img{

width: 60px;
}
.innerban{
  
width: 100%;
  
float: left;
  
background: #000000;
  
height: 250px;
  
margin-top: -120px;
  
position: relative;
}.about-icon {
    width: 100%;
    float: left;
    background-color: white;
    position: relative;
    z-index: 9;
    padding: 40px 0;
}.about-iconbx {
    padding-top: 40px;
    padding-bottom: 35px;
    width: 100%;
    float: left;
}.about-iconbx img {
    width: 73px;
    float: left;
}.about-iconbx h2 {
    padding-top: 20px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
}.about-iconbx p {
    width: 97%;
    float: left;
    text-align: left;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
}.about-vmv {
    padding-bottom: 40px;
    width: 100%;
    float: left;
    background-color: #0f1d38;
}.body3-hd {
    width: 100%;
    float: left;
}.body3-hd h2 {
    padding-bottom: 50px;
    padding-top: 63px;
    font-size: 55px;
    float: left;
    text-align: left;
    color: white;
    font-weight: 700;
    line-height: 70px;
}.body3-hd {
    width: 100%;
    float: left;
}.body3-hd p {
    padding-top: 103px;
    color: white;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}.vmvbx {
    padding-top: 60px;
    padding-bottom: 25px;
    /* padding-top: 105px; */
    width: 100%;
    float: left;
}.ab-imdhd {
    width: 32%;
    float: left;
}.vmvbx img {
    width: 68px;
    float: left;
}.vmvbx h2 {
    padding-left: 55px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}.ab-pera {
    width: 68%;
    float: left;
}.vmvbx p {
    padding-left: 124px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}.botop-border {
    padding-bottom: 55px;
    padding-top: 65px;
    width: 100%;
    float: left;
    border-top: 1px solid #0525629c;
    border-bottom: 1px solid #0525629c;
}.vmvbx1 {
    /* padding-top: 105px; */
    width: 100%;
    float: left;
}.ab-imdhd1 {
    width: 32%;
    float: left;
}.vmvbx1 img {
    width: 68px;
    float: left;
}.vmvbx1 h2 {
    padding-left: 55px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}.ab-pera1 {
    width: 68%;
    float: left;
}.vmvbx1 p {
    padding-left: 124px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}.contact-sec {
    float: left;
    width: 100%;
    background: #fbf4e0;
    margin-top: 70px;
    position: relative;
    padding: 100px 40px;
    margin-bottom: 80px;
}.contact-sec h1 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}.contact-sec form {
    width: 80%;
    float: left;
}.contact-field {
    width: 100%;
    float: left;
}.contact-field input {
    width: 100%;
    float: left;
    border: 0;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 10px;
}.contact-field textarea {
    width: 100%;
    float: left;
    border: 0;
    padding: 15px;
    margin-bottom: 20px;
    height: 198px;
    font-size: 14px;
    border-radius: 10px;
}
.contact-sec button:hover{
  
background: #ad9550;
}

.contact-sec button {
    float: left;
    text-align: center;
    width: 100%;
    height: 52px;
    font-size: 15px;
    overflow: hidden;
    font-weight: 400;
    background: #162c53;
    background-size: 1140px;
    transition: background 500ms ease-in-out;
    color: #fff;
    padding: 11px 0;
    cursor: pointer;
    border-radius: 10px;
    border: 0;
}.ct-right {
    width: 20%;
    background: #0f1d38;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 40px 60px;
}.ct-right h5 {
    font-size: 22px;
    color: #fff;
    writing-mode: vertical-rl;
    float: left;
    margin-bottom: 20px;
}.ct-right i {
    font-size: 40px;
    color: #b99634;
    float: none;
    display: table;
    margin: 16px auto;
    transform: rotate(-90deg);
}.ct-right a {
    font-size: 22px;
    color: #fff;
    writing-mode: vertical-rl;
    float: left;
    padding-left: 33px;
    margin-top: 0;
    text-decoration: none;
}.address-sec {
    width: 100%;
    float: left;
    padding: 0px 0 30px;
}.address-sec i {
    background: #0f1d38;
    font-size: 40px;
    padding: 18px 0;
    width: 80px;
    border-radius: 100%;
    height: 80px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 20px;
}.address-sec h6 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}.address-sec a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}.address-sec p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.contact-sec button:before{
  position: absolute;
  content: "";
  background-color: #fff;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  display: none;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
  overflow: hidden;
}
.contact-sec button:after{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      overflow: hidden;
      content: "";
      background-color: #fff;
      transform: translate3d(0, -100%, 0);
      transition: transform .4s cubic-bezier(.1,0,.3,1);
      z-index: -1;
}
.contact-sec button:hover::before{
      transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.contact-sec button:hover::after{
      transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}
.panel1 a span{
  transition: opacity .50s, transform .80s;
    transition-timing-function: cubic-bezier(0.12, 0.8, 0.3, 1);
}
.panel1 a span:before{
      content: attr(data-text);
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 100%);
    transition: opacity .5s, transform .8s;
    transition-timing-function: cubic-bezier(0.12, 0.8, 0.3, 1);
}

.panel1 a:hover span:before{
  ransform: translate(-50%, 150%);
    opacity: 1;
}
.panel1 a:hover span{
      transform: translateY(-200%);
}.ban-cta span{
  
font-size: 16px;
  
color: #fff;
  
font-weight: 500;
  
transform: rotate(-90deg);
  
position: absolute;
  
width: 140px;
  
top: -362px;
  
right: -38px;
  
letter-spacing: 1px;
}
.ban-cta{position: relative;z-index: 99;margin-top: -270px;right: 1%;float: right;}
.ban-cta a{10px: 0;border: 2px solid #b59370;width: 70px;height: 70px;float: right;border-radius: 100%;text-align: center;padding: 20px 0;}
.ban-cta a img{

width: 30px;

filter: invert(1);
}
.ban-cta:after{
  position: absolute;
  content: '';
  background: #ad9550;
  height: 255px;
  width: 1px;
  top: -269px;
  left: 38px;
}.listing-sec {
    width: 100%;
    float: left;
    padding: 50px 2%;
}.listing-sec h2 {
    width: auto;
    float: left;
    font-size: 22px;
    color: #b00700;
}.list-left {
    width: 100%;
    float: left;
    border: 1px solid #fff6dd;
    border-radius: 15px;
    /* padding: 15px; */
    background: #ad9550;
    margin-top: 54px;
}

@media (min-width: 992px) {
    .mob-fil-new {
        display: none;
    }
  }
  .listing-sec h2 {
    width: auto;
    float: left;
    font-size: 22px;
    color: #051836;
    font-weight: 700;
}.list-left h1 {
    font-size: 20px;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    font-weight: 700;
    color: #fff;
    padding-left: 15px;
}.list-categ {
    width: 100%;
    float: left;
    /* padding: 10px; */
}
.list-categ ul
{
  padding: 0;
}
.ul1 li:hover .ul2{
  
height: auto;
  
opacity: 1;
  
width: 100%;
}
.custom-select {
    position: relative;
    display: inline-block;
    float: right;
    /* margin-bottom: 45px; */
}.custom-select h5 {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 7px 10px 0;
}.selected-option {
    cursor: pointer;
    padding: 5px 34px 8px 29px;
    border: 1px solid #ad9550;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #060606;
    position: relative;
    background: #ad95507d;
}.selected-option:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #838282;
    top: 13px;
    right: 18px;
}.options {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #d7cba9;
    list-style: none;
    width: 210px;
    left: -24px;
    padding: 0;
    margin: 0;
    border: 0;
    top: 40px;
    border-top: none;
    border-radius: 10px;
    box-shadow: 10px 2px 6px -3px rgba(0, 0, 0, 0.05);
}
.options li:last-child{
  border:0;
}
.options li {
    padding: 10px 15px;
    border-bottom: 1px solid #ac945042;
}.options li input[type="radio"] {
    display: none;
}.options li input[type="radio"] + label {
    cursor: pointer;
}
.listing-sec input[type=radio] + label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}.selected-option:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #838282;
    display: none;
    top: 13px;
    right: 18px;
}.ul5 li{
  position:relative;
}
.ul2 li{
  position:relative;
}
.listing-sec input[type=radio]:checked + label:before {
    left: -3px;
    background: #941d1d;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #941d1d;
}.list-categ li{
  list-style: none;
  float: left;
  width: 100%;
}
.ul1 li{position: relative;/* z-index: 0; */}
.list-categ .cat1{width: 100%;float: left;background: #051836;font-size: 15px;color: #fff;text-decoration: none;padding: 20px 15px;font-weight: 600;border-bottom: 1px solid #fff6dd;}.cat1:hover.ul2{
  
height: auto;
  
opacity: 1;
}
.cat2{
      width: 100%;
      float: left;
      background: #17263e;
      font-size: 15px;
      color: #fff;
      text-decoration: none;
      padding: 15px;
      font-weight: 600;
      border-bottom: 1px solid;
}

.list-categ .cat3{
   width: 100%;
   float: left;
   background: #90762b;
   font-size: 15px;
   color: #fff;
   text-decoration: none;
   padding: 15px;
   font-weight: 600;
   border-bottom: 1px solid;
}.list-categ .cat1:hover .cat2{
  
}.list-categ .cat2:hover .cat3{
  
}
.ul1{

position: relative;
}
.ul2{
  height: 0;
  opacity: 0;
  width: 0;
  float: left;
  background: #17263e;
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 999;
  transition: all ease-in-out .7s;
  -webkit-transition: all ease-in-out .7s;
}
.ul3{
  height: 0;
  opacity: 0;
  width: 0;
  float: left;
  background: #90762b;
  position: absolute;
  right: 0;
  top: 55px;
  transition: all ease-in-out .7s;
  -webkit-transition: all ease-in-out .7s;
  z-index: 999;
}.ul4 li{
  position:relative;
}
.ul2 li:hover .ul3{
      height: auto;
      opacity: 1;
      width: 100%;
}.ul4 li:hover .ul5{
      height: auto;
      opacity: 1;
      width: 100%;
}
.list-categ .cat5 {
    width: 100%;
    float: left;
    background: #051836;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid;
}
.ul4 {
    height: 0;
    opacity: 0;
    width: 0;
    float: left;
    background: #90762b;
    position: absolute;
    right: 0;
    top: 55px;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
    z-index: 999;
}
.list-categ .cat4{
   width: 100%;
   float: left;
   background: #051836;
   font-size: 15px;
   color: #fff;
   text-decoration: none;
   padding: 15px;
   font-weight: 600;
   border-bottom: 1px solid;
}
.ul3 li:hover .ul4{
      height: auto;
      opacity: 1;
      width: 100%;
}
.ul5 {
    height: 0;
    opacity: 0;
    width: 0;
    float: left;
    background: #90762b;
    position: absolute;
    right: 0;
    top: 55px;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
    z-index: 999;
}
@media (min-width: 992px) {
    .filter-mob {
        display: none;
    }
}@media (max-width: 991px) {
    .filter-mob h5 {
        font-size: 13px;
        color: #fff;
        padding: 17px;
        margin: 0;
        height: 50px;
        font-weight: 600;
    }    .custom-select {
        position: relative;
        display: inline-block;
        float: right;
        /* margin-bottom: 45px; */
        width: 50%;
        margin-top: 0;
    }    .selected-option {
        cursor: pointer;
        padding: 15px 16px;
        border: 0;
        border-radius: 0;
        font-size: 13px;
        height: 50px;
        font-weight: 600;
        width: 100%;
        background: #ad9550;
        float: left;
        color: #fff;
        border-left: 1px solid #3b3c3d;
        border-top-right-radius: 10px;
        text-align: center;
        border-bottom-right-radius: 10px;
    }    .list-left {
        border-radius: 0;
        margin-top: -300px;
        height: 102vh;
        overflow-y: scroll;
        overflow-x: hidden;
        position: relative;
        padding: 30px 15px 35px;
        background: #fff;
        z-index: 9999999;
    }    .med-new {
        visibility: visible !important;
        transform: translatex(0) !important;
        transition: visibility 0s 0s, transform .7s cubic-bezier(.19,1,.22,1) !important;
    }    .med-wd {
        width: 100% !important;
    }    .med-hide {
        /* display: none; */
        position: absolute;
        visibility: hidden;
        width: 100%;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        transition: all ease-in-out .6s;
        /* transition: visibility 0s .6s, transform .5s cubic-bezier(.19,1,.22,1); */
        z-index: 99999;
        PADDING: 0;
        /* width: 0; */
    }    .mob-fil-new {
        width: 99%;
        float: left;
        height: 43px;
        position: fixed;
        background: #fff;
        margin-bottom: 20px;
        border-bottom: 1px solid #cecece;
        left: 0;
        padding-left: 15px;
        padding-top: 11px;
        z-index: 99999;
        top: -279px;
    }    .custom-select h5 {
        display: none;
    }
      }
      .mob-scroll{
        overflow: hidden;
        position: fixed;
      }.filter-mob {
    width: 50%;
    float: left;
    background: #051836;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.det-sec{

width: 100%;

float: left;

padding: 70px 0 0;
}.det-img:hover img{
  
transform: scale(1.1);
}
.det-img{width: 94%;float: left;border: 1px solid #ad9550;border-radius: 20px;overflow: hidden;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.det-img img{width: 100%;border-radius: 20px;height: 325px;object-fit: contain;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.details{

}
.details h1{font-size: 50px;color: #000;font-weight: 700;padding-top: 8px;padding-bottom: 5px;}
.details h5{

font-size: 18px;

font-weight: 600;

color: #051836;

margin-bottom: 12px;
}
.details h5 span{

color: #ad9550;
}
.details p{

font-size: 15px;

color: #000;

line-height: 30px;

margin-bottom: 5px;

font-weight: 400;
}
.details a{
    background: #90762b;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    float: left;
    padding: 10px 21px;
    width: 180px;
    margin-top: 13px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.details a img{float: right;}
.details a:hover{background: #0f1d38;}
.details a span{
  font-size: 14px;
  text-align: left;
  padding-top: 3px;
  float: left;
}.sub-menu {
    position: relative;
}.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 35px !important;
    padding: 0;
    width: 0;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all .2s ease-out;
    border-radius: 10px;
}
.menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 46px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--alefox-white, #fff);
    box-shadow: 0px 10px 60px 0px RGBA(var(--alefox-white-rgb, 255, 255, 255), 0.07);
    padding: 15px 20px 11px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}.menu li:hover>ul {opacity: 1;visibility: visible;transform: scaleY(1) translateZ(0px);}
.quality-sec{

width: 100%;

float: left;

padding: 70px 0;
}
.quality-sec img{

width: 100%;

border-radius: 20px;
}
.quality-sec p{

font-size: 15px;

color: #000;

line-height: 30px;

margin-bottom: 5px;

font-weight: 400;
}
.quality-sec h1{
  
font-size: 50px;
  
color: #000;
  
font-weight: 700;
  
padding-top: 15px;
  
padding-bottom: 7px;
}
.qa2{

width: 100%;

float: left;

background: #0f1d38;

padding: 70px 0;
}
.qa-box{

width: 100%;

float: left;

padding: 40px 20px;

background: #fff;

border-radius: 20px;

text-align: center;

margin-bottom: 30px;

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

-webkit-transition: all ease-in-out .5s;
}
.qa-box img{

width: 80px;

height: 90px;

object-fit: contain;

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

-webkit-transition: all ease-in-out .5s;
}
.qa-box h2{

font-size: 20px;

font-weight: 700;

color: #000;

margin-top: 10px;
}
.qa-box p{

font-size: 15px;

color: #000;

line-height: 28px;

margin-bottom: 0;

font-weight: 400;
}
.qa-box:hover{
  
}.qa-box:hover img{
  
transform: scale(1.1);
}.careerban2 {
    float: left;
    width: 100%;
    padding: 70px 0;
}.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
    max-width: 100%;
}.cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}.cr-wd p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 25px;
    padding: 0 70px;
    margin-bottom: 50px;
}.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}.mct_form {
    color: #000000;
    display: block;
    font-size: 15px;
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #fbf4e0;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(251 244 224);
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}.mct_form:hover {
    border-bottom: 1px solid #051836;
}.contact-snd2 {
    float: none;
    width: 167px;
    height: 50px;
    background: #051836;
    border-radius: 15px;
    font-size: 15px;
    position: relative;
    color: #fff;
    border: none;
    font-weight: 600;
    text-align: center;
    display: table;
    margin: auto;
    text-decoration: none;
    padding: 13px 0;
    z-index: 9;
    overflow: hidden;
}.contact-snd2:hover {
    color: #fff;
    background: #ad9550;
}.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-y: scroll;
    transition: 0.5s;
    z-index: 111;
    /* background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%); */
}
.open .closebtn{
    display:none;
}
.left-bg {
    /*background-color: #051836;*/
    float: left;
}.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding: 96px 68px;
    height: 100vh;
}.hd-tel {
    float: left;
    width: 100%;
}.hd-tel span {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    color: #a48e4f;
    letter-spacing: 1px;
    margin-bottom: 10px;
}.overlay a {
    /* padding: 8px; */
    text-decoration: none;
    font-size: 30px;
    color: white;
    z-index: 11;
    display: block;
    transition: 0.3s;
}
.hd-presence span{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}.hd-presence p{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 10px 0 0;
}
.hed-tel-hvr {
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 20px !important;
    color: white !important;
    padding-top: 11px !important;
    padding-bottom: 17px !important;
    text-decoration: none;
}.hd-presence {
    float: left;
    width: 100%;
    padding: 19px;
    border: solid 1px rgb(173 149 80);
    border-radius: 20px;
    /* margin-top: 15px; */
    /* background: #112e4a; */
}.right-bg {
    /* background-color: #ad9550; */
    padding: 0px !important;
    float: left;
}.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding: 80px 20px;
    height: 100vh;
}.hd-tel {
    float: left;
    width: 100%;
}.buttonarea {
    float: right;
    margin-top: 5px;
    margin-left: 30px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}.buttonarea a {
    float: right;
}.buttonarea img {
    width: 33px;
    margin-top: 2px;
    filter: invert(1);
}.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 11px;
    font-size: 40px;
}@media screen and (max-height: 450px) {
    .overlay .closebtn {
        text-decoration: none;
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/**/
.hd-tel p {
    float: left;
    width: 100%;
    font-size: 15px !important;
    color: #ffffff !important;
    line-height: 25px;
    padding-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
}.frm-enq {
    float: left;
    width: 98%;
    margin-top: 18px;
}.frmq-title {
    float: left;
    width: 100%;
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding-top: 0px;
}
.title-white {
    color: white !important;
}.field-enq {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 55px;
    margin-bottom: 2px !important;
    padding: 0 20px;
    outline: none;
    background: #fff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    /* border: solid 1px #d4d3d3; */
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 9px;
    border-radius: 10px;
}.field-enq {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 55px;
    margin-bottom: 2px !important;
    padding: 0 20px;
    outline: none;
    background: #fff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    /* border: solid 1px #d4d3d3; */
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 9px;
    border-radius: 10px;
}
.subscribe-btn{

background: #a48e4f;

width: 100%;

border: 0;

font-size: 15px;

font-weight: 600;

padding: 15px 0 3px;

border-radius: 10px;

color: #fff;
}
.subscribe-btn:hover{
  
background: #000;
}
.innerban{

}
.innerban h2{

font-size: 40px;

color: #cbad34;

text-align: center;

margin-top: 120px;

font-weight: 600;
}
.innerban img{
  
position: absolute;
  
bottom: -41px;
  
z-index: 9;
  
width: 100px;
  
right: 5px;
}.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 595px;
    min-width: 320px;
    margin-top: 150px;
    padding: 14px;
    color: #070000;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
}.req-form {
    background-size: cover;
    background-color: #fff;
    border-radius: 12px;
    width: 474px;
    float: right;
    /* height: 754px; */
    margin-right: 0;
    opacity: 1;
    padding: 15px 45px 33px 55px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 99;
}.popup .fade-out {
    position: absolute;
    top: -4px;
    right: -24px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
}.form-inner h2 {
    padding-bottom: 23px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: black;
    font-weight: 700;
}.m-bx-1 {
    float: left;
    width: 100%;
    color: black;
    font-size: 15px;
    font-weight: 500;
}.m-bx-1 input {
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 59px;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    border: none;
    transition: all 500ms ease;
    border: solid 1px #C4C4C4;
    width: 100%;
    float: left;
    padding: 10px 28px;
    border-radius: 20px;
}.m-bx-1-btn button {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 220px;
    height: 57px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    background: #182b50;
    text-align: center;
    /* float: left; */
    text-decoration: none;
    /* padding: 12px 0px; */
    border-radius: 35px;
    border: none;
    outline: 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;
}.m-bx-1-btn button:hover {
    text-decoration: none;
    background: #000000;
    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;
}.popup.active {
    top: 0;
    background-color: #000000f2;
    transition: background-color .6s, opacity .6s;
}.popup.active .popup-content {
    margin-top: 0px;
}
.f-i1{
    position: absolute;
    bottom: 9px;
    z-index: 999;
    width: 70px;
}
.f-i3 {
    position: absolute;
    width: 58px;
    bottom: 19px;
    z-index: 999;
    right: 16px;
}
.f-i2{
  
position: absolute;
  
width: 58px;
  
top: 19px;
  
z-index: 999;
  
right: 16px;
}
.p2-box:hover .img2{/* transform: scale(1.1); */}

@media(max-width: 575px){
    .list-box{
        width:100%;
    }
    .quality-sec h1 {
    font-size: 38px;text-align:center} .quality-sec p {
   text-align:center}
  .address-sec i{
    margin-bottom: 0 !important;
  }
  .cr-wd p{
    padding: 0;
  }    .contact-sec {
        padding: 60px 30px !important;
    }    .ct-right {
        display: none;
    }.contact-sec form {
    width: 100%;
    float: left;
}.contact-sec h1 {
    font-size: 33px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
  .details {
    text-align: center;
    width: 100%;
    float: left;
}.details a{
  float: none;
        display: table;
          margin: auto;
}
  .vmvbx1 p {
    padding-left: 0;
    width: auto;
    float: left;
    text-align: center;
  }
  .ab-pera1 {
    width: 100%;margin-top: 20px;
    float: left;
}
  .ab-imdhd1 {
    width: 100%;
    float: left;
    text-align: center;
}.vmvbx1 img {
    width: 68px;
    float: none;
    display: block;
    margin: auto;
}.vmvbx1 h2 {
    padding-left: 0;
    width: 100%;
    float: left;
    text-align: center;
  }
  .vmvbx p {
    padding-left: 0;
    width: auto;
    float: left;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}.vmvbx h2 {
    padding-left: 0;
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}.ab-imdhd {
    width: 100%;
    float: left;
}.vmvbx img {
    width: 68px;
    float: none;
    display: block;
    margin: auto;
}.vmvbx {
    padding-top: 60px;
    padding-bottom: 25px;
    /* padding-top: 105px; */
    width: 100%;
    float: left;
}.ab-pera{
  width: 100%;
}
  .body3-hd h2 {
    padding-bottom: 10px;
    padding-top: 63px;
    font-size: 43px;
    float: left;
    text-align: center;
    color: white;
    font-weight: 700;
    line-height: 63px;

}.body3-hd p {
    padding-top: 0;
    color: white;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
  .about-iconbx h2{
    text-align: center;
  }
  .about-iconbx p{
    text-align: center;
  }
  .slick-slide img {
    display: block;
    height: 564px;
}.about-iconbx img{
  float: none;
  display: block;
  margin: auto;
}
.banner-full{
  height: 564px;
}.ban-text h1 {
    font-size: 38px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-top: 40px;
}.ban-cta:after{
  display: none;
}
.ban-cta span{
  display: none;
}.popup .fade-out {
    position: absolute;
    top: 16px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    cursor: pointer;
    z-index: 999;
}.popup .popup-content {
    position: absolute;
    top: 49%;
    left: 50%;
    max-height: 100vh;
    min-width: 100%;
  }.req-form {
    background-size: cover;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    float: right;
    /* height: 754px; */
    margin-right: 0;
    opacity: 1;
    padding: 33px 20px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 99;
}.logo img {
    width: 200px;
}.ban-cta {
    position: relative;
    z-index: 99;
    margin-top: -200px;
    right: 1%;
    float: right;
}.p1-img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    float: none;
    margin: auto;
}.panel1 h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}.panel1 p {
    text-align: center;
  }
  .panel1 a{
        float: none;
    display: table;
    margin: 20px auto;
  }.i1 {
    position: absolute;
    bottom: -20px;
    z-index: 0;
    width: 90px;
}.panel2 h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 700;
    padding: 0;
    margin-bottom: 70px;
}.p1-carousel .owl-nav {
    float: right;
    width: 100%;
    text-align: center;
}.p1-carousel .owl-prev {
    position: relative;
    top: inherit;
    right: inherit;
}.p1-carousel .owl-next {
    position: relative;
    top: inherit;
    left: inherit;
}
.p2-box{
  display: table;
  margin: auto;
}.p3-left p {
    width: 100%;
  }.p3-right p{
    width: 100%;
  }.p3-right2 {
    float: left;
    width: 100%;
    margin-top: 30px;
}.p3-right2 p{
  width: 100%;
}.p3-left2 p{
  width: 100%;
}.panel4 h1 {
    text-align: center;
    font-size: 38px;
    color: #000;
    font-weight: 700;
}.panel6 h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    width: 100%;
    margin-top: 0;
    text-align: center;
}.panel6 p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 29px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}.panel6 a{
  float: none;
  display: table;
  margin: auto;
}.p6-right1 h6 {
    text-align: left;
}.p6-right2 h6 {
    text-align: left;
}.p7-img2 {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 130px;
}.panel7 {
    width: 100%;
    float: left;
    background: #fbf4e0;
    padding: 50px 0 100px;
    position: relative;
}.panel7 h3 {
    font-size: 40px;
    text-align: center;
  }.s1 {
    width: 100%;
    float: left;
    text-align: center;
}.s2 {
    width: 100%;
    float: left;
    text-align: center;
}.s3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-left: 0;
}.s4 {
    text-align: center;
    margin-left: 0;
}.s5 {
    text-align: center;
    margin-left: 0;
}.p7-img {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
}.panel7 a{
  float: none;
  display: table;
  margin: 20px auto 0;
}.panel5 h5 {
    font-size: 26px;
    color: #d5d5ee;
    font-weight: 400;
    margin: 0;
    line-height: 40px;
    width: 100%;
    text-align: center;
}.footer h1{
  text-align: center;
  width: 100%;
}.footer p{
  width: 100%;
  text-align: center;
}.ftr-mid {
    width: 100%;
    float: left;
    text-align: center;
}.ftr-last {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}.ftr-ico {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
}


@media(min-width: 576px) and (max-width: 767px){
      .ct-right {
        display: none;
    }.contact-sec form {
    width: 100%;
    float: left;
}
  .vmvbx1 h2 {
          padding-left: 21px;
          font-size: 25px;
  }.ab-imdhd1 {
    width: 45%;
    float: left;
}.ab-pera1 {
    width: 55%;
    float: left;
}.vmvbx1 p {
    padding-left: 17px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
  .vmvbx p {
    padding-left: 0;
  }.ab-pera {
    width: 50%;
    float: left;
}.vmvbx h2 {
    padding-left: 20px;
    margin-top: 20px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
}.ab-imdhd {
    width: 50%;
    float: left;
}
  .body3-hd h2 {
    padding-bottom: 0;
  }.body3-hd p {
    padding-top: 0;}
  .ban-text h1{
    font-size: 56px;
  }
  .panel2 h1{
    padding: 0;
  }.p1-carousel .owl-nav {
    float: right;
    width: 100%;
    text-align: center;
}.p1-carousel .owl-prev {
    position: relative;
    top:inherit;
    right: inherit;
}.p1-carousel .owl-next {
    position: relative;
    top:inherit;
    left: inherit;
}.p2-box {
    width: 100%;
    height: auto;
    background: #eaecef;
    position: relative;
    border-radius: 100%;
    top: 194px;
}.img2 {
    position: absolute;
    top: -153px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    width: 100%;
}.p7-img {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    float: none;
    display: block;
    margin: auto;
}.s5 {
    text-align: center;
    margin-left: 0;
}.s4 {
    text-align: center;
    margin-left: 0;
}.s3 {
    text-align: center;
    margin-left: 0;
}.panel7 h3 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 53px;
  }.p7-img2 {
    position: absolute;
    right: 5%;
    width: 100px;
}
.panel7 a{
      float: none;
    margin: 40px auto 0;
    display: table;
}.footer h1 {
    font-size: 30px;
    color: #e5d094;
    font-weight: 700;
    width: 100%;
    line-height: 40px;
}.footer p{
  width: 100%;
}.ftr-logo img {
    max-width: 90%;
  }
  .i1{
    display: none;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .ct-right {
    padding: 40px 22px;
}
  .contact-sec h1 {
    font-size: 28px;}
  .quality-sec h1 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 7px;
}.quality-sec img {
    width: 100%;
    border-radius: 20px;
    height: 69vh;
    object-fit: cover;
    margin-top: 20px;
}
  .body3-hd p {
    padding-top: 0;
  }.body3-hd h2 {
    padding-bottom: 0;}.ab-pera {
    width: 58%;
    float: left;
}.vmvbx h2 {
    padding-left: 18px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 0px;
}.vmvbx p {
    padding-left: 0;}.vmvbx1 p {
    padding-left: 0;}.ab-pera1 {
    width: 60%;
    float: left;
}.ab-imdhd1 {
    width: 40%;
    float: left;
}.vmvbx1 h2 {
    padding-left: 21px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0px;
}.ab-imdhd {
    width: 40%;
    float: left;
}
  .p1-img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    border-radius: 100%;
    float: left;
    margin-right: 35px;   
         margin-bottom: 130px;
}
.panel1 h1 {
    font-size: 37px;
    color: #000;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 3px;
}.panel2 h1 {
    padding: 0 50px;
}.p1-carousel .owl-next {
    position: absolute;
    top: -170px;
    right: -37px;
}.p6-right1 h3:after{
  font-size: 59px;
}.p6-right1 h3{
  font-size: 59px;
}.p6-right1 h5{
  margin-top: 0;
}.p6-right2 h3:after{
  font-size: 59px;
}.p6-right2 h3{
  font-size: 59px;
}.p6-right2 h5{
  margin-top: 0;
}.panel6 h1 {
    font-size: 41px;
    color: #000;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
}.p7-img {
    width: 48%;
    margin-top: -251px;
    margin-left: 50px;
}.p7-img2 {
    position: absolute;
    right: 5%;
    width: 100px;
}.footer .col-lg-3 {
  padding: 0;
}.ftr-last a {
    font-size: 14px;
  }.ftr-ico a img {
    width: 25px;
    filter: invert(1);
    margin: 0 14px 0 0;
}
}
@media(min-width: 992px) and (max-width: 1024px){
  .quality-sec h1 {
    font-size: 45px;
  }
  .vmvbx h2 {
    padding-left: 40px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
}.vmvbx1 h2 {
    padding-left: 50px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
}
  .panel1 h1 {
    font-size: 44px;
  }.p1-img {
       margin-right: 60px;
}.panel2 h1{
  padding: 0 120px;
}.p3-left p {
    width: 68%;
  }.p7-img2 {
    position: absolute;
    right: 5%;
    width: 160px;
}.ftr-ico a img {
    width: 25px;
    filter: invert(1);
    margin: 0 22px 0 0;
}
}
@media(min-width: 1025px) and (max-width: 1199px){
  .quality-sec h1 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 4px;
}
  .vmvbx h2 {
    padding-left: 47px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}
  .panel1 h1 {
    font-size: 45px;
  }.p1-img {
    margin-right: 60px;
}.panel2 h1 {
       padding: 0 200px;
  }.ftr-ico a img {
    width: 25px;
    filter: invert(1);
    margin: 0 26px 0 0;
}.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px; */
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin: 15px 13px;
  }
}
.filter-close{
  float: right;
    position: relative;
    right: 5%;
}@media (max-width: 991px) {
    .filter-close img {
        width: 33px;
        height: 33px;
        background: #051836;
        float: right;
        padding: 7px;
        border-radius: 100%;
        position: absolute;
        right: 0;
        top: -6px;
    }
}
@media(min-width: 1025px){
  .sub-menu li:hover .menu-new {left: inherit;width: 100%;right: -216px;}
}
.nav-pd {
    text-align: left;
    padding: 0px 0px;
    transform: rotate(15deg);
    max-width: 1040px;
}.menu2 {
    width: 30px !important;
    padding: 5px;
    filter: none !important;
}
.ban-cta a:hover{
    background: #ad9550;
}
.ar-text:hover{
    
}



/**********************new-sub***************/

.menu-row {
  /* max-width: 1000px; */
  /* padding: 25px; */
  /* margin: 0 auto; */
  width: 80%;
  /* float: right; */
}
.menu-row .menu-info {
  margin-bottom: 30px;
  font-size: 16px;
}
.menu-row .menu-info h1 {
  margin: 0 0 20px;
  font-size: 30px;
}

.menu-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-row ul li {
  /* font-size: 18px; */
}
.menu-row ul li a {
  text-decoration: none;
  color: #ffffff;
  /* padding: 10px; */
  /* display: inline-block; */
  transition: 350ms all;
}
.menu-row ul li a:hover {
  color: #ffe400;
}

.menu-box {
  /* padding: 20px; */
  position: relative;
}
.menu-box .logo {
  max-width: 140px;
}
.menu-box .logo img {
  width: 100%;
}

.menu {
  display: flex;
  flex-wrap: wrap;
}

.menu li {
  /* margin-right: 25px; */
}

@media only screen and (min-width: 1024px) {
  .menu {
    display: flex !important;
  }
  .menu .megamenu > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }
  .menu .megamenu > a:hover:after {
    display: block;
  }
  .menu li .submenu {
    transition: 350ms all;
  }
  .menu li:hover > .submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .menu li.megamenu > a {
    /* padding-right: 20px; */
    position: relative;
  }
  .menu li.megamenu > a:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 7px;
    height: 7px;
    width: 7px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(45deg);
  }
  .menu li .submenu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #ad9550;
    width: 180px;
  }
  .menu li .submenu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
  }
  .menu li .submenu li a {
    color: #ffffff;
    padding: 10px 20px;
    background: #ad9550;
    display: block;
  }
  .menu li .submenu li a:before {
    right: 15px;
    transform: rotate(-45deg);
    right: 10px;
    top: 18px;
  }
  .menu li .submenu li a:hover {
    background: #162c53;
  }
  .menu li .submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}.loader {
    width: 206px;
    height: 120px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    opacity: 1;
    animation: filter-animation 3s infinite;
    /* stroke: darkred; */
    /* transition: fill .3s ease-in-out; */
    /* animation: chng 1s linear infinite; */
    /* transform-origin: bottom; */
    /* -webkit-animation: colorchange 20s infinite alternate; */
    /* margin-left: 80px; */
}.panel4 .owl-nav img:hover{
        background: #90762b45;
    border-radius: 100%;
}

.hidden-input-field {
		    opacity: 0;
		    position: absolute;
		    top: 0;
		    left: 0;
		    height: 0;
		    width: 0;
		    z-index: -1;
		}
		.active-sub-menu a{
		        background: #ad9550 !important;
		}
		.c-leaf {
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 119px;
  margin: 0 auto;
  background: #eee;
  transform: scale(1);
}

.c-leaf__icon {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 183px;
  height: 122px;
  fill: #000000;
}

.c-leaf__fill {
  width: 205px;
  height: 135px;
  background: linear-gradient(90deg, #ad9550 0%, #aa8812 100%);
  -webkit-animation: fillUp 1.5s ease-in-out infinite;
  animation: fillUp 1.5s ease-in-out infinite;
}

@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}

.custom-tooltip{
 --bs-tooltip-bg:#ac9450;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}