/***** Body start *****/
#royal_preloader.text .loader, 
.big-text, 
.cl-effect-5 a span::before, 
.list-social li.icon-soc a, 
.icon-left1, 
.text-over-video, 
.team-social li:hover.icon-team a, 
.portfolio-box .fancybox-button, 
#filter li .current, 
.portfolio-box h4, 
.plans-offer-gold h3, 
.plans-offer-gold h3 span, 
.plans-offer-gold h6, 
.plans-offer-gold a, 
.plans-offer a, 
#link-work a, 
.facts-wrap-num, 
#button-con button, 
.button-map:hover, 
.blog-post p span, 
.icon-contact1, 
.icon-footer, 
.icon-test, 
#footer .back-top {
    color: #A1CC37;
}
/***** Body End *****/

/***** Nav start *****/
.logo-nav-col.logo {
    background: url(../images/logo/logo-small-w.png) no-repeat center center;
    width: 300px;
    image-rendering: optimizeQuality;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
}
.logo-nav-col.logo a.logo-nav {
    display: flex;
    width: 100%;
    height: 100%;
}

.cbp-af-header.cbp-af-header-shrink .logo {
    width: 230px;
    height: 60px;
    background: url(../images/logo/logo-small-w.png) no-repeat center center;
    background-size: cover;
}

ul.slimmenu li a {
    position: relative;
    display: block;
    border: none;
}

ul.slimmenu li a:hover {
    border: none;
    color: #A1CC37;
}
ul.slimmenu li a.current {
    border: none;
    color: #A1CC37;
}
ul.slimmenu li a:hover:before {
    content: '•';
}
ul.slimmenu li a.current:before {
    content: '•';
}
ul.slimmenu li a:before {
    position: absolute;
    top: 80%;
    left: 50%;
    font-size: 13pt;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.text-white {
    color: white;
    opacity: 1 !important;
}

#menu-wrap {
    border-bottom: 1px solid #556d22;
    z-index: 9999;
    backdrop-filter: blur(3px);
}




@media only screen and (max-width: 800px) {
    .cbp-af-header.cbp-af-header-shrink ul.slimmenu {
        margin-top: 30px;
    }
    .logo-nav-col.logo {
        width: 230px;
    height: 60px;
    background-size: cover;
    }
    ul.slimmenu.collapsed li {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 7px;
    }
    ul.slimmenu.collapsed li a { 
        width: 100%;
        text-align: center;
        font-size: 20px;
        border-bottom: 0 !important;
    }
    #menu-wrap ul.slimmenu.collapsed {
      display: none!important;
      height: 0!important;
      margin-top: 30px !important;
      padding-right: 0 !important;
      padding-left: 0 !important;
      margin-bottom: 0 !important;
      min-height: 0;
        overflow: hidden;
    }
    #menu-wrap ul.slimmenu.collapsed.show {
      display: block!important;
      margin-top: 30px !important;
      height: 100% !important;
      min-height: 220px;
      padding-right: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
      border-bottom: 0 !important;
    }
    
}
@media only screen and (max-width: 425px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
      width: 190px;
      height: 50px;
  }
}
/***** Nav end *****/

/***** details start *****/
.text-over-video {
  padding-top: 20px;
    padding-bottom: 20px;
}
.big-text span {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 200;
    height:10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.big-text ul.flippy {
  margin-top: -75px;
}
#video_background {
    width: 100%;
    object-fit: cover;
}
.just_pattern {
    position: absolute;
    opacity: 0.7;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background-image: url(../images/pattern.png); */
    background: #000000;
}
.light .just_pattern {
  background: #535353;
}
.trans-flip {
    transform: rotate(45deg);
}
.filter-1 {
    filter: hue-rotate(171deg);
}
#about {
    padding-top: 100px;
    background-image: linear-gradient(rgb(17, 24, 39), rgb(40 53 15), rgb(70 74 61));
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}
.light #about {
  background-image: linear-gradient(rgb(43 45 49), rgb(112 123 89), rgb(70 74 61));
  transition: all 0.5s ease-out;
}
.menu-back {
    background: rgb(20 20 20 / 81%);
}
.light .menu-back {
  background: rgb(85 92 68);
}
.cbp-af-header.cbp-af-header-shrink {
    background: rgb(17 24 14 / 97%);
}
.light .cbp-af-header.cbp-af-header-shrink {
  background: rgb(67 81 34 / 83%);
}
.box-shadow-down {
    box-shadow: 10px 5px 0px #1a231a;
}
.box-shadow-down-left {
    box-shadow: -10px 5px 0px #1a231a;
}

div#about-what-we-do .container.container-row {
    display: flex;
    flex-direction: row;
}
div#about-what-we-do .container.container-row .column {
    display: flex;
    flex: 1 1 50%;
    width: 50%;
}
div#about-what-we-do .container.container-row .column img {
    display: flex;
    width: 100%;
}

.sections h5 {
    font-size: 1.5rem;
    line-height: 24px;
}
.sections p {
    font-size: 1.3rem;
    line-height: 24px;
    opacity: 1;
    color: white;
}
#work {
    padding-top: 0;
}
.video-sections {
    background: #182120;
}
.light .video-sections {
  background: #575856;
}
.video-sections .container-center {
    height: 100%;
    display: flex;
    align-items: center;
}
.video-sections .container-center .columns {
    padding-top: 0;
}
html {
    overflow-x: hidden;
    overflow-y: unset!important;
    scroll-behavior: smooth;
}
.z-index-3 {
    z-index: 3;
}

div#home {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
div#top {
  position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.text-left,
.text-left h1,
.text-left h2, .text-left h3, .text-left h4, .text-left h5 , .text-left h6,
.text-left p {
  text-align: left;
}

.terms h1, .terms h2, .terms h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  padding: 0 10px;
}
.terms p {
  margin-top: 10px;
  padding: 0 10px;
  text-transform: none;
}
.terms ul li {
  font-size: 16px;
  padding: 0 10px;
}

::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #fff;
}

::selection {
  color: #000;
  background: #fff;
}

a.scroll-button {
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}
div#contact-text {
  padding-top: 100px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}


@media only screen and (max-width: 991px) {
    .big-text span {
        font-size: 5rem;
    }
    #about .header-text p {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 959px) {
    .video-section-2 .container .nine.columns {
        margin: 60px auto;
    }
}
@media only screen and (max-width: 600px) {
    .big-text span {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 479px) {
    #work {
        display: flex;
        min-height: 100vh;
    }
}
@media only screen and (max-width: 425px) {
    #about {
        height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
}



/***** details end *****/

/***** contact start *****/
#contact {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
}
.just_pattern.just_pattern-2 {
    background: #060905f7;
    opacity: 0.9;
}
.light .just_pattern.just_pattern-2 {
  background: #40493df7;
  opacity: 0.9;
}
.parallax1 {
    background: url(../images/bg-2.jpg) no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}
.parallax2 {
  background: url(../images/bg-3.jpg) no-repeat fixed;
    background-size: 150%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}
.d-flex-center-full {
    margin: 0 auto;
    display: flex!important;
    justify-content: center;
    width: 100%!important;
    align-items: center;
}


@media only screen and (max-width: 600px) {
    #contact .header-text p {
        padding-top: 100px;
    }
    .parallax2 {
      background-size: cover;
    }
}

/* CONTACT FORM START **********/

.error {
    color: red;
    display: none;
  }
  form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    justify-content: center;
      align-items: center;
      margin: 0 auto;
  }
  .recaptch-cover{
  border:1px solid #fff !important;
  padding:0px;
  position: relative;
  background-color:transparent;
  /* margin-right: 15px;
    margin-left: 15px; */
    /* max-width: 1140px; */
    max-width: 500px;
    width: 100%;
    border-radius: 1.25rem;
    backdrop-filter: blur(5px);
  }
  
  #contactForm .wrap-former {
    display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        flex-direction: column;
        flex: 1 1 100%;
        width: 100%;
  }
  
  .recaptch-cover .recaptch-cover-header{
    padding:10px;
    text-align: left;
    display: block;
    border-bottom:1px solid #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .light .recaptch-cover {
    border:1px solid #000 !important;
  }
  .light .recaptch-cover .recaptch-cover-header {
    border-bottom:1px solid #000 !important;
  }
  .recaptch-cover .recaptch-cover-header button{
    background:#1a2715;
    color: #ffffff;
    border-color:#ffffff00;
    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: #fff;
  }
  .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:#ffffff96;
  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);
  }
  
  .light .answer-option.selected {
    background: rgb(5 5 5 / 59%);
  }
  
  .error{
  color:red;
  display:none;
  border: 1px solid rgba(255, 255, 255, 0.2);
      background: rgb(255 255 255 / 100%);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
  }
  
  #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 (max-width: 993px) { 
    .form-group {
      width: 100%;
    }
  }
  @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: #2A7FDE;
  }
  
  .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: #0c233b;
  }
  
  .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: #85a932;
    border: 1px solid white;
    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;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  button#submitBtn:hover,
  button#submitBtn:focus {
    background: #000;
  }
  button#submitBtn p {
    color: white;
  }
  @media screen and (max-width: 480px) {
    .recaptch-cover .recaptch-cover-header {
        flex-direction: column;
        padding-top: 20px;
    }
    .math-captcha p {
      font-size: 1rem;
    }
  }

  .form-control {
    background-color: #302f2f;
    color: #efefef;
    border: 1px solid white;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.light .form-control {
  background-color: #7e9449;
}
.form-group {
    width: 100%;
    max-width: 500px;
    margin-top: 15px;
}
form input::placeholder,
form textarea::placeholder { 
  color: white!important;
  opacity: 0.85;
}
form textarea {
  height: 120px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #efefef;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #efefef;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #efefef;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #efefef;
}

.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: #12180d!important;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  color: #ffffff!important;
}
/***** contact end *****/


/** SWITCH Dark-light mode start **/
.os-theme-change {
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch {
  display: block;
  cursor: pointer;
  user-select: none;
  margin-right: 0.5rem;
  /* width: 40px;
  height: 40px; */
  
  box-sizing: border-box;
    /* box-shadow: 0 15px 25px rgba(0, 0, 0, .6); */
    height:50px;
    width: 50px;
    color: white;
    margin-left: 5px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgb(255 255 255 / 40%);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease-in;
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  top: unset;
}
.switch:before {
  background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: -5px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 1px;
    opacity: 0;
}
.switch:hover,
.switch:focus {
  background-color: rgb(255 255 255 / 75%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
}
.switch:hover span,
.switch:focus span {
  color: black;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: flex;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-sun:before {
  content: "\ec34";
}
.bx-moon:before {
  content: "\eb94";
}

.switch-light, .switch-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  display: flex;
}
.switch-light {
  font-size: 28px;
  visibility: visible;
  color: var(--black-300);
}
.light .switch-light {
  color: #080d30;
}
.dark .switch-light {
  font-size: 0rem;
  visibility: hidden;
}
.switch-dark {
  font-size: 0rem;
  visibility: hidden;
  color: var(--white-100);
}
.dark .switch-dark {
  font-size: 28px;
  visibility: visible;
}

.dark .switch-dark .bx-moon {
  box-shadow: inset -44px -3px 14px 13px rgb(105 106 117 / 50%);
  border-radius: 50%;
}
.dark header .header_toggle i.bx-menu:before {
  box-shadow: inset -44px -3px 14px 13px rgb(105 106 117 / 50%);
  border-radius: 50%;
}
/*----*/
@keyframes rotation {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}
.switch:hover i {
  animation: rotation 1.5s linear forwards infinite;
}

.fixing .switch {
  top: unset;
  bottom: 80px;
}

@media  only screen and (max-width: 720px) {
  .switch {
    top: unset;
    bottom: 30px;
  }
}

/** SWITCH Dark-Light mode end **/

/***** Footer start *****/
.footer-link {
  color: #85a932;
}
a.link-foot {
  color: #85a932;
}
p.foot-link {
  margin: 15px;
}
#footer p {
  color: white;
}
#footer a:hover{
  color: white;
}
.light #footer {
  background: #7d9549;
}
.light #footer p {
  color: #000000;
}
.light .footer-link {
  color: #ffffff;
}
.light a.link-foot {
  color: #000000;
}
/***** Footer start *****/