/** Body styles start **/
.text-white {
    color: white;
}
.z-index-1 {
    position: relative;
    z-index: 1;
}
body {
    background-color: #020a0e;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-180 {
    padding-top: 180px;
}
.pl-10 {
    padding-left: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.pl-20 {
    padding-left: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}

.mt-30 {
    margin-top: 30px!important;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-bottom: 40px;
}
.mb-16 {
    margin-bottom: 16px;
}

.border-radius-15 {
    border-radius: 15px;
}
.border-rad-15-top {
    border-radius: 15px 15px 0 0;
}
.border-rad-15-bottom {
    border-radius: 0 0 15px 15px;
}

.page-wrap {
    -webkit-backface-visibility: hidden;
    background-color: hsl(0, 0%, 18%);
    -webkit-background-size: 3px 3px;
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 0%, 0) 0, hsla(0, 0%, 10%, 1) 3px), -webkit-linear-gradient(90deg, hsla(0, 0%, 0%, 0) 0, hsla(0, 0%, 10%, 1) 5px);
    background-image: -moz-linear-gradient( hsl(0,0%,11%), hsl(0,0%,11%) );
    background-image: -ms-linear-gradient( hsl(0,0%,11%), hsl(0,0%,11%) );
    background-image: -o-linear-gradient( hsl(0,0%,11%), hsl(0,0%,11%) );
}

@media only screen and (min-width: 993px) {
    .hidden-desktop {
        display: none!important;
    }
    .hidden-desktop.menu-item-contact {
        display: none!important;
    }
}
/****** Frosted glass start */
.frosted {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(var(--blur));
    background-image: linear-gradient(90deg, #ffffff33, #df8be65c);
}
.frosted:after {
    border-radius: inherit;
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    border: 1px solid hsl(340.24deg 80.19% 58.43%);
    mask-image: linear-gradient(135deg, #ffffff00 50%, white);
}
.frosted:before {
    --white0: hsla(0, 0%, 100%, 0);
    border: 1px solid white;
    mask-image: linear-gradient(135deg, white, var(--white0) 50%);
    border-radius: inherit;
    content: "";
    display: block;
    position: absolute;
    inset: 0;
}
/****** Frosted glass end */
/****** btn start */
.shiny-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    display: flex;
    width: fit-content;
    position: relative;
    /* margin: 2rem; */
    padding: 1rem 1.5rem;
    color: #cff8ff;
    border: 3px solid transparent;
    border-radius: 60px;
    background-color: #ea4078;
    /* background-image: linear-gradient(to bottom right, #443b3d, #020a0e), linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%); */
    background-image: linear-gradient(to bottom right, #010a0e, #020a0e), linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 100%, 200%;
    background-position: 0px, -250px;
    -webkit-animation: 4s border-glint linear backwards infinite;
            animation: 4s border-glint linear backwards infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    box-shadow: rgb(108 108 108 / 60%) 8px 8px 8px;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
    transition: box-shadow 0.25s, text-shaddw 0.25s;
    overflow: hidden;
  }
  
  .shiny-button:hover,
  .shiny-button:focus {
    cursor: pointer;
    background-image: linear-gradient(to bottom right, #ea4078, #453b3d), linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
    color: #fafaff;
    box-shadow: rgba(0, 0, 0, 0.7) 5px 5px 5px;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
    transition: box-shadow 0.25s, text-shaddw 0.25s;
  }
  
  .shiny-button::after {
    content: " ";
    position: absolute;
    top: -50%;
    left: -120%;
    width: 200%;
    height: 200%;
    background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 52%);
    -webkit-animation: 4s glint linear backwards infinite;
            animation: 4s glint linear backwards infinite;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
  }
  
  @-webkit-keyframes glint {
    0% {
      left: -120%;
    }
    8% {
      left: 50%;
    }
    100% {
      left: 50%;
    }
  }
  
  @keyframes glint {
    0% {
      left: -120%;
    }
    8% {
      left: 50%;
    }
    100% {
      left: 50%;
    }
  }
  @-webkit-keyframes border-glint {
    0% {
      background-position: 0px, -250px;
    }
    25% {
      background-position: 0px, -200px;
    }
    75% {
      background-position: 0px, 50px;
    }
    100% {
      background-position: 0px, 50px;
    }
  }
  @keyframes border-glint {
    0% {
      background-position: 0px, -250px;
    }
    25% {
      background-position: 0px, -200px;
    }
    75% {
      background-position: 0px, 50px;
    }
    100% {
      background-position: 0px, 50px;
    }
  }
/****** btn end */
/****** Effects start */
.float {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
    0% {
      /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
      transform: translatey(0px);
    }
    50% {
      /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
      transform: translatey(-20px);
    }
    100% {
      /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
      transform: translatey(0px);
    }
  }
  
  @keyframes float {
    0% {
      /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
      transform: translatey(0px);
    }
    50% {
      /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
      transform: translatey(-20px);
    }
    100% {
      /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
      transform: translatey(0px);
    }
  }
/****** Effects end */

/** Body styles end **/

/** Navigation start **/
.header-inner {
    display: flex;
    padding-top: 0;
    align-items: stretch;
}
.wrap-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.main-header {
    /* background: #000000; */
    height: 90px;
    overflow: unset;
    background: linear-gradient(to left, #2D222F, #1a0c19);
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ffffff45;
    display: flex;
    align-items: center;
}
nav#main-nav {
    display: flex;
}
#main-nav > ul > li {
    float: left;
    padding: 5px 15px;
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
}
#main-nav > ul > li > a {
    color: #fff;
    font-size: 16px;
    text-transform: none;
}
.main-nav li a {
    color: white;
    text-transform: none;
}
.sub-menu.dropdown-menu {
    display: none;
    opacity: 0;
    transition: all 0.5s ease-out allow-discrete;
        transition: 200ms linear 50ms;
}
.sub-menu.dropdown-menu.show {
    display: flex;
    opacity: 1;
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #000000de;
    backdrop-filter: blur(12px);
    background-image: linear-gradient(90deg, #ffffff33, #df8be65c);
}

@media only screen and (max-width: 992px) {
.hidden-desktop.menu-item-contact {
    display: flex!important;
}
}
@media (max-width: 992px) {
    .menu-toggle {
        display: block;
        right: 20px;
        top: 30px;
    }
    .main-header {
        height: auto;
        min-height: 90px;
        align-items: flex-start;
    }
    
    .header-inner {
        padding-top: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .main-header.open-menu {
        height: 100%;
        z-index: 111111;
    }
    .main-header.open-menu nav#main-nav {
        display: flex;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .main-header nav#main-nav {
        display: none;
    }
    .main-header.open-menu ul.menu {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        gap: 15px;
    }
    .main-header.open-menu .dropdown-toggle::after {
        display: none;
    }
    .main-header.open-menu span.arrow {
        display: flex;
        width: 50px;
        height: 50px;
        min-width: 50px;
        /* background: #383234; */
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        text-align: center;
        background-color: #ea4078;
        background-image: linear-gradient(to bottom right, #443b3d, #020a0e), linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
        background-clip: padding-box, border-box;
        border: 1px solid #ea4078;
        position: absolute;
        top: -5px;
        margin-right: -200px;
        transition: all 0.5s ease-out allow-discrete;
        transition: 200ms linear 50ms;
    }
    .main-header.open-menu span.arrow.toggle {
        background-image: linear-gradient(to bottom right, #ea4078, #453b3d), linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
        transform: rotate(180deg);
        transition: all 0.5s ease-out allow-discrete;
        transition: 200ms linear 50ms;
    }
    .main-header.open-menu span.arrow:after {
        display: flex;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        color: white;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .sub-menu.dropdown-menu.show {
        position: relative;
        margin-top: 10px;
        text-align: center;
        transition: all 0.5s ease-out allow-discrete;
        transition: 200ms linear 50ms;
    }
    li.menu-item.menu-item-has-children.dropdown {
        position: relative;
        float: unset;
        flex-direction: column;
        display: flex;
        width: 100%;
        height: auto !important;
    }
    .menu-toggle {
        /* background: #ffffff30; */
        border-radius: 50%;
    }
    #main-nav > ul > li {
        width: 300px;
    }
    #main-nav > ul > li > a {
        width: 100%;
    }
    
}
@media (max-width: 570px) {
    .page-wrap {
        overflow: hidden;
    }
    .contact-desc a {
        word-break: break-word;
    }
}
@media (max-width: 420px) {
    header .wrap-info .shiny-button {
        display: none;
    }
    header .wrap-info .header-logo {
        margin-top: 5px;
    }
}
/** Navigation end **/
/** Hero start **/
.hero-img img {
    border-radius: 0 0 50px 50px;
}
.hero-section .hero-overlay {
    border-radius: 0 0 50px 50px;
}
.hero-section.child {
    border-radius: 0 0 50px 50px;
}
.hero-overlay {
    opacity: 0.15;
}
.bg-overlay-1 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 1;
   
}
.hero-section .bg-overlay-1 {
    border-radius: 0 0 50px 50px;
}
.bg-overlay-1:before {
    position: absolute;
    content: "";
    display: block;
    background: #000000a6;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.bg-overlay-1.darker-01:before {
    background: #000000cc;
}
video#video-bg {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}
/** Hero end **/
/** Services start */
.home-services-wrap ul li {
    z-index: 1;
}
/** Services end */

/*Readabler Start*/
.mdp-readabler-trigger-button-box.bottom-right {
    bottom: 100px;
    right: 20px;
}
.mdp-readabler-trigger-button-box button {
    background: #EA3F78;
}
.mdp-readabler-trigger-button-box button:hover .mdp-readabler-trigger-button-icon svg,
.mdp-readabler-trigger-button-box button:active .mdp-readabler-trigger-button-icon svg, 
.mdp-readabler-trigger-button-box button:focus .mdp-readabler-trigger-button-icon svg, 
.mdp-readabler-trigger-button-box button:focus-visible .mdp-readabler-trigger-button-icon svg, 
.mdp-readabler-trigger-button-box button:hover .mdp-readabler-trigger-button-icon svg {
    fill: #EA3F78;
}
.mdp-readabler-trigger-button-box button:hover {
    color: rgb(225 80 80);
    background: #ffffff;
}
.mdp-readabler-trigger-button-box button#mdp-readabler-trigger-button:focus {
    outline: 0;
    color: #EA3F78;
    background: #ffffff;
    box-shadow: 0 0 0 3px #EA3F78;
}
#mdp-readabler-overlay {
    background-color: rgb(188 2 238 / 50%);
}
#mdp-readabler-popup #mdp-readabler-popup-main {
    scrollbar-color: white #6c757d;
}
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch .mdp-slider:before {
    background-color: white;
}
.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:before, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:before {
    background-color: white;
}
.mdp-readabler-toggle-box .mdp-readabler-icon {
    background-color: white;
}
#mdp-readabler-popup-box.mdp-readabler-modal-animation-fade #mdp-readabler-popup {
    top: unset !important;
    bottom: 0 !important;
}
/*Readabler End*/

/** Go to top Start */
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 1;
  }
  
  .go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #e9609d;
  }
/** Go to top End */

/** Preloader start **/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    bottom: 0;
    z-index: 1111111;
  }
  #loader.loaded {
    display: none;
  }
  #loader::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999998;
    animation: revealBot 0.3s 1.2s forwards ease-out;
  }
  .count {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 50%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.95);
    animation: revealTop 0.3s 1.2s forwards ease-out;
    z-index: 999999;
    color: #e9609d;
  }
  .count::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid;
    transform-origin: 0 50%;
    transform: scale3d(0, 1, 1);
    animation: count 1.2s ease-in-out forwards;
  }
  .load-img {
    z-index: 1000000;
    position: absolute;
    /* left: 46%; */
    right: calc(50% - 82px);
    top: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .load-img.loaded {
    display: none;
    transition: all 0.5s ease-out allow-discrete;
    transition: 200ms linear 50ms;
  }
  @keyframes count {
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes revealTop {
    to {
      transform: translate3d(0, -100%, 0);
    }
  }
  @keyframes revealBot {
    to {
      transform: translate3d(0, 100%, 0);
    }
  }
  
/** Preloader end **/

/* Card border start */
.card-border {
    border: 1px solid white;
    border-radius: 20px;
    padding: 10px;
    margin-top: 10px;
    padding-top: 25px;
}
/* Card border end */

/** Card info start **/
.contact-info.box-info .info-text {
    padding-left: 0;
}
/** Card info end **/

/** Card flats start **/
.card-flex span.flat {
    width: 70px;
    height: 70px;
    display: flex;
    margin: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.card-flex span.flat:before {
    font-size: 70px;
    color: #fff;
}
/** Card flats end **/

/** Alt ul start **/
.about-why-choose.tranz {
    background: transparent;
}
.about-why-choose.tranz ul li:before {
    filter: invert(1);
}
/** Alt ul end **/

/********* Contact start ******/
/* Form */

.error {
    color: red;
    display: none;
}
form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    border-radius: 15px;
}
.recaptch-cover{
border:1px solid #000000 !important;
padding:0px;
position: relative;
background-color:transparent;
/* margin-right: 15px;
    margin-left: 15px; */
    max-width: 1140px;
    width: 100%;
    border-radius: 1.25rem;
}
.recaptch-cover .recaptch-cover-header{
    padding:10px;
    text-align: left;
    display: block;
    border-bottom:1px solid #000000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recaptch-cover .recaptch-cover-header button{
    background:#00000000;
    color: #000000;
    border-color:#00000000;
    border-radius:3px;
}
.recaptch-cover .recaptch-cover-header button:active{
     background:transparent;
    border-color:#000000;
}
.recaptch-cover .recaptch-cover-header button:hover{
  background:transparent;
    border-color:#000000;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: #b7beff;
}
.form-control:focus{
  box-shadow: none;
  outline: none;
    background-color: #ece4e4 ;
    border-color: #b7beff;
    color:#000000;
}
.loading-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #ffffff;
    display: none;
}
form label {
	color: #000000;
}
.loading-overlay.active{
  display: flex;
}
#refreshCaptcha{
  cursor: pointer;
}
.form-control::placeholder {
  color:rgba(0, 0, 0,.5);
  opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
   color:rgba(0, 0, 0,.5);
}

.math-captcha {
	text-align: center;
}

.math-expression {
	font-size:24px;
	font-weight: bold;
}

.answer-options {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 20px 0;
	flex-wrap: wrap;
}

.answer-option {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px;
	font-weight: bold;
	border:1px solid #000000;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s;
	background:#00000000;
	color:#000000;
}

.answer-option:hover {
	border-color:var(--first-brand-color);
}

.answer-option.selected {
    background: var(--first-brand-color);
    color: white;
    border-color: var(--bs-pink);
}

.error{
	color:red;
	display:none;
}

#submitBtn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px;
}
.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: slategray;
    opacity: .6;
}
.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}
.jconfirm .jconfirm-scrollpane {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%;
}
.jconfirm .jconfirm-row {
    display: table-row;
    width: 100%;
}
.jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle;
}
.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0;
}
@media (min-width: 992px) {
    .justify-content-lg-center {
        justify-content: center !important;
    }
}
@media screen and (max-width: 820px) {
    form .form-group.col-md-6 {
        width: 100%!important;
    }
    form#contactForm {
        flex: 1 1 100%;
        flex-direction: column;
    }
    
}
@media (min-width: 768px) {
    .justify-content-md-center {
        justify-content: center !important;
    }
}
@media (min-width: 576px) {
    .justify-content-sm-center {
        justify-content: center !important;
    }
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}
.jconfirm .jconfirm-box-container {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
}
.jconfirm.jconfirm-modern .jconfirm-box {
    background-color: white;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 15px;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
}
.jconfirm .jconfirm-box {
    background: white;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    top: 15px;
    right: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 69px;
    color: #d63384;
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height .4s ease-in;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
    background: #443B3D;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #dedede;
    margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px;
}
.jconfirm .jconfirm-clear {
    clear: both;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-image: none;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background .1s;
    transition: background .1s;
    padding: 10px 20px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    border-radius: 50px;
}

.mt-3 {
    margin-top: 1rem !important;
}
.math-captcha {
    text-align: center;
}
.math-captcha p {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.form-section-right form #name, 
.form-section-right form #email, 
.form-section-right form #message {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0 auto;
}
.form-section {
    max-width: unset;
}
.form-section-right form {
    padding-left: 10px;
    padding-right: 10px;
}

button#submitBtn {
	background: #e93e78;
    border: 0 none;
    border-radius: 50px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 300;
    height: 3.5em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
    white-space: nowrap;
    margin: 20px 0 0 0;
    letter-spacing: 1px;
}
button#submitBtn:hover,
button#submitBtn:focus {
    background: #3a3436;
}
@media screen and (max-width: 480px) {
    .recaptch-cover .recaptch-cover-header {
        flex-direction: column;
        padding-top: 20px;
    }
}

.form-section .contact-form {
    padding-left: 0;
    padding-right: 0;
    border-radius: 15px;
}
.contact-form .wrap-former {
    width: 100%;
    background-color: #c0c0c0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(223, 139, 230, 0.36));
}
.contact-form .form-group {
    padding-left: 0;
    padding-right: 0;
}

.contact-info.box-style1  {
    background: #41042b;
    padding: 20px;
 }
.contact-info i {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
    color: #e93e78;
}
.contact-info .info-text {
    padding-left: 50px;
    font-weight: 500;
}
.contact-info h6 {
    font-size: 16px;
    margin-bottom: 5px;
}
.text-color-or {
    color: #e93e78;
}
.contact-info p {
    margin-bottom: 0;
}

.form-control {
    border-radius: 1.25rem;
}

@media screen and (max-width: 992px) {
    .container.d-flex.flex-wrapperz {
        width: 100%;
        flex-wrap: wrap;
    }
    .form-section .contact-form {
        width: 100%;
    }
    .form-section .form-section-right {
        width: 100%;
        margin-top: 40px;
    }
    .contact-info.box-style1 {
        border-radius: 1.25rem;
    }
}
/********* Contact end *******/

/** Footer start **/
.main-footer {
    background-color: #330000;
    background-image: url('../images/background/rose-petals.svg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
footer .row.footer_bottom_bg {
    background-image: linear-gradient(to bottom right, #443b3d, #020a0e), linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
    margin: 0;
    padding: 20px 20px 20px;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: black 0px -8px 15px -5px;
}

footer .footer-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.25em;
  }
  footer .footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer .footer-list li {
    padding: 0.25em 0;
  }
  footer .footer-list .li-icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
  }
  .footer-list .li-icon svg {
    width: .5em;
    margin-top: -3px;
  }
  footer ul.footer-links {
    display: grid;
    grid-auto-columns: 50%;
    grid-auto-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    max-width: 460px;
}
footer .col-info {
    margin-bottom: 20px;
}
footer .contact-desc {
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 10px;
}
footer ul.footer-links li {
    margin-bottom: 12px;
    width: 100%;
    margin-left: 20px;
    padding-right: 30px;
}
footer ul.footer-links li:nth-child(n + 4) {
    grid-column: 2;
}

footer ul.footer-links li a {
    color: #fff;
}

footer ul.footer-links li a:focus,
footer ul.footer-links li a:hover {
    color: #ea4078;
}
.footer-contact i, 
.footer-contact span.flat {
    background-color: #ea4078;
    color: rgb(255, 255, 255);
    font-size: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    margin: 10px 15px 0px 0px;
    flex: 0 0 auto;
}
.contact-desc {
    display: flex;
    position: relative;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
}
.contact-desc p {
    color: white;
    margin: 0px;
    text-align: left !important;
}
.contact-desc p span {
    color: #ea4078;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-desc a {
    color: white;
}
.footer-copyright {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.footer-bottom-right a:before {
    position: absolute;
    top: 3px;
    right: -25px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    z-index: -1;
}
.footer-bottom-right a:last-child:before {
    display: none;
}
.footer-bottom-right a {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.footer-bottom-right a:hover,
.footer-bottom-right a:focus {
    color: #ea4078;
}
.footer-bottom-right {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px)  {
    .footer-bottom-right a:before {
        right: -12px;
    }
}

@media only screen and (max-width: 992px)  {
    footer .row.footer-section-data {
        display: flex;
        flex-direction: column;
    }
    footer .col-md-6.footer-section-quick {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    footer .col-md-6.footer-section-info {
        display: flex;
        flex-direction: column;
        flex: 1 1 100%;
        width: 100%;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-bottom-right {
        margin-top: 20px;
    }

}
@media only screen and (max-width: 992px) and (max-height: 950px) {
    .page-wrap {
        margin-bottom: 0 !important;
    }
    .main-footer {
        display: flex;
        position: relative;
    }
}
@media only screen and (max-width: 767px)  {
    .footer-bottom-right a:before {
        display: none;
    }
    .footer-bottom-right {
        flex-direction: column;
        gap: 15px;
        padding-top: 15px;
    }
}
@media only screen and (max-width: 570px) {
    .page-wrap {
        margin-bottom: 0 !important;
    }
    .main-footer {
        display: flex;
        position: relative;
    }
    footer ul.footer-links {
        display: flex;
        margin: 0;
    }
    footer .footer-title {
        text-align: left;
    }
    footer .contact-desc {
        text-align: left;
        margin-left: 0;
    }
}
/** Footer end **/
