body{width: 100%;}
::-webkit-scrollbar {width: 9px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; border-radius: 10px;}
::-webkit-scrollbar-thumb {background: #AC9A22; border-radius: 8px;border: 1px solid #fff;transition: .3s;}
::-webkit-scrollbar-thumb:hover {background: #bba725; transition: .3s;}
/*Navbar footer*/
.banner-basic-inner-page {
    background: #fbfcff;
    padding: 25px;
    box-shadow: 0px 0px 3px #cccccc;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    bottom: 4em;
}
.inner-card-basic h2 {
    color: #000;
    font-size: 3em;
}
.inner-card-basic h2 b {
    color: #c19130;
    font-size: 1em;
}
.img-bg-animation::before{
    background-image: url(/images/blur.png);
    content: ".";
    background-repeat: no-repeat;
    height: 500px;
    opacity: 0.9;
    background-size: 100% 100%;
    position: fixed;
    width: 600px;
    padding: 40px;
    transform: rotate(0deg);
    color: #ffffff;
    border-radius: 1%;
    display: block;
}

.custome-all-tabing-bp {
    height: 70vh;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}
.solution-cards {
    min-height: 310px;
    padding: 10px;
    background: #21252945;
    transition: .3s;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 1px #232222;
    color: #fff;
}
.solution-cards:hover {
    min-height: 310px;
    padding: 10px;
    background: #212529;
      border-radius: 20px;
          box-shadow: 0px 0px 1px 4px #dcdfe1a3;
    transition: .3s;
    color: #fff;
}
.solution-cards h6.inside-box-point span.counting-no{transform: rotate(0deg);transition: .6s;}
.solution-cards:hover h6.inside-box-point span.counting-no{transform: rotate(360deg)scale(1.1);transition: .3s;}
.solution-cards .content-in-sol{   
        background: #141313;
    background-image: repeating-linear-gradient(329deg, #111111, #1e1d1dcc 50%);
    padding: 10px 15px;
    border-radius: 20px;
    text-align: left;
    color: #ffffff;
}
.solution-cards:hover .content-in-sol{   
     background: #efefef;
    background-image: repeating-linear-gradient(329deg, #ffffff, #d3dadd 50%);
    padding: 10px 15px;
    border-radius: 20px;
    text-align: left;
    color: #131313;}
h6.inside-box-point span.counting-no {
    background: #c08f2e;
    border: 1px solid #171616;
    box-shadow: 0px 0px 0px 2px #c08f2e;
    width: 35px;
    border-radius: 25px;
    height: 35px;
    font-size: 22px;
    padding: 4px;
    text-align: center;
    display: inline-block;
}

section.section-three{padding: 50px 0px;}
section.client_section{padding: 20px 0px;background: #edf2f1ba;}
section.about-three-section{padding: 60px 0px; background: #fff;}

section.our_approach_section {padding: 80px 0px; background: #111; background-image: repeating-linear-gradient(270deg, #111111, #1e1d1dcc 50%);}
section.why-choose-us{padding: 80px 0px;background: #fff;}
section.testimonial{padding: 80px 0px;background: #fff;}
section.contact-home-section {padding: 80px 0px; background: #111;
    background-image: repeating-linear-gradient(325deg, #1e1d1dcc, #1e1d1dcc 50%);border-top: 15px solid #c19130;
    box-shadow: 0 0 0 4px #c19130;    border-radius: 60px 60px 0 0;animation: asasasas 3s ease 0s infinite normal forwards;}
@keyframes asasasas {0%,50%,100% {box-shadow: 0 0 0 4px #c19130;}
25%, 75% {box-shadow: 0 0 0 1px #c19130;}}

section.about-us{padding: 80px 0px;background: #fff;}
section.contact-us-section {padding: 80px 0px;background: #565656;margin: auto;width: 95%;
    border-radius: 30px 30px 0px 0px;z-index: 1;position: relative;box-shadow: 0px 00px 0px 0px #565656;}
section.contact-us-section-down {padding: 80px 0px;background: #000;margin: auto;width: 100%;
    border-radius: 100px 100px 0px 0px;z-index: 1;box-shadow: 0px -100px 0px 0px #000;}
h3.waba-title {
    font-size: 21px;
    margin-top: 10px;
}
.waba-whatsup-title h2 {
    font-size: 2.6em;
    margin-bottom: 10px;
}
.split-text {
  opacity: 1;
}

.split-char {
  transform: translateY(20px);
  opacity: 0;
  animation: splitAnim .8s ease forwards;
}

@keyframes splitAnim {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

h5.company-name {font-size: 16px;}

.point-gold{color: #AC9A22;}
.border-bottom-gold {
    background-image: linear-gradient(90deg, #ffffff, #AC9A22, #AC9A22, #AC9A22,#AC9A22,#AC9A22, #ffffff);
    height: 1px;
}
.border-bottom-dark {
    background-image: linear-gradient(90deg, #ffffff, #000, #000, #000,#000, #ffffff);
    height: 1px;
}
.border-bottom-white {
    background-image: linear-gradient(90deg, #000, #ffffff, #ffffff, #ffffff,#ffffff, #000);
    height: 1px;
}
.rounded-20{border-radius: 20px;}
.rounded-25{border-radius: 25px;}
.testimonial-inner-box {background: #edf2f1ba;padding: 40px;transition: .3s;}
.micro-top-line {
    position: relative;
    color: #fff}

.micro-top-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #c19130;
    animation: slideIn 6s ease infinite;
    animation-delay: .9s;
    animation-fill-mode: forwards
}
@keyframes slideIn {
    0% {
        width: 10px;
    }
    70% {
        width: 60px;
    }
    100% {
        width: 10px;
    }
}

.micro-top-line-micro {
    position: relative;
    color: #fff
}

.micro-top-line-micro::after {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #c19130;
    animation: slideIn 6s ease infinite;
    animation-delay: .9s;
    animation-fill-mode: forwards
}
.box-card-basic{
    background-color: #212529;
    transform: translateY(4px);
    box-shadow: 0px 0px 0px 0px #212529;
    overflow: hidden;
    transition: 1s;
}
.box-card-basic::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    transition: .9s;
}

.box-card-basic::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    overflow: hidden;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.15) 0%,
        rgba(255,255,255,0.05) 40%,
        transparent 60%
    );
    transform: rotate(45deg);
    transition: .9s;
}


.box-card-basic:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(30, 236, 123, 0.3);
    transition: 1s;
}

.box-card-basic:hover::after {
    left: 100%;
    transition: .9s;
}


.box-card-basic:hover{
    background-color: #e9cc76;
    transform: translateY(0px);
    box-shadow: 0px 0px 1px 3px #e9cc76;
    overflow: hidden;
    transition: 1s;
}
.box-card-basic h5{color: #fff;}
.box-card-basic:hover h5{color: #212529;}

.box-card-basic img {
    transform: scale(.9);
    filter: hue-rotate(0deg) !important;
    transition: .8s !important;
}
.box-card-basic:hover img {
    transform: scale(1);
    transition: .9s;
    filter: hue-rotate(238deg) !important;
}
.box-card-basic h5{min-height:75px;}


div#smooth-content-js {top: 6em !important;}
ul.navbar-nav li a.nav-link {font-size: 14px;transition: .3s;color: #fff;}
.btn-gold{border: 1px solid #AC9A22;color: #fff;transition: .3s;font-weight: 600;font-size: 14px;}
.btn-gold:hover {border: 1px solid #AC9A22;color: #AC9A22;transition: .3s;font-weight: 600;font-size: 14px;}

.bg_black{background-color: #111111;}
.border-gold{border: 1px solid #AC9A22;}

section.footer-section {border-top: 5px solid #AC9A22;padding: 40px 0px 0px 0px }
ul.footmenu{padding-left: 0rem;}
ul.footmenu li{list-style: none;}
ul.footmenu li a {color: black;text-decoration: none;font-size: 14px;transition: .3s;margin-left: 0px;}
ul.footmenu li:hover a {color: #AC9A22;text-decoration: none;font-size: 14px;margin-left: 5px;transition: .3s;}
/*navbar end */

/*hero section*/
.hero-section{height: 77vh;}
.hero-section .carousel-item{height: 77vh;}
.rotate {
    background-image: url(../images/roll-hero.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: ROTATES 40s infinite linear;
    height: 450px;
    position: absolute;
    margin-left: -10em;
    width: 450PX;
    z-index: 0;
    top: 0vh;
    transition: .5s;
}
@keyframes ROTATES {
    0% {
        transform: rotate(0deg)scale(1)
    }

    25% {
        transform: rotate(90deg)scale(1.2)
    }

    50% {
        transform: rotate(180deg)scale(1)
    }

    100% {
        transform: rotate(360deg)scale(1.1)
    }
}
.slider-left {
    z-index: 1;
    position: relative;
    bottom: 10px;
}
.hero-content{font-size: 18px;min-height: 100px;text-align: justify;}
h5.hero-sec-point {
    font-size: 20px;
    display: flex;
    transition: .3s;
}
.hero-section .row > div:nth-child(1) h5 {
  border-right: 1px solid #fff;
}
.hero-section .row > div:nth-child(2) h5 {
  border-right: 1px solid #fff;
}
.hero-section .row > div:nth-child(3) h5 {
  border-right: 1px solid #111111;
}
.gate-box{
  position:relative;
  overflow:hidden;
  padding-right:30px;
  display:inline-block;
}

.gate-box::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  height:100%;
  background:#fff;
  z-index:3;
}
.gate-box::before {
    content: "";
    background-image: url(../images/right-up.png);
    background-color: #111111;
    position: absolute;
    border: 4px solid #111111;
    width: 30px;
    background-size: 100% 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 4px;
    right: -2px;
    z-index: 3;}
  h2#words{color: #AC9A22;font-weight: 700;}
  .border-right{border-right: 1px solid #fff; border-radius: 2px;}
  .bg-gold-home{color: #AC9A22;margin-right: 5px;}
 .gate-text{
  position:relative;
  white-space:nowrap;
  transform:translateX(120%);
  opacity:0;
}

.gate-text.enter{
  animation: enterGate 0.9s ease forwards;
}

.gate-text.hold{
  transform:translateX(0);
  opacity:1;
}

.gate-text.reverse{
  animation: reverseGate 0.9s ease forwards;
}

.gate-text.small{
  font-size:14px;
}

@keyframes enterGate{
  from{
    transform:translateX(120%);
    opacity:0;
  }
  to{
    transform:translateX(0);
    opacity:1;
  }
}

@keyframes reverseGate{
  from{
    transform:translateX(0);
    opacity:1;
  }
  to{
    transform:translateX(120%);
    opacity:0;
  }
}

.section-two{
  overflow:hidden;
}

.marquee{
  width:100%;
  overflow:hidden;
  background:#edf2f1ba;
}

.marquee-inner{
  display:flex;
  width:max-content;
  white-space:nowrap;

  transform: translateX(50vw);  
}

.marquee-inner span{
  font-size:48px;
  font-weight:600;
  min-height: 75px;
  color: #fff;
  padding-right:50px;
  text-shadow:0px 0px 0 #111;
  -webkit-text-stroke: 3px #AC9A22;
}
@keyframes marqueeMove{
  from{
    transform: translateX(50vw);
  }
  to{
    transform: translateX(-50%);
  }
}
.call-animastion{ animation: callVibrate 4s infinite;}
@keyframes callVibrate{
  0%   { transform: rotate(0deg); }
  2%   { transform: rotate(8deg); }
  4%   { transform: rotate(-8deg); }
  6%   { transform: rotate(8deg); }
  8%   { transform: rotate(-8deg)scale(1.1); }
  10%  { transform: rotate(0deg); }
  10%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
.social-media a i {
    background: #fff;
    width: 28px;
    border: 1px solid #AC9A22;
    padding: 5px;
    text-align: center;
    color: #AC9A22;
    border-radius: 19px;
    transform: rotate(360deg);
    transition: 0s;
    height: 28px;
}
.social-media a:hover i {    transform: rotate(0deg);background-color:#AC9A22;color: #fff;
    transition: .3s;}
/*TAB*/
ul.list-unstyle-number .nav_link.active li {
    list-style: decimal-leading-zero;
    font-size: 34px;
    font-weight: 600;
    color: #979797;
    transition: .3s;
}
ul.list-unstyle-number .nav_link li {
    list-style: decimal-leading-zero;
    font-size: 30px;
    font-weight: 600;
    color: #979797;
    transition: .3s;
}
ul.list-unstyle-number .nav_link.active li h4 {
    color: #AC9A22;
    font-size: 34px;
    min-height: 50px;
    transition: .3s;
}
ul.list-unstyle-number .nav_link li h4 {
     font-size: 30px;
     transition: .3s;
    color: #000;
        min-height: 50px;
}
ul.list-unstyle-number li p {
    color: red;
    font-size: 14px;
    color: #000;
}
/*END TAB*/
/*slider logo client*/
.custom_carousel{
  overflow: hidden;
  width: 100%;
}

.custom_track{
  display: flex;
  transition: transform .6s ease;
}

.custom_item{
    flex: 0 0 auto;
    overflow: hidden;
    padding: 15px;
    border-radius: 12px;
    cursor: pointer;
    height: 130px;
}

.custom_item img{
  width: 100%;
  height: 105px;
  background: #fff;
  border-radius: 5px;
  padding: 7px;
  object-fit: scale-down;
  display: block;
  transition: transform .4s ease;
}

.custom_item:hover img{
  transform: scale(1.15);
}
/*slider end*/
.active.nav_link_basic:before {
    content: ".";
    color: #fff0;
    position: absolute;
    background: url("../images/ac1.png");
    width: 40px;
    height: 56px;
    margin: -10px -45px;
    background-size: 102% auto;
    transition: .6s;
}

.nav_link_basic:before {
    content: ".";
    color: #fff0;
    position: absolute;
    background: url("../images/unac2.png");
    width: 40px;
    height: 56px;
    margin: -10px -45px;
    background-size: 102% auto;
    transition: .6s;
}

.nav_link_basic.active h5.active_btn {color: #AC9A22 ;font-size: 24px;transition: .3s;min-height: 30px;}
.nav_link_basic h5.active_btn {color: #fff ;font-size: 18px;transition: .3s;min-height: 30px;}
.inner-tabing-space {margin: 20px 0px 0px 30px;}
.inner-tabing-space-2 {margin: 20px 0px 0px 0px;}

.why-choose-box img.right-black-icon {
    filter: brightness(0) contrast(100%);
    margin-top: 10px;
    margin-bottom: 10px;
    height: 25px;
}
.why-choose-box:hover img.right-black-icon {
    filter: brightness(1) contrast(100%);
    margin-top: 10px;
    margin-bottom: 10px;
    height: 25px;
}
.why-choose-box h4.number-counter {font-size: 35px;color: black;}
.why-choose-box h4.number-counter span.count {font-size: 35px; font-weight: 700; color: #000;transition: .3s;}
.why-choose-box h4.number-counter span.plus {font-size: 35px; font-weight: 700; color: black;}
.why-choose-box h4.number-counter span.percentage {font-size: 35px; font-weight: 700; color: black;}

.why-choose-box h6 {font-size: 1.1em;color: black;transition: .3s;}
.why-choose-box p {font-size: 14px;color: black;transition: .3s;text-align: justify;}
.why-choose-box:hover h6 {font-size: 1.1em;color: #AC9A22;transition: .3s;}
.why-choose-box:hover p {font-size: 14px;color: #AC9A22;transition: .3s;text-align: justify;}
.why-choose-box:hover h4.number-counter span.count {
    font-size: 35px; font-weight: 700; color: #AC9A22;transition: .3s;}

.why-choose-box:hover h4.number-counter span.plus {font-size: 35px; font-weight: 700; color: #AC9A22;}
.why-choose-box:hover h4.number-counter span.percentage {font-size: 35px; font-weight: 700; color: #AC9A22;}

.active.nav_link_basic_how_help:before {
    content: ".";
    color: #fff0;
    position: absolute;
    background: url(../images/ac1-help.png);
    width: 40px;
    height: 38px;
    margin: 0px -30px;
    background-size: 100% 100%;
    transition: .6s;
}

.nav_link_basic_how_help:before {
    content: ".";
    color: #fff0;
    position: absolute;
    background: url(../images/unac2-help.png);
    width: 40px;
    height: 38px;
    margin: 0px -30px;
    background-size: 100% 100%;
    transition: .6s;
}

.nav_link_basic_how_help h5.active_btn{min-height: 30px;color: #fff;transition: .3s;font-size: 20px;}
.nav_link_basic_how_help.active h5.active_btn{min-height: 30px;color: #AC9A22;transition: .3s; font-size: 24px;}
.nav_link_basic_how_help.active {min-height: 30px;color: #AC9A22;transition: .3s; font-size: 24px;}
.nav_link_basic_how_help {color: #fff;}

.vision-auto-type {
  min-height: 72px;
  opacity: 0;
  transform: translateY(18px);
  display: inline-block;
  will-change: opacity, transform;
}

.vision-auto-type.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* cursor */
.vision-auto-type::after {
  content: "|";
  display: inline-block;
  margin-left: 4px;
  animation: visionBlink 1s steps(1) infinite;
}

.vision-auto-type.is-done::after {
  display: none;
}

@keyframes visionBlink {
  0%, 50%, 100% { opacity: 1; }
  51%, 99% { opacity: 0; }
}

.auto-type-basic {
  min-height: 48px;
  opacity: 0;
  transform: translateY(20px);
  display: inline-block; /* IMPORTANT */
  will-change: opacity, transform;
}

.auto-type-basic.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* typing cursor */
.auto-type-basic::after {
  content: "|";
  display: inline-block;
  margin-left: 4px;
  opacity: 1;
  animation: blink 1s steps(1) infinite;
}

/* cursor stable height */
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  51%, 99% {
    opacity: 0;
  }
}
/* typing cursor */




.star-box-eight img.eight-image-star:nth-child(1) {
    position: relative;
    left: 0;
    height: 15px;
    bottom: 186px;
    animation: blinks_star .4s infinite;
    animation-delay: 1s
}

.star-box-eight img.eight-image-star:nth-child(2) {
    position: relative;
    left: 8px;
    height: 11px;
    bottom: 84px;
    animation: blinks_star .5s infinite;
    animation-delay: 3s
}

.star-box-eight img.eight-image-star:nth-child(3) {
    position: relative;
    left: 202px;
    height: 18px;
    bottom: 29px;
    animation: blinks_star .6s infinite;
    animation-delay: 5s
}
@keyframes blinks_star {
    0% {
        opacity: 1
    }

    25% {
        opacity: .9
    }

    50% {
        opacity: opacity:.3;
        transform: scale(1.3)rotate(5deg)matrix(1,0,0,1,0,0)
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
input.submit-btn {
    background: #1b1a1a;
    border: 1px solid #AC9A22;
    width: 100%;
    font-size: 14px;
    padding: 10px 6px;
    border-radius: 22px;
    color: #fff; transition: .3s;}
input:hover.submit-btn {
    background: #1b1a1a;
    border: 1px solid #fff;
    width: 100%;
    font-size: 14px;
    padding: 10px 6px;
    box-shadow: 0px 0px 0px 22px #000000 inset;
    border-radius: 22px;
    color: #AC9A22; transition: .4s;}


input.form_control {
    padding: 12px 12px;
    background: #3a3a3a;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 12px;
    color: #fff !important;
    width: 100%;
    font-size: 14px;
    border: 1px solid #fff;
}

input.form_control:hover {background: #1b1a1a;transition: .3s;}
input.form_control::placeholder {color: #fff; opacity: 1;}
input.form_control:focus {border: 1px solid #fff;background: #1b1a1a; color: #fff; }
input.form_control:-webkit-autofill {box-shadow: 0 0 0px 1000px #3a3a3a inset;
    -webkit-text-fill-color: #fff;color: #fff !important; }

textarea.form_control {padding: 14px 12px;background: #3a3a3a;margin-top: 5px;margin-bottom: 5px;
    border-radius: 12px;width: 100%;font-size: 14px;border: 1px solid #fff;color: #fff !important;}
textarea.form_control::placeholder {color: #fff; opacity: 1;}
textarea.form_control:focus {border: 1px solid #00bfff;background: #1b1a1a; color: #fff; }
textarea.form_control:-webkit-autofill {box-shadow: 0 0 0px 1000px #3a3a3a inset;
    -webkit-text-fill-color: #fff;color: #fff; }

input.form_control[type="file"] {color: #fff; }
input.form_control[type="file"]::file-selector-button {
    background: #AC9A22;   
    color: #000;          
    border: none;
    padding: 0px 15px 0px 0px ;
    border-radius: 0px;
    box-shadow: -20px 0px 0px 20px #AC9A22;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    font-weight: 500;
}
input:hover.form_control[type="file"]::file-selector-button {background: #ffc107; box-shadow: -20px 0px 0px 20px #ffc107;}


.about-title-box {
    text-align: center;
    padding: 0 12px;
    font-size: 21.42PX;
}
.about-title-box::after {
    content: "";
    position: initial;
    display: block;
    width: 80px;
    margin: auto;
    margin-top: 10px;
    height: 4px;
    border-radius: 2px;
    background-color: #c19130;
    animation: slideIn 6s ease;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

.lightbox-gallery {
    padding: 3px;
    width: 100%;
    border: 1px solid #AC9A22;
    border-style: dashed    ;
    object-fit: cover;
    box-shadow: 0px 0px 0px 1px #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
    height: 205px;
    transition: 1s;
    transform: scale(1)translateY(0px);
}
.lightbox-gallery:hover {transform: translateY(5px);filter: grayscale(40%);transition: .3s;
    box-shadow: 0px 0px 0px 1px #fff;cursor: pointer;}
.gallery-main{overflow: hidden;}
.banner-basic{background-color: #000 !important; background-position: bottom right !important;
    background-repeat: no-repeat !important;height: 340px; background-size:cover !important;}


.banner-basic h2{color: #fff;}
.banner-basic .content{color: #fff;}

/*portfolio*/
 .btn-flip {
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans';
    text-transform: capitalize;
}

.btn-flip:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.btn-flip:hover:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}

.btn-flip:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #fff;
    display: block;
    transition: 0.3s ease;
    position: absolute;
   background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
}



.btn-flip:before {
    top: 0;
    left: 0;
    opacity: 1;
    color: #fff;
    display: block;
    padding: 0 30px;
    line-height: 40px;
    transition: 0.3s ease;
    position: relative;
   background: radial-gradient(
                ellipse farthest-corner at left top,
                transparent 20%,
                #8A6E2F 60%,
                #9f7928 70%,
                #FDB931 92%,
                #FEDB37 100%
            ),
            radial-gradient(
                ellipse farthest-corner at right bottom,
                #5d4a1f 0%,
                #5d4a1f 37.5%,
                #D1B464 75%,
                #FFFFAC 92%,
                #FFFFFF 100%
            );

    content: attr(data-front);
    transform: translateY(0) rotateX(0);
}

 .cc.btn-flip {
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans';
    text-transform: capitalize;
}

.cc.btn-flip:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.cc.btn-flip:hover:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}

.cc.btn-flip:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #151515;
    display: block;
    transition: 0.3s ease;
    position: absolute;
   background: #fff;
    transform: translateY(-50%) rotateX(90deg);
}

.cc.btn-flip:before {
    top: 0;
    left: 0;
    opacity: 1;
    color: #fff;
    display: block;
    padding: 0 30px;
    border: 1px solid #fff;
    line-height: 40px;
    transition: 0.3s ease;
    position: relative;
   background: radial-gradient(
                ellipse farthest-corner at left top,
                transparent 20%,
                #161616 60%,
                #161616 70%,
                #161616 92%,
                #161616 100%
            ),
            radial-gradient(
                ellipse farthest-corner at right bottom,
                #161616 0%,
                #161616 37.5%,
                #161616 75%,
                #161616 92%,
                #161616 100%
            );

    content: attr(data-front);
    transform: translateY(0) rotateX(0);
}

 section.port-folio-right:hover .img-box-port{animation: myAnim 1s ease 0s infinite normal forwards;}
  section.port-folio-left:hover .img-box-port{animation: myAnim 1s ease 0s infinite normal forwards;}
@keyframes myAnim {
    0%,
    10% {
        transform: translateX(0);
    }

     50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(0px);
    }
      85% {
        transform: translateX(0px);
    }
      90% {
        transform: translateX(0px);
    }
     100% {
        transform: translateY(2px);
    }
}
.portfolio-father {
    display: flex;
    align-items: center;
}
section.port-folio-left {
    background: #121212;
background: linear-gradient(230deg, rgb(49 49 53) 0%, rgb(18 18 18) 50%, rgb(23 23 23) 100%);
transition: .8s;
}
section:hover.port-folio-left {
    background: #121212;
background: linear-gradient(-230deg, rgb(20 20 21) 0%, rgb(18 18 18) 50%, rgb(66 46 4) 100%);
transition: 1s; box-shadow: 0px 0px 34px 0px #000000 inset;
}
section.port-folio-right {
    background: #121212;
background: linear-gradient(230deg, rgb(23 23 23) 0%, rgb(18 18 18) 50%, rgb(20 20 21) 100%);
transition: .8s;
}
section:hover.port-folio-right {
    background: #121212;
background: linear-gradient(230deg, rgb(23 23 23) 0%, rgb(18 18 18) 50%, rgb(66 46 4) 100%);
transition: 1s;
 box-shadow: 0px 0px 34px 0px #000000 inset;
}
.gold-border
 {
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #121213, #e8cb74, #131314) 1;
}
section.port-folio-right .port-content-box h3 {color: #e8cb74 !important;
}

.shine-text{color: #fff;font-size: 1.1em;}
.shine{  
    font-size: 2.5em;
    background: linear-gradient(to right, #e5c870 0, white 10%, #c59534 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 3s linear infinite;}
@keyframes  animate {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 470px;
  }
  100% {
    background-position: 470px;
  }
}
/*end portfolio*/

.logo-shine {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.logo-shine img {
  display: block;
  overflow: hidden;
  
}

/* Shine Effect */
.logo-shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgb(232 203 116 / 8%), rgb(195 148 51 / 8%), transparent);
  transform: skewX(-20deg);
  animation: goldShine 2.5s infinite;
      box-shadow: 0px 0px 5px #e9cf7812
}

@keyframes goldShine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}


.car_card {
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-right: none!important;
    border-bottom: none!important;
    overflow: hidden;
    min-height: 140px;
    border: 3px solid #e1c169;
    border-style: dashed;
    box-shadow: 3px 3px 0 #1d2327;
    transition: .7s;
    animation: myAnimssone 3s ease 0s infinite normal forwards
}
.car_card:hover {
    background-color: #AC9A22;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 20px;
    border-right: none!important;
    border-bottom: none!important;
    overflow: hidden;
    min-height: 140px;
    border: 3px solid #fff;
    border-style: dashed;
    box-shadow: 3px 3px 0 #1d2327;
    transition: .3s;
    animation: myAnimsstwo 3s ease 0s infinite normal forwards
}

@keyframes myAnimsstwo {
    0% {
        border-radius: 5px 10px 0 10px
    }


    25% {
        border-radius: 10px 15px 0 15px;
        background-image: linear-gradient(to right,#d6b66000,#00000008)
    }

    0% {
        border-radius: 5px 10px 0 10px
    }
}
@keyframes myAnimssone {
    0% {
        border-radius: 5px 10px 0 10px
    }


    25% {
        border-radius: 10px 15px 0 15px;
        background-image: linear-gradient(to right,#d6b66000,#00000008)
    }

    0% {
        border-radius: 5px 10px 0 10px
    }
}
.job-card {
    background: #1e1e1e;
    color: #fff;
    border-left: 4px solid #d0a647;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.job-card:hover {
    background: linear-gradient(45deg, #343434 0%, #1e1e1e 100%);
    color: #fff;
    border-left: 4px solid #d0a647;
    box-shadow: 2px 0px 0px 0px #1e1e1e;
    border-radius: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.apply {
    background: #141414;
    position: absolute;
    right: 20px;
    top: 10px;
    border: 1px solid #f2f2f2;
    font-weight: 500;
    border-radius: 20px 20px 20px 20px;
    color: #d1d1d1;
    padding: 5px 15px;
    font-size: 14px;
    transition: .3s;
    z-index: 999;
    overflow: hidden;
}
.apply:hover {
    background: #141414;
    position: absolute;
    right: 20px;
    top: 11px;
    border: 1px solid #AC9A22;
    font-weight: 500;
    border-radius: 20px 20px 20px 20px;
    color: #AC9A22;
    padding: 5px 15px;
    font-size: 14px;
    transition: .3s;
    z-index: 999;
    overflow: hidden;
}
.apply i.fa.fa-paper-plane{
    display: inline-block;
    will-change: transform, opacity;
}

.apply:hover i.fa.fa-paper-plane{
    animation: smoothRocket .3s cubic-bezier(.45,0,.2,1) forwards;
}

@keyframes smoothRocket {
    0% {
        transform: translate(0,0) rotate(0deg) scale(1);
        opacity: 1;
    }

    20% {
        transform: translate(10px,-25px) rotate(15deg) scale(1.05);
    }

    25% {
        transform: translate(10px,-25px) rotate(15deg) scale(1.05);
    }

    40% {
        transform: translate(40px,-90px) rotate(45deg) scale(1.15);
        opacity: 1;
    }

    60% {
        transform: translate(140px,-200px) rotate(65deg) scale(1.25);
        opacity: 0.6;
    }

    75% {
        transform: translate(-160px,220px) rotate(-140deg) scale(0.7);
        opacity: 0;
    }

    90% {
        transform: translate(-40px,40px) rotate(-40deg) scale(0.9);
        opacity: 0.7;
    }

    100% {
        transform: translate(0,0) rotate(0deg) scale(1);
        opacity: 1;
    }
}






input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
span.saven-dot-icon {
    font-size: 60px;
    position: absolute;
    margin: -26px -33px;
    color: #989a9b;
        font-family: emoji;
}
h2.gate-text.number.gate-number.enter{color: #AC9A22;}
.logo{height: 70px;}
.big.shine{   font-size: 3.5em ;  }
.big.shine-text { color: #fff;font-size: 1.2em;}
.image-section div {
    background-size: contain !important;
    background-repeat: no-repeat;
}
.image-section{
    height: 70vh;
    min-height: 400px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 3px #000000a6 inset;
    padding: 50px 50px;
    display: grid;
    align-items: center;
    text-align: center;
}
.image-section.image-section-three{
    height: auto;
    min-height: 350px;
    box-shadow: 0px 0px 5px  #c19130;
    border: 3px solid #c19130;
    border-style: dashed;
    padding: 20px 50px;
    display: grid;
    align-items: center;
    text-align: center;border-radius: 0px 0px 30px 30px ;
    animation: dsfgg 2s ease 0s infinite normal forwards;
}@keyframes dsfgg {
    0% {border-radius: 0px 0px 30px 30px ;}
    25% {border-radius: 0px 0px 30px 30px ;}
    50% {border-radius: 0px 0px 30px 30px ;}
    25% {border-radius:  0px 0px 10px 10px ;transform: translateY(2px);}
    0% {border-radius: 0px 0px 30px 30px ;}
}
.waba-content-box {
    display: flex; height: auto;
    align-items: center;min-height: 70vh;}

.wp-bg-box-left
 {
  
    padding: 35px 25px;
        box-shadow: 0px 0px 10px 2px #0000003d;
}
.wp-bg-box-magic{
    background: #0000000f;
    padding: 35px 0px;
    box-shadow: 0px 0px 10px 2px #0000003d inset;}


.waba-whatsup-title {text-shadow: 1px 1px 1px rgb(0 0 0), 0 0 5px rgba(255, 255, 255, 0.5); color: #c19130;}

.water-text {
  position: relative;
  font-weight: 800;
  color: ##c19130;
  display: inline-block;
  overflow: hidden;
}

/* water shine layer */
.water-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.5) 40%,
    rgba(255,255,255,0.9) 50%,
    rgba(255,255,255,0.5) 60%,
    rgba(255,255,255,0) 100%
  );
  animation: waterFlow 3s infinite linear;
}

@keyframes waterFlow {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* optional liquid ripple feel */
.water-text {
  animation: wave 4s ease-in-out infinite;
}

@keyframes wave {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(2px); }
}
















/*pc end all other remain*/

/*end hero secion*/
@media  only screen and (max-width: 767px){
    .hero-section .row > div:nth-child(1) h5 {
  border-right: 1px solid #111111;
}
.hero-section .row > div:nth-child(2) h5 {
  border-right: 1px solid #111111;
}
.hero-section .row > div:nth-child(3) h5 {
  border-right: 1px solid #111111;
}
    span.saven-dot-icon {font-size: 25px;display: none;}
.testimonial-inner-box {background: #edf2f1ba;padding: 15px 15px;transition: .3s;}
.mobile-in-hide{display: none;}
h5.hero-sec-point {
    font-size: 14px;
    display: flex;
    transition: .3s;
}

.marquee-inner span {
    font-size: 32px;
    font-weight: 600;
    min-height: 44px;
    color: #fff;
    padding-right: 50px;
    text-shadow: 1px 1px 0 #111;
    -webkit-text-stroke: 2px #AC9A22;
}
ul.list-unstyle-number {
    padding: 0px 0px 0px 50px;}
ul.list-unstyle-number .nav_link.active li h4{font-size: 28px;min-height: 35px;transition: .3s;}
ul.list-unstyle-number .nav_link li h4{font-size: 24px;min-height: 35px;transition: .3s;}

}/*Mobile media end*/


@media (min-width: 768px) and (max-width: 991px)
{
.slider-left{ bottom: 100px;}
ul.list-unstyle-number .nav_link.active li h4 {
    color: #AC9A22;
    font-size: 24px;
    min-height: 30px;
    transition: .3s;
}
ul.list-unstyle-number .nav_link li h4 {
    font-size: 22px;
    transition: .3s;
    color: #000;
    min-height: 30px;
}
.hero-section .carousel-item {height: 55vh;transition: .3s;}
.hero-section {height: 60vh;transition: .3s;}

}/*end mid tab*/



/*big tab*/
@media (min-width: 992px) and (max-width: 1200px)
{
ul.navbar-nav li a.nav-link {font-size: 11px;transition: .3s;}
.btn-gold {font-size: 12px;transition: .3s;}
.btn-gold:hover {border: 1px solid #AC9A22;color: #AC9A22;transition: .3s;font-weight: 600;font-size: 12px;}
.why-choose-box p {font-size: 13px;transition: .3s;}
.why-choose-box:hover p {font-size: 13px;transition: .3s;}


}/*end big tab*/


/*Leptop*/
@media (min-width: 1201px) and (max-width: 1400px)
{
ul.navbar-nav li a.nav-link {font-size: 14px;transition: .3s;}
.btn-gold {font-size: 14px;transition: .3s;}
.btn-gold:hover {border: 1px solid #AC9A22;color: #AC9A22;transition: .3s;font-weight: 600;font-size: 14px;}
.rotate{top: -3vh;margin-left:-10em;transition: .6s;height: 400px;width: 400px;}
.hero-section{height: 71vh;}
.hero-section .carousel-item{height: 71vh;}
.hero-content {font-size: 16px;transition: .5s;}
.why-choose-box p {font-size: 13px;transition: .3s;}
.why-choose-box:hover p {font-size: 13px;transition: .3s;}
}/*leptop mid*/

/*PC*/
@media (min-width: 1401px) and (max-width: 1600px)
{
ul.navbar-nav li a.nav-link {font-size: 16px;transition: .3s;}
.btn-gold {font-size: 16px;transition: .3s;}
.btn-gold:hover {border: 1px solid #AC9A22;color: #AC9A22;transition: .3s;font-weight: 600;font-size: 16px;}

}/*PC mid*/


/*mobile sidebar toggle only*/
  @media (max-width: 991px) {
  #mainNavbar {
    position: fixed;
    top: 92px;
    left: 0;
    padding: 0px 22px;
    height: 100vh;
    width: 85%;              
    max-width: 85%;
    background: #111111;        
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
    z-index: 1050;
    padding-top: 10px;      
  }

  #navToggle:checked ~ #mainNavbar { transform: translateX(0); opacity: 1; border-right: 1px solid #c5c5c530;}
 .navbar-toggler {border: none;z-index: 1100;}
  }
  /*toggle end*/