/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1024 versions
*/

.pr{
  position: relative;
}

.fclear{
  clear: both;
}

html {
  scroll-behavior: smooth;
}

textarea,
section,
input {
  font-family: 'Montserrat' !important;
  font-weight: 500 !important;
}

*{
text-decoration: none;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none !important;
}

a, a:hover {
  text-decoration: none;
}

/* --- Website fonts 01 --- */
@font-face {
font-family: 'Montserrat';
src: url("../fonts//montserrat/Montserrat-Regular.ttf");
font-weight: 400;
}

@font-face {
font-family: 'Montserrat';
src: url("../fonts//montserrat/Montserrat-Medium.ttf");
font-weight: 500;
}

@font-face {
font-family: 'Montserrat';
src: url("../fonts//montserrat/Montserrat-SemiBold.ttf");
font-weight: 600;
}

@font-face {
font-family: 'Montserrat';
src: url("../fonts//montserrat/Montserrat-Bold.ttf");
font-weight: 700;
}



body {
  margin: 0;
  padding: 0 !important;
  font-family: "Montserrat"; 
  font-size: 16px;
  font-weight: 500;
  background-color: white;
}

.container-best-plan {
  max-width: 1330px;
}

.container-lg.cl-custom {
  max-width: 1300px;
}

/* Web loader css start */

.web-preloader {
  background: linear-gradient(-20deg, #002f2b, #000000, #002f2b);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.web-preloader span.web-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.web-preloader span.web-inner img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
}

.web-preloader.deactivate span.web-inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0.5s ease-in-out;
  -o-transition: all 0.3s 0.5s ease-in-out;
  -moz-transition: all 0.3s 0.5s ease-in-out;
  transition: all 0.3s 0.5s ease-in-out;
}

.web-preloader.deactivate {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 1s ease-in-out;
  -o-transition: all 0.3s 1s ease-in-out;
  -moz-transition: all 0.3s 1s ease-in-out;
  transition: all 0.3s 1s ease-in-out;
}

/* Web loader css end */


.bg-gradient-bx{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(110deg, #002f2b, #000000, #002f2b);
  background: -moz-linear-gradient(110deg, #002f2b, #000000, #002f2b);
  background: -o-linear-gradient(110deg, #002f2b, #000000, #002f2b);
  background: linear-gradient(-20deg, #002f2b, #000000, #002f2b);
  -webkit-background-size: 100% -webkit-calc(100% + 100px);
     -moz-background-size: 100% -moz-calc(100% + 100px);
       -o-background-size: 100% calc(100% + 100px);
          background-size: 100% calc(100% + 100px);
  z-index: -1;
}

.main-wraper.bg-star{
    background-image: url('/img/trading/stars.webp');
    background-position: 100px;
}


/* .main-color-gradient::before{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/trading/night-sky-with.png?v=1');
    opacity: 0.5;
    position: relative;
 } 

 .main-color-gradient{
  height: 100vh;
  background: linear-gradient(134deg, #002f2b, #033d38, #000000, #002f2b);
  z-index: 0;
 } */


.overflowHide{
overflow: hidden;
}

@media screen and (min-width:576px) {
  .sm-overflowHide{
    overflow: hidden;
    }
}

.side-menu-bx {
  display: none;
  width: 320px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1999;
  background-color: var(--black);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.side-menu-bx.openActive {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.side-menu-bx.openActive .smb-menu-bx ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}


/* --- Header Css Start --- */
/* --- Header Css Start --- */




.main-header.scroll {
  opacity: 1;
  background-color: #53535387;
}

.main-header.scroll .sitename {
  opacity: 1;
  visibility: visible;
}

.main-header{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  padding: 0 15px;
  /* background-color: var(--black); */
  z-index: 1024;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-header.scroll{
-webkit-box-shadow: 0 0 15px #0000002e;
   -moz-box-shadow: 0 0 15px #0000002e;
        box-shadow: 0 0 15px #0000002e;
}

.main-header {
  /* height: 105px; */
  padding: 0 50px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 101;
  background-color: #fff;
}

.main-header.scroll {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px 0 #00d5ff33;
     -moz-box-shadow: 0 0 40px 0 #00d5ff33;
          box-shadow: 0 0 40px 0 #00d5ff33;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-header .mh-inner{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
   -moz-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
padding: 20px 0;
width: 100%;
margin: auto;
max-width: 1920px;
gap: 10px;
}

.main-header .mh-inner .mh-logo-bx{
cursor: pointer;
position: relative;
}

.main-header .mh-inner .mh-logo-bx img{
display: block;
position: relative;
top: 0;
width: 189px;
}

.main-header .mh-inner .mh-menu-bx{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
   -moz-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 10px;
}

.main-header .mh-inner .mh-menu-bx a{
/* -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
        border-radius: 50px;
color: black;
border: 2px solid transparent;
font-size: 15px;
font-weight: 500;
overflow: hidden;
padding: 5px 15px 3px;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
white-space: nowrap;
text-transform: capitalize;
letter-spacing: 1.90px;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; */

-webkit-border-radius: 50px;
   -moz-border-radius: 50px;
        border-radius: 50px;
        border: 2px solid transparent;
text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    /* border: 1px solid #f6a500;
    background-color: #f6a500; */
    padding: 6px 10px;
    margin: auto;
    display: block;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 1.9px;
}

.main-header .mh-inner .mh-menu-bx a:hover{
  color: #000;
  background-color: var(--gainsboro);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
}

.main-header .mh-inner .mh-menu-bx a.current{
  color: #000;
  background-color: var(--gainsboro);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-header .mh-inner .mh-serach-bx{
  position: relative;
}




.main-header .mh-inner .mh-right{
  display: none;
}

.main-header .mh-inner .mh-right{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-icon-bx {
width: 30px;
height: 30px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 30px;
   -moz-box-flex: 0;
    -ms-flex: 0 0 30px;
        flex: 0 0 30px;
display: none;
-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
padding: 0px;
cursor: pointer;
margin-left: 15px;
}

.menu-icon-bx span {
display: block;
width: 100%;
height: 3px;
-webkit-border-radius: 100px;
   -moz-border-radius: 100px;
        border-radius: 100px;
opacity: 0.8;
background-color: #000000;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.menu-icon-bx:hover span,
.menu-icon-bx.active span{
opacity: 1;
}
/* --- Header Css End --- */

/* --- side-menu-bx css Start --- */
.side-menu-bx{
display: none;
width: 320px;
position: fixed;
top: 0px;
right: 0px;
height: 100%;
z-index: 1999;
background-color: white;
overflow: hidden;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-transform: translateX(100%);
   -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
     -o-transform: translateX(100%);
        transform: translateX(100%);
-webkit-box-shadow: 0px 0px 20px -10px rgba(29, 29, 31, 0.6);     
   -moz-box-shadow: 0px 0px 20px -10px rgba(29, 29, 31, 0.6);
        box-shadow: 0px 0px 20px -10px rgba(29, 29, 31, 0.6);
}

.side-menu-bx.openActive {
-webkit-transform: translateX(0%);
   -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
     -o-transform: translateX(0%);
        transform: translateX(0%);
opacity: 1;
visibility: visible;
}

.smb-logo-bx {
background-color: white;
height: 105px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
padding: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1025;
-webkit-box-shadow: 0 0 15px #0000002e;
   -moz-box-shadow: 0 0 15px #0000002e;
        box-shadow: 0 0 15px #0000002e;
}

.smb-logo-bx .smb-logo-link {
position: relative;
display: block;
font-weight: 500;
font-size: 24px;
letter-spacing: 0.1px;
}


.smb-logo-bx .smb-logo-link img.logo-img {
width: 180px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
   -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
     -o-transform: translateY(20px);
        transform: translateY(20px);
-webkit-transition: 0.3s all 0.5s ease;
-o-transition: 0.3s all 0.5s ease;
-moz-transition: 0.3s all 0.5s ease;
transition: 0.3s all 0.5s ease;
}

.side-menu-bx.openActive .smb-logo-bx .smb-logo-link img.logo-img {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
        transform: translateY(0px);
}

.smb-menu-bx {
height: -webkit-calc(100% - 105px - 65px);
height: -moz-calc(100% - 105px - 65px);
height: calc(100% - 105px - 65px);
max-height: -webkit-calc(100% - 105px - 65px);
max-height: -moz-calc(100% - 105px - 65px);
max-height: calc(100% - 105px - 65px);
position: absolute;
width: 100%;
top: 0;
margin-top: 105px;
overflow: auto;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.smb-menu-bx::-webkit-scrollbar{
display: none;
}

.smb-menu-bx ul {
margin-top: 0px;
margin-bottom: 0px;
padding: 0 0px;
list-style: none;
padding-bottom: 50px;
}

.smb-menu-bx ul .smb-nav-lable::before{
left: inherit;
right: 0;
top: 100%;
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: calc(100% - 30px);
}

.smb-menu-bx ul li {
margin: 0px 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
   -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
     -o-transform: translateY(20px);
        transform: translateY(20px);
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}

.side-menu-bx.openActive .smb-menu-bx ul li {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
 -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
     transform: translateY(0px);
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(1) {
-webkit-transition-delay: 0.6s;
   -moz-transition-delay: 0.6s;
     -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(2) {
-webkit-transition-delay: 0.7s;
   -moz-transition-delay: 0.7s;
     -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(3) {
-webkit-transition-delay: 0.8s;
   -moz-transition-delay: 0.8s;
     -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(4) {
-webkit-transition-delay: 0.9s;
   -moz-transition-delay: 0.9s;
     -o-transition-delay: 0.9s;
        transition-delay: 0.9s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(5) {
-webkit-transition-delay: 1.0s;
   -moz-transition-delay: 1.0s;
     -o-transition-delay: 1.0s;
        transition-delay: 1.0s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(6) {
-webkit-transition-delay: 1.1s;
   -moz-transition-delay: 1.1s;
     -o-transition-delay: 1.1s;
        transition-delay: 1.1s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(7) {
-webkit-transition-delay: 1.2s;
   -moz-transition-delay: 1.2s;
     -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(8) {
-webkit-transition-delay: 1.3s;
   -moz-transition-delay: 1.3s;
     -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(9) {
-webkit-transition-delay: 1.4s;
   -moz-transition-delay: 1.4s;
     -o-transition-delay: 1.4s;
        transition-delay: 1.4s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(10) {
-webkit-transition-delay: 1.5s;
   -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
}

.side-menu-bx.openActive .smb-menu-bx ul li:nth-child(11) {
-webkit-transition-delay: 1.6s;
   -moz-transition-delay: 1.6s;
     -o-transition-delay: 1.6s;
        transition-delay: 1.6s;
}


.smb-menu-bx ul li .smb-link {
padding: 0px 20px 0px 20px;
margin-top: 2px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
color: #5e5e5ed4;
position: relative;
letter-spacing: 1.90px;
height: 45px;
font-size: 16px;
font-weight: 500;
width: 100%;
text-transform: uppercase;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
cursor: pointer;
}

.smb-menu-bx ul li .smb-link::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: -webkit-calc(100% - 0px);
width: -moz-calc(100% - 0px);
width: calc(100% - 0px);
height: 1px;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
background-color: #ffffff59;
opacity: 0.7;
transform: translateX(-50%);
    width: calc(100% - 30px);
}

.smb-menu-bx ul li:last-child .smb-link:after {
content: none;
}

.smb-menu-bx ul li .smb-link svg{
position: relative;
top: 1px;
width: 23px;
height: 23px;
-o-object-position: center;
   object-position: center;
-o-object-fit: contain;
   object-fit: contain;
margin-right: 8px;
}

/* --- Close Btn Css Start --- */
.close-icon{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background: #00000038;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 2px 4px 12px transparent;
     -moz-box-shadow: 2px 4px 12px transparent;
          box-shadow: 2px 4px 12px transparent;
  }
  
  .close-icon:hover{
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
  }
  
  @media screen and (min-width:700px) {
  .close-icon:hover{
      color: #ffffff;
      background-color: #000;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
  }
  }
  
  @media screen and (max-width:700px) and (min-width:0px) {
  .close-icon:active{
      color: #ffffff;
      background-color: #000;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
  }
  }
  /* --- Close Btn Css End --- */
  

/* .smb-menu-bx ul li .smb-link:hover {
color: #000;
} */

.smb-menu-bx ul li .smb-link:hover,
.smb-menu-bx ul li .smb-link.current {
opacity: 1;
color: var(--mediumAquamarine);
}

@media screen and (max-width:1100px) {
  .main-header .mh-inner .mh-menu-bx{
    display: none;
}

.main-header .mh-inner .mh-right{
  display: block;
}

  .menu-icon-bx{
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
  }

  .overlaydiv,
  .side-menu-bx{
      display: block;
  }
}

@media screen and (max-width:992px) {
  .newsletter-bx{
      margin-bottom: 40px;
  }
}

@media screen and (max-width:576px) {
  .main-header .mh-inner .mh-serach-bx{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
}
.main-header .mh-inner .mh-serach-bx svg{
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 22px;
    height: 22px;
    opacity: 0.7;
}

.main-header .mh-inner .mh-serach-bx input{
    display: none;
}

.main-header .mh-inner .mh-serach-bx-responsive input{
  display: block;
}

}

@media screen and (max-width: 400px) {
  .side-menu-bx {
      max-width: 100%;
      width: 100%;
  }
  
}

@media screen and (max-width:340px) {
  .main-header .mh-inner .mh-logo-bx img{
      width: 190px;
  }
  .main-header .mh-inner .mh-logo-bx .lighticon {
      width: 50px;
  }
}

.social-icon{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
   -moz-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin: 20px 0px;
        position: relative;
        top: 113px;
}



 .social-icon i{
  color: #000000d2;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
   -moz-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
font-size: 25px;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
width: 41px;
-webkit-filter: invert(1);
        filter: invert(1);
opacity: 40%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} 

/* .social-icon a:hover{
color: white;
background-color: #000;
} */

.social-icon i:hover{
  color: #000;
  opacity: 100%;
  }


/* --- --- */
.smb-footer{
position: absolute;
left: 0;
bottom: 0;
padding: 15px 10px 10px;
background-color: var(--gray8-color);
width: 100%;
margin: 0;
-webkit-box-shadow: 0 0 15px #0000002e;
   -moz-box-shadow: 0 0 15px #0000002e;
        box-shadow: 0 0 15px #0000002e;
}


.boldtext {
  color: #ffffff;
  font-weight: 500;
}


.main-social-icon{
  text-align: center;
  margin: 10px;
}

.main-social-icon a{
  font-size: 25px;
  padding: 10px;
  color: #52525296;
  cursor: pointer;
}

.main-social-icon a:hover {
  animation-name: elementor-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  color: #525252e7;
}

@keyframes elementor-animation-pop{
  50% {
    transform: scale(1.2);
  }
}

/* --- Common Heading Bx Css Start --- */
.common-heading-bx{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
gap: 10px;
position: relative;
}


.common-heading-bx .common-heading{
font-size: 42px;
color: #000;
font-weight: 700;
line-height: normal;
}

.common-heading-bx .common-heading.mont-font{
font-family: 'Montserrat';
font-weight: 700;
}

.common-heading-bx .common-heading.ch-32{
font-size: 32px;
}

.common-heading-bx .common-heading.ch-big{
font-size: 52px;
}

.common-heading-bx .common-sub-heading{
font-size: 16px;
font-weight: 600;
color: #000;
}

.common-heading-bx .common-sub-heading.csh-ls-3px{
letter-spacing:3px;
}

.common-heading-bx .common-heading.ch-color-gradient {
color: var(--medium-Aquamarine);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-family: 'Montserrat';
font-weight: 700;
}

.mine-section-sticky .common-heading-bx .common-heading{
  font-size: 42px;
}

@media screen and (max-width:992px) {
.center-head-sub {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.just-btn-cent{
  justify-content: center !important;
}
}

@media screen and (max-width:1100px) {
.common-heading-bx .common-heading.ch-big{
  font-size: 55px;
}

.mine-section-sticky .common-heading-bx .common-heading{
  font-size: 42px;
}

}

@media screen and (max-width:1024px) {

.mine-section-sticky .common-heading-bx .common-heading,
.common-heading-bx .common-heading.ch-32,
.common-heading-bx .common-heading{
  font-size: 28px;
}

}

@media screen and (max-width:992px) {
.common-heading-bx .common-sub-heading.csh-ls-3px{
  letter-spacing: normal;
}

}

@media screen and (max-width:767px) {

/* .main-section{  
      text-align: center;
} */

.common-side-img-tr, .common-side-img,
.main-section .common-side-img{
  max-width: 420px;
  margin: auto;
  display: block;
  width: 100%;
}

/* .common-heading-bx .common-heading br{
  display: none;
} */

.main-section .common-heading-bx .common-heading br{
  display: block;
}

.common-heading-bx .common-sub-heading{
  max-width: 100% !important;
}

}

@media screen and (max-width: 776px) {
  .common-heading-bx .common-heading.ch-big {
      font-size: 50px;
  }

  .mine-section-sticky .common-heading-bx .common-heading{
      font-size: 32px;
  }

  .mhb-inner .mhb-overlay .ty-text{
    font-size: 28px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 650px) {
  .common-heading-bx .common-heading.ch-big {
      font-size: 40px;
  }
  .mine-section-sticky .common-heading-bx .common-heading{
    font-size: 32px;
}
}

@media screen and (max-width:576px) {
  .mine-section-sticky .common-heading-bx .common-heading,
.common-heading-bx .common-heading.ch-big{
  font-size: 27px;
}

.common-heading-bx .common-heading.ch-32,
.common-heading-bx .common-heading{
  font-size: 21px;
}

.common-heading-bx .common-sub-heading{
  font-size: 16px;
}

.mhb-inner .mhb-overlay .ty-text{
  font-size: 23px;
}
}

@media screen and (max-width:400px) {
  .common-heading-bx .common-heading.ch-big{
    font-size: 25px;
  }

  .mhb-inner .mhb-overlay .ty-text{
    font-size: 20px;
  }
}

@media screen and (max-width:360px) {
.common-heading-bx .common-heading.ch-big{
  font-size: 23px;
}

.common-heading-bx .common-heading.ch-32,
.common-heading-bx .common-heading{
  font-size: 17px;
}
}

/* footer start css */

.footer-links-bx{
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
  text-align: center;
}

.footer-links-bx .footer-link {
  display: inline-block;
  padding: 5px 10px;
}

.footer-links-bx .footer-link {
  color: #525252C2;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 0;
  margin-top: 5px;
  position: relative;
  transition: all .4s ease-in-out;
}

.footer-links-bx .footer-link svg{
  width: 25px;
  height: 25px;
}

.footer-links-bx .footer-link.active, .footer-links-bx .footer-link:hover {
  color: #000;
}

.footer-links-bx .footer-link:after {
  background-color: #525252C2;
  content: " ";
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

/* footer end css */

/* home  */

.main-img-section, .main-video{
  /* max-width: 1349px; */
  width: 100%;
}

.mhb-inner .mhb-overlay .ty-text{
  margin-top: 100px;
}

/* === Home page main section Css start === */
.main-home-bx{
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  top: -112px;
}

.main-home-bx .mhb-inner{
  position: relative;
  overflow: hidden;
}

.mhb-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-color: hsl(0deg 0% 0% / 53%);
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
  padding: 0 10px 5%;
  font-size: 36px;
  text-align: center;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.mhb-media-bx{
  position: relative;
  /* padding-top: 35%; */
  overflow: hidden;
  height: 720px;
}

.main-home-bx .mhb-inner video,
.main-home-bx .mhb-inner img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}

@media screen and (max-width:576px) {

  .main-home-bx .mhb-inner{
    position: relative;
    overflow: hidden;
    height: 500px;
  }

.mhb-inner .mhb-overlay .ty-text {
  margin-top: 0px;
}
}
/* === Home page main section Css end === */

/* --- Common Heading Bx Css Start --- */
.common-heading-bx{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.common-heading-bx.chb-border-bottom{
  padding-bottom: 10px;
  border-bottom: 1px solid var(--electricblue-400);
}

.common-heading-bx.chb-fd-row{
  gap: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.common-heading-bx .small-lable{
  font-size: 14px;
  color: var(--celeste-500);
  font-weight: 500;
}

.common-heading-bx .common-heading{
  font-size: 24px;
  color: var(--celeste);
  font-weight: 600;
}

.common-heading-bx .common-heading .ch-color{
  color: var(--electricblue);
}

.common-heading-bx .common-heading .ch-color-gradient{
  background: -webkit-linear-gradient(182.25deg, var(--azure), var(--cyan)  50%, var(--electricblue));
  background: -moz-linear-gradient(182.25deg, var(--azure), var(--cyan)  50%, var(--electricblue));
  background: -o-linear-gradient(182.25deg, var(--azure), var(--cyan)  50%, var(--electricblue));
  background: linear-gradient(267.75deg, var(--azure), var(--cyan)  50%, var(--electricblue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.common-heading-bx .common-heading .ch-size-big{
  font-size: 140%;
}

.common-heading-bx .common-sub-heading{
  font-size: 16px;
  color: var(--celeste-600);
}






/* === About page main section Css start === */

.about-img {
  width: 200px;
  margin: auto;
  display: block;
  transition: border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.about-img:hover{
  transform: scale(1.1) rotate(4deg);
}

.moretext {
  display: none;
}

.moreless-button{
  display: flex;
  justify-content: center;
}

.moreless-button{
  color: #525252;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  padding: 7px 15px;
  text-align: center;
  /* justify-content: center; */
  /* align-items: baseline; */
  position: absolute;
  left: calc(50% + -70px);
  margin: auto;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.moreless-button:hover {
  color: #FFFFFF;
  background-color: #353535;
}

.main-about{
  background-image: url('/img/home/Parmarthmepart_1.jpg');
  background-size: 100% 100%;
  margin-top: -70px;
}

.logo-bg-img{
  background-image: url('/img/home/Parmarthme_part_3.jpg');
  background-size: 100% 100%;
}

.logo-sec{
  margin: auto;
  width: 250px;
  display: block;
}

/* === About page main section Css end === */

/* === gallery page main section Css start === */


/*------ Porfolio  ------------------------------------------------*/

.gallery-filters{
  text-align: center;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.gallery-filters .gallery-filter{
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100px;
  padding: 6px 14px;
  margin: 0px 4px;
  color: #121212;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  width: fit-content;
  opacity: 0.7;
  font-weight: 500;
}

.gallery-filters .gallery-filter:hover{
  color: #000000;
  background-color: #ebebeb;
  opacity: 1;
}

.gallery-filters .gallery-filter.active{
  color: #FFFFFF;
  background-color: #3383db;
  opacity: 1;
}

.gallery-items {
width:100%;
position:relative;
}

.gallery-item{
width: 20%;
position:relative;
float:left;
  padding: 5px 5px 10px 5px;
}

.gallery-item a{
  overflow: hidden;
  border-radius: 10px;
  display: block;
  position: relative;
}

.gallery-item a .gallery-over {
  padding: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(#00000042, #0000003d);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-item a .gallery-over .fa{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  color: var(--color1);
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  display: none;
}

.gallery-item a:hover .gallery-over {
  opacity: 1;
  visibility: visible;
}

.gallery-item img{
width: 100%;
height: auto;
position:relative;
z-index:1;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.gallery-item a:hover img{
  filter: grayscale(0);
}

.gallery-item .gallery-text{
  padding: 5px 0px;
  display: none;
}

.gallery-item .gallery-text h6 {
  font-weight: 600;
  font-size: 16px;
  color: rgb(0, 0, 0);
  margin-bottom: 2px;
}

.gallery-item .gallery-text p {
  color: var(--color4);
  font-size: 12px;
  margin-bottom: 0;
}

@media screen and (max-width:1200px) {
  .gallery-item {
      width: 25% !important;
  }
}

@media screen and (max-width:992px) {
  .gallery-item {
      width: 33.3% !important;
  }
}

@media (max-width:768px) {
  .gallery-item {
      width: 50% !important;
  }
}

@media screen and (max-width:340px) {
  .gallery-item {
      width: 100% !important;
  }
}
/* === gallery page main section Css end === */




/* --- upcoming-films --- */
.upcoming-films{
  height: 350px;
  overflow: hidden;
  position: relative;
}

.images-slider-bx{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.images-slider-bx .media-bx{
  width: 170px;
  height: 100px;
  border-radius: 5px;
  margin: 0 5px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid rgb(238, 238, 238);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.images-slider-bx .media-bx img{
  width: 180px;
  height: 100%;
  object-position: center;
  object-fit: contain;
  background: white;
  /* margin: 0 5px;
  border-radius: 5px; */

  width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.upcoming-text-bx{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.432), black);
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.upcoming-text-bx .utb-img{
  width: 100px;
}

.upcoming-text-bx .utb-lable{
  color: white;
  font-weight: 500;
  font-size: 16px;
}

.upcoming-text-bx .utb-text{
  color: white;
  font-weight: 600;
  font-size: 36px;
  margin: 20px 0;
  text-align: center;
}

.upcoming-text-bx .utb-link{
  color: white;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid white;
  padding: 8px 14px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  display: block;
}

.upcoming-text-bx .utb-link:hover{
  color: black;
  border: 1px solid white;
  background-color: white;
}

.overflowhidden {
  overflow: hidden;
}

.explore-btn{
  display: flex;
  justify-content: center;
}

.explore-btn .btn-exp-more{
  color: #525252;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  padding: 7px 15px;
  text-align: center;
  /* justify-content: center; */
  /* align-items: baseline; */
  position: absolute;
  margin: auto;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.explore-btn .btn-exp-more:hover{
  color: white;
 background-color: #537c95;
 border: 1px solid #537c95;
}

/* Get in touch start */

.overflow-h {
  overflow: hidden;
}

.footer-img{
  background-image: url('/img/home/Parmarthme_5.jpg');
  background-size: cover;
  position: relative;
}

.social-icon-foo p a,
.social-icon-foo a{
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
}

.social-icon-foo a svg{
  width: 60px;
  height: 60px;
  color: white;
  border: 3px solid white;
  padding: 11px;
  border-radius: 50%;
  text-align: center;
}

.footer-img .common-heading-bx .color-text-fo{
  color: white;
  margin-top: 20px;
}

.copyright{
  font-size: 14px;
  margin-bottom: 10px;
}

/* Get in touch end */

/* form start */
.contact-form-bx{
  max-width: 768px;
  width: 100%;
}
/* --- Commun Form Css --- */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.signinup-group {
    position: relative;
    margin: 0px 0 10px;
}

.signinup-group select,
.signinup-group textarea,
.signinup-group input {
    font-weight: 400;
    display: block;
    border: 0;
    font-size: 16px;
    border: 1px solid  #d1d5db;
    width: 100%;
    outline: none;
    padding: 7px 10px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.signinup-group select[disabled],
.signinup-group textarea[disabled],
.signinup-group input[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* .signinup-group select option:first-child {
    font-weight: bold;
    color: red;
    opacity: 0;
} */

.signinup-group.sgli select,
.signinup-group.sgli input{
    padding-left: 50px;
}

.signinup-group.sgri input,
.signinup-group.sgri select{
    padding-right: 40px;
}

.signinup-group input[type="password"] {
    padding: 10px 40px 10px 10px;
}

.signinup-group textarea{
    min-height: 80px;
}

.signinup-group.sg-150-textarea textarea{
    min-height: 150px;
}

.signinup-group .group__label {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 2px;
    margin-left: 5px;
}

.signinup-group .group__label span{
    font-size: 12px;
    color: #bfbac4;
    margin-left: 5px;
}

.signinup-group.sgli .group_left_icon{
    position: absolute;
    left: 0px;
    top: 25px;
    height: 46px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    pointer-events: none;
}

.signinup-group.sgli .group_left_icon::after{
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
         transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: rgb(63, 59, 69);
}

.signinup-group .down-icon{
    border-style: solid;
    border-color: #537c95;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
              -o-transform: rotate(45deg);
         transform: rotate(45deg);
    position: absolute;
    right: 14px;
    top: 42px;
    pointer-events: none;
}

.signinup-group select:hover,
.signinup-group textarea:hover,
.signinup-group input:hover {
    border-color: #537c95;
    /* box-shadow: 0 0 1px 1px #951146; */
}

.signinup-group textarea:not(:-moz-placeholder-shown), .signinup-group select:not(:-moz-placeholder-shown), .signinup-group input:not(:-moz-placeholder-shown) {
    border-color: #537c95;
    /* box-shadow: 0 0 1px 1px #951146; */
}

.signinup-group textarea:not(:-ms-input-placeholder), .signinup-group select:not(:-ms-input-placeholder), .signinup-group input:not(:-ms-input-placeholder) {
    border-color: #537c95;
    /* box-shadow: 0 0 1px 1px #951146; */
}

.signinup-group textarea:focus,
.signinup-group textarea:not(:placeholder-shown),
.signinup-group select:focus,
.signinup-group select:not(:placeholder-shown),
.signinup-group input:focus,
.signinup-group input:not(:placeholder-shown) {
    border-color: #537c95;
    /* box-shadow: 0 0 1px 1px #951146; */
}

.signinup-group textarea:not(:-moz-placeholder-shown)~.group__label, .signinup-group select:not(:-moz-placeholder-shown)~.group__label, .signinup-group input:not(:-moz-placeholder-shown)~.group__label {
   color: #ccc;
}

.signinup-group textarea:not(:-ms-input-placeholder)~.group__label, .signinup-group select:not(:-ms-input-placeholder)~.group__label, .signinup-group input:not(:-ms-input-placeholder)~.group__label {
   color: #ccc;
}

.signinup-group textarea:not(:placeholder-shown)~.group__label,
.signinup-group textarea:focus ~ .group__label,
.signinup-group select:not(:placeholder-shown)~.group__label,
.signinup-group select:focus ~ .group__label,
.signinup-group input:not(:placeholder-shown)~.group__label,
.signinup-group input:focus~.group__label {
   color: #ccc;
}

/* ---
Error Input color css
--- */
.signinup-group.error-group textarea,
.signinup-group.error-group select,
.signinup-group.error-group input{
    border-color: #537c95;
}

.signinup-group.error-group .group__label{
    color: #537c95 !important;
}

/* Form Error Msg */
.form-error-msg{
    display: block;
    text-align: right;
    color: #537c95;
    font-size: 14px;
    margin-bottom: -10px;
    margin-top: 5px;
}

.form-error-msg .fa{
    margin-right: 5px;
}

.form-error-msg::before{
    content: "\f071";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

/* --- Remember Input Checkbox --- */
.signinup-group-checkmark{
    margin: 15px 0 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.signinup-group-checkmark label{
    font-size: 14px;
    color: #f2f1f3;
    font-weight: 400;
    margin: 0;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    cursor: pointer;
}

.signinup-group-checkmark label .checkmark-icon{
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            -webkit-flex: 0 0 25px;
               -moz-box-flex: 0;
            flex: 0 0 25px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-right: 8px;
    background-color: transparent;
    background-position: center;
    -webkit-box-shadow: 0 0 0px 4px rgb(63 59 69 / 0%) inset;
            -moz-box-shadow: 0 0 0px 4px rgb(63 59 69 / 0%) inset;
         box-shadow: 0 0 0px 4px rgb(63 59 69 / 0%) inset;
    border: 2px solid rgb(63, 59, 69);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.signinup-group-checkmark label:hover .checkmark-icon{
    border-color: #537c95;
}

.signinup-group-checkmark input{
    display: none;
}

.signinup-group-checkmark input:checked + label .checkmark-icon {
    background-image: url(../img/icons/check.svg);
    border-color: #537c95;
    background-color: #537c95;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 90% 90%;
       -moz-background-size: 90%;
         -o-background-size: 90%;
            background-size: 90%;
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
}


/* --- Input Autofill Css --- */
.signinup-group input:-webkit-autofill,
.signinup-group input:-webkit-autofill:hover,
.signinup-group input:-webkit-autofill:focus,
.signinup-group input:-webkit-autofill:active {
    font-weight: 400 !important;
    font-size: 16px !important;
    caret-color: black !important;
    font-family: 'Cerebri', sans-serif !important;
    -webkit-text-fill-color:black !important;
    box-shadow: 0 0 0 100px white inset !important;
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}


/* --- Submit btn css --- */

.common-btn.submit-btn{
    width: 100%;
    font-weight: 500;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.common-btn.submit-btn div{
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

/* .common-btn.submit-btn:hover{
    background: #ccc;
    color: rgb(0, 0, 0);
} */


.common-btn.submit-btn{
  display: flex;
  justify-content: center;
}

.common-btn.submit-btn .btn-exp-more{
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  display: block;
  padding: 8px 25px;;
  text-align: center;
  /* justify-content: center; */
  /* align-items: baseline; */
  position: absolute;
  margin: auto;
  transition: all .3s ease-in-out;
}

.common-btn.submit-btn .btn-exp-more:hover{
  color: rgb(0, 0, 0);
 background-color: #ffffff;
 border: 1px solid #ffffff;
}

/* form end */

.shape-bx{
  transform: rotateX(180deg);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
}

.shape-bx svg{
  fill: white;
  transform-origin: center;
  transform: rotateY(0deg);
  width: calc(167% + 1.3px);
  height: 63px;
  display: block;
  /* width: calc(100% + 1.3px); */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}













