/***** Video Start ***/
.banner-area video {
    object-fit: cover;
    width: 100%;
}
.thumb video {
    border-radius: 10px;
}
.obj-fit-cover {
    object-fit: cover;
}
body {
    font-size: 1.4rem;
    background-size: cover;
    background-attachment: fixed;
}
@media screen and (max-width: 768px) {
.max-h-300-mob {
    max-height: 300px;
}
.pt-30-mob {
    padding-top: 30px;
}
.custom_section_row_cards {
    padding: 0 10px;
}
}
/***** Video End *****/
/***** Nav Start *****/
.bg-topographic {
    /* background-image: url(https://assets.codepen.io/319606/bg-topographic.svg);
    background-size: 5000px;
    opacity: 0.1;
    pointer-events: none; */
    /* background-image: url(../img/nav-bg-0.png); */
    /* background-size: cover; */
}
.bg {
    left: 0;
}
.bg::before {
    content: '';
    /* width: 100%;
    height: 100%; */
    width: 100vw;
    height: 100vh;
    /* position: absolute; */
    position: fixed;
    left: 0;
    bottom: -200%;
    background-image: url('../img/mountains.svg');
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
}
#takeover-nav:not(.shown) .bg::before {
    
    transition: all 0.5s ease-in-out;
    bottom: -200%;
}
#takeover-nav.shown .bg::before {
   
    transition: all 1s ease-in-out;
    bottom: 0%;
    
}
.z-index-2 {
    z-index: 2;
}
.pos-rel {
    position: relative;
}
.pos-rel-imp {
    position: relative!important;
}

.circle {
    position: absolute;
    border-radius: 50%;
}
.circle01 {
    right: 8%;
    top: 3vh;
    width: 18vw;
    padding-top: 18vw;
    transform-origin: 40% 50%;
    background: linear-gradient(#e42880, #820eb8);
    animation: rotate 50s linear infinite;
    box-shadow: inset rgb(251 251 251) 0px -13px 32px 0px;
}

@keyframes rotate {
    0% {
      transform: rotateZ(0deg);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  @keyframes rotatePath {
    0% {
      transform: rotateZ(0deg);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  @keyframes rotatePathInside {
    0% {
      transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
    }
  }
  @keyframes rotateBob {
    0% {
      transform: translateY(0) rotateZ(0deg);
    }
    50% {
      transform: translateY(-3vh) rotateZ(180deg);
    }
    100% {
      transform: translateY(0) rotateZ(360deg);
    }
  }
header {
  display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
}
.sticky-nav {
    top: 20px;
    left: 20px;
    position: fixed;
    width: calc(100% - 40px);
    z-index: 999;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    left: unset;
  }
  .sticky-nav.difference {
    background-repeat: no-repeat;
    background-size: contain;
    /* mix-blend-mode: difference; */
  }
  .sticky-nav.difference #nav-btn {
    filter: invert(0);
  }
  .sticky-nav #logo {
    flex: 1 1 100%;
    z-index: 998;
  }
  .sticky-nav #logo .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4d1ebb3;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid rgb(232 46 129 / 30%);
    -webkit-backdrop-filter: brightness(0.7) blur(6px);
    backdrop-filter: brightness(0.7) blur(6px);
    transition: all 0.3s ease-in;
    box-shadow: inset rgb(251 251 251) 0px -13px 32px 0px;
    height: 60px;
    margin-right: 0;
    overflow: hidden;
  }
  .sticky-nav #logo .navbar-brand:hover {
    background:#f681b79c;
  }
  .sticky-nav #logo .navbar-brand img {
    max-height: 70px;
  }
  .sticky-nav #nav-btn {
    width: 60px;
    z-index: 999;
    min-width: 60px;
  }
  .sticky-nav #nav-btn .icon {
    position: relative;
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #000;
  }
  .sticky-nav:not(.difference) #nav-btn .icon {
    stroke: #fff;
  }
  
  #takeover-nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    top: -200%;
    transition: all 0.5s ease-in-out;
    z-index: 996;
  }
  #takeover-nav.shown {
    top: 0;
  }
  #takeover-nav .nav-col {
    min-height: 100vh;
    
  }
  #takeover-nav .nav-col.nav-contact {
    /* padding-left: 0 !important; */
    overflow: hidden;
    /* background-image: linear-gradient(to right, rgb(55, 65, 81), rgb(17, 24, 39), rgb(0, 0, 0)); */
    transition: all 0.3s ease-in;
    /**fast fix**/
    max-width: 600px;
    margin-right: auto;
  }

  #takeover-nav .container-fluid.bg-color {
    background-image: linear-gradient(rgb(17, 24, 39), rgb(88, 28, 135), rgb(124, 58, 237));
  }
  

  #takeover-nav .nav-col a {
    color: #efefef;
  }
  #takeover-nav .nav-col a:hover {
    color: #ffca29;
  }
  #takeover-nav .nav-contact .content {
    max-width: 700px;
    background-color: rgb(20 2 10 / 60%);
    backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
    -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
    border-radius: 10px;
    padding: 20px;
    box-shadow: inset rgb(98 48 159) 0px -13px 32px 0px;
    margin-right: 10px;
  }
  #takeover-nav .nav-items {
    font-size: 2.5em;
    font-weight: 700;
  }
  #takeover-nav .contact-items {
    font-size: 1.25em;
    font-weight: 700;
  }
  #takeover-nav .contact-items a:hover {
    color: #ffa100;
  }
  #takeover-nav .contact-items li {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    gap: 10px;
  }
  #takeover-nav .contact-items li img {
    filter: invert(1);
  }
  #takeover-nav .social {
    font-size: 0.9em;
    text-align: center;
  }
  #takeover-nav .social a {
    color: #ffca29;
    font-weight: 700;
  }
  #takeover-nav .social a:hover {
    color: #efefef;
  }
  
  .gradient-overlay {
    bottom: 0;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, #212121 50%);
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, #212121 50%);
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, #212121 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00212121", endColorstr="#212121",GradientType=0 );
    z-index: 1;
    border-bottom-right-radius: 15vw;
    pointer-events: none;
  }

  #takeover-nav .nav-menu {
    padding-left: 0 !important;
    /* overflow: hidden; */
    /* background-image: linear-gradient(rgb(17, 24, 39), rgb(88, 28, 135), rgb(124, 58, 237)); */
    justify-content: flex-start;
    margin-left: auto;
    max-width: 800px;
    overflow: unset;
  }
  #takeover-nav .contact-items a {
    word-break: break-word;
  }

  #takeover-nav .nav-menu .nav-items li a {
    padding: 14px 20px;
    padding-left: 75px;
    display: block;
    margin-top: 0px;
    position: relative;
    font-weight: 600;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: 0.5s all;
    font-size: 24px;
  }
  #takeover-nav .nav-menu .nav-items li.active a {
    color: #ffca29;
  }
  #takeover-nav .nav-menu .nav-items li a:before {
    content: "";
    position: absolute;
    top: 50%;
    /* left: 0; */
    left: -100vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* width: 50px; */
    width: calc(50px + 100vw);
    height: 4px;
    background: #ccc;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  #takeover-nav .nav-menu .nav-items li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 10%;
    background: #ffc92a;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  #takeover-nav .nav-menu .nav-items li.service-li a {
    padding-left: 105px;
  }
  #takeover-nav .nav-menu .nav-items li.service-li a:before {
    content: "";
    position: absolute;
    top: 50%;
    /* left: 0; */
    left: -100vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* width: 80px; */
    width: calc(80px + 100vw);
    height: 4px;
    background: #ccc;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  #takeover-nav .nav-menu .nav-items li.service-li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 10%;
    background: #ffc92a;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  #takeover-nav .nav-menu .nav-items li a:hover {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  #takeover-nav .nav-menu .nav-items li a:hover:before {
    background: #ffc92a;
  }

  #takeover-nav .contact-items  span.spanner {
    color: #ffebb1;
  }
  #takeover-nav .contact-items p {
    color: #efefef;
    line-height: 18px !important;
    font-size: 1rem !important;
    font-weight: 700;
  }
  #takeover-nav .contact-items a {
    color: #efefef;
    line-height: 18px !important;
    font-size: 1rem !important;
    font-weight: 700;
  }
  #takeover-nav .nav-contact .nav-title {
    color: #efefef;
  }
  .sticky-nav #logo .navbar-brand img.mob-logo {
    display: none;
  }
  .sticky-nav #logo .navbar-brand img.pc-logo {
    display: flex;
    width: 100%;
  }

  @media screen and (max-width: 1200px) {
    #takeover-nav .social {
      display: flex;
      flex-direction: column;
    }
    #takeover-nav .nav-col.nav-contact span.liner {
      opacity: 0;
    }
  }
  @media screen and (max-width: 768px) {
    #takeover-nav .nav-col.nav-contact {
      margin-left: auto;
      margin-right: auto;
    }
    #takeover-nav .nav-contact .content {
      padding: 10px;
    }
   }
  @media screen and (max-width: 767px) {
    #takeover-nav .nav-contact .content {
        margin-right: 0;
    }
    .sticky-nav #logo .navbar-brand img {
        max-height: 50px;
    }
    .sticky-nav #logo .navbar-brand img.pc-logo {
        display: none;
    }
    .sticky-nav #logo .navbar-brand img.mob-logo {
        display: flex;
    }
    .sticky-nav #logo .navbar-brand {
        width: 60px;
    }
    .circle01 {
        top: 10vh;
    }
    #takeover-nav .nav-menu {
      min-height: 600px;
      margin-top: 60px;
    }
    #takeover-nav .nav-menu a {
      color: #fff;
    }
    #takeover-nav .nav-menu a:hover {
      color: #efefef;
    }
    #takeover-nav .nav-contact {
      min-height: auto;
    }
    #takeover-nav .nav-contact .nav-title {
      font-size: 2.5em;
    }
    header #takeover-nav .social {
        display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 1.1em;
    }
    #takeover-nav .contact-items p,
    #takeover-nav .contact-items a {
        font-size: 0.75em!important;
    }
    header #takeover-nav .social .liner {
        display: none;
    }
  }
  @media screen and (max-width: 575px) {
    header .swoosh {
      width: 165px;
      height: 35px;
      top: 10px;
    }
    header .sticky-nav {
      top: 10px;
      justify-content: space-between;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    header .sticky-nav .logo {
      width: 150px;
      height: 35px;
    }
    header .sticky-nav #nav-btn {
      /* width: 40px; */
      margin-right: 0;
    }
    header #takeover-nav .contact-items {
      font-size: 1em;
    }
    .sticky-nav #logo {
        flex: unset;
    }
   
  
  }
  .d-none {
    display: none;
  }


/*Menu icon start*/
.menu.box {
    cursor: pointer;
    display: flex;
    /* position: fixed; */
    position: relative;
    margin-right: 15px;
    /* top: 20px; */
    height: 60px;
    width: 60px;
    /* z-index: 1111; */
    z-index: 99998;
  }


  /* Toggle Menu Icon */

  .menu.box {
    border-radius: 10px;
    border: 1px solid rgb(232 46 129 / 30%);
    background-color: #e4d1ebb3;
    /* box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%); */
    box-shadow: inset rgb(251 251 251) 0px -13px 32px 0px;
    backdrop-filter: brightness(0.7) blur(6px);
    transition: all 0.3s 
ease-in;
  }

  .menu.box:hover {
    background: #f681b79c;
  }
  .menu.box.toggle {
    background: #e62880;
    border-radius: 10px;
}
  .menu.box.toggle:hover,
  .menu.box.toggle:focus {
    background: #656565b3;
    border-radius: 10px;
  }


/*Menu icon end*/  

/** Language Change Start **/
#webmenu{
    width:340px;
}

.selection-zone {
	height: 60px;
    display: flex;
    cursor: pointer;
}
select#langSelector {
    display: inline-block;
    width: 80px;
    height: 630px;
    position: relative;
    transition: 0.4s;
    border-radius: 10px;
    font-size: 16px;
    color: #090909;
    padding-left: 10px;
    background-color: #90D123;
    cursor: pointer;
}

 .menuActive select#langSelector {
    background-color: #090909;
    /*    background-color: #90D123; */
}
 select#langSelector {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    height: 60px;
}

div#langSelector_msdd {
    width: 60px!important;
    border: none;
    transition: 0.4s;
    cursor: pointer;
}
.selection-zone .dd .ddTitle {
    border-radius: 10px;
    height: 60px;
    background: #90D123;
    color: #090909;
    transition: 0.4s;
    
}
 .menuActive .selection-zone .dd .ddTitle {
    background: #090909;
}
 .selection-zone .dd .ddTitle {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}
.selection-zone .dd .divider {
    display: none;
}
.selection-zone .dd .ddArrow {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: -2px;
    background-size: cover;
    color: black;
    transform: rotate(135deg);
    filter: brightness(0);
    display: none;
}
  .selection-zone .dd .ddArrow {
    filter: brightness(1);
}
.selection-zone .dd .ddTitle .ddTitleText {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    /* margin-right: 8px; */
    background: #e4d1ebb3;
    border-radius: 10px;
    border: 1px solid rgb(232 46 129 / 30%);
    -webkit-backdrop-filter: brightness(0.7) blur(6px);
    backdrop-filter: brightness(0.7) blur(6px);
    transition: all 0.3s ease-in;
    box-shadow: inset rgb(251 251 251) 0px -13px 32px 0px;
    font-size: 16px;
    color: black;
}
.selection-zone .dd .ddTitle .ddTitleText:hover {
    background: #f681b79c;
}
.selection-zone .dd .ddTitle .ddTitleText img {
    padding-right: 0;
    height: 18px;
    border-radius: 10px;
    padding-right: 0;
    margin-right: 4px;
}
.selection-zone .dd .ddTitle .description {
    display: none;
}
.selection-zone .dd .ddChild {
    border-radius: 10px;
    background-color: transparent;
    margin-top: -60px;
    margin-left: 1px;
    overflow: hidden;
}
.selection-zone .dd .ddChild li {
    /* padding: 5px; */
    background: #dcd1e0a1;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 60px;
}
.selection-zone .dd .ddChild li.selected {
    background: #ec4c92c4;
}
.selection-zone .dd .ddChild li.hover {
    background-color: #8c10b2;
}
.selection-zone .dd .ddChild li.selected:hover {
    background: #8c10b2;
}
.selection-zone .dd .ddChild li:hover {
    background-color: #8c10b2;
}

.selection-zone .dd .ddChild li .ddlabel {
    color: #000;
}

 .menuActive .selection-zone .dd .ddChild li {
    background: #1e1f1d7d;
}
 .menuActive .selection-zone .dd .ddChild li.selected {
    background: #1e1f1d7d;
}
 .menuActive .selection-zone .dd .ddChild li.hover {
    background: #1e1f1dbd;
}
 .menuActive .selection-zone .dd .ddChild li:hover {
    background: #1e1f1dbd;
}
.selection-zone .ddcommon .ddChild li img {
    height: 18px;
    border-radius: 10px;
    padding-right: 0 !important;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .selection-zone .dd .ddChild {
        margin-top: -60px;
    }
}
@media screen and (max-width: 400px) {
    select#langSelector {
        width: 45px;
        font-size: 20px;
        padding-left: 4px;
    }

    
}
@media screen and (max-width: 370px) {
    div#langSelector_msdd {
        width: 60px !important;
    }
    span.ddlabel {
        display: none;
    }
    .selection-zone .dd .ddChild {
        width: 90px;
        margin-left: -15px;
    }
    .selection-zone .dd .ddTitle .ddTitleText img {
        /* margin-right: -5px; */
        margin-right: 0;
    }
    .selection-zone .dd .ddChild li.enabled .ddlabel {
        display: flex;
    }
    
}

/** Language Change End **/

/***** Nav End *******/

/***** Footer Start ***/
footer .f-item ul {
    padding-left: 0;
}
footer .f-item ul li a {
    list-style: none;
    text-decoration: none;
    
}
footer.bg-foot {
    background: transparent!important;
    position: relative;
}
.foot-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(60deg, #f8eeff7d, #bc1d9680);
    overflow: hidden;
    z-index: -1;
}
.foot-background:after {
    content: '';
    background: url('../img//dark-mosaic-foot.png');
    width: 800%;
    position: absolute;
    top: -400%;
    right: -400%;
    height: 800%;
    opacity: 0.3;
    animation-name: rotate;
    animation-duration: 140s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
footer .f-item img.logo-foot {
    height: 100px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(232 46 129 / 30%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease-in;
    box-shadow: inset rgb(251 251 251 / 96%) 0px -13px 32px 0px;
}
footer .f-item .logo-link-foot:hover img.logo-foot {
    background: #f681b79c;
}
footer .f-item h4 {
    text-transform: capitalize;
    border-radius: 10px;
    border: 1px solid rgb(232 46 129 / 30%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease-in;
    box-shadow: inset rgb(251 251 251 / 96%) 0px -13px 32px 0px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .f-item.address {
    margin-top: 15px;
}
footer .f-item.link li a {
    padding-left: 30px;
}
footer .f-item.link li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 4px;
    background: #f2dfe3;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
footer .f-item.link li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 10%;
    background: #6705c6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
footer .f-items .f-item.address ul li span+a {
    color: #232323;
}
footer .footer2 {
    color: #232323;
}
footer #no-f img {
    margin-bottom: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .f-items .equal-height:first-child, 
    footer .f-items .equal-height:nth-child(2),
    footer .f-items .equal-height:nth-child(3) {
        margin-top: 0;
    }
}
/***** Footer End *****/
/***** Button start ***/
a.button {
    border-radius: 10px;
    border: 1px solid rgb(232 46 129 / 30%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease-in;
    box-shadow: inset rgb(239 122 205 / 85%) 0px -13px 32px 0px;
    
}
a.button:hover {
    background-color: #eb2a7e;
    box-shadow: inset rgb(251 251 251 / 96%) 0px -13px 32px 0px;
    color: white;
}
.breaker {
    word-break: break-word;
}
footer .breaker {
    word-break: break-all;
}
.btn-theme.border {
    box-shadow: rgba(239, 122, 205, 0.85) 0px -13px 32px 0px inset;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid #623bcc !important;
}
.about-area .content a {
    color: #232323;
    text-decoration: none;
}
.btn.btn-light.border {
    border: 2px solid #ffffff !important;
    box-shadow: rgba(239, 122, 205, 0.85) 0px -13px 32px 0px inset;
    padding: 10px 30px;
}
/***** Button end *****/
/***** Boxes start ****/
.about-area .thumb img {
    border-radius: 10px;
}
.webfix-services-area .services-items .item {
    border-radius: 10px;
}
.max-h-300 {
    max-height: 300px;
}
.custom_link_hover {
    text-decoration: none;
}
.bord-rad {
    border-radius: 10px;
}
.custom-section-borders {
    border-radius: 10px;
}

.services-items-pad-cust .servicecustom-box {
  padding-left: 0;
}
.pl-0 {
  padding-left: 0!important;
}

.max-h-450 {
  max-height: 450px;
}
.obj-fit {
  object-fit: cover;
}
/***** Boxes End ******/
/***** Contact start **/
#contact a {
    text-decoration: none;
}

.contact-us-area form {
    border-radius: 10px;
}
/***** Contact end ****/