html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden;  
     font-family: 'Kinn' !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: #c3baf1;
}

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

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




/*preloader*/

.ip-loader{
    margin-left: 0px!important;
    bottom: 40%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;

}

.c-leaf {
  position: relative;
  overflow: hidden;
  width: 203px;
  height: 133px;
  margin: 0 auto;
  background: #403b40;
  transform: scale(1);
}

.c-leaf__icon {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 205px;
  height: 135px;
  fill: #120f12;
}

.c-leaf__fill {
  width: 205px;
  height: 135px;
  background: #8c80bf;
  -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);
  }
}

/*preloader*/












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

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  padding: 27px 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;
    margin-top: 0;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: #d7cfff !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) {
    .submenu li:hover .submenuItem{
        visibility:visible;        opacity: 1;
        transform: translate(0, 0);
    }
    .submenuItem{
        visibility: hidden;
        /* display: none; */
        opacity: 1;
        margin: 0;
        overflow-y: scroll;
        height: 400px;
        top: 53px;
        padding: 0;
        text-align: center;
        /* padding: 20px 0 60px; */
        width: 100%;
        position: absolute;
        left: 0;
        background: #8078a9;
        z-index: 99;
        transform: translate(0, 20px);
        transition: all .5s ease-out;
        border-radius: revert-layer;
    }
    .navItem ul li:hover .submenu{
        visibility:visible;
    }
   .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: 2px solid #b7b2cf;
  text-align: left;
  padding-left: 30px;        position: relative;
}
  .navItem .submenu {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    overflow-y: scroll;
    height: 400px;
    top: 69px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #8078a9;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem:hover>.submenu {
    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%);
}

.wrapper .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: #ffffff;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
  background: #ffffff;
}
.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: #ffffff;
}

.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: #8c82be;
  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;
  float: left;
}

.nav .navItem {
  margin-bottom: 2px;
  border-bottom: 2px solid #9a91c6;
  padding: 21px 0 19px 30px;
}
.nav .navLink {
  /* position: relative; */
  display: inline-flex;
  font-size: 18px;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  color: #ffffff;
  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: #8b80bf !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: #dad6ef; !important;
    color: #8b7cd7;
    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 li ul{
  top: -30px;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 28px;
    /* height: 0; */
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 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: 100%;
    position: relative;
}
.menu li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    left: -230px;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0,0); */
    transition: all .5s ease-out;
    height: auto;
    right: -70px;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 18px 10px;
    display: block;
    color: #8c81c3;
    background: #ffffff;
    text-align: left;
    border-bottom: solid 1px rgb(225 219 255);
    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: auto;

padding: 0 5%;
}
.logo{

width: 26%;

float: left;

position: relative;

z-index: 9;

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


.banner{

width: 100%;

float: left;

/* background: #15293b; */

margin-top: -111px;

position: relative;

overflow: hidden;
}
.ban-img{
  
width: 100%;
  
float: left;
}

.image-slider {
      z-index: 0;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 100vh;
}

.image-slide {
      height: 100vh;
      margin: 0 auto;
}

.slick-slide.slick-center {
      transform: scale(1.2);
      transition: transform .8s 1.4s cubic-bezier(.84, 0, .08, .99);
}

.slick-slide {
      transition: transform .7s cubic-bezier(.84, 0, .08, .99);
}

.slider-control {
      margin: 0%;
      position: absolute;
      z-index: 2;
      bottom: 4%;
      left: 15%;
      transform: translate(-50%, -50%);
      display: flex;
}

button {
      /* color: #fff; */
      /* background: none; */
      /* padding: 24px; */
      /* border: 1px solid rgba(255, 255, 255, .3); */
      /* font-size: 16px; */
      /* border-radius: 50%; */
      /* margin: .4em; */
      /* display: inline-block; */
}

button:focus {
      outline: none;
}

.block-1 {
      /* z-index: 1; */
      /* position: fixed; */
      /* height: 100vh; */
      /* width: 5%; */
      /* left: 0%; */
      /* background: #0f0f0f; */
}

.block-2 {
      /* z-index: 1; */
      /* position: fixed; */
      /* height: 100vh; */
      /* width: 25%; */
      /* left: 25%; */
      /* background: #0f0f0f; */
}

.block-3 {
      /* z-index: 1; */
      /* position: fixed; */
      /* height: 100vh; */
      /* width: 5%; */
      /* right: 0%; */
      /* background: #0f0f0f; */
}
/*
.overlay {
      z-index: 1;
      position: fixed;
      height: 100vh;
      width: 20%;
      left: 5%;
      background: rgba(0, 0, 0, .65);
}*/

.text-slider-wrapper {
      z-index: 2;
      position: absolute;
      width: 100%;
      top: 38%;
}

.text-slider {
      margin: 0%;
      padding: 0%;
      height: 100vh;
}

.text-slide h1 {
      color: #fff;
      font-size: 55px;
      font-weight: 700;
      width: 55%;
}

@media(max-width: 990px) {
      .block-2, .overlay {
            display: none;
      }

      .block-1 {
            width: 50%;
      }

      .block-3 {
            width: 12%;
      }

      .slide-slick {
            display: none !important;
      }

      .text-slide h1 {
            font-size: 32px !important;
            width: 89%;
      }

      .text-slider-wrapper {
            position: absolute;
            top: 39% !important;
      }

      .slider-control {
            left: 22.5%;
      }
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-Light.eot');
    src: url('../fonts/Kinn-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-Light.woff2') format('woff2'),
        url('../fonts/Kinn-Light.woff') format('woff'),
        url('../fonts/Kinn-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-LightItalic.eot');
    src: url('../fonts/Kinn-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-LightItalic.woff2') format('woff2'),
        url('../fonts/Kinn-LightItalic.woff') format('woff'),
        url('../fonts/Kinn-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-Italic.eot');
    src: url('../fonts/Kinn-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-Italic.woff2') format('woff2'),
        url('../fonts/Kinn-Italic.woff') format('woff'),
        url('../fonts/Kinn-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-HeavyItalic.eot');
    src: url('../fonts/Kinn-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-HeavyItalic.woff2') format('woff2'),
        url('../fonts/Kinn-HeavyItalic.woff') format('woff'),
        url('../fonts/Kinn-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-Heavy.eot');
    src: url('../fonts/Kinn-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-Heavy.woff2') format('woff2'),
        url('../fonts/Kinn-Heavy.woff') format('woff'),
        url('../fonts/Kinn-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-ExtraLightItalic.eot');
    src: url('../fonts/Kinn-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Kinn-ExtraLightItalic.woff') format('woff'),
        url('../fonts/Kinn-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-ExtraLight.eot');
    src: url('../fonts/Kinn-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-ExtraLight.woff2') format('woff2'),
        url('../fonts/Kinn-ExtraLight.woff') format('woff'),
        url('../fonts/Kinn-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-Bold.eot');
    src: url('../fonts/Kinn-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-Bold.woff2') format('woff2'),
        url('../fonts/Kinn-Bold.woff') format('woff'),
        url('../fonts/Kinn-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-BoldItalic.eot');
    src: url('../fonts/Kinn-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-BoldItalic.woff2') format('woff2'),
        url('../fonts/Kinn-BoldItalic.woff') format('woff'),
        url('../fonts/Kinn-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-Black.eot');
    src: url('../fonts/Kinn-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-Black.woff2') format('woff2'),
        url('../fonts/Kinn-Black.woff') format('woff'),
        url('../fonts/Kinn-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn';
    src: url('../fonts/Kinn-BlackItalic.eot');
    src: url('../fonts/Kinn-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-BlackItalic.woff2') format('woff2'),
        url('../fonts/Kinn-BlackItalic.woff') format('woff'),
        url('../fonts/Kinn-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kinn Book';
    src: url('../fonts/Kinn-BookItalic.eot');
    src: url('../fonts/Kinn-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinn-BookItalic.woff2') format('woff2'),
        url('../fonts/Kinn-BookItalic.woff') format('woff'),
        url('../fonts/Kinn-BookItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

.text-slide h6{

font-size: 23px;

color: #fff;

font-weight: 500;

text-decoration: underline;
}.text-slide h1 span{
  
color: #d6cffa;
}
.panel1{

width: 100%;

float: left;

background: #120f12;

padding: 65px 0;
}
.panel1 h1{
  font-size: 53px;
  background: linear-gradient(to right, #d4c9ff 5%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.panel1 p{

font-size: 16px;

color: #fff;

font-weight: 500;

margin-bottom: 0;

margin-top: 16px;

line-height: 191%;

padding-left: 16px;
}
.panel1-next{

width: 100%;

float: left;
}
.panel1-left{

width: 40%;

float: left;

margin-right: 4%;

margin-top: 30px;
}
.panel1-left img{

float: right;
}
.panel1-right{

width: 55%;

float: right;
}
.panel1-box{

width: 100%;

float: left;

margin-bottom: 50px;
}
.panel1-box img{

width: 80px;

float: left;

margin-right: 30px;
}
.panel1-box h5{

font-size: 20px;

color: #fff;

font-weight: 700;
}
.panel1-box h6{
  
color: #cbcbcb;
  
font-size: 15px;
  
font-weight: 500;
  
line-height: 180%;
}
.panel2{

width: 100%;

float: left;

padding: 0;

position: relative;
}
.p2-box1{

position: relative;

width: 87%;

float: left;

border-right: 2px solid #f2f2f2;

padding-top: 165px;

height: 702px;
}
.p2-box1 h1{color: #f2f2f2;font-size: 150px;font-weight: 700;position: absolute;top: 105px;right: -144px;transform: rotate(-90deg);transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-trans: all ease-in-out .5s;}
.p2-box1 h6{

font-size: 21px;

color: #000;

line-height: 150%;

font-weight: 700;

width: 74%;
}.p2-box2 h1:hover{
  color: #8c80bf;
}.p2-box1 h1:hover{
  color: #8c80bf;
}.p2-box3 h1:hover{
  color: #8c80bf;
}
.p2-box1 p{

font-size: 15px;

color: #000;

line-height: 195%;

font-weight: 500;

width: 83%;
}
.p2-box2{

position: relative;

width: 102%;

float: left;

border-right: 2px solid #f2f2f2;

padding-top: 280px;

height: 702px;
}
.p2-box2 h1{color: #f2f2f2;font-size: 150px;font-weight: 700;position: absolute;top: 164px;right: -102px;transform: rotate(-90deg);transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-trans: all ease-in-out .5s;}
.p2-box2 h6{

font-size: 21px;

color: #000;

font-weight: 700;

width: 71%;

line-height: 150%;
}
.p2-box2 p{
  
font-size: 15px;
  
color: #000;
  
line-height: 195%;
  
font-weight: 500;
  
width: 75%;
}
.p2-box3{

position: relative;

width: 102%;

float: left;

/* border-right: 2px solid #f2f2f2; */

padding-top: 395px;
}
.p2-box3 h1{color: #f2f2f2;font-size: 150px;font-weight: 700;position: absolute;top: 209px;right: -102px;transform: rotate(-90deg);transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-trans: all ease-in-out .5s;}
.p2-box3 h6{

font-size: 21px;

color: #000;

font-weight: 700;

line-height: 150%;

width: 71%;
}
.p2-box3 p{
  
font-size: 15px;
  
color: #000;
  
line-height: 195%;
  
font-weight: 500;
  
width: 75%;
}.side1{

position: absolute;

bottom: 0;

left: 0;
}
.panel3{

width: 100%;

float: left;

padding: 0 0 60px;

position: relative;
}
.panel3 h1{

font-size: 54px;

font-weight: 700;

background: linear-gradient(to right, #454448 5%, #252326 100%);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

width: 100%;

float: left;
}
.panel3 p{

font-size: 16px;

color: #000;

float: right;

text-align: right;

font-weight: 500;

margin-bottom: 0;

margin-top: 55px;
}
.p3-box1{

width: 100%;

float: left;

margin-bottom: 40px;

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

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

-moz-transition: all ease-in-out .5s;
}
.p3-box1 h5{font-size: 22px;color: #000;font-weight: 700;margin-top: 20px;float: left;width: 100%;}
.p3-box1 a{

color: #4b3c93;

font-size: 13px;

font-weight: 600;
}
.p3-box1 a:hover{

letter-spacing: 2px;
}
.p3-box2:hover img{
  transform: scale(1.2);
}.p3-box1:hover img{
  transform: scale(1.2);
}
.p3-box1{

}.p3-box2 a{color: #4b3c93;font-size: 13px;font-weight: 600;}
.p3-box2 a:hover{

letter-spacing: 2px;
}.p3-box2 img{
  width: 100%;
  float: left;
  height: 503px;
  object-fit: cover;
  border-radius: 10px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
}.p3-box1 img{
  width: 100%;
  float: left;
  height: 239px;
  object-fit: cover;
  border-radius: 10px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
}
.p3-box2{
  width: 100%;
  float: left;
  margin-bottom: 40px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
}
.p3-box2 h5{
      font-size: 22px;
      color: #000;
      font-weight: 700;
      margin-top: 20px;
      float: left;
      width: 100%;
}
.panel4{background: #1a1d21;width: 100%;float: left;padding: 85px 0;}
.panel4 h2{font-size: 43px;font-weight: 300;}
.p4-box1{

width: 96%;

float: left;

margin-top: 60px;
}
.p4-box1 h1{

font-size: 55px;

background: linear-gradient(to right, #d4c9ff 5%, #fff 100%);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

font-weight: 700;

padding-right: 10px;
}
.p4-box1 p{

font-size: 16px;

color: #fff;

font-weight: 500;

line-height: 196%;
}.p4-box2{width: 100%;float: right;margin-top: 50px;padding-left: 8%;}
.p4-box2 h4{color: #c7bef1;font-size: 60px;font-weight: 700;float: left;margin-right: 40px;margin-bottom: 57px;width: 173px;}
.p4-box2 h5{
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}.p4-box2 h6{
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 500;
  line-height: 186%;
}
.p4-box1 a{

color: #e3dcff;

font-size: 18px;

font-weight: 600;

text-decoration: underline;
}
.p4-box1 a:hover{
      color: #8c81c3;
}
.panel5{width: 100%;float: left;padding: 85px 0 0;}
.panel5 h1{
    font-size: 54px;
    font-weight: 700;
    background: linear-gradient(to right, #454448 5%, #252326 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    float: left;
}
.panel5 p{font-size: 16px;color: #000;float: right;text-align: right;font-weight: 500;margin-bottom: 0;margin-top: 20px;width: 90%;}
.p5-box{width: 100%;float: left;margin-top: 50px;border: 1px solid #c2c2c2;border-radius: 10px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-tra: all ease-in-out .5s;}
.eve{
  width: 100%;
  height: 407px;
  object-fit: cover;
  border-radius: 10px;
}
.eve-text
{
  width: 100%;
  float: left;
  padding: 25px 15px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-tra: all ease-in-out .5s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.p5-box:hover{
      background: #8c73da;
}
.p5-box h4{font-size: 20px;color: #000;font-weight: 700;}
.p5-box h5{font-size: 13px;color: #393840;font-weight: 500;text-decoration: underline;}
.p5-box h6{font-size: 15px;color: #000;line-height: 179%;margin-top: 12px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.p5-box:hover .eve-text{background: #8c73da;}
.p5-box .eve-book{background: #8c73da;width: 137px;float: left;height: 43px;text-align: center;font-size: 13px;color: #fff;font-weight: 600;text-decoration: none;padding: 12px 0;border-radius: 30px;margin-top: 15px;}
.p5-box:hover .eve-book{color: #000;background: #fff;}
.p5-box:hover .eve-det{background: #fff;color: #000;} 
.eve-det{
    background: transparent;
    width: 137px;
    float: left;
    height: 43px;
    text-align: center;
    font-size: 13px;
    color: #8c73da;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    padding: 12px 0;
    border-radius: 30px;
    margin-left: 10px;
    border: 1px solid #8c73da;
}
.p5-box:hover h4{color: #fff;}
.p5-box:hover h5{color: #fff;}
.p5-box:hover h6{
  color: #fff;
}
.panel5 .owl-nav{

width: 100%;
}
.panel5 .owl-next{

position: absolute;

top: 35%;

right: -37px;
}.panel5 .owl-nav{

}
.panel5 .owl-prev{

position: absolute;

top: 35%;

left: -37px;

background-color: #fff;
}.panel5 .owl-next img:hover{background: #e5ddff;}.panel5 .owl-prev img:hover{
  background: #e5ddff;
}
.panel5 .owl-prev img{

background: #fff;

width: 60px;

height: 60px;

padding: 10px;

border-radius: 100%;

transform: rotate(180deg);
}.panel5 .owl-next img{

background: #fff;

width: 60px;

height: 60px;

padding: 10px;

border-radius: 100%;
}

.panel6

{width: 100%;float: left;background-image: url('../images/bg1.webp');background-size: cover;padding: 80px 0 180px;}
.panel6 h1{

font-size: 54px;

font-weight: 700;

background: linear-gradient(to right, #454448 5%, #252326 100%);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

width: 96%;

float: left;
}
.panel6 h2{

font-size: 155px;

background: linear-gradient(to bottom, #8b7fbf 50%, #7054c7 100%);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

font-weight: 700;

margin: 0;
}
.panel6 h6{
  position: relative;
  font-size: 22px;
  color: #8c73da;
  font-weight: 500;
  padding-left: 20%;
  width: 325px;
  margin-top: 30px;
}
.panel6 h6:after{
  position: absolute;
  content: '';
  background-image: url('../images/i4.webp');
  width: 131px;
  height: 50px;
  left: -30px;
  background-repeat: no-repeat;
  top: 21px;
}
.panel6 a{

font-size: 17px;

color: #4b3c93;

font-weight: 700;

text-decoration: underline;

margin-top: 20px;

float: left;
}
.panel6 a:hover{
  
letter-spacing: 2px;
}

.panel6 p{
  font-size: 24px;
  color: #000;
  font-weight: 300;
  margin-top: 50px;
}
.panel6 img{
  
max-width: 100%;
}
.footer{
  width: 100%;
  float: left;
  background:#120f12;
  padding: 100px 0 20px;
}
.ftr-carousel img{
  width: 100%;
  border-radius: 10px;
}.ftr-carousel :nth-child(odd) img{
  width:100%;
  height:182px;
  object-fit: cover;
}.ftr-carousel :nth-child(even) img{
  height:203px;
  object-fit: cover;
}
.ftr-carousel{
  margin-top: -220px;
}
.ftr-box{

width: 100%;

float: left;

padding: 90px 0 35px;

border-bottom: 1px solid #1e1b1e;
}.ftr-box h1{
  
font-size: 55px;
  
background: linear-gradient(to right, #d4c9ff 5%, #fff 100%);
  
-webkit-background-clip: text;
  
-webkit-text-fill-color: transparent;
  
font-weight: 700;
  
padding-right: 10px;
  
width: 70%;
}
.ftr-ico{

width: 100%;

float: left;

margin-top: 30px;
}
.ftr-ico a:hover img{
  filter: invert(1);
}

.ftr-ico a{
  
width: 48px;
  
height: 48px;
  
background: #fff;
  
float: left;
  
text-align: center;
  
padding: 10px 0;
  
border-radius: 100%;
  
margin-right: 15px;
}.ftr-ico a img{
  
width: 28px;
  
height: 28px;
}.ftr-ico a:hover{
  
background: #8b81bd;
}.ftr-logo{float: left;margin-top: 130px;}
.ftr-logo img{max-width: 100%;}.ft-right{float: left;width: 100%;padding-left: 50px;}
.ft-right h5{font-size: 20px;color: #fff;font-weight: 500;position: relative;line-height: 155%;}
.ft-right h5 a{color: #d3c5ff;text-decoration: none;}.ft-right h6{color: #d3c5ff;font-size: 25px;font-weight: 500;margin-top: 30px;}
.ft-right h5:after{
  position:absolute;
  content:'';
  background-image: url('../images/hand.png');
  background-size: contain;
  width: 84px;
  height: 70px;
  background-repeat: no-repeat;
  left: -120px;
  filter: invert(1);
  top: 0;
}
.ft-right h6 span{
  color: #fff;
  font-size: 35px;
  text-decoration: underline;
}.footer .menu{width: 40%;float: left;margin-top: 50px;}
.menu h4{font-size: 20px;color: #fff;font-weight: 700;margin-bottom: 15px;}
.footer .menu a{width: 100%;float: left;color: #8b8a8b;text-decoration: none;padding: 4px 0;font-size: 15px;}
.footer .menu a:hover{

color: #fff;
}
.find{width: 50%;float: left;margin-top: 50px;}
.find h4{font-size: 20px;color: #fff;font-weight: 700;margin-bottom: 15px;}
.find p{width: 100%;float: left;color: #8b8a8b;text-decoration: none;padding: 3px 0;font-size: 15px;margin: 0;}
.find a{font-size: 15px;color: #cfc1f9;font-weight: 500;text-decoration: underline;}
.find a:hover{

letter-spacing: 2px;
}
.footer .copy p{

font-size: 14px;

color: #fff;

text-align: center;

padding: 15px 0 0;

float: left;

margin: 0;

width: 100%;

font-weight: 500;
}.footer .copy a{

color: #fff;

text-decoration: none;
}
.details a:after{
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  background: #9c94cd;
  left: 0;
  /* border-radius: 30px; */
  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;
  z-index: -1;
}


.footer .copy a:hover{color: #8b7ebe;}.footer .copy p span{
  color:#8e82c1;
}.log-sec button:after{
      position: absolute;
      content: '';
      width: 0;
      height: 100%;
      top: 0;
      background: #645d91;
      left: 0;
      /* border-radius: 30px; */
      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;
      z-index: -1;
}
.log-sec button:hover::after{
      height: 100%;
    width: 100%;
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.details a:hover::after{
  height: 100%;
    width: 100%;
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.hd-book{

position: relative;

width: 146px;

float: right;

background: #8c81c3;

z-index: 9;

font-size: 15px;

color: #fff;

text-decoration: none;

padding: 12px 0;

height: 45px;

border-radius: 30px;

margin-left: 10px;

overflow: hidden;
}.hd-book:hover{
  
}
.num-carousel{margin-top: -140px;float: right;z-index: 999;right: 0;width: 210px !important;/* position: fixed !important; */}
.num-box{

width: 100%;

float: right;
}
.num-box h5{font-size: 65px;color: #fff;font-weight: 500;}.num-box h5 span{font-size: 25px;font-weight: 500;}
.ban-msg{

position: absolute;

right: -48px;

top: 44%;

/* width: 200px; */

transform: rotate(-90deg);

z-index: 9;
}
.ban-msg a{

text-decoration: none;
}
.ban-msg a img{

float: left;

width: 30px;

filter: invert(1);

margin-right: 10px;
}
.ban-msg a span{
  
font-size: 15px;
  
color: #fff;
  
transform: rotate(85deg);
}
.ban-mail{position: absolute;top: 33%;transform: rotate(-90deg);left: -55px;font-size: 15px;color: #fff;font-weight: 500;}
.ban-mail a{

font-size: 15px;

color: #fff;

font-weight: 500;

text-decoration: none;
}
.ban-mail a:hover{

}
.ban-scroll{position: absolute;top: 73%;transform: rotate(-90deg);left: -20px;z-index: 99;}
.ban-scroll a{

float: left;
}
.ban-scroll a img{

transform: rotate(90deg);

float: left;

margin-top: 0px;
}
.ban-scroll a span{

font-size: 15px;

color: #fff;

/* transform: rotate(-45deg); */

margin-top: 27px;

float: left;

position: relative;

left: 50px;
}
.ban-scroll a:hover span{
  
}
.bx1: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;
}.bx2: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;
}
.bx1{width: 100%;float: left;overflow: hidden;border-radius: 10px;}
.bx2{
  width: 100%;
  float: left;
  overflow: hidden;
  border-radius: 10px;
}
.innerban{
  
width: 100%;
  
float: left;
  
background: #000;
  
padding: 100px 0;
  
margin-top: -111px;
  
background-image: url('../images/in-ban.webp');
  
background-size: cover;
  
height: 300px;
  
background-position: 54% 59%;
}
.ce_ixelgen_progress_bar {
  max-width: 100%;
  /* margin: 0 auto; */
  float: left;
  width: 60%;
  margin-top: 15px;
}
.ce_ixelgen_progress_bar .progress_bar_item {
  margin-bottom: 20px;
}
.ce_ixelgen_progress_bar .item_label,
.ce_ixelgen_progress_bar .item_value {
  font-size: 20px;
  font-weight: 600;
  color: #2e2c30;
  margin-bottom: 0;
  margin-top: 5px;
}
.ce_ixelgen_progress_bar .item_value {
  font-weight: 400;
}
.ce_ixelgen_progress_bar .item_bar {
  position: relative;
  height: 15px;
  /* width: 100%; */
  background-color: #2e2c30;
  border-radius: 4px;
}
.ce_ixelgen_progress_bar .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 15px;
  margin: 0;
  background-color: #8c81c3;
  border-radius: 4px;
  transition: width 100ms ease;
}
.about-sec1{

float: left;

width: 100%;

padding: 70px 0;

background: #120f12;
}
.about-sec1 h1{

font-size: 54px;

font-weight: 700;

background: linear-gradient(to right, #d4c9ff 5%, #fff 100%);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;
}
.about-sec1 img{

width: 420px;

float: left;

margin-right: 40px;

height: 500px;

object-fit: cover;

border-radius: 20px;

max-width: 40%;
}
.about-sec1 p{

font-size: 16px;

color: #fff;

font-weight: 500;

margin-bottom: 0;

line-height: 204%;
}
.abt-sec2{

width: 100%;

float: left;

background: #ffffff;

padding: 65px 0;
}
.abt-sec2 h1{

font-size: 55px;

background: linear-gradient(to right, #454448 5%, #252326 100%);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

font-weight: 700;

text-align: center;
}
.abt2-box{

width: 100%;

float: left;

margin-top: 40px;

position: relative;

margin-bottom: 0px;

background: #fbfaff;

padding: 30px 11px;

border-radius: 20px;

border-bottom: 6px solid #ebe6ff;
}.abt2-box h5{
  
color: #ebe6ff;
  
font-size: 75px;
  
font-weight: 700;
  
position: absolute;
  
top: 44px;
  
margin: 0;
  
left: 0;
  
transform: rotate(-90deg);
  
transition: all ease-in-out .5s;
  
-webkit-transition: all ease-in-out .5s;
  
-moz-trans: all ease-in-out .5s;
}.abt2-box h6{
  
font-size: 20px;
  
color: #464646;
  
font-weight: 700;
  
padding-left: 89px;
}.abt2-box p{
  
font-size: 15px;
  
color: #282828;
  
font-weight: 500;
  
padding-left: 85px;
}
.abt2-box:hover h5{
  
color: #8c81c3;
}
.cta{

width: 100%;

float: left;

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

background-size: cover;

text-align: center;

padding: 100px 0;

background-position: center;

background-repeat: no-repeat;
}
.cta h1{

font-size: 50px;

color: #ffffff;

font-weight: 700;

margin: 0;
}
.cta a{

color: #EBC6A400;

-webkit-text-stroke-width: 1px;

stroke-width: 6px;

-webkit-text-stroke-color: #ffffff;

stroke: #ffffff;

font-size: 50px;

font-weight: 700;

text-decoration: none;
}
.cta a:hover{
  
color: white;
}.careerban2 {
    float: left;
    width: 100%;
    padding: 70px 0 200px;
}.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; */
    background: linear-gradient(to right, #454448 5%, #252326 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    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;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-top: 25px;
}.mct_form {
    color: #000000;
    display: block;
    font-size: 15px;
    height: 60px;
    /* margin-bottom: 25px !important; */
    padding: 0 20px;
    outline: none;
    background: #b3a5f92e;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(234 232 244);
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 10px;
    border-radius: 20px;
}
.cr-wd select{
      color: #000000;
      display: block;
      font-size: 15px;
      height: 60px;
      margin-bottom: 25px !important;
      padding: 0 20px;
      outline: none;
      background: #b3a5f92e;
      width: 100%;
      padding-left: 0px;
      border: none;
      transition: all 500ms ease;
      border: solid 1px rgb(234 232 244);
      width: 100%;
      float: left;
      padding: 10px;
      margin-top: 10px;
      border-radius: 20px;
}

.contact-snd2 {
    float: left;
    width: 167px;
    height: 50px;
    background: #8c73da;
    border-radius: 30px;
    font-size: 15px;
    position: relative;
    color: #fff;
    border: none;
    font-weight: 500;
    text-align: center;
    display: table;
    margin: 10px 0 0;
    text-decoration: none;
    padding: 13px 0;
    z-index: 9;
    overflow: hidden;
}
.career-sec{

position: relative;

width: 100%;

float: left;
}
.side2{
  
position: absolute;
  
right: 0;
  
top: 30%;
}.side3 {
    position: absolute;
  top: 20px;
    left: 0;
}
.contact-full {
    width: 100%;
    float: left;
    background: #fdfdfd;
    padding: 70px 0 170px;
    position: relative;
}.ct-left {
    width: 100%;
    float: left;
    background: #f7f5ff;
    border: 1px solid #f7f5ff;
    border-radius: 20px;
    padding: 30px 50px;
}.ct-left h1 {
    font-size: 35px;
    font-weight: 700;
    background: linear-gradient(to right, #3f3f40 5%, #5e5d5d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.ct-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}.ct-field label {
    font-size: 15px;
    color: #3c3838;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-bottom: 4px;
}.ct-field input {
    width: 100%;
    float: left;
    background: white;
    border: 0;
    padding: 15px;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
}.ct-left button {
    float: left;
    width: 100%;
    height: 50px;
    background: #8c81c3;
    border-radius: 30px;
    font-size: 15px;
    position: relative;
    color: #fff;
    border: none;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    padding: 13px 0;
    z-index: 9;
    overflow: hidden;
}.contact-full h2 {
    font-size: 35px;
    font-weight: 700;
    width: 100%;
    float: left;
    background: linear-gradient(to right, #3f3f40 5%, #5e5d5d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}.contact-full p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-bottom: 23px;
    width: 100%;
    float: left;
    font-weight: 500;
}.ct-box {
    width: 48%;
    float: left;
    padding: 15px;
    background: #f7f5ff;
    border: 1px solid #f7f5ff;
    margin-right: 2%;
    border-radius: 20px;
    height: 210px;
    margin-bottom: 20px;
}.ct-box img {
    width: 40px;
    filter: brightness(0);
}.ct-box h5 {
    font-size: 18px;
    color: #383838;
    margin-top: 18px;
    font-weight: 700;
}.ct-box h6 {
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}.ct-field textarea {
    width: 100%;
    float: left;
    background: white;
    border: 0;
    padding: 15px;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
}
.p3-boxb2 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}.p3-boxb2 img {
    width: 100%;
    float: left;
    height: 476px;
    object-fit: cover;
    border-radius: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}.p3-boxb2:hover img {
    /* transform: scale(1.2); */
    -webkit-transform: rotate(15deg) scale(1.5);
    transform: rotate(15deg) scale(1.5);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}.p3-boxb2 h5 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.p3-boxb2 a:hover{
      letter-spacing: 2px;
}
.p3-boxb2 a {
    color: #4b3c93;
    font-size: 13px;
    font-weight: 600;
}
.service-full{
  
width: 100%;
  
float: left;
  
padding: 70px 0 140px;
}
.serv-det{

width: 100%;

float: left;

padding: 70px 0 180px;

position: relative;
}
.serv-det h1{

font-size: 48px;

font-weight: 700;

background: linear-gradient(to right, #454448 5%, #252326 100%);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

width: 100%;

float: left;

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

font-size: 15px;

color: #000;

float: right;

line-height: 190%;

font-weight: 500;
}.serv-det a{

width: 100%;

float: left;

background: #8c73da;

padding: 18px;

border-radius: 30px;

text-decoration: none;

margin-bottom: 15px;

position: relative;

overflow: hidden;
}
.img-serv{
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


.img-serv:after{
  position: absolute;
  content: '';
  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(140 129 195 / 43%) 0%, rgb(140 129 195 / 38%) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  border-radius: 30px;
}.img-serv:hover::after{
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.serv-det a img{

width: 28px;

filter: brightness(111);

float: left;

margin-right: 10px;

position: relative;

z-index: 9;
}.serv-det a span{

font-size: 16px;

color: white;

font-weight: 600;

/* padding: 10px; */

float: left;

position: relative;

z-index: 9;

margin-top: 2px;
}
.serv-det a:hover{
}
.serv-det a:hover img{

}
.serv-det a:hover span{

}
.serv-det-img{
  
width: 100%;
  
float: left;
  
border-radius: 20px;
  
height: 300px;
  
object-fit: cover;
}
.serv-det a:after{position: absolute;content: '';width: 0;height: 100%;top: 0;background: #7361c9;left: 0;/* border-radius: 30px; */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;z-index: 0;}
.serv-det a:hover::after{

height: 100%;

width: 100%;

-webkit-animation: shine .75s;

animation: shine .75s;
}
.activeservice{
  
background: #434145 !important;
}
.hd-book:after{position: absolute;content: '';width: 0;height: 100%;top: 0;background: #b2aae5;left: 0;/* border-radius: 30px; */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;z-index: -1;}
.hd-book:hover::after{
  
height: 100%;

width: 100%;

-webkit-animation: shine .75s;

animation: shine .75s;
}
.activeservice:after{
  display: none;
}.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateX(0);}
  40% {transform: translateX(-30px);}
  60% {transform: translateX(-15px);}
}
.ct-left button:after{position: absolute;content: '';width: 0;height: 100%;top: 0;background: #9870bf;left: 0;/* border-radius: 30px; */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;z-index: -1;}
.ct-left button:hover::after{
height: 100%;

width: 100%;

-webkit-animation: shine .75s;

animation: shine .75s;}

.contact-snd2:after{
position: absolute;content: '';width: 0;height: 100%;top: 0;background: #9870bf;left: 0;/* border-radius: 30px; */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;z-index: -1;
}
.contact-snd2:hover::after{
  height: 100%;

width: 100%;

-webkit-animation: shine .75s;

animation: shine .75s;
}.modal.drawer {
  display: flex !important;
  pointer-events: none;
}
.modal.drawer * {
  pointer-events: none;
}
.modal.drawer .modal-dialog {
  margin: 0px;
  display: flex;
  flex: auto;
  transform: translate(25%, 0);
}
.modal.drawer .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
.modal.drawer .modal-dialog .modal-content .modal-body {
  overflow: auto;
}
.modal.drawer.show {
  pointer-events: auto;
}
.modal.drawer.show * {
  pointer-events: auto;
}.drawer .close span{
  float: left;
  font-size: 30px;
  text-align: center;
  margin-top: -2px;
  margin-left: 4px;
}
.drawer .close{
  position: absolute;
  left: -41px;
  color: #8c81c3;
  background: #fff;
  border: 0;
  font-size: 30px;
  width: 42px;
  /* border-bottom-left-radius: 20px; */
  height: 42px;
  z-index: 99;
  border-top-left-radius: 20px;
}
.modal.drawer.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.drawer.right-align {
  flex-direction: row-reverse;
}
.modal.drawer.left-align:not(.show) .modal-dialog {
  transform: translate(-25%, 0);
}
.send-modal{width: 100%;float: left;padding: 15px;}
.msg-field{width: 100%;float: left;margin-bottom: 15px;}
.msg-field label{font-size: 15px;color: #fff;font-weight: 600;width: 100%;float: left;}
.msg-field input{width: 100%;float: left;border-radius: 20px;border: 0;padding: 15px;background: #fff;margin-top: 5px;}
.msg-field textarea{width: 100%;float: left;border-radius: 20px;border: 0;padding: 15px;background: #fff;margin-top: 5px;}
.send-modal button{width: 100%;float: left;background: #413d53;border: 0;font-size: 16px;color: #fff;font-weight: 600;padding: 12px;border-radius: 30px;}
.send-modal button:hover{
    background: #b59dff;
}
.drawer .modal-body{
  background: #7054c7;
}
.send-modal h2{
  
font-size: 30px;
  
font-weight: 600;
  
margin-bottom: 15px;
  
color: #fff;
}
.list-box{
      width: 96%;
      float: left;
      /* margin-top: 30px; */
      border: 1px solid #c2c2c2;
      border-radius: 10px;
      margin-bottom: 30px;
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      -moz-tra: all ease-in-out .5s;
}
.list-box img{
      width: 100%;
      height: 217px;
      object-fit: cover;
      border-radius: 10px;
  }.list-box .eve-book {
    background: #8c73da;
    width: 130px;
    float: left;
    height: 43px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 0;
    border-radius: 30px;
    margin-top: 15px;
}.list-det {
    background: transparent;
    width: 131px;
    float: left;
    height: 43px;
    text-align: center;
    font-size: 13px;
    color: #8c73da;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    padding: 12px 0;
    border-radius: 30px;
    margin-left: 10px;
    border: 1px solid #8c73da;
}.list-text {
    width: 100%;
    float: left;
    padding: 25px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-tra: all ease-in-out .5s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}.list-box h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}.list-box h5 {
    font-size: 13px;
    color: #393840;
    font-weight: 500;
    text-decoration: underline;
}.list-box h6 {
    font-size: 15px;
    color: #000;
    line-height: 179%;
    margin-top: 12px; display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}


.sidebar {
    /* background: #cfc5ffa3; */
    /* padding: 20px; */
    border-radius: 20px;
    float: left;
    width: 100%;
}

.sidebar h2 {
    /* margin: 0 0 20px 0; */
    font-size: 24px;
    color: #333;
}

.category-list, .sub-category-list, .sub-sub-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.category-list > li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    cursor: pointer;
    border: 3px solid #c3baf1;
    border-radius: 10px;
    padding: 14px;
    background: #cfc5ffa3;
    transition: all ease-in-out .5s;
}

.sub-category-list, .sub-sub-category-list {
    margin-left: 20px;
    display: none;
}

.category + label, .category2 + label {
    font-weight: 600;
    color: #000;
    transition: all ease-in-out .5s;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
}

.sub-category + label, .sub-sub-category + label, .sub-category2 + label {
    font-weight: 600;
    font-size: 14px;
    width: 94%;
    padding-right: 18px;
    line-height: 30px;
    cursor: pointer;
}.sub-category-list:last-child label:before{
  display:none;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label::before {
    /* content: ''; */
    /* display: inline-block; */
    /* margin-right: 10px; */
    /* border: solid black; */
    /* border-width: 0 2px 2px 0; */
    /* display: inline-block; */
    /* padding: 3px; */
    /* transform: rotate(45deg); */
    /* -webkit-transform: rotate(45deg); */
    /* margin-top: 4px; */
    /* float: right; */
}

input[type="checkbox"]:checked + label::before {
    /* content: ''; */
    /* display: inline-block; */
    /* margin-right: 10px; */
    /* border: solid black; */
    /* border-width: 0 2px 2px 0; */
    /* display: inline-block; */
    /* padding: 3px; */
    /* transform: rotate(45deg); */
    /* -webkit-transform: rotate(45deg); */
    /* margin-top: 4px; */
    /* float: right; */
}

input[type="checkbox"]:checked + label + .sub-category-list,
input[type="checkbox"]:checked + label + .sub-sub-category-list {
    display: block;
}.listing-sec h2 {
    width: auto;
    float: left;
    font-size: 22px;
    color: #6657b1;
    font-weight: 700;
    /* padding: 20px  0px 10px; */
    margin-bottom: 25px;
}
.custom-select {
    position: relative;
    display: inline-block;
    float: right;
    /* margin-bottom: 45px; */
    margin-right: 15px;
}.selected-option {
    cursor: pointer;
    padding: 6px 34px 6px 29px;
    border: 2px solid #c3baf1;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    background: #e0daff;
}.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: #e0daff;
    list-style: none;
    width: 210px;
    left: 80px;
    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 {
    padding: 10px 15px;
    border-bottom: 2px solid #c3baf1;
}.options li input[type="radio"] {
    display: none;
}.options li input[type="radio"] + label {
    cursor: pointer;
}
.custom-select .options li:last-child{
  border:0;
}
.listing-sec [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
  background:transparent !important;
}
.listing-sec input[type=radio] + label {
    cursor: pointer;
    padding-left: 0;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}.listing-sec input[type=radio] + label:before {
    left: 0;
    position: absolute;
    content: "";
    width: 15px;
    top: 5px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    display: none;
    border: 2px solid #941d1d;
}.listing-sec input[type=radio]:checked + label:before {
    left: -3px;
    background: #941d1d;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #941d1d;
}
.custom-select h5{
      float: left;
      font-size: 14px;
      text-transform: uppercase;
      color: #000;
      margin: 7px 10px 0;
      font-weight: 600;
}.kt--drop-title {
    white-space: nowrap;
    color: #141414;
    font-size: .8125rem;
    line-height: 1.5;
    margin-left: 10px;
    font-weight: 600;
    letter-spacing: -.01em;
    padding: .53125rem .625rem;
    border: 2px solid #c3baf1;
    border-radius: .1875rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #e0daff;
}.kt--drop-title span.ico {
    padding-left: .9375rem;
    font-size: .625rem
} .kt--drop-in {
    right: 0;
    left: auto
}.kt--drop-in li {
    cursor: pointer
}.kt--drop-i ul {
    width: 13.75rem;
    line-height: normal
}.kt--drop-i ul>li {
    height: 2.25rem;
    line-height: 2.125rem;
    padding: 0 1.25rem;
    margin-bottom: 0
} .kt--drop-i ul>li.selected {
    pointer-events: none;
    background-color: #f5f5f5
}.kt--drop-i ul>li:hover {
    background-color: #f5f5f5
}.kt--drop-i ul>li a {
    color: #333;
    display: block
}.kt--drop-i ul {
    width: 13.75rem;
    line-height: normal;
    background: #e0daff;
}

.kt--drop-in {
    position: absolute;
    left: 42px;
    top: 78%;
    width: auto;
    max-width: 80vw;
    display: inline-block;
    margin-bottom: 0;
    z-index: 100;
    background: var(--bg);
    visibility: inherit;
    opacity: 1;
    transform: translateY(.625rem);
    transition: opacity .3s ease, transform .3s ease, visibility .4s linear 0s;
    box-shadow: 0 10px 30px 2px rgba(0, 0, 0, .2);
}.shop-top .kt--drop-i .kt--drop-in {
    right: 0;
    left: auto;
}
.sorter:hover .kt--drop-in{
  opacity: 1;
}.kt--drop-in{
  opacity: 0;
}.sorter{
  position: relative;
  float: right;
  margin-right: 15px;
}.sorter  span{
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.listing-sec{
  
width: 100%;
  
float: left;
  
padding: 60px 2% 160px;
}@media (min-width: 992px){
.mob-fil-new {
    display: none;
}
.filter-mob {
    display: none;
}.filter-mob h5 {
    font-size: 15px;
    color: #fff;
    padding: 15px;
    margin: 0;
    height: 50px;
    font-weight: 600;
}
}@media (min-width: 992px) {
    .mob-fil-new {
        display: none;
    }
}

@media (max-width: 991px) {
  .sticky{
    position: inherit !important;
  }
  .options {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #e0daff;
    list-style: none;
    width: auto;
    left: 0;}.selected-option:after{
      display: none;}
      .custom-select h5 {
        display: none;
    
    }    .selected-option {
        cursor: pointer;
        padding: 15px 16px;
        border: 0;
        border-radius: 0;
        font-size: 13px;
        height: 50px;
        font-weight: 600;
        width: 100%;
        background: #7b68cb;
        float: left;
        color: #fff;
        border-left: 2px solid #a499d5;
        border-top-right-radius: 10px;
        text-align: center;
        border-bottom-right-radius: 10px;
    }    .custom-select {
        position: relative;
        display: inline-block;
        float: right;
        /* margin-bottom: 45px; */
        width: 50%;
        margin-top: -51px;
        margin-bottom: 40px;
    }
      .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: -299px;
    }    .filter-close img {
        width: 30px;
        height: 30px;
        background: #6657b8;
        float: right;
        padding: 7px;
        border-radius: 100%;
        position: absolute;
        right: 18px;
        top: 6px;
    }
    .med-wd {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    .med-new {
        visibility: visible !important;
        transform: translatex(0) !important;
        transition: visibility 0s 0s, transform .7s cubic-bezier(.19,1,.22,1) !important;
    }
}
@media (max-width: 991px) {
  .h2-desk{
    display: none;
  }
    .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; */
    }    .sidebar {
        border-radius: 0;
        margin-top: -309px;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        position: relative;
        padding: 70px 15px 35px;
        background: #fff;
        z-index: 9999999;
    }
}
.mob-scroll{
  overflow:hidden;
  position: fixed;
  float: left;
  width: 100%;
}
.list-box:hover{

background: #8c73da;
}.list-box:hover .eve-text{
  
}
.list-box:hover h4{

color: #fff;
}.list-box:hover h5{
  
color: #fff;
}.list-box:hover h6{
  
color: #fff;
}.list-box:hover .eve-book{
  
background: #fff;
  
color: #8c73da;
}.list-box:hover .list-det{
  background: #fff;
}.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: cover;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.details h1 {
    font-size: 50px;
    /* color: #000; */
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 5px;
    background: linear-gradient(to right, #454448 5%, #252326 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #b7b7b7;
    margin-bottom: 12px;
}
.details h2 span {
    font-size: 18px;
    font-weight: 600;
    color: #b7b7b7;
    margin-bottom: 12px;
}
.details h5 {
    font-size: 18px;
    font-weight: 600;
    color: #b7b7b7;
    margin-bottom: 12px;
}.details p {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
}.details a {
    background: #8c81c3;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    text-align: center;
    float: left;
    padding: 10px 21px;
    width: 140px;
    margin-top: 13px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.detail-full{
      width: 100%;
      float: left;
      padding: 70px 0;
}
.det-carousel .owl-dots{
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
}
.det-carousel .owl-dots span{
  width: 10px;
  height: 10px;
  background: white;
  float: left;
  margin-right: 10px;
  border-radius: 100%;
}.det-carousel .owl-dots .active span{
  background: #8c81c3;
}@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}#enroll .modal-content {
    background-color: #7760c4;
    background-image: url(../images/ftr-logo.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px;
    z-index: 9999999;
}
#enroll2 .modal-lg {
        max-width: 550px !important;
    }
.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: #52478f 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-new {
    width: 100%;
    float: left;
    padding: 20px 30px;
}.log-sec {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
}.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}.log-field label {
    font-size: 15px;
    color: #000;
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border-radius: 15px;
    background: #ffffff;
    border: 2px solid #cbcbcb;
    font-size: 15px;
    color: #000;
}.log-en {
    max-width: 100%;
    margin-bottom: 20px;
    filter: brightness(111);
}.mod-right h5 {
    font-size: 26px;
    color: #f6f5fb;
    letter-spacing: 2px;
    font-weight: 600;
}.mod-right h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    line-height: 33px;
    margin-bottom: 30px;
}.mod-right {
    width: 100%;
    float: left;
    padding: 115px 20px 0;
    text-align: center;
}.log-field textarea {
    width: 100%;
    float: left;
    padding: 13px;
    border-radius: 15px;
    color: #000;
    font-size: 15px;
    background: #fff;
    border: 2px solid #cbcbcb;
}.mod-new button {
    background: #52478f;
    border: 1px solid #ffffff;
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 30px;
    margin-top: 10px;
    color: #ffffff;
    font-size: 15px;
    /* background: white; */
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.client-box{

width: 100%;

float: left;

margin-top: 3px;

background: #ebe7ff;

padding: 30px;

border-radius: 10px;

margin-right: 2%;
}
.client-box img{

width: 100px;

height: 100px;

float: left;

border: 1px solid #cecece;

background: white;

border-radius: 100%;

margin-right: 20px;

margin-bottom: 20px;
}
.client-box h5{

font-size: 20px;

color: #8c81c3;

font-weight: 600;
}
.client-box h6{

font-size: 14px;

color: #4c4c4c;

font-weight: 600;
}
.client-box p{

font-size: 15px;

color: #000;

line-height: 24px;

font-weight: 500;

margin: 0;
}
.client-review{

width: 100%;

float: left;

padding-bottom: 220px;
}.client-review h1{
float: left;
    width: 50%;
font-size: 50px;

/* color: #000; */

font-weight: 700;

padding-top: 8px;

padding-bottom: 10px;

background: linear-gradient(to right, #454448 5%, #252326 100%);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;
}

.write-review{float:right;width:50%;}
.write-review a{
    
     background: #8c81c3;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    text-align: center;
    float: right;
    padding: 10px 21px;
    width: 174px;
    margin-top: 13px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.write-review a:after{
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  background: #9c94cd;
  left: 0;
  /* border-radius: 30px; */
  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;
  z-index: -1;
}
.write-review a:hover::after{
  height: 100%;
    width: 100%;
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
#enroll2 .modal-content {
    background-color: #7760c4;
    background-image: url(../images/ftr-logo.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px;
    z-index: 9999999;
}
.modal-newww{padding:20px 30px 0px;}
.modal-body h5{float:left;width:100%;font-size:20px;font-weight:600;
color:#8c81c3;background:#ebe7ff;padding:20px;border-radius:20px;margin-bottom:0px;text-align:center;}
.log-sec2{padding:30px;}
.no-review{float:left;width:100%;text-align:center;font-size:18px;font-weight:500;color:#252326;margin-top:20px;}



@media(max-width: 575px){
    .slick-list{
        padding:0 !important;
    }
    .mod-right{
        display:none;
    }
    .mod-new {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.modal-newww {
    padding: 30px 0px 0px!important;
}
.modal-body h5{font-size:16px;padding:15px;}
.log-sec2{padding:20px;}
.write-review{width:100%;text-align:center;}
.write-review a{float:none;display:inline-block;}
    .image-slide{
        height:470px;
    }
    .banner{
        height:470px;
    }
  .ct-left {
    padding: 30px 15px;
    margin-bottom: 30px;
}.contact-full h2{
  text-align: center;
}
.contact-full p{
  text-align: center;
}.ct-box {
    width: 100%;
    float: left;
    padding: 15px;
    background: #f7f5ff;
    border: 1px solid #f7f5ff;
    margin-right: 0;
    border-radius: 20px;
    height: auto;
    margin-bottom: 20px;
}
  .contact-snd2
  {
    display: block;
    margin: 20px auto 0;
  }
  .cr-wd p{
    padding: 0;
  }.cr-wd h2 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 15px;
}
  .innerban h1 {
    text-align: center !important;
    font-size: 37px !important; 
    font-weight: 600;
    margin-top: 70px !important;}
  .details{
    text-align: center;
  }.details a{
    float: none;
    margin: auto;
    display: block;
  }.client-review h1 {
    font-size: 36px;text-align: center;
  }
  .details h1 {
    font-size: 33px;
    /* color: #000; */
    font-weight: 700;
    padding-top: 20px;}
  .serv-det h1 {
    text-align: center;
    font-size: 38px;
}.serv-det a span {
    font-size: 14px;
}.serv-det p{
  text-align: center;
}
    .about-sec1 img {
    width: 100%;
    float: left;
    margin-right: 0;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    max-width: 100%;
}.about-sec1 h1 {
    margin-top: 20px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 36px;
  }.about-sec1 p{
    text-align: center;
  }.abt-sec2 h1 {
    font-size: 40px;
}.cta h1 {
    font-size: 38px;
  }
  .ban-mail{
    display: none;
  }  .ban-scroll{
    display: none;
  }
  .header .hd-book{
    display: none;
  }.logo img {
    width: 170px;
    float: left;
}.num-carousel {
                 right: -57px;
        margin-top: 0;
        width: 210px !important;
        bottom: 0;
        position: absolute !important;
}
.ban-msg{
    top:50%;
}
.num-box h5 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}.text-slider {
    margin: 0%;
    padding: 0%;
    height: 62vh;
}.drawer .close {
    position: absolute;
    left: 0;
    color: #8c81c3;
    background: #fff;
    border: 0;
    font-size: 30px;
    width: 37px;
    /* border-bottom-left-radius: 20px; */
    height: 40px;
    z-index: 99;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
}.panel1 h1 {
    font-size: 36px;
    text-align: center;
  }.panel1 p{
    text-align: center;
    padding-left: 0;
  }.panel1-left {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 30px;
}.panel1-left img {
    float: none;
    width: 70%;
    display: block;
    margin: auto;
}.panel1-right {
    width: 100%;
    float: right;
    margin-top: 30px;
}.panel1-box img {
    width: 80px;
    float: none;
    margin-right: 0;
    display: block;
    margin: auto;
}.panel1-box h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}.panel1-box h6{
  text-align: center;
}.p2-box1 h1 {
    color: #f2f2f2;
    font-size: 80px;
    font-weight: 700;
    position: inherit;
    top: 0;
    right: inherit;
    transform: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-trans: all ease-in-out .5s;
}.p2-box1 {
    position: relative;
    width: 100%;
    float: left;
    border-right: 0;
    padding-top: 80px;
    height: auto;
    text-align: center;
}.p2-box1 p {
    font-size: 15px;
    color: #000;
    line-height: 195%;
    font-weight: 500;
    width: 100%;
}.p2-box1 h6 {
    font-size: 21px;
    color: #000;
    line-height: 150%;
    font-weight: 700;
    width: 100%;
}.p2-box2 {
    position: relative;
    width: 100%;
    float: left;
    border-right: 0;
    padding-top: 30px;
    height: auto;
  text-align: center;
}
.p2-box2 h1 {
    color: #f2f2f2;
    font-size: 80px;
    font-weight: 700;
    position: inherit;
    top: 0;
    right: inherit;
    transform: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-trans: all ease-in-out .5s;
}
.p2-box2 h6{
  width: 100%;
}.p2-box2 p{
  width: 100%;
}.p2-box3 {
    position: relative;
    width: 100%;
    float: left;text-align: center;
    /* border-right: 2px solid #f2f2f2; */
    padding-top: 30px;
}.p2-box3 h1 {
    color: #f2f2f2;
    font-size: 80px;
    font-weight: 700;
    position: inherit;
    top: 0;
    right: inherit;
    transform: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-trans: all ease-in-out .5s;
}.p2-box3 h6 {
    font-size: 21px;
    color: #000;
    line-height: 150%;
    font-weight: 700;
    width: 100%;
}.p2-box3 p{
  width: 100%;
}.panel3 h1 {
    margin-top: 30px;
    font-size: 42px;
    text-align: center;
  }.panel3 p {
    font-size: 16px;
    color: #000;
    float: right;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}.p3-box2 img{
  height: 239px;
}.p3-box2 {
    text-align: center;
  }
  .p3-box1 {
    text-align: center;
  }.p3-boxb2 img{
     height: 239px;
  }.panel4 h2 {
    font-size: 28px;
    font-weight: 300;
    text-align: center;
  }.p4-box1 h1 {
    font-size: 38px;
    text-align: center;
    background: linear-gradient(to right, #d4c9ff 5%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    padding-right: 0;
}.p4-box1 p {
    text-align: center;
  }.p4-box1 a{
    text-align: center;      
      width: 100%;
        float: left;
  }.p4-box2 h4 {
    color: #c7bef1;
    font-size: 54px;
    font-weight: 700;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}.p4-box2 {
    width: 100%;
    float: right;
    margin-top: 30px;
    padding-left: 0;
    text-align: center;
}.panel5 h1 {
    text-align: center;
    font-size: 38px;
  }.panel5 p {
    font-size: 16px;
    color: #000;
    float: right;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}.panel5 .owl-nav {
    width: 100%;margin-top: 20px;
    text-align: center;
}.panel5 .owl-next {
    position: inherit;
  }
  .panel5 .owl-prev {
    position: inherit;
  }.panel6 h1 {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(to right, #454448 5%, #252326 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    float: left;
    text-align: center;
}.panel6 h2 {
    font-size: 96px;
    text-align: center;
  }.panel6 h6:after{
    display: none;
  }.panel6 h6 {
    position: relative;
    font-size: 22px;
    color: #8c73da;
    font-weight: 500;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}.panel6 p {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}.panel6 a {
    width: 100%;
    text-align: center;
  }.ftr-box h1 {
    text-align: center;
    font-size: 45px;
    background: linear-gradient(to right, #d4c9ff 5%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    padding-right: 0;
    width: 100%;
}.ftr-ico a {
    width: 48px;
    height: 48px;
    background: #fff;
    float: none;
    align-content: normal;
    padding: 10px 0;
    border-radius: 100%;
    margin-right: 15px;
    display: inline-block;
    margin: auto;
}
.ftr-ico{
  text-align: center;
  margin-top: 20px;
}.ftr-logo {
    float: left;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}.ft-right h5:after{
  display: none;
}.ft-right {
    float: left;
    width: 100%;
    padding-left: 0;
    text-align: center;
}.ft-right h6 {
    color: #d3c5ff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}.ft-right h6 span {
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}.footer .menu a {
    width: 50%;
  }.footer .menu {
    width: 100%;
    float: left;
    margin-top: 30px;
}.find {
    width: 100%;
    float: left;
    margin-top: 30px;
}
}
@media(min-width: 576px) and (max-width: 767px){
      .mod-right{
        display:none;
    }
    .mod-new {
    width: 100%;
    float: left;
    padding: 20px 0;
}
  .ct-left{
    margin-bottom: 30px;
  }
  .abt2-box h6 {
    font-size: 18px;
    color: #464646;
    font-weight: 700;
    padding-left: 80px;
}.abt2-box h5 {
    color: #ebe6ff;
    font-size: 63px;
  }
  .abt-sec2 .col-lg-2{
display: none;
      }
  .about-sec1 img {
    width: 420px;
    float: left;
    margin-right: 28px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    max-width: 50%;
}.about-sec1 h1 {
    font-size: 30px;
  }
  .header .hd-book{
    display: none;
  }    .text-slider-wrapper {
         left: 10%;
    }.text-slide h6 {

    margin-top: 30px;
}.panel1-left {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 30px;
    text-align: center;
}.panel1-left img {
    float: none;
    display: block;
    margin: 0 auto 30px;
    width: 50%;
}.panel1-right {
    width: 100%;
    float: right;
}.p2-box1 h1 {
    color: #f2f2f2;
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    top: 105px;
    right: -70px;
    transform: rotate(-90deg);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-trans: all ease-in-out .5s;
}.p2-box1 {
    position: relative;
    width: 100%;
    float: left;
    border-right: 0;
    padding-top: 125px;
    height: auto;
}.p2-box2 {
    position: relative;
    width: 100%;
    float: left;
    border-right: 0;
    padding-top: 80px;
    height: auto;
}.p2-box2 h1 {
    color: #f2f2f2;
    font-size: 130px;
    font-weight: 700;
    position: absolute;
    top: 74px;
    right: -70px;
    transform: rotate(-90deg);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-trans: all ease-in-out .5s;
}.p2-box3 {
    position: relative;
    width: 102%;
    float: left;
    /* border-right: 2px solid #f2f2f2; */
    padding-top: 65px;
}.p2-box3 h1 {
    color: #f2f2f2;
    font-size: 130px;
    font-weight: 700;
    position: absolute;
    top: 69px;
    right: -70px;
  }.panel3 {
    width: 100%;
    float: left;
    padding: 80px 0 60px;
    position: relative;
}.panel3 p {
    font-size: 16px;
    color: #000;
    float: right;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}.p4-box1 {
    width: 100%;
    float: left;
    margin-top: 30px;
}.p4-box2 {
    width: 100%;
    float: right;
    margin-top: 50px;
    padding-left: 0;
}.p4-box2 h4 {
    color: #c7bef1;
    font-size: 49px;
    font-weight: 700;
    float: left;
    margin-right: 20px;
    margin-bottom: 52px;
}.panel5 p {
    font-size: 16px;
    color: #000;
    float: right;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}.p5-box .eve-book{
  width: 100%;
}
.eve-det{
  width: 100%;margin-left: 0;
}.panel6 {
     padding: 40px 0 180px;
}.panel6 h1 {
    font-size: 45px;
    font-weight: 700;
    background: linear-gradient(to right, #454448 5%, #252326 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    float: left;
}.ftr-logo {
    float: left;
    margin-top: 50px;
}.ft-right h5:after{
  left: -90px;
}.ft-right {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-left: 70px;
}.ft-right h6 {
    color: #d3c5ff;
    font-size: 19px;
    font-weight: 500;
    margin-top: 20px;
}.ban-scroll {
      z-index: 9;
}    
}
@media(min-width: 768px) and (max-width: 991px){
          .mod-right{
        display:none;
    }
    .mod-new {
    width: 100%;
    float: left;
    padding: 20px 0;
}
  .details h1 {
    font-size: 36px;
  }.client-review h1 {
    font-size: 38px;
  }
  .serv-det a img{
    display: none;
  }
  .about-sec1 h1 {
    font-size: 40px;
  }.abt2-box h5 {
    color: #ebe6ff;
    font-size: 65px;
  }.abt2-box h6 {
    font-size: 18px;
    color: #464646;
    font-weight: 700;
    padding-left: 80px;
}
  .text-slider-wrapper {
        left: 6%;
      }.text-slide h6 {
    margin-top: 50px;
}
.header .hd-book{
  display: none;
}.panel1 h1 {
    font-size: 35px;
  }.panel1 p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 191%;
    padding-left: 0;
  }.panel1-left img {margin-top: 50px;
    float: right;
    width: 100%;
}.panel1-box img {
    width: 80px;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}.p2-box1 h6 {
    font-size: 20px;
    color: #000;
    line-height: 150%;
    font-weight: 700;
    width: 92%;
}.p2-box1 p {
    font-size: 15px;
    color: #000;
    line-height: 195%;
    font-weight: 500;
    width: 94%;
}.p2-box1 h1 {
    color: #f2f2f2;
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    top: 105px;
    right: -87px;
    transform: rotate(-90deg);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-trans: all ease-in-out .5s;
}.p2-box2 h1 {
    font-size: 111px;
  }.p2-box3 h1 {
    font-size: 120px;
    right: -82px;
  }.panel3 h1 {
    font-size: 34px;
}.p4-box1 h1 {
    font-size: 40px;
  }.p4-box2 h4 {
    color: #c7bef1;
    font-size: 60px;
    font-weight: 700;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}.p4-box2 {
    width: 100%;
    float: right;
    margin-top: 20px;
    padding-left: 8%;
}.panel5 h1 {
    font-size: 40px;
  }.panel6 h1 {
    font-size: 40px;
  }.panel6 h6:after {
    left: -65px;
 }.panel6 h2 {
    font-size: 135px;
  }.panel6 p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin-top: 50px;
}.ftr-box h1 {
    font-size: 45px;
    background: linear-gradient(to right, #d4c9ff 5%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    padding-right: 10px;
    width: 85%;
}.ft-right h6 span {
    color: #fff;
    font-size: 19px;
    text-decoration: underline;
}.ft-right h6 {
    color: #d3c5ff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}.footer .menu {
    width: 100%;
    float: left;
    margin-top: 30px;
}.footer .menu a {
    width: 50%;
  }.find {
    width: 100%;
    float: left;
    margin-top: 20px;
}.ftr-logo {
    float: left;
    margin-top: 120px;
    width: 100%;
}.ftr-logo img {
    max-width: 100%;
    display: block;
    margin: auto;
}
}
@media(min-width: 992px) and (max-width: 1024px){
  .header .hd-book{
    display: none;
  }.text-slider {
    margin: 0%;
    padding-left: 10%;
    height: 100vh;
}.ban-scroll{
  z-index: 9;
}.panel1 h1 {
    font-size: 50px;
}.p4-box2 h4 {
    color: #c7bef1;
    font-size: 50px;
    font-weight: 700;
    float: left;
    margin-right: 30px;
    margin-bottom: 73px;
}.eve-det {
    background: transparent;
    width: 125px;
}.p5-box .eve-book {
    background: #8c73da;
    width: 127px;
  }.panel6 h6:after {
    left: -42px;
    }.ft-right h6 span {
    font-size: 26px;
}
}
@media(min-width: 1025px) and (max-width: 1199px){
  .about-sec1 h1 {
    font-size: 47px;}
  .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: 400;
    color: #ffffff;
    margin: 10px 7px 0;
}.header2 {
    width: 77%;
    float: right;
    position: relative;
}.logo {
    width: 23%;
    float: left;
    position: relative;
    z-index: 9;
    margin-top: 30px;
}.logo img {
    width: 187px;
    float: left;
}.text-slider {
    margin: 0%;
    padding-left: 5%;
    height: 100vh;
}.text-slider-wrapper {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 34%;
}.panel1 h1 {
    font-size: 50px;}.panel1-left img {
    width: 92%;
    float: left;
}.p4-box2 h4 {
    color: #c7bef1;
    font-size: 45px;
    font-weight: 700;
    float: left;
    margin-right: 28px;
    margin-bottom: 60px;
}.eve-det {
    width: 128px;
  }.p5-box .eve-book {
     width: 130px;
  }.panel6 h6:after {
    left: -43px;
}.ft-right h6 span {
    color: #fff;
    font-size: 25px;
    text-decoration: underline;
}
}
@media(min-width: 1200px) and (max-width: 1217px){
.header_menu_area > ul > li > a{
  font-size: 14px;
}
}
.filter-mob {
    width: 50%;
    float: left;
    background: #7b68cb;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}    .filter-mob h5 {
        font-size: 13px;
        color: #fff;
        padding: 17px;
        margin: 0;
        height: 50px;
        font-weight: 600;
    }.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      background: #fff;
      z-index: 999;
      height: 100px;
}
.sticky li a{
  color: #705bd9 !important;
}
.navItem img{
  filter: invert(1);
  width: 20px;
  height: 20px;
  /* float: right; */
  position: absolute;
  right: 15px;
  top: 23px;
}.social_chat_block {
    width: 172px;
    position: fixed;
    bottom: 10px;
    left: 2%;
    background: #ffffff;
    border: solid 1px #58585c24;
    z-index: 9;
    text-align: left;
    text-decoration: none;
    font-size: 17px;
    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: #8c81c3;
}.ftr-hand {
    width: 28px;
    transform: skewX(15deg);
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}.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) }
}.budgetul {
    float: left;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    max-height: 268px;
    border: 3px solid #c3baf1;
    overflow-y: scroll;
    text-align: left;
    padding: 0 15px 15px;
    background: #cfc5ffa3;
    margin-bottom: 20px;
    border-radius: 10px;
}.cd-filter-block {
    /* margin-bottom: 1.6em; */
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 0;
}.cd-filter-block .list li {
    position: relative;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 0px;
    list-style-type: none;
    float: left;
    width: 100%;
}.cd-filter-block .checkbox-label, .cd-filter-block .radio-label {
    padding-left: 27px;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px !important;
    color: #3c3636;
    /* margin-bottom: 15px; */
    font-weight: 500;
    /* line-height: 27px; */
    padding-top: 6px;
}
.check-line {
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 15px !important;
}.cd-filter-block .checkbox-label.check-line::before, .cd-filter-block .radio-label::before {
    width: 12px;
    height: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #c1b8b8;
    border-right: 0;
}.sec-one .card-header a {
    width: 100%;
    float: left;
    padding: 15px 10px;
    margin-top: 0;
    margin-bottom: 0;
}.sub-categ-filter-level2 .checkbox-label.check-line {
    padding-left: 50px !important;
}.sub-categ-filter-level3 .checkbox-label.check-line {
    padding-left: 70px !important;
}.sub-categ-filter-level4 .checkbox-label.check-line {
    padding-left: 90px !important;
}.cd-filter-block .checkbox-label.check-line::before, .cd-filter-block .radio-label::before {
    width: 12px;
    height: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #c1b8b8;
    border-right: 0;
}.cd-filter-block a {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    color: #464646;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}.sub-categ-filter-level2 .checkbox-label.check-line::before, .sub-categ-filter-level2 .radio-label::before {
    left: 35px !important;
}.sub-categ-filter-level3 .checkbox-label.check-line::before, .sub-categ-filter-level3 .radio-label::before {
    left: 55px !important;
}.sub-categ-filter-level4 .checkbox-label.check-line::before, .sub-categ-filter-level4 .radio-label::before {
    left: 75px !important;
}
.cd-filter-block .checkbox-label.check-line::before, .cd-filter-block .radio-label::before {
    width: 12px;
    height: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #8c81c3;
    border-right: 0;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .radio-label::before {
    width: 16px;
    height: 16px;
    left: 0;
    /* background: white; */
    border: solid 1px rgb(0 0 0 / 21%);
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after, .cd-filter-block .radio-label::before, .cd-filter-block .radio-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-filter-block input, .cd-filter-block select, .cd-filter-block .radio-label::before, .cd-filter-block .checkbox-label::before {
    border-radius: 0;
    /* background-color: #f9f9f9; */
    border: 0;
    border-radius: 2px;
    /* border: 1px solid; */
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after, .cd-filter-block .radio-label::before, .cd-filter-block .radio-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}.count h4:after {
/*    content: '+';
    position: absolute;
    color: #fff;*/
}
.innerban h1{
  
margin: 0;
  
text-align: left;
  
font-size: 50px;
  
font-weight: 600;
  
margin-top: 50px;
  
background: linear-gradient(to right, #d4c9ff 5%, #fff 100%);
  
-webkit-background-clip: text;
  
-webkit-text-fill-color: transparent;
}
.log-field input:focus{
  outline: none !important;
}.datepicker-dropdown{
    width: 300px;
    padding: 3px;
    background: #d9ceff;
    border: 0;
    max-width: 100%;
}.datepicker-dropdown th{
    width: 1%;
    font-size: 13px;
    background: #a491e3;
    /* border: 2px solid #fff; */
    padding: 3px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}.datepicker-dropdown td:hover{
    background: #7760c4;
    color: #fff;
}
.datepicker-dropdown td{
    width: 1%;
    font-size: 13px;
    background: #a491e3;
    /* border: 2px solid #fff; */
    padding: 3px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.datepicker-dropdown span{
    padding: 10px;
    word-break: break-all;
}[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    margin-right: 10px;
    display: inline-block;
    color: #000;
    font-size: 15px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #8c81c3;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.check-col input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-col label {
  position: relative;
  cursor: pointer;
}

.check-col label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #8c73da;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.check-col input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #8c73da;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.rad-div{
    float: left;
    width: 100%;
    background: #f1effe;
    padding: 18px 15px;
    border-radius: 20px;
    margin-top: 10px;
}
.check-col{
    margin-top: 28px;
}
.shop-continue{
    padding: 14px 35px;
    font-size: 15px;
    background: #8c81c3;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
}
.align-shop{
    width:100%;
    float:left;
    text-align:center;    margin-top: 20px;
}
.error_msg{
        font-size: 13px;
        color: red;
        float: left;
        width: 100%;
}
.client-first-letter{
        font-size: 40px;
    font-weight: 700;
    float: left;
    margin-right: 20px;
    background: #8675db;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 100%;
    padding: 7px;
    color: #fff;
}
.submenuItem li{
    width: 100%;
    float: left;
}
.submenu li .submenuItem .submenu {
    visibility:hidden !important;
}.submenu li .submenuItem li:hover .submenu{
        visibility:visible !important;
        top: 16px !important;
        padding: 4px 0;
}.submenu li .submenuItem li .submenu li .submenu{
    visibility:hidden !important;
}.submenu li .submenuItem li .submenu li:hover .submenu{
        visibility:visible !important;
}
.disabled{
        cursor: not-allowed !important;
}
.social_chat_block:hover{
    background: #120f12;
    border-color: #000;
}