/* Template Name: Landrick - Saas & Software Landing Page Template
   Author: Themesbrand
   E-mail: themesbrand@gmail.com
   Version: 2.6
   Updated: November 2020
   File Description: Main Css file of the template
*/
/*********************************/
/*         INDEX                 */
/*================================
 *     01.  Variables            *
 *     02.  Bootstrap Custom     *
 *     03.  Components           *
 *     04.  General              *
 *     05.  Helper               *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  Features / Services  *
 *     09.  Testimonial          *
 *     10.  Price                *
 *     11.  C.T.A                *
 *     12.  Blog / Careers / Job *
 *     13.  Work / Projects      *
 *     14.  Team                 *
 *     15.  User Pages           *
 *     16.  Countdown            *
 *     17.  Contact              *
 *     18.  Footer               *
 ================================*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');



 .avatar.avatar-md {
   height: 85px;
   width: 85px;
 }
 
 
 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

 
 h1 {
   font-size: 42px !important;
 }
 
 h2 {
   font-size: 36px !important;
 }
 
 h3 {
   font-size: 30px !important;
 }
 
 h4 {
   font-size: 24px !important;
 }
 
 h5 {
   font-size: 20px !important;
 }
 
 h6 {
   font-size: 16px !important;
 }
 
 .display-1 {
   font-size: 80px !important;
 }
 
 .display-2 {
   font-size: 72px !important;
 }
 
 .display-3 {
   font-size: 64px !important;
 }
 
 .display-4 {
   font-size: 56px !important;
 }
  

.title-2 { font-size: 22px !important;}



.pb-10 {
  padding-bottom: 5px;
}
 .bg-primary {

background: #4e4e4e !important;
background: linear-gradient(135deg, #343a40, #c1bfb8) !important;

 }
 .bg-primary2 {

  background: #EA2535 !important;
  background: linear-gradient(135deg, #EA2535, #FEF99F) !important;
   }
 .bg-primary4 {

               background: linear-gradient(90deg, #ff6b6b, #4ecdc4);

 }
.uppercase {
      text-transform: uppercase;
}
.media i {
    font-size: 40px;
}



#app {
  position: relative;
  min-height: 100vh;
}

/* Karukaj Digital এর জন্য কমন স্টাইলস */
.kd-text-effect {
  font-family: 'Syne', sans-serif;
  background: linear-gradient(90deg, #c1bfb8, #f1f1f1, #c1bfb8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 3s linear infinite;
}

@keyframes textShine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes shadowPulse {
  0%, 100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  50% {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 
                 0 0 25px rgba(255, 255, 255, 0.6);
  }
}









/* Karukaj Digital Painbow Link Design */
.rainbowlink:hover {
  background: linear-gradient(90deg, #096aa3, #ffe600, #ca0d2c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 3s linear infinite;
}

@keyframes textShine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes shadowPulse {
  0%, 100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  50% {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 
                 0 0 25px rgba(255, 255, 255, 0.6);
  }
}



        /* buy-button Rainbow effect */
        .rainbowlink2 {
            position: relative;
            z-index: 1;
        }
            .rainbowlink2 i {
              padding-right: 5px;
            }
        
        .rainbowlink2 span {
            position: relative;
            z-index: 2;
        }
        
        .rainbowlink2::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.3s ease;
            animation: textShine 3s linear infinite;
            border-radius: inherit;
            z-index: 1;
        }
        
        .rainbowlink2:hover {
            background: transparent !important;
        }
        
        .rainbowlink2:hover::before {
            opacity: 1;
        }
        
        .rainbowlink2:hover span {
            background: linear-gradient(90deg, #096aa3, #ffe600, #ca0d2c);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: 200% auto;
            animation: textShine 3s linear infinite;
        }
        
        @keyframes textShine {
            0% { background-position: 0% 50%; }
            100% { background-position: 200% 50%; }
        }














 .bg-soft-primary {
   background-color: #c1bfb8 !important;
   border: 1px solid rgba(70, 72, 77, 0.1) !important;
   color: #ffbe57 !important;
 }
 
 .text-primary {
   color: #00a292 !important;
 }
 .text-yellow {
   color: #F6BA24;
 }
 .div-center {
margin: 0 auto;

 }
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-primary:hover,
 a.text-primary:focus {
   color: #00a292 !important;
 }
 
 .bg-secondary {
   background-color: #5a6d90 !important;
 }
 
 .bg-soft-secondary {
   background-color: rgba(90, 109, 144, 0.1) !important;
   border: 1px solid rgba(90, 109, 144, 0.1) !important;
   color: #5a6d90 !important;
 }
 
 .text-secondary {
   color: #787772 !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-secondary:hover,
 a.text-secondary:focus {
   color: #506180 !important;
 }
 
 .bg-success {
   background-color: #00B67A !important;
 }
 
 .bg-soft-success {
   background-color: rgba(46, 202, 139, 0.1) !important;
   border: 1px solid rgba(46, 202, 139, 0.1) !important;
   color: #00B67A !important;
 }
 
 .text-success {
   color: #00B67A !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-success:hover,
 a.text-success:focus {
   color: #00B67A !important;
 }
 
 .bg-warning {
   background-color: #f17425 !important;
 }
 
 .bg-soft-warning {
   background-color: rgba(241, 116, 37, 0.1) !important;
   border: 1px solid rgba(241, 116, 37, 0.1) !important;
   color: #f17425 !important;
 }
 
 .text-warning {
   color: #f17425 !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-warning:hover,
 a.text-warning:focus {
   color: #ed650f !important;
 }
 
 .bg-info {
   background-color: #17a2b8 !important;
 }
 
 .bg-soft-info {
   background-color: rgba(23, 162, 184, 0.1) !important;
   border: 1px solid rgba(23, 162, 184, 0.1) !important;
   color: #17a2b8 !important;
 }
 
 .text-info {
   color: #17a2b8 !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-info:hover,
 a.text-info:focus {
   color: #148ea1 !important;
 }
 
 .bg-danger {
   background-color: #FC5185 !important;
 }
 
 .bg-soft-danger {
   background-color: rgba(228, 63, 82, 0.1) !important;
   border: 1px solid rgba(228, 63, 82, 0.1) !important;
   color: #FC5185 !important;
 }
 
 .text-danger {
   color: #FC5185 !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-danger:hover,
 a.text-danger:focus {
   color: #FC5185 !important;
 }
 
 .bg-dark {
   background-color: #3c4858 !important;
 }
 
 .bg-soft-dark {
   background-color: rgba(60, 72, 88, 0.1) !important;
   border: 1px solid rgba(60, 72, 88, 0.1) !important;
   color: #3c4858 !important;
 }
 
 .text-dark {
   color: #3c4858 !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-dark:hover,
 a.text-dark:focus {
   color: #323c49 !important;
 }
 
 .bg-muted {
   background-color: #8492a6 !important;
 }
 
 .bg-soft-muted {
   background-color: rgba(132, 146, 166, 0.1) !important;
   border: 1px solid rgba(132, 146, 166, 0.1) !important;
   color: #87857f !important;
 }
 
 .text-muted {
   color: #dcdbd8 !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-muted:hover,
 a.text-muted:focus {
   color: #87857f !important;
 }
 
 .bg1 {
   background-color: #dcdbd8 !important;
 }
  .bg2 {
   background-color: #c1bfb8 !important;
 } 
 .bg3 {
   background-color: #87857f !important;
 } 
 .bg4 {
   background-color: #4e4e4e !important;
 }
    .bg5 {
   background-color: #1d1d1d !important;
 }
  .bg6 {
   background-color: #343a40 !important;
 }

 .bg-soft-light {
   background-color: rgba(248, 249, 252, 0.1) !important;
   border: 1px solid rgba(248, 249, 252, 0.1) !important;
   color: #f8f9fc !important;
 }
 
 .text-light {
   color: #EEE;
 }
 .list-unstyled i {
 font-size: large;
 }
 
 .text-dim {
 color:#c1bfb8;
 }


 .text-black {
   color:#212529;
 }
 




/* Global CSS এ যোগ করুন */
#legal-page ~ .karukaj-heart-button-container,
#legal-page ~ .karukaj-slide-container,
#legal-page .karukaj-heart-button-container,
#legal-page .karukaj-slide-container {
    display: none !important;
}

/* অথবা সরাসরি body থেকে */
body:has(#legal-page) .karukaj-heart-button-container,
body:has(#legal-page) .karukaj-slide-container {
    display: none !important;
}

/* অথবা সরাসরি body থেকে */
body:has(#legal-page) .KarukajWelcome-content,
body:has(#legal-page) .KarukajWelcome {
    display: none !important;
}
/* অথবা সরাসরি body থেকে */
body:has(#legal-page) #topnav,
body:has(#legal-page) .topnav {
    display: none !important;
}
/* অথবা সরাসরি body থেকে */
body:has(#legal-page) .kd-space-background,
body:has(#legal-page) .tawk-min-container {
    display: none !important;
}
/* অথবা সরাসরি body থেকে */
body:has(#legal-page) .kd-popup-overlay,
body:has(#legal-page) .kd-main-popup {
    display: none !important;
}
/* অথবা সরাসরি body থেকে */
body:has(#legal-page) .tawk-chat-container,
body:has(#legal-page) .status-indicator {
    display: none !important;
}


.order-2 {
  padding-right: 40px !important;
}



 .mb-60 {
  margin-bottom:60px !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-light:hover,
 a.text-light:focus {
   color: #e6eaf4 !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }

 .bg-footer {
   background-color: #2d2d2d !important;
 }
 
 .bg-soft-footer {
   background-color: rgba(32, 41, 66, 0.1) !important;
   border: 1px solid rgba(32, 41, 66, 0.1) !important;
   color: #202942 !important;
 }
 
 .text-footer {
   color: #202942 !important;
 }
 
 a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 a.text-footer:hover,
 a.text-footer:focus {
   color: #181e30 !important;
 }
 
 .bg-black {
   background: #161c2d !important;
 }
 
 .list-inline-item:not(:last-child) {
   margin-right: 0px;
   margin-bottom: 5px;
 }
 
 .rounded {
   border-radius: 6px !important;
 }
 
 .rounded-top {
   border-top-left-radius: 6px !important;
   border-top-right-radius: 6px !important;
 }
 
 .rounded-left {
   border-top-left-radius: 6px !important;
   border-bottom-left-radius: 6px !important;
 }
 
 .rounded-bottom {
   border-bottom-left-radius: 6px !important;
   border-bottom-right-radius: 6px !important;
 }
 
 .rounded-right {
   border-top-right-radius: 6px !important;
   border-bottom-right-radius: 6px !important;
 }
 
 .rounded-md {
   border-radius: 10px !important;
 }
 
 .rounded-lg {
   border-radius: 30px !important;
 }
 
 .border {
   border: 1px solid #e9ecef !important;
 }
 
 .border-top {
   border-top: 1px solid #e9ecef !important;
 }
 
 .border-bottom {
   border-bottom: 1px solid #e9ecef !important;
 }
 .border-bottom2 {
  border-bottom: 3px solid #934EFD !important;
}
.border-bottom2 {
  margin-bottom: -60px;
}
 .border-left {
   border-left: 1px solid #e9ecef !important;
 }
 
 .border-right {
   border-right: 1px solid #e9ecef !important;
 }
 
 .small,
 small {
   font-size: 90%;
 }
 .card {z-index:9;}

 .card .card-body {
   padding: 1.5rem;
 }
 
 .component-wrapper .title {
   font-size: 24px;
 }
 
 .component-wrapper.sticky-bar li {
   margin-bottom: 6px;
 }
 
 .component-wrapper.sticky-bar li:last-child {
   margin-bottom: 0px !important;
 }
 
 .component-wrapper.sticky-bar li a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .component-wrapper.sticky-bar li a:hover,
 .component-wrapper.sticky-bar li a:focus {
   color: #3829EF !important;
 }
 
/* ===== INTERACTIVE TExt color ===== */

        .rainbow-text {
            display: inline-block;
            color: #e6e6e6;
            transition: all 0.3s ease;
            cursor: default;
            padding: 2px 4px;
            border-radius: 4px;
            position: relative;
        }
        
        .rainbow-text::before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(
                90deg,
                #ff3366, #ff9933, #ffcc00, #33cc33, 
                #3399ff, #9966ff, #ff3366
            );
            background-size: 400% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            opacity: 0;
            transition: opacity 0.3s ease;
            animation: rainbowMove 1.5s linear infinite;
        }
        
        .rainbow-text:hover::before {
            opacity: 1;
        }
        
        @keyframes rainbowMove {
            0% { background-position: 0% 50%; }
            100% { background-position: 100% 50%; }
        }



 /* ################## START MY BUTTON DESIGN ##################  */

.kb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: 1px solid;
  outline: none;
  text-align: center;
  min-width: 200px;
}

/* Button Active State */
.kb-btn:active {
  transform: translateY(4px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
    /* Cyan Button */
        .kb-btn-cyan {
            background: linear-gradient(90deg, #009999 0%, #0fcece 45%, #CDDC39 100%);
            border-color: #009999;
            color: #fff !important;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4), 0 3px 6px rgba(0, 153, 153, 0.3);
        }

        .kb-btn-cyan:hover {
            background: linear-gradient(90deg, #00b3b3 0%, #1ae6e6 45%, #d9e84a 100%);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(0, 153, 153, 0.4);
            transform: translateY(-2px);
        }



  /* Blue Button */
.kb-btn-blue {
            background: linear-gradient(90deg, #03c91d 0%, #009999 45%, #488fd6 100%);
            border-color: #009999;
            color: #000 !important;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4), 0 3px 6px rgba(51, 102, 153, 0.3);
        }

 .kb-btn-blue:hover {
            background: linear-gradient(90deg, #b0e61a 0%, #00b37d 45%, #32b8e0 100%);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(51, 102, 153, 0.4);
            transform: translateY(-2px);
        }

/* Gold Button */
.kb-btn-gold {
  background: linear-gradient(90deg, #f6e27a 0%, #ffb164 45%, #ff8661 100%);
  border-color: #ffb164;
  color: #000 !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4), 0 3px 6px rgba(235, 220, 19, 0.3);
}

.kb-btn-gold:hover {
  background: linear-gradient(90deg, #ffd92e 0%, #ff9587 45%, #ff5e81 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(235, 220, 19, 0.4);
  transform: translateY(-2px);
}


/* Silver Button */
.kb-btn-silver {
  background: linear-gradient(90deg, #fefefe 0%, #d5d5d5 45%, #9f9f9f 100%);
  border-color: #d5d5d5;
  color: #000 !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4), 0 3px 6px rgba(159, 159, 159, 0.3);
}

.kb-btn-silver:hover {
  background: linear-gradient(90deg, #fff 0%, #c5c5c5 45%, #8f8f8f 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(159, 159, 159, 0.4);
  transform: translateY(-2px);
}


/* Goldrose Button */
.kb-btn-goldrose {
  background: linear-gradient(90deg, #d5a77c 0%, #efbf8f 45%, #7c5231 100%);
  border-color: #d5a77c;
  color: #000 !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4), 0 3px 6px rgba(213, 167, 124, 0.3);
}

.kb-btn-goldrose:hover {
  background: linear-gradient(90deg, #f6e27a 0%, #efbf8f 45%, #cb9b51 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(213, 167, 124, 0.4);
  transform: translateY(-2px);
}



/* Shine Effects */
.kb-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.3), 
    rgba(255, 255, 255, 0.5), 
    rgba(255, 255, 255, 0.3), 
    transparent);
  transition: left 0.8s ease;
}

.kb-btn:hover::before {
  left: 100%;
}

.kb-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.2), 
    rgba(255, 255, 255, 0.3), 
    rgba(255, 255, 255, 0.2), 
    transparent);
  animation: kbShine 3s infinite;
}

@keyframes kbShine {
  0% { left: -100%; }
  50% { left: -100%; }
  100% { left: 100%; }
}

/* Icon Animation */
.kb-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

.kb-btn:hover i:first-of-type {
  transform: translateX(-3px) scale(1.1);
}

.kb-btn:hover i:last-of-type {
  transform: translateX(3px) scale(1.1);
}

.kb-btn-text {
  position: relative;
  z-index: 2;
}

/* Button Groups */
.kb-btn-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

.kb-btn-group-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.kb-btn-group-horizontal .kb-btn {
  flex: 1;
  min-width: 180px;
}

/* Button Sizes */
.kb-btn-sm {
  padding: 10px 20px;
  font-size: 14px;
  min-width: 150px;
}

.kb-btn-lg {
  padding: 18px 32px;
  font-size: 18px;
  min-width: 250px;
}

.kb-btn-full {
  width: 100%;
  min-width: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .kb-btn {
    font-size: 15px;
    padding: 12px 24px;
    min-width: 180px;
  }
  
  .kb-btn-group-horizontal {
    flex-direction: column;
  }
  
  .kb-btn-group-horizontal .kb-btn {
    min-width: auto;
  }
}


/* =====##### KD ORIGINAL GREEN GOLD BUTTON ######===== */

/* ===== KD CUSTOM GREEN BUTTON (CORRECTED) ===== */
.kb-btn-kd-green {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
  min-width: 150px;
  height: 42px;
  text-transform: uppercase;
  /* Green Gradient Background - CORRECTED */
  background: radial-gradient(ellipse farthest-corner at right bottom, #0a7777 0%, #0a7777 8%, #009999 30%, #009999 40%, transparent 80%),
              radial-gradient(ellipse farthest-corner at left top, #0a7777 0%, #0a7777 8%, #0a7777 25%, #009999 62.5%, #009999 100%);
  
  /* Borders - CORRECTED */
  border-top: 1px solid #009999;
  border-left: 1px solid #009999;
  border-bottom: 1px solid #0a7777;
  border-right: 1px solid #0a7777;
  
  /* Shadow with green color - CORRECTED */
  box-shadow: 0 6px 15px rgba(61, 61, 61, 0.397), 5px 5px 8px rgba(0, 0, 0, 0.5);
  
  /* Text */
  color: rgba(255, 255, 255, 0.95) !important;
  font-family: "Roboto Mono", monospace;
  text-align: center;
  
  /* Transition */
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover Effect - CORRECTED */
.kb-btn-kd-green:hover {
  border-bottom: 1px solid #009999;
  border-right: 1px solid #009999;
  border-top: 1px solid #0a7777;
  border-left: 1px solid #0a7777;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 2px 2px 8px rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
  color: rgba(255, 255, 255, 1) !important;
}

/* Active/Press Effect - CORRECTED */
.kb-btn-kd-green:active {
  transform: translateY(2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 2px 2px 4px rgba(40, 167, 69, 0.4);
}

/* Shine Animation */
.kb-btn-kd-green::after {
  content: "";
  position: absolute;
  top: -100%;
  right: -100%;
  width: 50%;
  height: 300%;
  opacity: 0;
  transform: rotate(30deg);
  background: linear-gradient(to right, 
    rgba(255, 255, 255, 0.15) 0%,  
    rgba(255, 255, 255, 0.5) 75%, 
    rgba(255, 255, 255, 0.0) 100%);
  animation: kdShineGreen 3s infinite;
  z-index: 1;
}

@keyframes kdShineGreen {
  to {
    opacity: 1;
    right: 150%;
  }
}

/* Icon Styles */
.kb-btn-kd-green i {
  font-size: 16px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.95);
}

.kb-btn-kd-green:hover i:first-of-type {
  transform: translateX(-3px) scale(1.1);
}

.kb-btn-kd-green:hover i:last-of-type {
  transform: translateX(3px) scale(1.1);
}

.kb-btn-kd-green .kb-btn-text {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.95);
}

/* Different Sizes */
.kb-btn-kd-green.kb-btn-sm {
  padding: 14px 20px;
  font-size: 14px;
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  min-width: 130px;
  letter-spacing: 2px;
  height: 42px;
}

.kb-btn-kd-green.kb-btn-lg {
  padding: 16px 32px;
  font-size: 18px;
  min-width: 180px;
  height: 52px;
}

.kb-btn-kd-green.kb-btn-full {
  width: 100%;
  min-width: auto;
}
/* ################## Custom Button Styles ##################  */



/* Custom Button Styles for Get Started Button */
.likkho-btn-container i {
    font-size: 18px;
}
.likkho-btn-container {
    position: relative;
    width: 250px; /* Reduced from 250px */
    height: 43px; /* Reduced from 50px */
    margin: 17px auto; /* Added 10px top margin */
    display: flex;
    justify-content: center;
    align-items: center;
}

.likkho-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px; /* Reduced from 10px */
    letter-spacing: 1px;
    text-decoration: none;
         color: #000;
 font-family: "Roboto", sans-serif;

    overflow: hidden;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    gap: 6px; /* Reduced from 8px */
    font-size: 0.9em; /* Slightly smaller text */
}

.likkho-btn-night .nav-sticky {
     color: #FFF;
}
.likkho-btn-light a {
     color: #FFF;
}


.likkho-btn:hover {
    letter-spacing: 2px; /* Reduced from 3px */
    color: #fff;
}

/* Press effect - when button is clicked */
.likkho-btn:active {
    transform: translateY(2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.likkho-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
}

.likkho-btn:hover::before {
    transform: skewX(45deg) translate(200px);
}

/* Bottom Line - Adjusted for smaller button */
.likkho-btn-container::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px; /* Adjusted from -5px */
    width: 25px; /* Reduced from 30px */
    height: 2px; /* Reduced from 3px */
    background: #0a7777;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5s;
    box-shadow: 0 0 8px #0a7777be, 0 0 16px #0a777759, 0 0 24px #0a77772d; /* Reduced glow */
}

.likkho-btn-container:hover::before {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 3px;
    transition-delay: 0s;
}

/* Top Line - Adjusted for smaller button */
.likkho-btn-container::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4px; /* Adjusted from -5px */
    width: 50px; /* Reduced from 40px */
    height: 2px; /* Reduced from 2px (kept same) */
    background: rgb(40, 167, 69);
    border-radius: 5px;
    transition: 0.5s;
    transition-delay: 0.5s;
    box-shadow: 0 0 8px #32a106d3, 0 0 16px #32a1068e, 0 0 24px #32a1063a; /* Reduced glow */
}

.likkho-btn-container:hover::after {
    top: 0;
    height: 50%;
    width: 80%;
    border-radius: 3px;
    transition-delay: 0s;
}

/* Glow effect enhancement */
.likkho-btn-container:hover .likkho-btn {
    box-shadow: 0 12px 25px rgba(181, 143, 82, 0.3); /* Reduced shadow */
}

/* Icon styling - Adjusted for smaller button */
.likkho-btn i {
    transition: transform 0.3s ease;
    padding-left: 5px; /* Smaller icons */
}

/* Small animation for the play icon on hover */
.likkho-btn-container:hover .likkho-btn i.mdi-play {
    transform: translateX(2px); /* Reduced from 3px */
}

/* Small animation for the briefcase icon on hover */
.likkho-btn-container:hover .likkho-btn i.mdi-briefcase {
    transform: translateY(-1px); /* Reduced from 2px */
}


/* Custom Button Styles for Get Started Button */




 /*-----Custom ScrollBar---*/
 ::-webkit-scrollbar{width:0px; height:3px}
 ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0.1);background:#3d3d3d;}
 ::-webkit-scrollbar-thumb{background: #000;-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0.1)}
 ::-webkit-scrollbar-thumb:window-inactive{background:rgba(43,22,22,0.8)}
 /*-----Custom ScrollBar---*/




/* ################## Custom Button Styles ##################  */

.only-mobile {
  display: none;
}

/* শুধু মোবাইল ডিভাইসে দেখানো */
@media only screen and (max-width: 768px) {
  .only-mobile {
    display: block; /* অথবা inline-block, flex - আপনার লেআউট অনুযায়ী */
  }
}


.small-text {font-size: 15px;}
.small-text2 {font-size: 12px;}

/* ################## fix badge-hire button ##################  */

.mr-50 {margin-right: 120px;}
.width-300 { width: 272px; }
.small-text2 i  {font-size: 16px;}
 .badge-hire {
    background-color: #fff000;
    color: #000;
}
@media (max-width: 768px) {
  .mr-50 {
 margin-top: 0px !important;
  }
}


.width-100 {
  width:100%;
}
.letter-spacing2 { letter-spacing: 2px;}


.round-shadoww {
box-shadow: 0 6px 15px rgb(0 0 0 / 30%), 5px 5px 8px rgb(0 0 0 / 18%);
    border-radius: 50%;
}




/* ################## KD TITLE DESIGN ##################  */





        /* ################## KD TITLE DESIGN ##################  */
        .kd-responsive-text {
            font-size: clamp(2.2rem, 2vw, 3rem);
            line-height: 0.9;
            text-align: left;
            padding-bottom: 10px;
            padding-top: 20px;
            text-shadow: 3px 5px 4px rgba(0,0,0,0.8);
        }
        
        .kd-responsive-text .title-karukaj {
            color: transparent;
            background: linear-gradient(90deg, #e9e9e9 0%, #d5d5d5 45%, #9f9f9f 100%);
            -webkit-background-clip: text;
            font-family: "Syne", sans-serif;
            font-weight: 500;
            background-clip: text;
            position: relative;
            display: inline-block;
        }
        
        .kd-responsive-text .title-digital {
            color: transparent;
                background: linear-gradient(90deg, #00ffdd 0%, #009999 40%, #0058cc 100%);
            -webkit-background-clip: text;
            background-clip: text;
            letter-spacing: -2px;
            font-family: "Syne", sans-serif;
            font-weight: 500;
            position: relative;
            display: inline-block;
        }
        
        /* Enhanced animations for the title */
        .kd-responsive-text .title-karukaj::before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(
                90deg,
                #a0a0a0, #d0d0d0, #ffffff, #e8e8e8,
                #c0c0c0, #f8f8f8, #a0a0a0
            );
            background-size: 300% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            opacity: 1;
            animation: kdAnimatedSilverShine 2s linear infinite;
            text-shadow: 3px 5px 4px rgba(0,0,0,0.8);
        }
        
        .kd-responsive-text .title-digital::before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
    background: linear-gradient(90deg, #00ffdd 0%, #009999 70%, #3f92ff 100%);
            background-size: 400% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            opacity: 1;
            animation: kdGoldShine 3s linear infinite;
            text-shadow: 3px 5px 4px rgba(0,0,0,0.8);
        }
        
        /* Animation keyframes */
        @keyframes kdGoldShine {
            0% { background-position: 0% 50%; }
            100% { background-position: 100% 50%; }
        }
        
        @keyframes kdAnimatedSilverShine {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }


/* ################## END TITLE DESIGN ##################  */


        
 /*Sky with star after Cover Image*/


.skystar{background:#1d1d1d;
  
  background-size:cover;height:350px;width:100%;position:relative;top:0;left:0;z-index:-3}
  .bg:before{content:'';width:100%;height:350px;background:#000;position:relative;z-index:-1;top:0;left:0;opacity:.3}
  @keyframes sf-fly-by-1{from{transform:translateZ(-600px);opacity:.5}to{transform:translateZ(0);opacity:.5}}
  @keyframes sf-fly-by-2{from{transform:translateZ(-1200px);opacity:.5}to{transform:translateZ(-600px);opacity:.5}}
  @keyframes sf-fly-by-3{from{transform:translateZ(-1800px);opacity:.5}to{transform:translateZ(-1200px);opacity:.5}}
  
  .star-field{position:fixed;top:0;left:0;width:100%;height:350px;perspective:600px;-webkit-perspective:600px;z-index:-1}
  .star-field .layer{box-shadow:-411px -476px #cccccc,777px -407px #d4d4d4,-387px -477px #fcfcfc,-91px -235px #d4d4d4,491px -460px #f7f7f7,892px -128px #f7f7f7,758px -277px #ededed,596px 378px #cccccc,647px 423px whitesmoke,183px 389px #c7c7c7,524px -237px #f0f0f0,679px -535px #e3e3e3,158px 399px #ededed,157px 249px #ededed,81px -450px #ebebeb,719px -360px #c2c2c2,-499px 473px #e8e8e8,-158px -349px #d4d4d4,870px -134px #cfcfcf,446px 404px #c2c2c2,440px 490px #d4d4d4,414px 507px #e6e6e6,-12px 246px #fcfcfc,-384px 369px #e3e3e3,641px -413px #fcfcfc,822px 516px #dbdbdb,449px 132px #c2c2c2,727px 146px #f7f7f7,-315px -488px #e6e6e6,952px -70px #e3e3e3,-869px -29px #dbdbdb,502px 80px #dedede,764px 342px #e0e0e0,-150px -380px #dbdbdb,654px -426px #e3e3e3,-325px -263px #c2c2c2,755px -447px #c7c7c7,729px -177px #c2c2c2,-682px -391px #e6e6e6,554px -176px #ededed,-85px -428px #d9d9d9,714px 55px #e8e8e8,359px -285px #cfcfcf,-362px -508px #dedede,468px -265px #fcfcfc,74px -500px #c7c7c7,-514px 383px #dbdbdb,730px -92px #cfcfcf,-112px 287px #c9c9c9,-853px 79px #d6d6d6,828px 475px #d6d6d6,-681px 13px #fafafa,-176px 209px #f0f0f0,758px 457px #fafafa,-383px -454px #ededed,813px 179px #d1d1d1,608px 98px whitesmoke,-860px -65px #c4c4c4,-572px 272px #f7f7f7,459px 533px #fcfcfc,624px -481px #e6e6e6,790px 477px #dedede,731px -403px #ededed,70px -534px #cccccc,-23px 510px #cfcfcf,-652px -237px whitesmoke,-690px 367px #d1d1d1,810px 536px #d1d1d1,774px 293px #c9c9c9,-362px 97px #c2c2c2,563px 47px #dedede,313px 475px #e0e0e0,839px -491px #e3e3e3,-217px 377px #d4d4d4,-581px 239px #c2c2c2,-857px 72px #cccccc,-23px 340px #dedede,-837px 246px white,170px -502px #cfcfcf,822px -443px #e0e0e0,795px 497px #e0e0e0,-814px -337px #cfcfcf,206px -339px #f2f2f2,-779px 108px #e6e6e6,808px 2px #d4d4d4,665px 41px #d4d4d4,-564px 64px #cccccc,-380px 74px #cfcfcf,-369px -60px #f7f7f7,47px -495px #e3e3e3,-383px 368px #f7f7f7,419px 288px #d1d1d1,-598px -50px #c2c2c2,-833px 187px #c4c4c4,378px 325px whitesmoke,-703px 375px #d6d6d6,392px 520px #d9d9d9,-492px -60px #c4c4c4,759px 288px #ebebeb,98px -412px #c4c4c4,-911px -277px #c9c9c9;transform-style:preserve-3d;position:absolute;top:50%;left:50%;height:4px;width:4px;border-radius:2px}.star-field .layer:nth-child(1){animation:sf-fly-by-1 5s linear infinite}
  .star-field .layer:nth-child(2){animation:sf-fly-by-2 5s linear infinite}
  .star-field .layer:nth-child(3){animation:sf-fly-by-3 5s linear infinite}

 /*Sky with star after Cover Image*/









 
/* ===== GOLDEN TEXT EFFECT ===== */
/* ===== VISIBLE GOLDEN TEXT EFFECT ===== */
/* ===== KD TEXT GOLD EFFECT ===== */
/* ===== KD TEXT GOLD EFFECT ===== */
.kdtext-gold {
    display: inline-block;
    color: #b8860b;
    transition: all 0.3s ease;
    cursor: default;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    background: transparent;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.kdtext-gold::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        #ffd700, #ffcc00, #ffd700, #ffed4e,
        #ffd700, #ffcc00, #ffd700
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: kdGoldShine 3s linear infinite;
}

.kdtext-gold:hover::before {
    opacity: 1;
}

/* Always shine version */
.kdtext-gold.always-shine {
    background-image: linear-gradient(
        90deg,
        #b8860b, #daa520, #b8860b, #ffd700,
        #b8860b, #daa520, #b8860b
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: kdGoldShine 4s linear infinite;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* ===== KD TEXT ROSEGOLD EFFECT ===== */
.kdtext-rosegold {
    display: inline-block;
    color: #b76e79;
    transition: all 0.3s ease;
    cursor: default;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    background: transparent;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.kdtext-rosegold::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        #e8b4a5, #ffd1c7, #e8b4a5, #e8a897,
        #e8b4a5, #ffd1c7, #e8b4a5
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: kdRosegoldShine 3s linear infinite;
}

.kdtext-rosegold:hover::before {
    opacity: 1;
}

/* Always shine version */
.kdtext-rosegold.always-shine {
    background-image: linear-gradient(
        90deg,
        #b76e79, #d4a096, #b76e79, #e8b4a5,
        #b76e79, #d4a096, #b76e79
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: kdRosegoldShine 4s linear infinite;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* ===== KD TEXT SILVER EFFECT ===== */
.kdtext-silver {
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease;
    cursor: default;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    background: transparent;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.kdtext-silver::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        #c0c0c0, #e0e0e0, #c0c0c0, #f0f0f0,
        #c0c0c0, #e0e0e0, #c0c0c0
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: kdSilverShine 3s linear infinite;
}

.kdtext-silver:hover::before {
    opacity: 1;
}

/* Always shine version */
.kdtext-silver.always-shine {
    background-image: linear-gradient(
        90deg,
        #808080, #a0a0a0, #808080, #c0c0c0,
        #808080, #a0a0a0, #808080
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: kdSilverShine 4s linear infinite;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* ===== KD TEXT ANIMATED SILVER EFFECT ===== */
.kdtext-animated-silver {
    display: inline-block;
    color: #606060;
    transition: all 0.3s ease;
    cursor: default;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    background: transparent;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.kdtext-animated-silver::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        #a0a0a0, #d0d0d0, #ffffff, #e8e8e8,
        #c0c0c0, #f8f8f8, #a0a0a0
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: kdAnimatedSilverShine 2s linear infinite;
}

.kdtext-animated-silver:hover::before {
    opacity: 1;
}

/* Always shine version with enhanced animation */
.kdtext-animated-silver.always-shine {
    background-image: linear-gradient(
        90deg,
        #808080, #c0c0c0, #ffffff, #e0e0e0,
        #a0a0a0, #f0f0f0, #808080
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: kdAnimatedSilverShine 1.5s linear infinite;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}

/* ===== KD TEXT BRONZE EFFECT ===== */
.kdtext-bronze {
    display: inline-block;
    color: #8c7853;
    transition: all 0.3s ease;
    cursor: default;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    background: transparent;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.kdtext-bronze::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        #cd7f32, #d2b48c, #cd7f32, #8b4513,
        #cd7f32, #d2b48c, #cd7f32
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: kdBronzeShine 3s linear infinite;
}

.kdtext-bronze:hover::before {
    opacity: 1;
}

/* Always shine version */
.kdtext-bronze.always-shine {
    background-image: linear-gradient(
        90deg,
        #8c7853, #a68a64, #8c7853, #cd7f32,
        #8c7853, #a68a64, #8c7853
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: kdBronzeShine 4s linear infinite;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* ===== KD TEXT PLATINUM EFFECT ===== */
.kdtext-platinum {
    display: inline-block;
    color: #909090;
    transition: all 0.3s ease;
    cursor: default;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    background: transparent;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.kdtext-platinum::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        #e5e4e2, #fafafa, #e5e4e2, #dcdcdc,
        #e5e4e2, #fafafa, #e5e4e2
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: kdPlatinumShine 3s linear infinite;
}

.kdtext-platinum:hover::before {
    opacity: 1;
}

/* Always shine version */
.kdtext-platinum.always-shine {
    background-image: linear-gradient(
        90deg,
        #909090, #b0b0b0, #909090, #d0d0d0,
        #909090, #b0b0b0, #909090
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: kdPlatinumShine 4s linear infinite;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* ===== ANIMATION KEYFRAMES ===== */
@keyframes kdGoldShine {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@keyframes kdRosegoldShine {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@keyframes kdSilverShine {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@keyframes kdAnimatedSilverShine {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes kdBronzeShine {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@keyframes kdPlatinumShine {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}


/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .kdtext-gold::before,
    .kdtext-gold.always-shine,
    .kdtext-rosegold::before,
    .kdtext-rosegold.always-shine,
    .kdtext-silver::before,
    .kdtext-silver.always-shine,
    .kdtext-animated-silver::before,
    .kdtext-animated-silver.always-shine,
    .kdtext-bronze::before,
    .kdtext-bronze.always-shine,
    .kdtext-platinum::before,
    .kdtext-platinum.always-shine {
        animation-duration: 5s;
    }
    .kdtext-small {
        font-size: 11px;
    }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
    .kdtext-gold::before,
    .kdtext-gold.always-shine,
    .kdtext-rosegold::before,
    .kdtext-rosegold.always-shine,
    .kdtext-silver::before,
    .kdtext-silver.always-shine,
    .kdtext-animated-silver::before,
    .kdtext-animated-silver.always-shine,
    .kdtext-bronze::before,
    .kdtext-bronze.always-shine,
    .kdtext-platinum::before,
    .kdtext-platinum.always-shine {
        animation: none;
        background-position: center;
    }
}

@media (prefers-contrast: high) {
    .kdtext-gold,
    .kdtext-rosegold,
    .kdtext-silver,
    .kdtext-animated-silver,
    .kdtext-bronze,
    .kdtext-platinum {
        text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }
    
}

/* High contrast support for better visibility */






















        
 
 .btn-primary {
   background-color: #3829EF !important;
   border: 1px solid #2f55d4 !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
   box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
 }
 
 .btn-primary:hover,
 .btn-primary:focus,
 .btn-primary:active,
 .btn-primary.active,
 .btn-primary.focus {
   background-color: #2443ac !important;
   border-color: #2443ac !important;
   color: #ffffff !important;
 }
 
 .btn-soft-primary {
   background-color: #706f6e !important;
   border: 1px solid rgba(47, 85, 212, 0.1) !important;
   color: #2f55d4 !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
   box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
 }
 

 
 .btn-outline-pink {
   background-image: linear-gradient(
 170deg
 ,#e194e2 8%,#8033f5 79%);
   border: 1px solid #733FED !important;
   color: #FFF  !important;
   background-color: transparent;
 
 }
 .btn-outline-pink:hover {
   border: 1px solid #673de6 !important;
   color: #FFF !important;
   background-color: #673de6;
   -webkit-box-shadow: 0 3px 5px 0 rgba(255, 109, 199, 0.3);
   box-shadow: 0 3px 5px 0 rgba(255, 187, 221, 0.3);
 }
 .btn-outline-primary {
   border: 1px solid #2f55d4;
   color: #2f55d4;
   background-color: #673de6;
 }
 
 .btn-outline-primary:hover,
 .btn-outline-primary:focus,
 .btn-outline-primary:active,
 .btn-outline-primary.active,
 .btn-outline-primary.focus,
 .btn-outline-primary:not(:disabled):not(.disabled):active {
   background-color: #673de6;
   border-color: #2f55d4;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
   box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
 }
 
 .btn-secondary {
   background-color: #5a6d90 !important;
   border: 1px solid #5a6d90 !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
   box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
 }
 
 .btn-secondary:hover,
 .btn-secondary:focus,
 .btn-secondary:active,
 .btn-secondary.active,
 .btn-secondary.focus {
   background-color: #465571 !important;
   border-color: #465571 !important;
   color: #ffffff !important;
 }
 
 .btn-soft-secondary {
   background-color: rgba(90, 109, 144, 0.1) !important;
   border: 1px solid rgba(90, 109, 144, 0.1) !important;
   color: #5a6d90 !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
   box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
 }
 
 .btn-soft-secondary:hover,
 .btn-soft-secondary:focus,
 .btn-soft-secondary:active,
 .btn-soft-secondary.active,
 .btn-soft-secondary.focus {
   background-color: #5a6d90 !important;
   border-color: #5a6d90 !important;
   color: #ffffff !important;
 }
 
 .btn-outline-secondary {
   border: 1px solid #5a6d90;
   color: #5a6d90;
   background-color: transparent;
 }
 
 .btn-outline-secondary:hover,
 .btn-outline-secondary:focus,
 .btn-outline-secondary:active,
 .btn-outline-secondary.active,
 .btn-outline-secondary.focus,
 .btn-outline-secondary:not(:disabled):not(.disabled):active {
   background-color: #5a6d90;
   border-color: #5a6d90;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
   box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
 }
 
 .btn-success {
   background-color: #2eca8b !important;
   border: 1px solid #2eca8b !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
   box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
 }
 
 .btn-success:hover,
 .btn-success:focus,
 .btn-success:active,
 .btn-success.active,
 .btn-success.focus {
   background-color: #25a06e !important;
   border-color: #25a06e !important;
   color: #ffffff !important;
 }
 
 .btn-soft-success {
   background-color: rgba(46, 202, 139, 0.1) !important;
   border: 1px solid rgba(46, 202, 139, 0.1) !important;
   color: #2eca8b !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
   box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
 }
 
 .btn-soft-success:hover,
 .btn-soft-success:focus,
 .btn-soft-success:active,
 .btn-soft-success.active,
 .btn-soft-success.focus {
   background-color: #2eca8b !important;
   border-color: #2eca8b !important;
   color: #ffffff !important;
 }
 
 .btn-outline-success {
   border: 1px solid #2eca8b;
   color: #2eca8b;
   background-color: transparent;
 }
 
 .btn-outline-success:hover,
 .btn-outline-success:focus,
 .btn-outline-success:active,
 .btn-outline-success.active,
 .btn-outline-success.focus,
 .btn-outline-success:not(:disabled):not(.disabled):active {
   background-color: #2eca8b;
   border-color: #2eca8b;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
   box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
 }
 
 .btn-warning {
   background-color: #f17425 !important;
   border: 1px solid #f17425 !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
   box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
 }
 
 .btn-warning:hover,
 .btn-warning:focus,
 .btn-warning:active,
 .btn-warning.active,
 .btn-warning.focus {
   background-color: #d55b0e !important;
   border-color: #d55b0e !important;
   color: #ffffff !important;
 }
 
 .btn-soft-warning {
   background-color: rgba(241, 116, 37, 0.1) !important;
   border: 1px solid rgba(241, 116, 37, 0.1) !important;
   color: #f17425 !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
   box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
 }
 
 .btn-soft-warning:hover,
 .btn-soft-warning:focus,
 .btn-soft-warning:active,
 .btn-soft-warning.active,
 .btn-soft-warning.focus {
   background-color: #f17425 !important;
   border-color: #f17425 !important;
   color: #ffffff !important;
 }
 
 .btn-outline-warning {
   border: 1px solid #f17425;
   color: #f17425;
   background-color: transparent;
 }
 
 .btn-outline-warning:hover,
 .btn-outline-warning:focus,
 .btn-outline-warning:active,
 .btn-outline-warning.active,
 .btn-outline-warning.focus,
 .btn-outline-warning:not(:disabled):not(.disabled):active {
   background-color: #f17425;
   border-color: #f17425;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
   box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
 }
 
 .btn-info {
   background-color: #17a2b8 !important;
   border: 1px solid #17a2b8 !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
   box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
 }
 
 .btn-info:hover,
 .btn-info:focus,
 .btn-info:active,
 .btn-info.active,
 .btn-info.focus {
   background-color: #117a8b !important;
   border-color: #117a8b !important;
   color: #ffffff !important;
 }
 
 .btn-soft-info {
   background-color: rgba(23, 162, 184, 0.1) !important;
   border: 1px solid rgba(23, 162, 184, 0.1) !important;
   color: #17a2b8 !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
   box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
 }
 
 .btn-soft-info:hover,
 .btn-soft-info:focus,
 .btn-soft-info:active,
 .btn-soft-info.active,
 .btn-soft-info.focus {
   background-color: #17a2b8 !important;
   border-color: #17a2b8 !important;
   color: #ffffff !important;
 }
 
 .btn-outline-info {
   border: 1px solid #17a2b8;
   color: #17a2b8;
   background-color: transparent;
 }
 
 .btn-outline-info:hover,
 .btn-outline-info:focus,
 .btn-outline-info:active,
 .btn-outline-info.active,
 .btn-outline-info.focus,
 .btn-outline-info:not(:disabled):not(.disabled):active {
   background-color: #17a2b8;
   border-color: #17a2b8;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
   box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
 }
 
 .btn-danger {
   background-color: #e43f52 !important;
   border: 1px solid #e43f52 !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
   box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
 }
 
 .btn-danger:hover,
 .btn-danger:focus,
 .btn-danger:active,
 .btn-danger.active,
 .btn-danger.focus {
   background-color: #d21e32 !important;
   border-color: #d21e32 !important;
   color: #ffffff !important;
 }
 
 .btn-soft-danger {
   background-color: rgba(228, 63, 82, 0.1) !important;
   border: 1px solid rgba(228, 63, 82, 0.1) !important;
   color: #e43f52 !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
   box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
 }
 
 .btn-soft-danger:hover,
 .btn-soft-danger:focus,
 .btn-soft-danger:active,
 .btn-soft-danger.active,
 .btn-soft-danger.focus {
   background-color: #e43f52 !important;
   border-color: #e43f52 !important;
   color: #ffffff !important;
 }
 
 .btn-outline-danger {
   border: 1px solid #e43f52;
   color: #e43f52;
   background-color: transparent;
 }
 
 .btn-outline-danger:hover,
 .btn-outline-danger:focus,
 .btn-outline-danger:active,
 .btn-outline-danger.active,
 .btn-outline-danger.focus,
 .btn-outline-danger:not(:disabled):not(.disabled):active {
   background-color: #e43f52;
   border-color: #e43f52;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
   box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
 }
 
 .btn-dark {
   background-color: #3c4858 !important;
   border: 1px solid #3c4858 !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
   box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
 }
 
 
 .btn-soft-dark:hover,
 .btn-soft-dark:focus,
 .btn-soft-dark:active,
 .btn-soft-dark.active,
 .btn-soft-dark.focus {
   background-color: #3c4858 !important;
   border-color: #3c4858 !important;
   color: #ffffff !important;
 }
 
 .btn-outline-dark {
   border: 1px solid #3c4858;
   color: #3c4858;
   background-color: transparent;
 }
 
 .btn-outline-dark:hover,
 .btn-outline-dark:focus,
 .btn-outline-dark:active,
 .btn-outline-dark.active,
 .btn-outline-dark.focus,
 .btn-outline-dark:not(:disabled):not(.disabled):active {
   background-color: #3c4858;
   border-color: #3c4858;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
   box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
 }
 
 .btn-muted {
   background-color: #8492a6 !important;
   border: 1px solid #8492a6 !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
   box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
 }
 
 .btn-muted:hover,
 .btn-muted:focus,
 .btn-muted:active,
 .btn-muted.active,
 .btn-muted.focus {
   background-color: #68788f !important;
   border-color: #68788f !important;
   color: #ffffff !important;
 }
 
 .btn-soft-muted {
   background-color: rgba(132, 146, 166, 0.1) !important;
   border: 1px solid rgba(132, 146, 166, 0.1) !important;
   color: #8492a6 !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
   box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
 }
 
 .btn-soft-muted:hover,
 .btn-soft-muted:focus,
 .btn-soft-muted:active,
 .btn-soft-muted.active,
 .btn-soft-muted.focus {
   background-color: #8492a6 !important;
   border-color: #8492a6 !important;
   color: #ffffff !important;
 }
 
 .btn-outline-muted {
   border: 1px solid #8492a6;
   color: #8492a6;
   background-color: transparent;
 }
 
 .btn-outline-muted:hover,
 .btn-outline-muted:focus,
 .btn-outline-muted:active,
 .btn-outline-muted.active,
 .btn-outline-muted.focus,
 .btn-outline-muted:not(:disabled):not(.disabled):active {
   background-color: #8492a6;
   border-color: #8492a6;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
   box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
 }
 
 .btn-light {
   background-color: #1d1d1d !important;
   border: 1px solid #000000 !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
   box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
 }
 
 .btn-light:hover,
 .btn-light:focus,
 .btn-light:active,
 .btn-light.active,
 .btn-light.focus {
   background-color: #000 !important;
   border-color: #414141 !important;
   color: #ffffff !important;
 }
 
 .btn-soft-light {
   background-color: rgba(248, 249, 252, 0.1) !important;
   border: 1px solid rgba(248, 249, 252, 0.1) !important;
   color: #f8f9fc !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
   box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
 }
 
 .btn-soft-light:hover,
 .btn-soft-light:focus,
 .btn-soft-light:active,
 .btn-soft-light.active,
 .btn-soft-light.focus {
   background-color: #f8f9fc !important;
   border-color: #f8f9fc !important;
   color: #ffffff !important;
 }
 
 .btn-outline-light {
   border: 1px solid #f8f9fc;
   color: #f8f9fc;
   background-color: transparent;
 }
 
 .btn-outline-light:hover,
 .btn-outline-light:focus,
 .btn-outline-light:active,
 .btn-outline-light.active,
 .btn-outline-light.focus,
 .btn-outline-light:not(:disabled):not(.disabled):active {
   background-color: #f8f9fc;
   border-color: #f8f9fc;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
   box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
 }
 

 
 .btn-footer {
   background-color: #202942 !important;
   border: 1px solid #202942 !important;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
   box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
 }
 
 .btn-footer:hover,
 .btn-footer:focus,
 .btn-footer:active,
 .btn-footer.active,
 .btn-footer.focus {
   background-color: #0f131f !important;
   border-color: #0f131f !important;
   color: #ffffff !important;
 }
 
 .btn-soft-footer {
   background-color: rgba(32, 41, 66, 0.1) !important;
   border: 1px solid rgba(32, 41, 66, 0.1) !important;
   color: #202942 !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
   box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
 }
 
 .btn-soft-footer:hover,
 .btn-soft-footer:focus,
 .btn-soft-footer:active,
 .btn-soft-footer.active,
 .btn-soft-footer.focus {
   background-color: #202942 !important;
   border-color: #202942 !important;
   color: #ffffff !important;
 }
 
 .btn-outline-footer {
   border: 1px solid #202942;
   color: #202942;
   background-color: transparent;
 }
 
 .btn-outline-footer:hover,
 .btn-outline-footer:focus,
 .btn-outline-footer:active,
 .btn-outline-footer.active,
 .btn-outline-footer.focus,
 .btn-outline-footer:not(:disabled):not(.disabled):active {
   background-color: #202942;
   border-color: #202942;
   color: #ffffff !important;
   -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
   box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
 }
 
 


 .btn:focus {
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
 }
 
 .btn.btn-sm {
   padding: 7px 16px;
   font-size: 10px;
 }
 
 .btn.btn-lg {
   padding: 14px 30px;
   font-size: 16px;
 }
 
 .btn.searchbtn {
   padding: 6px 20px;
 }
 
 .btn.btn-pills {
   border-radius: 50%;
 }
 
 .btn.btn-light {
   color: #ffffff !important;
   border: 1px solid #87857f !important;
 }
 
 .btn.btn-light:hover,
 .btn.btn-light:focus,
 .btn.btn-light:active,
 .btn.btn-light.active,
 .btn.btn-light.focus {
   background-color: #000 !important;
   color: #fff !important;
  border: 1px solid #87857f !important;
 }
 
 .btn.btn-soft-light {
   color: rgba(32, 32, 32, 0.733) !important;
   border: 1px solid #87857f !important;
         -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
   box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
   
 }
 
 .btn.btn-soft-light:hover,
 .btn.btn-soft-light:focus,
 .btn.btn-soft-light:active,
 .btn.btn-soft-light.active,
 .btn.btn-soft-light.focus {
   color: #141414 !important;
      -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
   box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
 }
 
 .btn.btn-outline-light {
   border: 1px solid #dee2e6 !important;
   color: #c1bfb8 !important;
   background-color: transparent;
 }
 
 .btn.btn-outline-light:hover,
 .btn.btn-outline-light:focus,
 .btn.btn-outline-light:active,
 .btn.btn-outline-light.active,
 .btn.btn-outline-light.focus {
   background-color: #f8f9fc !important;
 }
 
 .btn.btn-icon {
   height: 34px;
   width: 36px;
   line-height: 33px;
   padding: 0;
 }
 
 .btn.btn-icon .icons {
   height: 20px;
   width: 20px;
   font-size: 16px;
   margin-top: -5px;
 }
 
 .btn.btn-icon.btn-lg {
   height: 48px;
   width: 48px;
   line-height: 46px;
 }
 
 .btn.btn-icon.btn-lg .icons {
   height: 20px;
   width: 20px;
   font-size: 20px;
 }
 
 .btn.btn-icon.btn-sm {
   height: 30px;
   width: 30px;
   line-height: 28px;
 }
 
 button:not(:disabled) {
   outline: none;
 }
 
 .shadow {
   -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
 }
 
 .shadow-lg {
   -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
   box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
 }
 
 .shadow-md {
   -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
   box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
 }
 
 .badge-primary {
   background-color: #2f55d4 !important;
   color: #ffffff !important;
 }
 
 .badge-outline-primary {
   background-color: transparent !important;
   color: #2f55d4 !important;
   border: 1px solid #2f55d4 !important;
 }
 
 .badge-soft-primary {
   background-color: rgba(47, 85, 212, 0.1) !important;
   border: 1px solid rgba(47, 85, 212, 0.1) !important;
   color: #2f55d4 !important;
 }
 
 .badge-secondary {
   background-color: #5a6d90 !important;
   color: #ffffff !important;
 }
 
 .badge-outline-secondary {
   background-color: transparent !important;
   color: #5a6d90 !important;
   border: 1px solid #5a6d90 !important;
 }
 
 .badge-soft-secondary {
   background-color: rgba(90, 109, 144, 0.1) !important;
   border: 1px solid rgba(90, 109, 144, 0.1) !important;
   color: #5a6d90 !important;
 }
 
 .badge-success {
   background-color: #2eca8b !important;
   color: #ffffff !important;
 }
 
 .badge-outline-success {
   background-color: transparent !important;
   color: #2eca8b !important;
   border: 1px solid #2eca8b !important;
 }
 
 .badge-soft-success {
   background-color: rgba(46, 202, 139, 0.1) !important;
   border: 1px solid rgba(46, 202, 139, 0.1) !important;
   color: #2eca8b !important;
 }
 
 .badge-warning {
   background-color: #f17425 !important;
   color: #ffffff !important;
 }
 
 .badge-outline-warning {
   background-color: transparent !important;
   color: #f17425 !important;
   border: 1px solid #f17425 !important;
 }
 
 .badge-soft-warning {
   background-color: rgba(241, 116, 37, 0.1) !important;
   border: 1px solid rgba(241, 116, 37, 0.1) !important;
   color: #f17425 !important;
 }
 
 .badge-info {
   background-color: #17a2b8 !important;
   color: #ffffff !important;
 }
 
 .badge-outline-info {
   background-color: transparent !important;
   color: #17a2b8 !important;
   border: 1px solid #17a2b8 !important;
 }
 
 .badge-soft-info {
   background-color: rgba(23, 162, 184, 0.1) !important;
   border: 1px solid rgba(23, 162, 184, 0.1) !important;
   color: #17a2b8 !important;
 }
 
 .badge-danger {
   background-color: #e43f52 !important;
   color: #ffffff !important;
 }
 
 .badge-outline-danger {
   background-color: transparent !important;
   color: #e43f52 !important;
   border: 1px solid #e43f52 !important;
 }
 
 .badge-soft-danger {
   background-color: rgba(228, 63, 82, 0.1) !important;
   border: 1px solid rgba(228, 63, 82, 0.1) !important;
   color: #e43f52 !important;
 }
 
 .badge-dark {
   background-color: #3c4858 !important;
   color: #ffffff !important;
 }
 
 .badge-outline-dark {
   background-color: transparent !important;
   color: #3c4858 !important;
   border: 1px solid #3c4858 !important;
 }
 
 .badge-soft-dark {
   background-color: rgba(60, 72, 88, 0.1) !important;
   border: 1px solid rgba(60, 72, 88, 0.1) !important;
   color: #3c4858 !important;
 }
 
 .badge-muted {
   background-color: #8492a6 !important;
   color: #ffffff !important;
 }
 
 .badge-outline-muted {
   background-color: transparent !important;
   color: #8492a6 !important;
   border: 1px solid #8492a6 !important;
 }
 
 .badge-soft-muted {
   background-color: rgba(132, 146, 166, 0.1) !important;
   border: 1px solid rgba(132, 146, 166, 0.1) !important;
   color: #8492a6 !important;
 }
 
 .badge-light {
   background-color: #f8f9fc !important;
   color: #ffffff !important;
 }
 
 .badge-outline-light {
   background-color: transparent !important;
   color: #f8f9fc !important;
   border: 1px solid #f8f9fc !important;
 }
 
 .badge-soft-light {
   background-color: rgba(248, 249, 252, 0.1) !important;
   border: 1px solid rgba(248, 249, 252, 0.1) !important;
   color: #f8f9fc !important;
 }
 
 .badge-blue {
   background-color: #2f55d4 !important;
   color: #ffffff !important;
 }
 
 .badge-outline-blue {
   background-color: transparent !important;
   color: #2f55d4 !important;
   border: 1px solid #2f55d4 !important;
 }
 
 .badge-soft-blue {
   background-color: rgba(47, 85, 212, 0.1) !important;
   border: 1px solid rgba(47, 85, 212, 0.1) !important;
   color: #2f55d4 !important;
 }
 
 .badge-footer {
   background-color: #202942 !important;
   color: #ffffff !important;
 }
 
 .badge-outline-footer {
   background-color: transparent !important;
   color: #202942 !important;
   border: 1px solid #202942 !important;
 }
 
 .badge-soft-footer {
   background-color: rgba(32, 41, 66, 0.1) !important;
   border: 1px solid rgba(32, 41, 66, 0.1) !important;
   color: #202942 !important;
 }
 
 .badge {
display: inline-block;
padding: 5px 5px 3px 5px !important;
    top: -3px !important;
    font-size: 12px !important;
    border-radius: .25rem !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    text-transform: uppercase;
 }

 .badge.badge-light {
   color: #3c4858 !important;
   background-color: #f8f9fc !important;
 }
 
 .badge.badge-outline-light {
   color: #3c4858 !important;
   border: 1px solid white !important;
   background-color: transparent !important;
 }
 
 .badge.badge-pill {
   border-radius: 12px;
 }
 
 .badge:focus,
 .badge.focus {
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
 }
 
 .dropdown-primary .dropdown-menu .dropdown-item:hover,
 .dropdown-primary .dropdown-menu .dropdown-item.active,
 .dropdown-primary .dropdown-menu .dropdown-item:active,
 .dropdown-primary .dropdown-menu .dropdown-item.focus,
 .dropdown-primary .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #2f55d4 !important;
 }
 
 .dropdown-secondary .dropdown-menu .dropdown-item:hover,
 .dropdown-secondary .dropdown-menu .dropdown-item.active,
 .dropdown-secondary .dropdown-menu .dropdown-item:active,
 .dropdown-secondary .dropdown-menu .dropdown-item.focus,
 .dropdown-secondary .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #5a6d90 !important;
 }
 
 .dropdown-success .dropdown-menu .dropdown-item:hover,
 .dropdown-success .dropdown-menu .dropdown-item.active,
 .dropdown-success .dropdown-menu .dropdown-item:active,
 .dropdown-success .dropdown-menu .dropdown-item.focus,
 .dropdown-success .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #2eca8b !important;
 }
 
 .dropdown-warning .dropdown-menu .dropdown-item:hover,
 .dropdown-warning .dropdown-menu .dropdown-item.active,
 .dropdown-warning .dropdown-menu .dropdown-item:active,
 .dropdown-warning .dropdown-menu .dropdown-item.focus,
 .dropdown-warning .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #f17425 !important;
 }
 
 .dropdown-info .dropdown-menu .dropdown-item:hover,
 .dropdown-info .dropdown-menu .dropdown-item.active,
 .dropdown-info .dropdown-menu .dropdown-item:active,
 .dropdown-info .dropdown-menu .dropdown-item.focus,
 .dropdown-info .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #17a2b8 !important;
 }
 
 .dropdown-danger .dropdown-menu .dropdown-item:hover,
 .dropdown-danger .dropdown-menu .dropdown-item.active,
 .dropdown-danger .dropdown-menu .dropdown-item:active,
 .dropdown-danger .dropdown-menu .dropdown-item.focus,
 .dropdown-danger .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #e43f52 !important;
 }
 
 .dropdown-dark .dropdown-menu .dropdown-item:hover,
 .dropdown-dark .dropdown-menu .dropdown-item.active,
 .dropdown-dark .dropdown-menu .dropdown-item:active,
 .dropdown-dark .dropdown-menu .dropdown-item.focus,
 .dropdown-dark .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #3c4858 !important;
 }
 
 .dropdown-muted .dropdown-menu .dropdown-item:hover,
 .dropdown-muted .dropdown-menu .dropdown-item.active,
 .dropdown-muted .dropdown-menu .dropdown-item:active,
 .dropdown-muted .dropdown-menu .dropdown-item.focus,
 .dropdown-muted .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #8492a6 !important;
 }
 
 .dropdown-light .dropdown-menu .dropdown-item:hover,
 .dropdown-light .dropdown-menu .dropdown-item.active,
 .dropdown-light .dropdown-menu .dropdown-item:active,
 .dropdown-light .dropdown-menu .dropdown-item.focus,
 .dropdown-light .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #f8f9fc !important;
 }
 
 .dropdown-blue .dropdown-menu .dropdown-item:hover,
 .dropdown-blue .dropdown-menu .dropdown-item.active,
 .dropdown-blue .dropdown-menu .dropdown-item:active,
 .dropdown-blue .dropdown-menu .dropdown-item.focus,
 .dropdown-blue .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #2f55d4 !important;
 }
 
 .dropdown-footer .dropdown-menu .dropdown-item:hover,
 .dropdown-footer .dropdown-menu .dropdown-item.active,
 .dropdown-footer .dropdown-menu .dropdown-item:active,
 .dropdown-footer .dropdown-menu .dropdown-item.focus,
 .dropdown-footer .dropdown-menu .dropdown-item:focus {
   background-color: transparent;
   color: #202942 !important;
 }
 
 .btn-group .dropdown-toggle:after {
   content: "";
   position: relative;
   right: -4px;
   top: -2px;
   border: solid #ffffff;
   border-radius: 0.5px;
   border-width: 0 2px 2px 0;
   padding: 3px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   margin-left: 0;
   vertical-align: 0;
 }
 
 .btn-group .dropdown-menu {
   margin-top: 10px;
   border: 0;
   border-radius: 5px;
   -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
 }
 
 .btn-group .dropdown-menu:before {
   content: "";
   position: absolute;
   top: 2px;
   left: 45px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border: 7px solid #495057;
   border-radius: 0.5px;
   border-color: transparent transparent #ffffff #ffffff;
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
   -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
   box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
 }
 

 .alert-primary {
  color: #000!important;
  background-color: #fff!important;
}


.badge-yellow {
  color: #000;
  background-color: #ffcc99;
}
 
 .alert-primary .alert-link {
   color: #122258;
 }
 
 .alert-outline-primary {
   background-color: transparent;
   color: #000 !important;
   border-color: #5a6d90 !important;
 }
 
 .alert-secondary {
   background-color: rgba(90, 109, 144, 0.9);
   color: #ffffff;
   border-color: #5a6d90;
 }
 
 .alert-secondary .alert-link {
   color: #1f2632;
 }
 
 .alert-outline-secondary {
   background-color: #ffffff;
   color: #5a6d90;
   border-color: #5a6d90;
 }
 
 .alert-success {
   background-color: rgba(46, 202, 139, 0.9);
   color: #ffffff;
   border-color: #2eca8b;
 }
 
 .alert-success .alert-link {
   color: #124d35;
 }
 
 .alert-outline-success {
   background-color: #ffffff;
   color: #2eca8b;
   border-color: #2eca8b;
 }
 
 .alert-warning {
   background-color: rgba(241, 116, 37, 0.9);
   color: #ffffff;
   border-color: #f17425;
 }
 
 .alert-warning .alert-link {
   color: #753208;
 }
 
 .alert-outline-warning {
   background-color: #ffffff;
   color: #f17425;
   border-color: #f17425;
 }
 
 .alert-info {
   background-color: rgba(23, 162, 184, 0.9);
   color: #ffffff;
   border-color: #17a2b8;
 }
 
 .alert-info .alert-link {
   color: #062a30;
 }
 
 .alert-outline-info {
   background-color: #ffffff;
   color: #17a2b8;
   border-color: #17a2b8;
 }
 
 .alert-danger {
   background-color: rgba(228, 63, 82, 0.9);
   color: #ffffff;
   border-color: #e43f52;
 }
 
 .alert-danger .alert-link {
   color: #79111d;
 }
 
 .alert-outline-danger {
   background-color: #ffffff;
   color: #e43f52;
   border-color: #e43f52;
 }
 
 .alert-dark {
   background-color: rgba(60, 72, 88, 0.9);
   color: #ffffff;
   border-color: #3c4858;
 }
 
 .alert-dark .alert-link {
   color: black;
 }
 
 .alert-outline-dark {
   background-color: #ffffff;
   color: #3c4858;
   border-color: #3c4858;
 }
 
 .alert-muted {
   background-color: rgba(132, 146, 166, 0.9);
   color: #ffffff;
   border-color: #8492a6;
 }
 
 .alert-muted .alert-link {
   color: #3d4654;
 }
 
 .alert-outline-muted {
   background-color: #ffffff;
   color: #8492a6;
   border-color: #8492a6;
 }
 
 .alert-light {
   background-color: rgba(248, 249, 252, 0.9);
   color: #ffffff;
   border-color: #f8f9fc;
 }
 
 .alert-light .alert-link {
   color: #8d9dce;
 }
 
 .alert-outline-light {
   background-color: #ffffff;
   color: #f8f9fc;
   border-color: #f8f9fc;
 }
 
 .alert-blue {
   background-color: rgba(47, 85, 212, 0.9);
   color: #ffffff;
   border-color: #2f55d4;
 }
 
 .alert-blue .alert-link {
   color: #122258;
 }
 
 .alert-outline-blue {
   background-color: #ffffff;
   color: #2f55d4;
   border-color: #2f55d4;
 }
 
 .alert-footer {
   background-color: rgba(32, 41, 66, 0.9);
   color: #ffffff;
   border-color: #202942;
 }
 
 .alert-footer .alert-link {
   color: black;
 }
 
 .alert-outline-footer {
   background-color: #ffffff;
   color: #202942;
   border-color: #202942;
 }
 
 .alert {
   padding: 8px 15px;
   border-radius: 6px;
   font-size: 14px;
 }
 
 .alert.alert-light {
   background-color: #f8f9fc;
   color: #3c4858;
   border-color: #dee2e6;
 }
 
 .alert.alert-dismissible {
   padding-right: 30px;
 }
 
 .alert.alert-dismissible .close {
   top: -2px;
   right: -10px;
   font-size: 16px !important;
 }
 
 .alert.alert-pills {
   border-radius: 30px;
   display: inline-block;
 }
 
 .alert.alert-pills .content {
   font-weight: 600;
 }
 
 .page-next-level .title {
   font-size: 28px;
   letter-spacing: 1px;
   font-weight: 400;
 }
 
 .page-next-level .page-next {
   position: relative;
   top: 110px;
   z-index: 99;
 }
 
 @media (max-width: 768px) {
   .page-next-level .page-next {
     top: 70px;
   }
 }
 
 .breadcrumb {
   letter-spacing: 0.5px;
   padding: 8px 24px;
   display: block;
 }
 
 .breadcrumb .breadcrumb-item {
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 700;
   padding-left: 0;
   display: inline-block;
 }
 
 .breadcrumb .breadcrumb-item a {
   color: #3c4858;
 }
 
 .breadcrumb .breadcrumb-item a:hover {
   color: #2f55d4;
 }
 
 .breadcrumb .breadcrumb-item.active {
   color: #2f55d4;
 }
 
 .breadcrumb .breadcrumb-item:before {
   content: "";
 }
 
 .breadcrumb .breadcrumb-item:after {
   font-size: 14px;
   color: #3c4858;
   font-family: 'Material Design Icons';
   padding-left: 5px;
 }
 
 .breadcrumb .breadcrumb-item:last-child:after {
   display: none;
 }
 
 .pagination .page-item:first-child .page-link {
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
 }
 
 .pagination .page-item:last-child .page-link {
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
 }
 
 .pagination .page-item .page-link {
   color: #3c4858;
   border: 1px solid #dee2e6;
   padding: 10px 15px;
   font-size: 14px;
 }
 
 .pagination .page-item .page-link:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .pagination .page-item .page-link:hover {
   color: #ffffff;
   background: rgba(47, 85, 212, 0.9);
   border-color: rgba(47, 85, 212, 0.9);
 }
 
 .pagination .page-item.active .page-link {
   color: #ffffff;
   background: #2f55d4 !important;
   border-color: #2f55d4;
   cursor: not-allowed;
 }
 
 .avatar.avatar-ex-sm {
   max-height: 35px;
 }
 
 .avatar.avatar-md-sm {
   height: 45px;
   width: 45px;
 }
 
 .avatar.avatar-small {
   height: 65px;
   width: 65px;
 }
 
 .avatar.avatar-md-md {
   height: 80px;
   width: 80px;
 }
 
 .avatar.avatar-medium {
   height: 100px;
   width: 100px;
 }
 
 .avatar.avatar-large {
   height: 140px;
   width: 140px;
 }
 
 .avatar.avatar-ex-large {
   height: 180px;
   width: 180px;
 }
 
 .faq-container .question {
   font-size: 20px;
 }
 
 .faq-content .card .faq .card-header {
   padding-right: 40px !important;
 }
 
 .faq-content .card a.faq[data-toggle=collapse] {
   background-color: #ffffff;
   color: #2f55d4;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
 }
 
 .faq-content .card a.faq[data-toggle=collapse]:before {
   content: '\F0143';
   display: block;
   font-family: 'Material Design Icons';
   font-size: 18px;
   color: #2f55d4;
   position: absolute;
   right: 20px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .faq-content .card a.faq[data-toggle=collapse].collapsed {
   background-color: #ffffff;
   color: #3c4858 !important;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
 }
 
 .faq-content .card a.faq[data-toggle=collapse].collapsed:before {
   top: 15px;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
   color: #3c4858 !important;
 }
 
 .nav-pills {
   margin-bottom: 15px;
   background: #f4f6fa;
 }
 
 .nav-pills .nav-link {
   color: #495057 !important;
   padding: 5px;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .nav-pills .nav-link.nav-link-alt {
   color: #ffffff !important;
 }
 
 .nav-pills .nav-link.nav-link-alt.active {
   background: #3c4858 !important;
 }
 
 .nav-pills .nav-link.active,
 .nav-pills .nav-link.active span {
   background: #2f55d4;
   color: #ffffff !important;
 }
 
 .nav-pills .nav-link.active .tab-para {
   color: rgba(255, 255, 255, 0.65) !important;
 }
 
 .progress-box .title {
   font-size: 15px;
 }
 
 .progress-box .progress {
   height: 8px;
   overflow: visible;
 }
 
 .progress-box .progress .progress-bar {
   border-radius: 6px;
   -webkit-animation: animate-positive 3s;
   animation: animate-positive 3s;
   overflow: visible !important;
 }
 
 .progress-box .progress .progress-value {
   position: absolute;
   top: -25px;
   right: -15px;
   font-size: 13px;
 }
 
 @-webkit-keyframes animate-positive {
   0% {
     width: 0;
   }
 }
 
 @keyframes animate-positive {
   0% {
     width: 0;
   }
 }
 
 .blockquote {
   border-left: 3px solid #dee2e6;
   border-radius: 6px;
   font-size: 16px;
 }
 
 .form-group {
   margin-bottom: 20px;
 }
 
 .form-group label {
   font-size: 14px;
   font-weight: 700;
 }
 
 .form-group .form-control {
   -webkit-box-shadow: none;
   box-shadow: none;
   background-color: #ffffff;
   border: 1px solid #dee2e6;
   color: #3c4858;
   height: 42px;
   font-size: 13px;
   border-radius: 6px;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .form-group .form-control:focus,
 .form-group .form-control.active {
   border-color: #2f55d4;
 }
 
 .form-group textarea {
   height: 120px !important;
 }
 
 .form-group textarea.form-control {
   line-height: 25px;
 }
 
 .form-control:disabled,
 .form-control[readonly] {
   background-color: transparent;
   opacity: 1;
 }
 
 .custom-control-input:checked~.custom-control-label:before {
   color: #ffffff;
   border-color: #2f55d4;
   background-color: #2f55d4;
 }
 
 .custom-control-input:focus~.custom-control-label::before,
 .form-control:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: #2f55d4;
 }
 
 .custom-control-label {
   cursor: pointer;
 }
 
 .custom-control-label:before,
 .custom-control-label:after {
   top: 2px;
 }
 
 .custom-switch .custom-control-label:after {
   top: 4px;
 }
 
 .subcribe-form input {
   padding: 14px 20px;
   width: 100%;
   color: #3c4858 !important;
   border: none;
   outline: none !important;
   padding-right: 160px;
   padding-left: 30px;
   background-color: rgba(255, 255, 255, 0.8);
 }
 
 .subcribe-form button {
   position: absolute;
   top: 6px;
   right: 6px;
   outline: none !important;
 }
 
 .subcribe-form form {
   position: relative;
   max-width: 600px;
   margin: 0px auto;
 }
 
 .table-responsive {
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
 }
 
 .table-responsive .table td,
 .table-responsive .table th {
   vertical-align: middle;
 }
 
 .table-responsive .table.table-nowrap th,
 .table-responsive .table.table-nowrap td {
   white-space: nowrap;
 }
 
 .table-responsive .table-center th {
   vertical-align: middle !important;
 }
 
 .table-responsive .table-center tbody tr:hover {
   color: #3c4858;
   background-color: #f8f9fa;
 }
 
 .table-responsive .table-center.invoice-tb th,
 .table-responsive .table-center.invoice-tb td {
   text-align: end;
 }
 
 .modal-open {
   padding-right: 0 !important;
 }
 
 #preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-image: linear-gradient(45deg, #ffffff, #ffffff);
   z-index: 9999999;
 }
 
 #preloader #status {
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 
 #preloader #status .spinner {
   width: 40px;
   height: 40px;
   position: relative;
   margin: 100px auto;
 }
 
 #preloader #status .spinner .double-bounce1,
 #preloader #status .spinner .double-bounce2 {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background-color: #2f55d4;
   opacity: 0.6;
   position: absolute;
   top: 0;
   left: 0;
   -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
   animation: sk-bounce 2.0s infinite ease-in-out;
 }
 
 #preloader #status .spinner .double-bounce2 {
   -webkit-animation-delay: -1.0s;
   animation-delay: -1.0s;
 }
 
 @-webkit-keyframes sk-bounce {
 
   0%,
   100% {
     -webkit-transform: scale(0);
     transform: scale(0);
   }
 
   50% {
     -webkit-transform: scale(1);
     transform: scale(1);
   }
 }
 
 @keyframes sk-bounce {
 
   0%,
   100% {
     -webkit-transform: scale(0);
     transform: scale(0);
   }
 
   50% {
     -webkit-transform: scale(1);
     transform: scale(1);
   }
 }
 
 .social-icon li a {
   color: #3c4858;
   border: 1px solid #3c4858;
   display: inline-block;
   height: 32px;
   width: 32px;
   line-height: 28px;
   text-align: center;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   overflow: hidden;
   position: relative;
 }
 
 .social-icon li a .fea-social {
   stroke-width: 2;
 }
 
 .social-icon li a:hover {
   background-color: #2f55d4;
   border-color: #2f55d4 !important;
   color: #ffffff !important;
 }
 
 .social-icon li a:hover .fea-social {
   fill: #2f55d4;
 }
 
 .social-icon.social li a {
   color: #adb5bd;
   border-color: #adb5bd;
 }
 

 .sticky-bar {
   position: -webkit-sticky;
   position: sticky;
   top: 80px;
 }
 
 .fea {
   stroke-width: 1.8;
 }
 
 .fea.icon-sm {
   height: 16px;
   width: 16px;
 }
 
 .fea.icon-ex-md {
   height: 20px;
   width: 20px;
 }
 
 .fea.icon-m-md {
   height: 28px;
   width: 28px;
 }
 
 .fea.icon-md {
   height: 35px;
   width: 35px;
 }
 
 .fea.icon-lg {
   height: 42px;
   width: 42px;
 }
 
 .fea.icon-ex-lg {
   height: 52px;
   width: 52px;
 }
 
 [class^=uil-]:before,
 [class*=" uil-"]:before {
   margin: 0;
 }
 
 .uim-svg {
   vertical-align: 0 !important;
 }
 
 @media (max-width: 768px) {
   .display-1 {
     font-size: 56px !important;
   }
 
   .display-2 {
     font-size: 50px !important;
   }
 
   .display-3 {
     font-size: 42px !important;
   }
 
   .display-4 {
     font-size: 36px !important;
   }

   .F9yp7e {
    font-size: 20px !important;
}
 }
 @media (max-width: 560px) {
  .F9yp7e {
      font-size: 20px !important;
  }
}


 
 body {
  font-family: "Syne", sans-serif;
   overflow-x: hidden !important;
   font-size: 16px;
   color: #161c2d;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6 {
  font-family: "Syne", sans-serif;

   line-height: 1.5;
   font-weight: 500;
       letter-spacing: -0.0px;
 }
 
 ::-moz-selection {
   background: rgba(47, 85, 212, 0.9);
   color: #ffffff;
 }
 
 ::selection {
   background: rgba(47, 85, 212, 0.9);
   color: #ffffff;
 }
 
 a {
   text-decoration: none !important;
 }
 
 p {
   line-height: 1.6;
 }
 
 .section {
   padding: 50px 0;
   position: relative;
 }
 
 @media (max-width: 768px) {
   .section {
     padding: 50px 0;
   }
 }
 
 .section-two {
   padding: 50px 0;
   position: relative;
 }
 
 .bg-overlay {




   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
 }
 
 
 
 .bg-overlay-gradient {
   background-color: rgba(47, 85, 212, 0.6);
 }
 
 .bg-overlay-white {
   background-color: rgba(255, 255, 255, 0.5);
 }
 
 .bg-overlay-gradient2 {
   background-image: -webkit-gradient(linear, left top, right top, from(#2eca8b), color-stop(#2f55d4), to(#2eca8b));
   background-image: linear-gradient(90deg, #2eca8b, #2f55d4, #2eca8b);
   opacity: 0.5;
 }
 
 .title-heading {
   line-height: 26px;
 }
 
 .title-heading .heading {
   font-size: 45px !important;
 }
 
 @media (max-width: 768px) {
   .title-heading .heading {
     font-size: 27px !important;
   }
 }
 
 .title-heading .para-desc {
   font-size: 18px;
 }
 
 .section-title {
   position: relative;
 }
 
 .section-title .title {
  font-size: 32px !important;
    letter-spacing: -1px;
 }
 
 @media (max-width: 768px) {
   .section-title .title {
     font-size: 24px !important;
   }
 }
 
 .text-shadow-title {
   text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
 }
 
 .para-desc {
   max-width: 600px;
 }
 .para-desc2 {
   max-width: 520px;
 }
.padding-150 {
  padding:150px;
}
.service-card-design {
    padding-right: 40px;
}





 .mt-120 {
  margin-top: 100px;
}
 .mt-100 {
   margin-top: 100px;
 }
 .mt-40 {
   margin-top: 40px;
 }
 .mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
 .mt-20 {
   margin-top: 20px;
 }
 .mt-10 {
   margin-top: 10px;
 }
 .mt--20 {
   margin-top: -20px;
 }
 .mt--40 {
   margin-top: -35px;
 }
 .mt--100 {
   margin-top: -100px;
 }
 .mt--60 {
   margin-top: -80px;
 }


 .shape {
   position: absolute;
   pointer-events: none;
   right: 0;
   bottom: -2px;
   left: 0;
 }
 
 .shape>svg {
   -webkit-transform: scale(2);
   transform: scale(2);
   width: 100%;
   height: auto;
   -webkit-transform-origin: top center;
   transform-origin: top center;
 }
 
 .shape.integration-hero {
   -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
   clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
   height: 250px;
   background: #ffffff;
 }
 
 @media (max-width: 768px) {
   .shape.integration-hero {
     height: 140px;
   }
 }
 
 @media (max-width: 425px) {
   .shape.integration-hero {
     height: 60px;
   }
 }
 
 @media (max-width: 425px) {
   .shape {
     bottom: -4px;
   }
 }
 
 .mover {
   -webkit-animation: mover 1s infinite alternate;
   animation: mover 1s infinite alternate;
 }
 
 @-webkit-keyframes mover {
   0% {
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
 
   100% {
     -webkit-transform: translateY(5px);
     transform: translateY(5px);
   }
 }
 
 @keyframes mover {
   0% {
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
 
   100% {
     -webkit-transform: translateY(5px);
     transform: translateY(5px);
   }
 }
 
 .feature-posts-placeholder {
   position: absolute;
   bottom: 0px;
   left: 0;
   right: 0;
   height: 66.6%;
 }
 
 @media (max-width: 425px) {
   .feature-posts-placeholder {
     height: 80%;
   }
 }
 
 .spin-anything {
   -webkit-animation: spinner-animation 5s linear infinite;
   animation: spinner-animation 5s linear infinite;
 }
 
 @-webkit-keyframes spinner-animation {
   from {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
 
   to {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 
 @keyframes spinner-animation {
   from {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
 
   to {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 
 .seo-hero-widget {
   position: relative;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .seo-hero-widget:hover {
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
   z-index: 9;
 }
 
 .home-wrapper:before {
   content: "";
   position: absolute;
   bottom: 40rem;
   right: 0rem;
   width: 90rem;
   height: 35rem;
   -webkit-transform: rotate(78.75deg);
   transform: rotate(78.75deg);
   background: -webkit-gradient(linear, left top, right top, from(rgba(47, 85, 212, 0.3)), to(transparent));
   background: linear-gradient(90deg, rgba(47, 85, 212, 0.3), transparent);
   z-index: 1;
 }
 
 @media (min-width: 769px) and (max-width: 1024px) {
   .home-wrapper:before {
     right: -20rem;
   }
 }
 
 @media (min-width: 426px) and (max-width: 768px) {
   .home-wrapper:before {
     right: -15rem;
     width: 70rem;
     height: 25rem;
   }
 }
 
 @media (max-width: 425px) {
   .home-wrapper:before {
     right: -25rem;
   }
 }
 
 @media (min-width: 768px) {
   .margin-top-100 {
     margin-top: 100px;
   }
   #topnav {
  position: fixed;
    padding-top: 0px;
    background: #fff;
}

 }
 
 @media (max-width: 768px) {
   .mt-60 {
     margin-top: 0px;
   }
   .mt-80 {
    margin-top: 0px;
  }
  .border-bottom {display: none;}
  .bg-profile .public-profile {top: -10px !important;}
 
.service-card-design {
  padding: 20px 20px 30px 50px !important;


}
   #topnav {
    padding-top: 0px !important;
    background: #fff !important;
}

}
 
#topnav {
  position: fixed;
  padding-top: 13px;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  animation-name: glass;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes glass {
  0% {
    background-color: transparent;
    backdrop-filter: blur(0px);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
  }
}

@-webkit-keyframes glass {
  0% {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0px);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
  }
}

#topnav .logo {
  float: left;
  color: #3c4858 !important;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
  color: #2f55d4 !important;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #2f55d4;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
  border-color: #2f55d4;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  right: 40px;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 20px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
}

#topnav .buy-button>li {
  line-height: initial;
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;

}

#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
  display: none;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #2f55d4;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu>li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
  color: #2f55d4 !important;
}

#topnav .navigation-menu>li>a {
  display: block;
  color: #1e1e1e;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 font-family: "Roboto", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
  color: #2f55d4;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -1px;
  top: 30px;
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
  color: #3c4858;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
  border-color: #3c4858;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
  color: #2f55d4;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
  border-color: #2f55d4;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
  color: #3c4858;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
  color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
  border-color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
  color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #3c4858;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 700;
  font-size: 35px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
    box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }

  #topnav .navigation-menu>.has-submenu:hover .menu-arrow {
    top: 33px !important;
  }

  #topnav .navigation-menu>.has-submenu.active .menu-arrow {
    top: 30px;
  }

  #topnav .navigation-menu>li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  }

  #topnav .navigation-menu>li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
  }

  #topnav .navigation-menu>li .submenu li {
    position: relative;
  }

  #topnav .navigation-menu>li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #topnav .navigation-menu>li .submenu li a:hover {
    color: #2f55d4 !important;
  }

  #topnav .navigation-menu>li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  #topnav .navigation-menu>li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }

  #topnav .navigation-menu>li .submenu>li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }

  #topnav .navigation-menu>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }

  #topnav .navigation-menu>li:hover>.menu-arrow {
    border-color: #2f55d4;
  }

  #topnav .navigation-menu>li:hover>a,
  #topnav .navigation-menu>li.active>a {
    color: #2f55d4 !important;
  }

  #topnav .navigation-menu>li.last-elements .submenu {
    left: auto;
    right: 0;
  }

  #topnav .navigation-menu>li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }

  #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }

  #topnav .navigation-menu.nav-light>li>a {
    color: #a1a1a1;
  }

  #topnav .navigation-menu.nav-light>li.active>a {
    color: #a1a1a1 !important;
  }

  #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
    border-color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-light>li:hover>a {
    color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }

  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  #topnav .navigation-menu.nav-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  #topnav .navigation-menu.nav-left>li.last-elements .submenu {
    left: 0 !important;
    right: auto !important;
  }

  #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
    left: 45px !important;
    right: auto !important;
  }

  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
  }

  #topnav .navbar-toggle {
    display: none;
  }

  #topnav #navigation {
    display: block !important;
  }

  #topnav.scroll {
    top: 0;
  }

  #topnav.scroll .navigation-menu>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #topnav.scroll-active .navigation-menu>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    min-height: 74px;
  }

  #topnav .logo .l-dark {
    display: inline-block !important;
  }

  #topnav .logo .l-light {
    display: none !important;
  }

  #topnav .container {
    width: auto;
  }

  #topnav #navigation {
    max-height: 400px;
  }

  #topnav .navigation-menu {
    float: none;
  }

  #topnav .navigation-menu>li {
    float: none;
  }

  #topnav .navigation-menu>li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }

  #topnav .navigation-menu>li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #topnav .navigation-menu>li .submenu.open {
    display: block;
  }

  #topnav .navigation-menu>li .submenu .submenu {
    display: none;
    list-style: none;
  }

  #topnav .navigation-menu>li .submenu .submenu.open {
    display: block;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li>ul {
    list-style: none;
    padding-left: 0;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }

  #topnav .navigation-menu>li>a {
    color: #3c4858;
    padding: 10px 20px;
  }

  #topnav .navigation-menu>li>a:after {
    position: absolute;
    right: 15px;
  }

  #topnav .navigation-menu>li>a:hover,
  #topnav .navigation-menu>li .submenu li a:hover,
  #topnav .navigation-menu>li.has-submenu.open>a {
    color: #2f55d4;
  }

  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }

  #topnav .navbar-header {
    float: left;
  }

  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }

  #topnav .buy-button .login-btn-light {
    display: none;
  }

  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }

  #topnav .has-submenu.active a {
    color: #2f55d4;
  }

  #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 0px solid #4e4e4e;
        border-bottom: 1px solid #CCC;
        background-color: #FFF;
  }

  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }

  #topnav .buy-button {
    padding: 3px 0;
    display: none;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
  #topnav .buy-button {
    display: none;
  }

  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }

  #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
    -webkit-transform: translate3d(0px, -54px, 0px) !important;
    transform: translate3d(0px, -54px, 0px) !important;
  }

  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}









 .bg-home {
   height: 62vh !important;
   background-size: cover;
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
   position: relative;
   background-position: center center;
 }
 
 .bg-half-260 {
   padding: 100px 0 270px 0;
   background-size: cover;
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
   position: relative;
   background-position: center center;
 }
 
 .bg-half-170 {
   padding: 170px 0;
   background-size: cover;
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
   position: relative;
   background-position: center center;
 }
 
 .bg-half {
   padding: 170px 0 90px;
   background-size: cover;
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
   position: relative;
   background-position: center center;
 }
 
 .bg-auth-home {
   padding: 142px 0;
   background-size: cover;
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
   position: relative;
   background-position: center center;
 }
 
 .gradient {
   background: #2f55d4 !important;
   background: linear-gradient(45deg, #2f55d4, #2f55d4) !important;
   opacity: 0.9;
 }
 
 .bg-circle-gradiant {
   background: radial-gradient(circle at 50% 50%, rgba(47, 85, 212, 0.1) 0%, rgba(47, 85, 212, 0.1) 33.333%, rgba(47, 85, 212, 0.3) 33.333%, rgba(47, 85, 212, 0.3) 66.666%, rgba(47, 85, 212, 0.5) 66.666%, rgba(47, 85, 212, 0.5) 99.999%);
 }
 
 .home-dashboard img {
   position: relative;
   top: 60px;
   z-index: 1;
 }
 
 @media (min-width: 768px) {
   .home-dashboard.onepage-hero {
     overflow: hidden;
   }
 }
 
 .classic-saas-image .bg-saas-shape:after {
   bottom: 3rem;
   left: 0;
   width: 75rem;
   height: 55rem;
   border-radius: 20rem;
   opacity: 0.9;
   -webkit-transform: rotate(130deg);
   transform: rotate(130deg);
 }
 
 @media (max-width: 767px) {
   .classic-saas-image .bg-saas-shape:after {
     bottom: -5rem;
     left: 10rem;
     width: 30rem;
     height: 30rem;
     border-radius: 10rem;
   }
 }
 
 @media (max-width: 768px) {
   .classic-saas-image .bg-saas-shape img {
     max-width: 550px;
   }
 }
 
 @media (max-width: 767px) {
   .classic-saas-image .bg-saas-shape img {
     max-width: 100%;
     height: auto;
   }
 }
 
 .studio-home {
   padding: 7%;
 }
 
 .agency-wrapper:before {
   content: "";
   position: absolute;
   bottom: 22rem;
   right: 54rem;
   width: 90rem;
   height: 35rem;
   border-radius: 17rem;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   background-color: #f8f9fc;
   z-index: -1;
 }
 
 @media (max-width: 768px) {
   .agency-wrapper:before {
     right: 12rem;
   }
 }
 
 @media (max-width: 767px) {
   .agency-wrapper:before {
     right: 0;
   }
 }
 
 .bg-marketing {
   padding: 76px 0 120px;
   background-size: cover;
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
   position: relative;
   background-position: center center;
 }
 
 .home-slider .carousel-control-next,
 .home-slider .carousel-control-prev {
   width: 5%;
 }
 
 .home-slider .carousel-item,
 .home-slider .carousel {
   height: 100vh;
   width: 100%;
 }
 
 .home-slider .carousel-item {
   background-position: center center;
   background-size: cover;
 }
 
 .home-slider .carousel-item.active {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .main-slider .slides .bg-slider {
   background-size: cover;
   height: 100vh;
   position: relative;
   background-size: cover;
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
   position: relative;
   background-position: center center;
 }
 
 .main-slider .slides .bg-slider.shopping {
   height: 75vh;
 }
 
 .flex-control-paging li a {
   background: #ffffff;
   -webkit-box-shadow: none;
   box-shadow: none;
 }



 .flex-control-paging li a.flex-active {
   background: #2f55d4;
   cursor: default;
   font-size: 17px;
   width: 15px;
   height: 15px;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .flex-control-nav {
   display: none;
 }
 
 .bg-animation-left:after {
   content: "";
   position: absolute;
   left: 0px;
   top: 0px;
   width: 70%;
   height: 100%;
   background: rgba(255, 255, 255, 0.85);
   -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
   clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
 }
 
 @media (max-width: 767px) {
   .bg-animation-left:after {
     width: 100%;
     -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
     clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
   }
 }
 
 .bg-animation-left.dark-left:after {
   background: rgba(60, 72, 88, 0.6);
 }
 
 .bg-animation-left.crypto-home:after {
   background: #2f55d4;
   width: 80%;
   -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
   clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
 }
 
 .bg-animation-left.task-management-home:after {
   background: url("../images/task/bg.png") #2f55d4;
   width: 100%;
   -webkit-clip-path: circle(65% at 40% 25%);
   clip-path: circle(65% at 40% 25%);
 }
 
 .bg-invoice {
   padding: 100px 0;
   background-size: cover;
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
   position: relative;
   background-position: center center;
 }
 
 .classic-app-image .bg-app-shape:after {
   bottom: 3rem;
   left: -8rem;
   width: 55rem;
   height: 35rem;
   border-radius: 20rem;
   -webkit-transform: rotate(120deg);
   transform: rotate(120deg);
   opacity: 0.9;
 }
 
 .classic-app-image .app-images {
   position: absolute;
   bottom: 60px;
   right: -20px;
 }
 
 .classic-app-image .bg-app-shape:after,
 .classic-saas-image .bg-saas-shape:after {
   content: " ";
   position: absolute;
   z-index: -1;
 }
 
 .classic-app-image .bg-app-shape:after,
 .classic-saas-image .bg-saas-shape:after {
   -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
   box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
   background-color: #2f55d4;
 }
 
 .shape-before .shape-img {
   position: absolute;
   top: -50px;
   left: -35px;
   z-index: -1;
   height: auto;
   overflow: hidden;
 }
 
 .swiper-slider-hero .swiper-container,
 .swiper-slider-hero .swiper-slide .slide-inner {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
 }
 
 .swiper-slider-hero .swiper-container .swiper-button-prev,
 .swiper-slider-hero .swiper-container .swiper-button-next {
   background: transparent;
   width: 35px;
   height: 35px;
   line-height: 35px;
   margin-top: -30px;
 }
 
 .swiper-slider-hero .swiper-container .swiper-button-prev:before,
 .swiper-slider-hero .swiper-container .swiper-button-next:before {
   font-family: "Material Design Icons";
   font-weight: 900;
   color: #ffffff;
 }
 
 .swiper-slider-hero .swiper-container .swiper-button-prev:hover,
 .swiper-slider-hero .swiper-container .swiper-button-next:hover {
   background: #2f55d4;
   border-color: #2f55d4 !important;
 }
 
 .swiper-slider-hero .swiper-container .swiper-button-prev {
   left: 10px;
 }
 
 .swiper-slider-hero .swiper-container .swiper-button-prev:before {
   content: "\f0141";
 }
 
 .swiper-slider-hero .swiper-container .swiper-button-next {
   right: 10px;
 }
 
 .swiper-slider-hero .swiper-container .swiper-button-next:before {
   content: "\f0142";
 }
 
 .swiper-slider-hero .swiper-pagination-bullet {
   color: #f8f9fa;
   background: transparent;
 }
 
 .swiper-slider-hero .swiper-pagination-bullet-active {
   color: #ffffff;
 }
 
 .swiper-slider-hero .swiper-container-horizontal>.swiper-pagination-bullets,
 .swiper-slider-hero .swiper-pagination-custom,
 .swiper-slider-hero .swiper-pagination-fraction {
   bottom: 45px;
 }
 
 .swiper-slider-hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 13px;
 }
 
 @media (min-width: 769px) {
   .bg-studio:after {
     content: "";
     position: absolute;
     right: 0px;
     top: 0px;
     width: 50%;
     height: 100%;
     background: #ffffff none repeat scroll 0 0;
     z-index: 2;
   }
 }
 
 @media (max-width: 768px) {
   .bg-half {
     padding: 169px 0 50px;
   }
 }
 
 @media (max-width: 767px) {
 
   .bg-home,
   .bg-half-170,
   .bg-half-260,
   .main-slider .slides .bg-slider,
   .bg-marketing,
   .swiper-slider-hero .swiper-container .swiper-slide {
     padding: 150px 0;
     height: auto;
   }
 }
 
 .features .icon {
   background: rgba(47, 85, 212, 0.1);
 }
 
 .features .image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  -webkit-transform: rotate(33.75deg);
  transform: rotate(33.75deg);
  background: linear-gradient(45deg, transparent, rgba(193, 191, 184, 0.1));
  z-index: -1;
 }
 
 .features.feature-clean .icons i {
   height: 75px;
   width: 75px;
   line-height: 65px;
   background-color: rgba(193, 191, 184, 0.1);
 }
 
 .features.feature-clean .title:hover {
   color: #2f55d4 !important;
 }
 
 .features .ride-image {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
 }
 
 .features .ride-image img {
   border-radius: 100% 100% 100% 0;
 }
 
 .features:hover .image:before {
   background: rgba(193, 191, 184, 0.1);
   -webkit-animation: spinner-border 5s linear infinite !important;
   animation: spinner-border 5s linear infinite !important;
   z-index:-1;
 }
 
 .features.fea-primary {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .features.fea-primary .content .title {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .features.fea-primary .content .title:hover {
   color: #2f55d4 !important;
 }
 
 .features.fea-primary .big-icon {
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   left: 0;
   right: 0;
   opacity: 0.015;
   font-size: 180px;
 }
 
 .features.fea-primary:hover {
   -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
   box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
   background-color: #2f55d4 !important;
   color: #ffffff !important;
 }
 
 .features.fea-primary:hover .icon2,
 .features.fea-primary:hover .para {
   color: rgba(255, 255, 255, 0.5) !important;
 }
 
 .features.fea-primary:hover .content,
 .features.fea-primary:hover .icon2 {
   z-index: 2;
 }
 
 .features.fea-primary:hover .big-icon {
   opacity: 0.05;
 }
 
 .features .title,
 .key-feature .title {
   font-size: 18px !important;
 }
 
 .features .icon,
 .key-feature .icon {
   height: 45px;
   width: 45px;
   line-height: 45px;
 }
 
 .key-feature {
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 
 .key-feature .icon {
   background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
 }
 
 .key-feature:hover {
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
   -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
   box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
 }
 
 .work-process {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .work-process .step,
 .work-process .step-icon {
   opacity: 0.06;
 }
 
 .work-process a {
   font-size: 15px;
 }
 
 .work-process.process-arrow:after {
   content: '';
   position: absolute;
   width: 60%;
   height: 40px;
   top: 80px;
   left: 80%;
   background: url("../images/process.png") center center no-repeat;
   z-index: 1;
 }
 
 @media (max-width: 767px) {
   .work-process.process-arrow:after {
     display: none;
   }
 }
 
 .work-process.process-arrow:hover {
   -webkit-transform: none !important;
   transform: none !important;
 }
 
 .work-process:hover {
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
 }
 
 .work-process.d-none-arrow:hover {
   -webkit-transform: none !important;
   transform: none !important;
 }
 
 .course-feature {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .course-feature .full-img {
   position: absolute;
   bottom: 50%;
   -webkit-transform: translateY(50%);
   transform: translateY(50%);
   left: 0;
   right: 0;
   opacity: 0;
   margin: 0 auto;
   z-index: -2;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
   font-size: 250px;
 }
 
 .course-feature:hover {
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
 }
 
 .course-feature:hover .full-img {
   opacity: 0.05;
 }
 
 .features-absolute {
   position: relative;
   z-index: 2;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .features-absolute {
   margin: -200px 0 0px;
 }
 
 @media (max-width: 768px) {
   .features-absolute {
     margin: -140px 0 0;
   }
 }
 
 .features-absolute.blog-search {
   margin: -120px 0 0px;
 }
 
 @media (max-width: 768px) {
   .features-absolute.blog-search {
     margin: -90px 0 0px;
   }
 }
 
 .categories {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .categories:hover {
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
   -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
 }
 
 .categories a:hover {
   color: #2f55d4 !important;
 }
 
 .app-feature-shape-right:after,
 .app-feature-shape-left:after {
   bottom: 0rem;
   width: 30rem;
   height: 40rem;
   border-radius: 10rem;
 }
 
 .app-feature-shape-right:after {
   left: 10rem;
   -webkit-transform: rotate(150deg);
   transform: rotate(150deg);
 }
 
 @media (max-width: 768px) {
   .app-feature-shape-right:after {
     left: 0;
   }
 }
 
 .app-feature-shape-left:after {
   right: 10rem;
   -webkit-transform: rotate(210deg);
   transform: rotate(210deg);
 }
 
 @media (max-width: 768px) {
   .app-feature-shape-left:after {
     right: 0;
   }
 }
 
 .app-subscribe {
   position: absolute;
   top: -200px;
 }
 
 @media (max-width: 767px) {
   .app-subscribe {
     position: relative;
     top: 0;
   }
 }
 
 .saas-feature-shape-left:after,
 .saas-feature-shape-right:after {
   bottom: -3rem;
   width: 35rem;
   height: 35rem;
   border-radius: 15rem;
   -webkit-transform: rotate(145deg);
   transform: rotate(145deg);
 }
 
 @media (max-width: 767px) {
 
   .saas-feature-shape-left:after,
   .saas-feature-shape-right:after {
     bottom: -1rem;
     width: 25rem;
     height: 25rem;
     border-radius: 10rem;
   }
 }
 
 .saas-feature-shape-left:after {
   left: -10rem;
 }
 
 .saas-feature-shape-right:after {
   right: -10rem;
 }
 
 .app-feature-shape-right:after,
 .app-feature-shape-left:after,
 .saas-feature-shape-left:after,
 .saas-feature-shape-right:after,
 .social-feature-left:after,
 .social-feature-right:after {
   background: rgba(47, 85, 212, 0.1);
   -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
   box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
 }
 
 .app-feature-shape-right:after,
 .app-feature-shape-left:after,
 .saas-feature-shape-left:after,
 .saas-feature-shape-right:after,
 .social-feature-left:after,
 .social-feature-right:after {
   content: "";
   position: absolute;
   z-index: -1;
 }
 
 .social-feature-left:after,
 .social-feature-right:after {
   width: 450px;
   height: 520px;
   border-radius: 30px;
   bottom: -75px;
 }
 
 @media (max-width: 768px) {
 
   .social-feature-left:after,
   .social-feature-right:after {
     width: 300px;
     height: 400px;
     bottom: -65px;
   }
 }
 
 @media (max-width: 575px) {
 
   .social-feature-left:after,
   .social-feature-right:after {
     bottom: -35px;
   }
 }
 
 .social-feature-left:after {
   right: -200px;
 }
 
 @media (max-width: 575px) {
   .social-feature-left:after {
     right: 60px;
   }
 }
 
 .social-feature-right:after {
   left: -200px;
 }
 
 @media (max-width: 575px) {
   .social-feature-right:after {
     left: 60px;
   }
 }
 
 .explore-feature {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .explore-feature .icon {
   height: 80px;
   width: 80px;
   line-height: 80px;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .explore-feature:hover {
   -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
   box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
 }
 
 .explore-feature:hover .icon,
 .explore-feature:hover .title {
   color: #2f55d4 !important;
 }
 
 .construction-img {
   position: absolute;
   bottom: 0;
   right: 20px;
 }
 
 .owl-theme .owl-dots .owl-dot span {
   background: #2f55d4 !important;
 }
 
 .customer-testi {
   cursor: e-resize;
 }
 
 .customer-testi .content:before {
   content: "";
   position: absolute;
   top: 30px;
   left: 0;
   margin-left: 13px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border: 8px solid #3c4858;
   border-color: transparent #242D32 #242D32 transparent;
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
   -webkit-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
   box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
 }
 
 
 .background--black-clients {
  color:#B3B3CC !important;
  font-size: 14px;
   background: rgb(56,68,75);
   background: radial-gradient(circle, rgba(56,68,75,1) 0%, rgba(35,43,48,1) 100%); 
 
 
 
   
 }
 
 .owl-theme .owl-dots .owl-dot span {
   border-radius: 3px;
   background: rgba(47, 85, 212, 0.5) !important;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots.clickable .owl-dot:hover span {
   background: #2f55d4 !important;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 
 .owl-carousel .owl-item img {
   display: block;
   width: auto;
 }
 
 .slick-slider {
   overflow-x: hidden !important;
   cursor: pointer;
 }
 
 .pricing-rates {
   position: relative;
   z-index: 1;
   border-bottom: 3px solid #adb5bd !important;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .pricing-rates .price {
   font-weight: 400;
 }
 
 .pricing-rates.business-rate:hover {
   -webkit-transform: scale(1.03);
   transform: scale(1.03);
   z-index: 2;
   border-color: #2f55d4 !important;
   -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
   box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
   background-color: #ffffff !important;
 }
 
 .pricing-rates.business-rate:hover .title {
   color: #2f55d4;
 }
 
 .pricing-rates.starter-plan {
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
   z-index: 2;
   border-color: #2f55d4 !important;
 }
 
 @media (max-width: 767px) {
   .pricing-rates.starter-plan {
     -webkit-transform: scale(1);
     transform: scale(1);
   }
 }
 
 .pricing-rates.best-plan:hover {
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
 }
 
 .ribbon.ribbon-primary span {
   background-color: #2f55d4 !important;
 }
 
 .ribbon.ribbon-primary span:before {
   border-left-color: #2443ac;
   border-top-color: #2443ac;
 }
 
 .ribbon.ribbon-primary span:after {
   border-right-color: #2443ac;
   border-top-color: #2443ac;
 }
 
 .ribbon.ribbon-secondary span {
   background-color: #5a6d90 !important;
 }
 
 .ribbon.ribbon-secondary span:before {
   border-left-color: #465571;
   border-top-color: #465571;
 }
 
 .ribbon.ribbon-secondary span:after {
   border-right-color: #465571;
   border-top-color: #465571;
 }
 
 .ribbon.ribbon-success span {
   background-color: #2eca8b !important;
 }
 
 .ribbon.ribbon-success span:before {
   border-left-color: #25a06e;
   border-top-color: #25a06e;
 }
 
 .ribbon.ribbon-success span:after {
   border-right-color: #25a06e;
   border-top-color: #25a06e;
 }
 
 .ribbon.ribbon-warning span {
   background-color: #f17425 !important;
 }
 
 .ribbon.ribbon-warning span:before {
   border-left-color: #d55b0e;
   border-top-color: #d55b0e;
 }
 
 .ribbon.ribbon-warning span:after {
   border-right-color: #d55b0e;
   border-top-color: #d55b0e;
 }
 
 .ribbon.ribbon-info span {
   background-color: #17a2b8 !important;
 }
 
 .ribbon.ribbon-info span:before {
   border-left-color: #117a8b;
   border-top-color: #117a8b;
 }
 
 .ribbon.ribbon-info span:after {
   border-right-color: #117a8b;
   border-top-color: #117a8b;
 }
 
 .ribbon.ribbon-danger span {
   background-color: #e43f52 !important;
 }
 
 .ribbon.ribbon-danger span:before {
   border-left-color: #d21e32;
   border-top-color: #d21e32;
 }
 
 .ribbon.ribbon-danger span:after {
   border-right-color: #d21e32;
   border-top-color: #d21e32;
 }
 
 .ribbon.ribbon-dark span {
   background-color: #3c4858 !important;
 }
 
 .ribbon.ribbon-dark span:before {
   border-left-color: #272f3a;
   border-top-color: #272f3a;
 }
 
 .ribbon.ribbon-dark span:after {
   border-right-color: #272f3a;
   border-top-color: #272f3a;
 }
 
 .ribbon.ribbon-muted span {
   background-color: #8492a6 !important;
 }
 
 .ribbon.ribbon-muted span:before {
   border-left-color: #68788f;
   border-top-color: #68788f;
 }
 
 .ribbon.ribbon-muted span:after {
   border-right-color: #68788f;
   border-top-color: #68788f;
 }
 
 .ribbon.ribbon-light span {
   background-color: #f8f9fc !important;
 }
 
 .ribbon.ribbon-light span:before {
   border-left-color: #d4daed;
   border-top-color: #d4daed;
 }
 
 .ribbon.ribbon-light span:after {
   border-right-color: #d4daed;
   border-top-color: #d4daed;
 }
 
 .ribbon.ribbon-blue span {
   background-color: #2f55d4 !important;
 }
 
 .ribbon.ribbon-blue span:before {
   border-left-color: #2443ac;
   border-top-color: #2443ac;
 }
 
 .ribbon.ribbon-blue span:after {
   border-right-color: #2443ac;
   border-top-color: #2443ac;
 }
 
 .ribbon.ribbon-footer span {
   background-color: #202942 !important;
 }
 
 .ribbon.ribbon-footer span:before {
   border-left-color: #0f131f;
   border-top-color: #0f131f;
 }
 
 .ribbon.ribbon-footer span:after {
   border-right-color: #0f131f;
   border-top-color: #0f131f;
 }
 
 .ribbon {
   position: absolute;
   top: -5px;
   width: 75px;
   height: 75px;
   z-index: 2;
 }
 
 .ribbon.ribbon-right {
   right: -5px;
 }
 
 .ribbon.ribbon-right span {
   right: -21px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 
 .ribbon.ribbon-left {
   left: -5px;
 }
 
 .ribbon.ribbon-left span {
   left: -21px;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
 }
 
 .ribbon span {
   position: absolute;
   top: 19px;
   width: 100px;
   color: #ffffff;
 }
 
 .ribbon span:before,
 .ribbon span:after {
   content: "";
   position: absolute;
   top: 100%;
   z-index: -1;
   border: 3px solid transparent;
 }
 
 .ribbon span:before {
   left: 0;
 }
 
 .ribbon span:after {
   right: 0;
 }
 
 .invoice-top .logo-invoice {
   font-weight: 700;
   font-size: 27px;
   letter-spacing: 1px;
 }
 
 .watch-video a .play-icon-circle {
   height: 36px;
   width: 36px;
   background-color: #2f55d4;
   line-height: 36px;
 }
 
 .watch-video a .play-icon-circle.play-iconbar {
   font-size: 16px;
 }
 
 .watch-video a .play-icon-circle.play {
   top: 77%;
 }
 
 .bg-cta {
   padding: 150px 0;
 }
 
 .play-btn {
   height: 78px;
   width: 78px;
   font-size: 30px;
   line-height: 76px;
   border-radius: 50%;
   display: inline-block;
   color: #ffffff;
 }
 
 .play-icon {
   position: absolute;
   bottom: 50%;
   -webkit-transform: translateY(50%);
   transform: translateY(50%);
   right: 0;
   left: 0;
   text-align: center;
 }
 
 .play-icon i {
   height: 75px;
   -webkit-text-stroke: 2px #2f55d4;
   -webkit-text-fill-color: transparent;
   width: 75px;
   font-size: 25px;
   line-height: 75px;
   display: inline-block;
 }
 
 .play-icon i:hover {
   -webkit-text-stroke: 2px #2f55d4;
   -webkit-text-fill-color: #2f55d4;
 }
 
 .mfp-iframe-holder .mfp-content {
   max-width: 1110px;
 }
 
 .blog {
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 
 .blog .content h4 {
   line-height: 1.2;
 }
 
 .blog .content .title {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .blog .content .title:hover {
   color: #2f55d4 !important;
 }
 
 .blog .content .post-meta .like,
 .blog .content .post-meta .comments,
 .blog .content .post-meta .readmore {
   font-size: 15px;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .blog .content .post-meta .like:hover {
   color: #e43f52 !important;
 }
 
 .blog .content .post-meta .comments:hover {
   color: #2eca8b !important;
 }
 
 .blog .content .post-meta .readmore:hover {
   color: #2f55d4 !important;
 }
 
 .blog .author,
 .blog .teacher,
 .blog .course-fee {
   position: absolute;
   z-index: 1;
   opacity: 0;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .blog .author {
   top: 5%;
   left: 5%;
 }
 
 .blog .teacher {
   bottom: 6%;
   left: 5%;
 }
 
 .blog .course-fee {
   bottom: -5%;
   right: 5%;
   width: 50px;
   height: 50px;
 }
 
 .blog .course-fee .fee {
   line-height: 50px;
 }
 
 .blog.blog-detail:hover {
   -webkit-transform: translateY(0px) !important;
   transform: translateY(0px) !important;
 }
 
 .blog:hover {
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
 }
 
 .blog:hover .overlay {
   opacity: 0.4;
 }
 
 .blog:hover .author,
 .blog:hover .teacher,
 .blog:hover .course-fee {
   opacity: 1;
 }
 
 .blog .blog-list-meta {
   position: absolute;
   bottom: 24px;
 }
 
 .sidebar .widget .widget-search form {
   position: relative;
 }
 
 .sidebar .widget .widget-search input[type="text"],
 .sidebar .widget .searchform input[type="text"] {
   -webkit-box-shadow: none;
   box-shadow: none;
   padding: 12px 15px;
   height: 45px;
   font-size: 14px;
   display: block;
   width: 100%;
   outline: none !important;
   padding-right: 45px;
 }
 
 .sidebar .widget .widget-search input[type="submit"],
 .sidebar .widget .searchform input[type="submit"] {
   position: absolute;
   top: 5px;
   right: 10px;
   opacity: 0;
   width: 40px;
   height: 40px;
 }
 
 .sidebar .widget .widget-search .searchform:after {
   content: "\F0349";
   position: absolute;
   font-family: "Material Design Icons";
   right: 16px;
   top: 15px;
   font-size: 20px;
   line-height: 20px;
   pointer-events: none;
 }
 
 .sidebar .widget .blog-categories li {
   padding-bottom: 10px;
 }
 
 .sidebar .widget .blog-categories li:last-child {
   padding-bottom: 0;
 }
 
 .sidebar .widget .blog-categories li a,
 .sidebar .widget .blog-categories li span {
   font-size: 15px;
 }
 
 .sidebar .widget .blog-categories li a {
   color: #3c4858;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .sidebar .widget .blog-categories li a:hover {
   color: #2f55d4;
 }
 
 .sidebar .widget .post-recent {
   padding-bottom: 15px;
 }
 
 .sidebar .widget .post-recent:last-child {
   padding-bottom: 0;
 }
 
 .sidebar .widget .post-recent .post-recent-thumb {
   width: 25%;
 }
 
 .sidebar .widget .post-recent .post-recent-content {
   width: 75%;
   padding-left: 10px;
 }
 
 .sidebar .widget .post-recent .post-recent-content a {
   display: block;
   color: #3c4858;
   font-size: 15px;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .sidebar .widget .post-recent .post-recent-content a:hover {
   color: #2f55d4;
 }
 
 .sidebar .widget .post-recent .post-recent-content span {
   font-size: 13px;
 }
 
 .sidebar .widget .tagcloud>a {
   background: #e9ecef;
   color: #3c4858;
   display: inline-block;
   font-size: 9px;
   letter-spacing: 1px;
   margin: 5px 10px 5px 0;
   padding: 8px 12px 7px;
   text-transform: uppercase;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
   font-weight: 600;
 }
 
 .sidebar .widget .tagcloud>a:hover {
   background: #2f55d4;
   color: #ffffff;
 }
 
 .media-list .media .media-heading:hover {
   color: #2f55d4 !important;
 }
 
 .media-list .sub-comment {
   border-left: 2px dashed #dee2e6;
 }
 
 .blog .overlay,
 .job-box .job-overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   opacity: 0;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .job-box {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .job-box .job-overlay {
   opacity: 0.6;
 }
 
 .job-box .head {
   position: absolute;
   top: 15px;
   right: 15px;
 }
 
 .job-box .position {
   position: absolute;
   top: 15px;
   left: 15px;
 }
 
 .job-box .position a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .job-box .position a:hover {
   color: #2f55d4 !important;
 }
 
 .job-box .firm-logo {
   position: absolute;
   left: 0;
   right: 0;
   height: 60px;
   width: 60px;
   line-height: 60px;
   margin: 0 auto;
   top: -30px;
 }
 
 .job-box .company-name {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .job-box .company-name:hover {
   color: #2f55d4 !important;
 }
 
 .job-box:hover {
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
 }
 
 .candidate-list .like {
   -webkit-text-stroke: 1px #8492a6;
   -webkit-text-fill-color: transparent;
 }
 
 .candidate-list .like:hover,
 .candidate-list .like:focus {
   -webkit-text-stroke: #e43f52;
   -webkit-text-fill-color: #e43f52;
 }
 
 .candidate-list,
 .company-list {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .candidate-list .name:hover,
 .company-list .name:hover {
   color: #2f55d4 !important;
 }
 
 .candidate-list:hover,
 .company-list:hover {
   -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
   box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
 }
 
 @media (min-width: 1024px) {
   .job-profile {
     top: -378px;
   }
 }
 
 @media (min-width: 768px) and (max-width: 1023px) {
   .job-profile {
     top: -338px;
   }
 }
 
 @media (max-width: 767px) {
   .company-logo {
     float: none !important;
     text-align: left !important;
   }
 }
 
 .work-container.work-classic .work-image {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .work-container.work-classic .work-image:hover {
   -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
 }
 
 .work-container.work-classic .content .title,
 .work-container.work-grid .content .title,
 .work-container.work-modern .content .title {
   font-size: 18px;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .work-container.work-classic .content .title:hover,
 .work-container.work-grid .content .title:hover,
 .work-container.work-modern .content .title:hover {
   color: #2f55d4 !important;
 }
 
 .work-container.work-classic .content .tag,
 .work-container.work-grid .content .tag,
 .work-container.work-modern .content .tag {
   font-size: 15px !important;
 }
 
 .work-container.work-modern img,
 .work-container.work-modern .overlay-work,
 .work-container.work-modern .content,
 .work-container.work-modern .client,
 .work-container.work-modern .read_more,
 .work-container.work-modern .icons,
 .work-container.work-modern .icons .work-icon {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .work-container.work-modern .overlay-work,
 .work-container.work-modern .content,
 .work-container.work-modern .client,
 .work-container.work-modern .read_more,
 .work-container.work-modern .icons {
   position: absolute;
 }
 
 .work-container.work-modern .overlay-work {
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   opacity: 0;
   z-index: 1;
 }
 
 .work-container.work-modern .content {
   z-index: 1;
   bottom: 5%;
   left: 5%;
 }
 
 .work-container.work-modern .content,
 .work-container.work-modern .client {
   opacity: 0;
 }
 
 .work-container.work-modern .client,
 .work-container.work-modern .read_more {
   z-index: 1;
   right: 5%;
   top: 5%;
 }
 
 .work-container.work-modern .read_more {
   height: 30px;
   width: 30px;
   line-height: 30px;
 }
 
 .work-container.work-modern .icons {
   right: 0;
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 2;
   opacity: 0;
 }
 
 .work-container.work-modern .icons .work-icon {
   height: 45px;
   width: 45px;
   line-height: 45px;
 }
 
 .work-container.work-modern .icons .work-icon:hover {
   background: #2f55d4 !important;
   color: #ffffff !important;
 }
 
 .work-container.work-modern:hover img {
   -webkit-transform: scale(1.1) rotate(3deg);
   transform: scale(1.1) rotate(3deg);
 }
 
 .work-container.work-modern:hover .overlay-work {
   opacity: 0.65;
 }
 
 .work-container.work-modern:hover .icons {
   opacity: 1;
 }
 
 .work-container.work-modern:hover .personal-port,
 .work-container.work-modern:hover .content,
 .work-container.work-modern:hover .client {
   opacity: 1;
 }
 
 .work-container.work-grid {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .work-container.work-grid img,
 .work-container.work-grid .content,
 .work-container.work-grid .content .title {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .work-container.work-grid .content {
   position: absolute;
   bottom: 0;
   right: 0;
   left: 0;
   -webkit-transform: translateY(150px);
   transform: translateY(150px);
   overflow: hidden;
 }
 
 .work-container.work-grid:hover {
   -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
 }
 
 .work-container.work-grid:hover img {
   -webkit-transform: translateY(-40px);
   transform: translateY(-40px);
 }
 
 .work-container.work-grid:hover .content {
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 
 .work-details ul li b {
   max-width: 90px;
   width: 100%;
   display: inline-block;
 }
 
 .courses-desc img {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .courses-desc:hover img {
   -webkit-transform: scale(1.1) rotate(3deg);
   transform: scale(1.1) rotate(3deg);
 }
 
 .courses-desc .overlay-work,
 .popular-tour .overlay-work {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   opacity: 0;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .courses-desc:hover .overlay-work,
 .popular-tour:hover .overlay-work {
   opacity: 0.6;
 }
 
 .event-schedule {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .event-schedule .date .day {
   font-size: 18px;
   width: 50px;
   height: 50px;
   border-radius: 50px;
   background: rgba(47, 85, 212, 0.1);
   line-height: 48px;
   border: 2px solid #ffffff;
   -webkit-box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
   box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
 }
 
 .event-schedule .date .month {
   font-size: 13px;
 }
 
 .event-schedule .content .title {
   font-size: 20px;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .event-schedule .content .title:hover {
   color: #2f55d4 !important;
 }
 
 .event-schedule .content .location-time {
   font-size: 14px;
 }
 
 .event-schedule:hover {
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
   -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   border-color: #2f55d4 !important;
   background: #f8f9fc !important;
 }
 
 .courses-desc {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .courses-desc .content .title {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .courses-desc .content .title:hover {
   color: #2f55d4 !important;
 }
 
 .courses-desc .collection,
 .courses-desc .preview {
   position: absolute;
   opacity: 0;
   z-index: 1;
 }
 
 .courses-desc .collection {
   top: 15px;
   left: 15px;
 }
 
 .courses-desc .collection i {
   -webkit-text-stroke: 2px #e43f52;
   -webkit-text-fill-color: transparent;
 }
 
 .courses-desc .collection i:active {
   -webkit-text-stroke: 0px #e43f52;
   -webkit-text-fill-color: #e43f52;
 }
 
 .courses-desc .preview {
   bottom: 15px;
   right: 15px;
 }
 
 .courses-desc:hover {
   -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
 }
 
 .courses-desc:hover .collection,
 .courses-desc:hover .preview {
   opacity: 1;
 }
 
 .personal-port {
   opacity: 0;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .container-filter li a {
   font-size: 13px;
   padding: 0px 15px;
   margin: 5px 3px;
   font-weight: 700;
   letter-spacing: 0.8px;
   cursor: pointer;
   line-height: 34px;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .container-filter li a.active,
 .container-filter li a:hover {
   color: #2f55d4 !important;
   border-color: #2f55d4 !important;
 }
 
 .spacing {
   padding: 7px;
 }
 
 .shop-list .shop-image .overlay-work,
 .shop-list .shop-image .shop-icons {
   position: absolute;
   opacity: 0;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .shop-list .shop-image .overlay-work {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
 }
 
 .shop-list .shop-image .overlay-work .out-stock {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
 }
 
 .shop-list .shop-image .shop-icons {
   top: 15px;
   right: 15px;
   z-index: 2;
 }
 
 .shop-list .shop-image:hover .overlay-work,
 .shop-list .shop-image:hover .shop-icons {
   opacity: 1;
 }
 
 .shop-list .content .product-name {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .shop-list .content .product-name:hover {
   color: #2f55d4 !important;
 }
 
 .shop-list .label {
   position: absolute;
   top: 15px;
   left: -15px;
   z-index: 2;
 }
 
 .popular-tour .content {
   position: absolute;
   bottom: 3%;
   left: 5%;
 }
 
 .main-icon {
   border: 2px solid #e9ecef;
   height: 40px;
   width: 40px;
   line-height: 0;
   text-align: center;
 }
 
 .main-icon .fea {
   height: 20px;
 }
 
 @media (min-width: 768px) {
   .main-icon {
     margin: 0 auto;
   }
 }
 
 .timeline-page:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   height: 95%;
   margin: auto;
   width: 2px;
   background-color: #e9ecef !important;
 }
 
 .timeline-page .timeline-item .date-label-left,
 .timeline-page .timeline-item .duration-right {
   margin-right: 15px;
 }
 
 .timeline-page .timeline-item .date-label-left:after,
 .timeline-page .timeline-item .duration-right:after {
   content: "";
   position: absolute;
   top: 12px;
   width: 12px;
   height: 12px;
   z-index: 1;
   background-color: #2f55d4;
   border-radius: 4px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 
 .timeline-page .timeline-item .date-label-left {
   float: right;
   margin-right: 15px;
 }
 
 .timeline-page .timeline-item .date-label-left:after {
   right: -37px;
 }
 
 .timeline-page .timeline-item .duration-right {
   float: left;
   margin-left: 15px;
 }
 
 .timeline-page .timeline-item .duration-right:after {
   left: -37px;
 }
 
 .timeline-page .timeline-item .event {
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
 }
 
 .timeline-page .timeline-item .event.event-description-right {
   margin-left: 15px;
 }
 
 .timeline-page .timeline-item .event.event-description-left {
   margin-right: 15px;
   text-align: right;
 }
 
 @media (max-width: 767px) {
   .timeline-page {
     margin-left: 18px;
   }
 
   .timeline-page:after {
     margin: 0;
   }
 
   .timeline-page .timeline-item .duration {
     float: left !important;
     margin: 0 0 30px 15px !important;
     text-align: left !important;
   }
 
   .timeline-page .timeline-item .duration:after {
     left: -21px !important;
   }
 
   .timeline-page .timeline-item .duration .event {
     text-align: left !important;
     margin-left: 15px;
   }
 
   .timeline-page .timeline-item .event-description-left {
     text-align: left !important;
     margin: 0 0 0 15px;
   }
 }
 
 .team img {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .team .name:hover {
   color: #2f55d4 !important;
 }
 
 .team .team-icon {
   position: absolute;
   bottom: 50%;
   -webkit-transform: translateY(50%);
   transform: translateY(50%);
   right: 0;
   opacity: 0;
   left: 0;
   text-align: center;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .team:hover img {
   -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   opacity: 0.2;
 }
 
 .team:hover .overlay-team {
   opacity: 0.6;
 }
 
 .team:hover .team-icon {
   opacity: 1;
 }
 
 .login-page {
   font-size: 15px;
 }
 
 .login-page .forgot-pass {
   z-index: 99;
   position: relative;
   font-size: 13px;
 }
 
 .cover-user .container-fluid {
   max-width: 100%;
 }
 
 @media (max-width: 768px) {
   .cover-user .container-fluid .padding-less {
     position: relative !important;
     height: 400px !important;
   }
 }
 
 .cover-user .container-fluid .padding-less.img {
   background: scroll center no-repeat;
   background-size: cover;
   position: absolute;
   height: 100%;
 }
 
 .cover-user .cover-user-img {
   height: 100vh;
 }
 
 @media (min-width: 1025px) {
   .cover-user .cover-user-img {
     padding: 0px 20%;
   }
 }
 
 @media (max-width: 768px) {
   .cover-user .cover-user-img {
     -webkit-box-align: start !important;
     -ms-flex-align: start !important;
     align-items: start !important;
     height: auto !important;
     padding: 30px;
   }
 }
 
 @media (max-width: 768px) {
   .cover-user .cover-user-content {
     text-align: left !important;
   }
 
   .cover-user .cover-my-30 {
     margin: 30px 0;
   }
 }
 
 .bg-profile {
   padding: 100px 0;
   background-size: cover;
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
   position: relative;
   background-position: center center;
 }
 
 .bg-profile .public-profile {
   top: 175px;
 }
 
 .accounts {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .accounts .pro-icons,
 .accounts .title {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .accounts:hover,
 .accounts.active {
   background-color: #2f55d4;
 }
 
 .accounts:hover .pro-icons,
 .accounts.active .pro-icons {
   color: rgba(255, 255, 255, 0.5) !important;
 }
 
 .accounts:hover .title,
 .accounts.active .title {
   color: #ffffff !important;
 }
 
 .coming-soon,
 .maintenance,
 .error-page {
   font-size: 40px;
   letter-spacing: 1px;
 }
 
 @media (max-width: 767px) {
 
   .coming-soon,
   .maintenance,
   .error-page {
     font-size: 32px;
   }
 }
 
 #countdown .count-down,
 #eventdown .count-down {
   display: inline-block;
   margin: 30px 10px;
   color: #ffffff;
   border-radius: 50%;
   text-align: center;
   border: 4px solid #dee2e6;
   height: 130px;
   width: 130px;
 }
 
 #countdown .count-down .count-number,
 #eventdown .count-down .count-number {
   font-size: 40px;
   line-height: 95px;
 }
 
 #countdown .count-down .count-head,
 #eventdown .count-down .count-head {
   display: block;
   position: relative;
   -webkit-transform: translateY(-20px);
   transform: translateY(-20px);
   text-transform: uppercase;
   font-size: 14px;
   letter-spacing: 1px;
 }
 
 #eventdown .count-down {
   margin: 10px !important;
   border: 0;
   height: 20px;
   width: 80px;
 }
 
 @media (max-width: 767px) {
   #eventdown .count-down {
     width: 60px;
   }
 }
 
 #eventdown .count-down .count-number {
   line-height: 80px;
 }
 
 @media (max-width: 767px) {
   #eventdown .count-down .count-number {
     font-size: 30px;
   }
 }
 
 #eventdown .count-down .count-head {
   -webkit-transform: translateY(-15px);
   transform: translateY(-15px);
 }
 
 @media (max-width: 767px) {
   #eventdown .count-down .count-head {
     font-size: 10px;
   }
 }
 
 #clock {
   color: #ffffff;
 }
 
 #clock p {
   width: 80px;
 }
 
 #clock p span {
   font-size: 40px;
 }
 
 #clock p span.indicator {
   font-size: 18px;
 }
 
 .form-group .icons {
   position: absolute;
   top: 13px;
   left: 18px;
 }
 
 .map {
   line-height: 0;
 }
 
 .map iframe {
   width: 100%;
   height: 400px;
 }
 
 .error {
   margin: 8px 0px;
   display: none;
   color: #e43f52;
 }
 
 #ajaxsuccess {
   font-size: 16px;
   width: 100%;
   display: none;
   clear: both;
   margin: 8px 0px;
 }
 
 .error_message {
   padding: 10px;
   margin-bottom: 20px;
   text-align: center;
   border: 2px solid #e43f52;
   color: #e43f52;
   border-radius: 6px;
   font-size: 14px;
 }
 
 .contact-loader {
   display: none;
 }
 
 #success_page {
   text-align: center;
   margin-bottom: 50px;
 }
 
 #success_page h3 {
   color: #2eca8b;
   font-size: 22px;
 }
 
 .flatpickr-day.selected,
 .flatpickr-day.selected:hover {
   background: #2f55d4;
   border-color: #2f55d4;
 }
 
 @media (min-width: 768px) {
   .map.map-height-two iframe {
     height: 551px;
   }
 }
 
 .footer {
   background-color: #1e1e1e;
   padding: 50px 0;
   position: relative;
   color: #adb5bd;
 }
 
 
 
 .footer .logo-footer {
   font-size: 22px;
 }
 
 .footer .footer-head {
   letter-spacing: 1px;
   font-weight: 500;
 }
 
 .footer .foot-subscribe .form-control {
   background-color: #696969;
   border: 1px solid #555;
   color: #f8f9fc;
 }
 
 .footer .foot-subscribe .form-control:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .footer .foot-subscribe.foot-white .form-control {
   color: #adb5bd;
 }
 
 .footer .foot-subscribe input::-webkit-input-placeholder {
   color: #adb5bd;
 }
 
 .footer .foot-subscribe input:-ms-input-placeholder {
   color: #adb5bd;
 }
 
 .footer .foot-subscribe input::-ms-input-placeholder {
   color: #adb5bd;
 }
 
 .footer .foot-subscribe input::placeholder {
   color: #adb5bd;
 }
 
 .footer .text-foot {
   color: #adb5bd;
 }
 
 .footer .footer-list {
   margin-bottom: 0;
 }
 
 .footer .footer-list li {
   margin-bottom: 10px;
 }
 
 .footer .footer-list li a {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .footer .footer-list li a:hover {
   color: #e6e8ea;
 }
 
 .footer .footer-list li:last-child {
   margin-bottom: 0;
 }
 
 .footer.footer-border,
 .footer.footer-bar {
   border-top: 0px solid #283353;
 }
 
 .footer.footer-bar {
   padding: 0px 0 0px 0;
 }
 

 @media (max-width: 425px) {
   #style-switcher {
     display: none;
   }
   .kd-our-service {
     display:none;
   }
 }
 
 /*# sourceMappingURL=style.css.map */
 
 
 
 /* .home-slider .carousel-control-next,
 .home-slider .carousel-control-prev {
   width: 5%;
 }
 
 .home-slider .carousel-item,
 .home-slider .carousel {
   height: 100vh;
   width: 100%;
 }
 
 .home-slider .carousel-item {
   background-position: center center;
   background-size: cover;
 }
 
 .home-slider .carousel-item.active {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 } */
 
 .developer-icon .dropdown-menu:before {
   content: none !important;
 }
 
 .VueCarousel-dot-container {
   margin-top: 0px !important;
 }
 
 .VueCarousel-dot {
   width: 10px !important;
   height: 10px !important;
   border-radius: 9px !important;
   padding: 7px !important;
   background-color: rgba(8, 218, 233, 0.5) !important;
 }
 
 .VueCarousel-dot:focus {
   outline: none !important;
 }
 
 .VueCarousel-dot--active {
   background-color: #00a292 !important;
   transform: rotate(45deg);
 }
 
 
 
 /*-----KD Custom Design---*/
 .rounded-circle {
   border-radius: 50%!important;
 }
 .border-bottom {
  margin-bottom: -45px;
}
 
 .kd-custom-text-right {
 text-align:right !important;
 font-size: 14px;
 color: #777777;
 padding-right:15px;
 margin-top:-15px;
 margin-bottom: 20px;
 }
 .kd-left-alin {
   text-align:left !important;
   }
   
   .text-right {
     text-align:right !important;
     }
   .avatar.avatar-47x {
     max-height: 47px;
     max-width: 47px;
     animation: pulse-bg 1s infinite;   
 }
 .avatar.avatar-40x {
   max-height: 35px;
   max-width: 35px;
   animation: pulse-bg 1s infinite;
 }
 .avatar.avatar-100x {
   max-height: 100px;
   max-width: 100px;
   animation: pulse-bg 1s infinite;
 }
 .avatar.avatar-150x {
  max-height: 150px;
  max-width: 150px;
  animation: pulse-bg 1s infinite;
}
 .avatar.avatar-80x {
   max-height: 80px;
   max-width: 80px;
   animation: pulse-bg 1s infinite;
 }
 .avatar.avatar-60x {
   max-height: 65px;
   max-width: 65px;
   animation: pulse-bg 1s infinite;
 }
 .kd-featured-image {
   width:200px;
   height:auto;
   animation: pulse-bg 1s infinite;
   }
 
 .VueCarousel-slide {
   margin-bottom: 0px !important;
 }
 
 .mid-cover {
   height: 550px;
   background-size: cover;
   background-position: center center;
   display: flex;
   flex-direction: column;
   z-index: -2;
 
 }
 
 .uk-flex-left {
   justify-content: flex-start;
 }
 
 .uk-panel>:last-child {
   margin-bottom: 0;
 }
 .wave-rotate {
   transform: rotate(
 180deg
 );
   -ms-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -webkit-transform: rotate(
 180deg
 );
   -o-transform: rotate(180deg);
 }
 .imh-no-margin-top {
   margin-top: -1px;
 }
 .imh-wave {
   display: block;
   position: relative;
   vertical-align: middle;
 
 }
 .avatar.avatar-kd-sm {
   max-height: 40px;
 }
 
 .bdprice {
   margin-top: -20px !important;
   font-size: 13px !important;
 }
 .text-s {
 font-size: small;
 margin-top: 10px;
 color: #5a6d90 !important ;
 }
 .kd-circle-border {
   border: 4px solid #934EFD !important;
 }
 .mt-2, .my-2 {margin-top: 4px!important;}
 
 
 .imbbg {
   background-image: url('images/process-rtl.png');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: bottom right;
 }
 
 .donation-img {
   max-width: 100%;
   height: auto;
   margin-bottom: -25px;
   opacity: 0.8;
 }
 
 .donate-border, footer-bar {
     border-top: 1px solid #283353;
 }
 .modal-body {
   background-color: #FFFFFF;
 }
 .modal-body-dark {
   background-color: #000;
 }
 .modal-header {
   background-color: #1d1d1d;
 }
 
 .theme-color-black {
   background-color: #151B2B !important;
 
 }
 
 .bg-violate-blue{
 background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
 }
 
 .bg-center-pink {
   background: rgb(252,81,133);
 background: radial-gradient(circle, rgba(252,81,133,1) 0%, rgba(130,95,236,1) 50%, rgba(77,77,251,1) 100%);
 }
 .background--black-clients {
 
   background: rgb(56,68,75);
   background: radial-gradient(circle, rgba(56,68,75,1) 0%, rgba(35,43,48,1) 100%);  
 }
 .bg-pink-blue {
 background-image: linear-gradient(
 170deg
 ,#e194e2 8%,#8033f5 79%);
 }
 
 .bg-yello-lemon {
   background: #F6BA24;
   background: -webkit-linear-gradient(top left, #F6BA24, #D8F598);
   background: -moz-linear-gradient(top left, #F6BA24, #D8F598);
   background: linear-gradient(to bottom right, #F6BA24, #D8F598);
   }
 
 
   
   .bg-violet-ball{
     background: #8C5BB4;
     background: -webkit-radial-gradient(center, #8C5BB4, #673EE6);
     background: -moz-radial-gradient(center, #8C5BB4, #673EE6);
     background: radial-gradient(ellipse at center, #8C5BB4, #673EE6);
   }
   
   
   .text-left-padding-30 {
 padding-left: 30px;
 
   }
 
   .div-margin-right-30 {
     margin-right: 31px;
       }
     
       .color-hover {
        transition: filter 0.5s ease;
        filter: grayscale(100%);
    }
    
    .color-hover:hover {
        filter: grayscale(0%);
    }
 
 .icon-size2 {
 font-size: 37px;
 }
 
 .my-color-1 {
  color: #87857f !important;
  
}
.my-color-2 {
 color: #336699 !important;
 
}
    
.my-color-5 {
  color: #049c0c  !important ;

 }
 .my-color-4 {
  color: #dcdbd8 !important ;

 }

    
.my-color-3 {
  color: #706f6e !important ;

 }
.my-color-6 {
  color: #32a106d3 !important ;
 }
.my-color-7 {
  color: #009999 !important ;
 }
  .change-font-size {
  font-size: 16px ;

 }

 
 
 
 .my-green-bg {
  background: rgb(2, 56, 56);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 118, 122, 1) 0%, rgba(1, 91, 94, 1) 43%, rgba(2, 56, 56, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 118, 122, 1) 0%, rgba(1, 91, 94, 1) 43%, rgba(2, 56, 56, 1) 100%);


 }














.text-decoration { text-decoration: none;}








.text-shaddow-nav {
  top: -20px !important;

}


 
 
 
 .heart {
   animation: heart-pulse 0.9s infinite ease-out;
 }
 
 @keyframes heart-pulse {
   0% {
     transform: scale(0); /* scaling to 0 */
   }
   50% {
     transform: scale(1.2); /* increasing the size */
   }
   70% {
     transform: scale(0.65); /* decreasing the size */
   }
   100% {
     transform: scale(0); /* seeting back to initial size */
   }
 }
 
 
 
 .footer-wave {
   position:relative;
 }
 
 
 .inner-header {
   height:auto;
   width:100%;
   margin: 0;
   padding: 0;
 }
 
 .flex { /*Flexbox for containers*/
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
 }
 
 .waves {
   position:relative;
   width: 100%;
   height:15vh;
   margin-bottom:-7px; /*Fix for safari gap*/
   min-height:100px;
   max-height:150px;
 }
 
 
 /* Animation */
 
 .parallax > use {
   animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
 }
 .parallax > use:nth-child(1) {
   animation-delay: -2s;
   animation-duration: 7s;
 }
 .parallax > use:nth-child(2) {
   animation-delay: -3s;
   animation-duration: 10s;
 }
 .parallax > use:nth-child(3) {
   animation-delay: -4s;
   animation-duration: 13s;
   background-color: red;
 
 }
 .parallax > use:nth-child(4) {
   animation-delay: -5s;
   animation-duration: 20s;
 }
 @keyframes move-forever {
   0% {
    transform: translate3d(-90px,0,0);
   }
   100% { 
     transform: translate3d(85px,0,0);
   }
 }


 /* MY CUSTOM RESPONSIVENESS */



 @media (max-width: 768px) {

  .bg-home, .bg-half-170, .bg-half-260, .main-slider .slides .bg-slider, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide {
    padding: 25px 0;
    height: auto;
}

    .kd-responsive-text {
text-align: center;}      
.bird {display: none;}

.bg-half-260 {
  padding: 0px 0 20px 0 !important;}
  
   .waves {
     height:40px;
     min-height:40px;
   }

   .bg-overlay {margin-top: 1px;}

.responsive-small {
    font-size: small;
   }
   .responsive-medium {
    font-size: 50%;
   }
   .responsive-hide {
    display: none;
   } 
   .footer-special-width {
    flex: 0 0 50% !important;
  }
  #topnav .buy-button i {
    display: none;
}
.card .card-body {
  padding: 1rem;
}
.responsive-center {
  margin: 0 auto;
  text-align: center;
}
.responsive-justify {
  text-align: justify !important;
}
.VueCarousel-pagination {
  display: none;
}

    .fixed-footer {
        margin: 0 auto;
        position: fixed;
        left: 0px;
        bottom: 0px;
        padding: 6px 0px 8px 12px;
        height: 40px;
        width: 100% !important;
        box-shadow: 3px 0 0px rgb(60 72 88 / 15%) !important;
        background: #1d1d1d !important;
        z-index: 50;
    }
 
  .footer-call-us a {
    border-radius: 5px;
    padding: 6px 14px 6px 14px;
    z-index: 9;
    text-align: left;
    line-height: 14px;
  }
  
 }
  /*END RESPONSIVE DESIGN*/
.z-index133 { z-index: 133;} 
 
 .hero-section { 
  z-index: 10;
 }
 

 
 
  .footer-call-us a {
    color: #8492a6 !important;

  }


 
 .lovecolor {
  color:#0e8b8c;
 }
 

.big-icon {
font-size: 3.5rem !important;
}

 .my-custom-hide {
  display: none !important;
 }
 
 
 html, body {
   width: 100vw;
   height: 100vh;
 }
 
 .slide-fade-enter-active {
   transition: all .3s ease;
   position: absolute;
   left: 0;
   top: 0;
 }
 .slide-fade-leave-active {
   position: absolute;
   left: 0;
   top: 0;
 }
 .slide-fade-enter, .slide-fade-leave-to {
   transform: translateX(10px);
   opacity: 0;
 }
 
 #app {
   position: relative;
 }

 
.VueCarousel-wrapper{
  padding-bottom:20px;
 }
 
 
 
 
 

 
 .explore-login-backg {
   background: rgb(224,220,215);
 background: radial-gradient(circle, rgba(224,220,215,1) 0%, rgba(209,173,250,1) 62%, rgba(255,255,255,1) 100%);
 }
 
 
 .page {
   position:absolute !important;
   width: 100%;
   top:0px !important;
   left:0px !important;
 }
 
 
 
 .footer-bg2 {
   background-color: #0F2455;
 }
 .footer-bg {
   background-color: #4e4e4e;
 }

 
 
 
 
 
 
 
 
 
 
 
 
 .ESTIMATE-REQUEST {
 font-size: 14px;
 color: #FF015B !important;
 text-decoration: underline;
 }
 
 
 /*-----Start Smart FB and Tw Like or Follow Button---*/
 
   .btn {
       margin-left: 5px !important;
       border-radius: 5px!important;
   }
   .nomani-fb-social-buttons { text-align:center;
     margin: 0 auto;
   }
     #count, .btn, .btn .label, .btn-o, .count-o {
       margin-left: 3px !important;
   }
   ._2tga._8j9v {
     padding: 0 8px 1px 8px !important;
     margin-right: 3px !important;
 }
 
     .botao-wpp, .botao-fb {
     display: inline-block;
         background-color: #25d366;
         font-weight: 300;
         padding: 2px 15px 1px 15px;
         border-bottom: 2px solid #efbf8f;
         border-radius: 4px;
         font-size: 10px;
         color: #fff !important;
     }
     .botao-fb {
           background-color: #3399FF;
           border-bottom: 2px solid #3366FF;
     }
 /*-----End Smart FB and Tw Like or Follow Button---*/
 
 

.text s { font-size: 12px !important; line-height: 16px;}







/* Compact################### EMAIL JS BOX START #####################*/






/* Compact################### EMAIL JS BOX END #####################*/








 
 


 
 
 

 
 
 /*-----WhatsApp Button---*/
 .staff-profile-image-small {
  height: 32px;
  width: 32px;
  margin-right: 5px;
  border-radius: 50%;
  display: none;
}
.hidden {
display: none;
}

.sticky-button {
  position: fixed;
  background-color: #128C7E;
  bottom: 14px;
  left: 20px;
  border-radius: 5px;
  z-index: 20;
  padding: 3px 3px 2px 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 99;
  border: 1px solid #075E54 !important;
}


.sticky-button:hover {
background-color: #D4DAED;
border-color: #202942;
color: white;
}
.sticky-button svg {
 margin: auto;
 fill: #fff ;
 width: 30px;
 height: 28px;
 text-shadow: 2px 2px 4px #000000;
 padding-top: 5px;
}

.sticky-button a,.sticky-button label {
 cursor: pointer;
 display: flex;
 align-items: center;
 width: 30px;
 height: 30px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.sticky-button label svg.close-icon {
 display: none;
}

.sticky-chat {
 position: fixed;
 bottom: 70px;
 left: 20px;
 width: 320px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 z-index: 21;
 opacity: 0;
 visibility: hidden;
}

.sticky-chat a {
 text-decoration: none;
 font-family: 'Roboto',sans-serif;
 color: #505050;
 
}

.sticky-chat svg {
 width: 35px;
 height: 35px;
}

.sticky-chat .chat-content {
    background: #DED5CC;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 25%);
overflow: hidden;
font-weight: 600;
}

.sticky-chat .chat-header {
 position: relative;
 display: flex;
 align-items: center;
 padding: 15px 20px;
 background-color: #077a7e ;
 overflow: hidden;
}

.sticky-chat .chat-header:after {
 content: '';
 display: block;
 position: absolute;
 bottom: 0;
 right: 0;
 width: 80px;
 height: 75px;
 background: rgba(0,0,0,.040);
 border-radius: 70px 0 5px 0;
}

.sticky-chat .chat-header svg {
 width: 50px;
 height: 50px;
 flex: 0 0 auto;
 fill: #fff;
}

.sticky-chat .chat-header .title {
 padding-left: 15px;
 font-size: 15px;
 font-weight: 600;
 color: #fff;
}

.sticky-chat .chat-header .title span {
 font-size: 13px;
 font-weight: 400;
 display: block;
 line-height: 1.58em;
 margin: 0;
 color: #f4f4f4;
}

.sticky-chat .chat-text {
 display: flex;
 flex-wrap: wrap;
 margin: 30px 20px;
 font-size: 13px;
 color: #333;
}

.sticky-chat .chat-text span {
 display: inline-block;
 margin-right: auto;
 padding: 10px;
 background-color: #f0f5fb;
 border-radius: 0px 15px 15px;
}

.sticky-chat .chat-text span:after {
 content: 'just now';
 display: inline-block;
 margin-left: 10px;
 font-size: 12px;
 color: #989b9f;
}

.sticky-chat .chat-text span.typing {
 margin: 15px 0 0 auto;
 padding: 10px;
 border-radius: 15px 0px 15px 15px;
}

.sticky-chat .chat-text span.typing:after {
 display: none;
}

.sticky-chat .chat-text span.typing svg {
 height: 13px;
 fill: #505050;
}
.faq-content a {
  color: rgb(40, 167, 69);
}
.pb-80 {
  padding-bottom:80px;
  }
.pb-40 {
  padding-bottom:40px;
  }
.pb-20 {
  padding-bottom:30px;
  }


  







/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/


.tp-studio-portfolio-shape {
  position: absolute;
  top: -60px;
  left: 20px;
  animation: rotate2 5s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-portfolio-shape {
    left: auto;
    right: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-shape {
    left: auto;
    right: 100px;
    top: 0px;
  }
}






/* pulse effect animation */
.tp-zoom-in-out {
  animation: tp_zoom_in_out 3s infinite linear;
}

@keyframes scroll-up-down {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
  }
}
.tp-zoom-in-out {
  animation: tp_zoom_in_out 3s infinite linear;
}
@keyframes tp_zoom_in_out {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.tp-zoom-in-out-2 {
  animation: tp_zoom_in_out_2 3s infinite linear;
}

.tp-zoom-in-out-2 {
  animation: tp_zoom_in_out_2 3s infinite linear;
}
@keyframes tp_zoom_in_out_2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes float {
  0%, to {
    transform: translateY(-2rem);
  }
  50% {
    transform: translateY(3rem);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes circle-animations {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes tp-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollText-2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes iconMove {
  0% {
    transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    opacity: 0;
  }
  31% {
    transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }
  32% {
    transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }
  84% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes iconMove {
  0% {
    transform: translateX(0);
  }
  30% {
    opacity: 0;
  }
  31% {
    transform: translateX(1.25rem);
  }
  32% {
    transform: translateX(-1.25rem);
  }
  84% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}



























.img-saturated {
  -webkit-filter: saturate(200%); /* Chrome, Safari, Opera */
  filter: saturate(100%);

}
.img-saturated:hover {
  -webkit-filter: saturate(0%); /* Chrome, Safari, Opera */
  filter: saturate(0%);
}

.font-weight900 {
  font-weight:900!important;
}

.underline { 
  text-decoration: underline;
}
.overline { 
  text-decoration:overline} 

.black-color-font {
  color:#1d1d1d !important;
}
.black-color {
  color:#000 !important;
}
.background3 {
  color:#4e4e4e !important;
}
.background-white {
  color:#FFF;
}
.service-card-design {
  padding: 20px 20px 30px 20px;

}
.max-width-400 {
  min-width: 300px;
}

.faq-content p {
  padding: 3px 30px;
}
.faq-content h5 {
  font-size: 18px !important;
}


/* Hide consecutive br tags */
br + br {
}


        .rainbow-text {
            display: inline-block;
            color: #e6e6e6;
            transition: all 0.3s ease;
            cursor: default;
            padding: 2px 4px;
            border-radius: 4px;
            position: relative;
        }
        
        .rainbow-text::before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(
                90deg,
                #ff3366, #ff9933, #ffcc00, #33cc33, 
                #3399ff, #9966ff, #ff3366
            );
            background-size: 400% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            opacity: 0;
            transition: opacity 0.3s ease;
            animation: rainbowMove 1.5s linear infinite;
        }
        
        .rainbow-text:hover::before {
            opacity: 1;
        }
        
        @keyframes rainbowMove {
            0% { background-position: 0% 50%; }
            100% { background-position: 100% 50%; }
        }




.sweet-bg  {background: radial-gradient(circle, rgba(115,12,50,1) 5%, rgba(13,12,12,1) 60%); }

.sweet-bg-container {
  background: rgba(189, 181, 181, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 30px 0;
  width: min(1200px, 100%);
  min-height: 190px;
}
 /* Animating Vue Router Transitions in Vue 3 */


 .sweet-violet-shade {
  background-image: linear-gradient( 83.2deg,  rgba(150,93,233,1) 10.8%, rgba(99,88,238,1) 94.3% );
  }
  
  
  .bg-company {
    background: #272727 !important; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #434343, #000000)!important;  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #434343, #000000)!important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  
  .bg-company2 {
    background: #272727 !important; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #022a43, #025358)!important;  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #022a43, #025358)!important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .business-bg {
    background: right / 100% 100% linear-gradient(to right, #0e9197, #002554);
    }
   
    .multi-color-bg1 {
     background: linear-gradient(-45deg, #bb99dd, #3dc2c6, #4abf8f, #f8ef36);
     background-size: 400% 400%;
     animation: gradient 15s ease infinite;
     height: auto;
   }





/* 🌊 Effect 3: Liquid-Fill */
        .hover-card.liquid-fill:hover {
          background: linear-gradient(to right, #4facfe, #00f2fe);
          color: white;
          animation: liquidWave 4s ease infinite;
      }
      @keyframes liquidWave {
          0%, 100% { background-position: 0% 50%; }
          50% { background-position: 100% 50%; }
      }



 /* Effect 34: Aurora Mist */

.slider-item {
  background: linear-gradient(135deg, 
      #3dc2c6 0%, 
      #4abf8f 30%, 
      #f8ef36 50%, 
      #dcdbd8 100%);
  background-size: 200% 200%;
  animation: auroraPulse 10s ease infinite;
}
@keyframes auroraPulse {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}



.report-bg {
  background: linear-gradient(135deg, 
      #343a40 0%, 
      #c1bfb8 30%, 
      #dcdbd8 50%, 
      #4e4e4e 100%);
  background-size: 200% 200%;
  animation: auroraPulse 10s ease infinite;
}
@keyframes auroraPulse {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}





  /* 🏝️ Effect 7: Tropical Fade */
  .tropical-fade:hover {
    background: linear-gradient(to right, #43cea2, #185a9d);
    color: white;
    box-shadow: 0 15px 30px rgba(24, 90, 157, 0.3);
}



 /* 9. Galactic Core */
 .galactic-core {
  background: radial-gradient(circle at center, #000, #555);
}

.galactic-core::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  background: 
      radial-gradient(circle at center, rgba(255,255,255,0.9) 0%, transparent 70%),
      repeating-conic-gradient(from 0deg, 
          transparent 0deg 10deg, 
          rgba(255,255,255,0.05) 10deg 20deg);
  animation: coreSpin 30s linear infinite;
}

@keyframes coreSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}





        
        /* Base Card Style */
        .magic-card {
          height: 600px;
          border-radius: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          overflow: hidden;
          background: white;
      }
      
      /* 1. Stellar Burst */
      .stellar-burst::before {
          content: '';
          position: absolute;
          width: 200%;
          height: 800%;
          background: 
              radial-gradient(circle, rgba(255,255,255,0.8) 0%, transparent 70%),
              repeating-conic-gradient(from 0deg, 
                  transparent 0deg 15deg, 
                  rgba(255,215,0,0.3) 15deg 30deg);
          animation: burstSpin 20s linear infinite;
      }
      
      @keyframes burstSpin {
          to { transform: rotate(360deg); }
      }


      



.bg-gray-fade {
  background: radial-gradient(circle at center, #FFF, #CCC);
}


    .multi-color-bg {
      background: linear-gradient(-45deg, #4e4e4e, #343a40, #c1bfb8, #dcdbd8);
      background-size: 400% 400%;
      animation: gradient 15s ease infinite;
      height: auto;
    }
    
    @keyframes gradient {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }
    
    
.black-link {
color:#2d2d2d !important;
text-decoration: underline!important;
}











.sss {
	height: 400px;
	/* max-height: 600px; */
	width: 1000px;
	background-image:		
  	url('https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453881/codepen/lay6.svg'),
    url('https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453880/codepen/lay5.svg'), 
    url('https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453880/codepen/lay2.svg'),
    url('https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453880/codepen/lay4.svg'),
		url('https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453880/codepen/lay3.svg');
	background-repeat: repeat-x;
	background-position: 
		0 20%,
		0 100%,
		0 50%,
		0 100%,
		0 0;
	background-size: 
		2500px,
		800px,
		500px 200px,
		1000px,
		400px 260px;
	animation: 50s para infinite linear;
	}

@keyframes para {
	100% {
		background-position: 
			-5000px 20%,
			-800px 95%,
			500px 50%,
			1000px 100%,
			400px 0;
		}
	}



  









  .hex-button,
  .hex-button::before,
  .hex-button::after {
      transition: 0.3s all ease-out;
  }
  
  .hex-button {
      align-items: center;
      background: transparent;
      display: flex;
      height: 54px;
      justify-content: center;
      max-width: 350px;
      position: relative;
      transform: translate3d(0, 0, 0);
      width: 80%;
      margin: 0 auto;
      color: #ffffff;
  }
  
  .hex-button::before,
  .hex-button::after {



      background: right / 100% 100% linear-gradient(to right, #002554, #0e9197);
      content: "";
      height: 50%;
      left: 0px;
      position: absolute;
      width: 100%;
      z-index: -1;
  }
  
  .hex-button::before {
      top: 1px;
      transform: perspective(12px) rotateX(-3deg);
  }
  
  .hex-button::after {
      bottom: 1px;
      transform: perspective(12px) rotateX(3deg);
  }
  















/* ==============================
    Main CSS
============================= 
*/





.running-taxi {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.running-taxi .taxi {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpRFxrFqY-xs01hF8QXx5dQ6LqaU5Z58YnGzD7JLG-LzF-l3Pqu5O5t3hwbmzKyusNAEN5APOuoaixwFseQZl9nSItbH7ZKfqpljV0DfPQy8shxxMP2X35FCKhtbVwyqHG2aq2rICvJqRBr8JzuUWU0_gY5ubzmyNy1a6YNZEnMYvw2jl4pesh0_6jPS4/s1600/car9.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 130px;
  height: 50px;
  right: 0;
  bottom: 0;
  animation: running-anim 20s linear infinite;
}

.running-taxi .taxi-2 {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ52zud8beq0PX_Xdkrrzg-SceR4NJqrX0CQNzyTtS4iJa6TQ7R-O4BblRk450ohcfx5MeFjHs77CQyvB-UgOwfzQ3OzNTFBXjAMFZKGO0xIDn5xaIgGn-8Z9NybBB48TdoqRCD_1I2zjofcIYvEAWvQfxoKmimq9yfn0TSuZ3EtGllhiQzoNeKROFLuo/s1600/car13.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 120px;
  height: 50px;
  right: 30%;
  bottom: 0;
  animation: running-anim 30s linear infinite;
}

.running-taxi .taxi-3 {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGXQfTQRQt8WBHv6X5lVeThPft98CvfO_oxcc8a5OmzhD_NiJNwyehpS1O5PRjY-nQIi76oQW5DhUfYautCC-v5XzO6swh4Ux7RSI3MtO_zzhjrExIp8Y-DwQZbLbIaw7hmlfQwQlxGr_yQaCw2XBzkyLpFxAuJCiw_Ib4DEkl_mgYb2d0VRqMJjPLonc/s16000/car-left.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 120px;
  height: 50px;
  right: 70%;
  bottom: 0;
  animation: running-anim-left 35s linear infinite;
}

/* Running Animation Keyframe */
@-moz-keyframes running-anim {
  0% {
      right: -30%
  }

  100% {
      right: 100%
  }
}

@-webkit-keyframes running-anim {
  0% {
      right: -30%
  }

  100% {
      right: 100%
  }
}

@keyframes running-anim {
  0% {
      right: -30%
  }

  100% {
      right: 100%
  }
}

@-moz-keyframes running-anim-left {
  0% {
      left: -30%
  }

  100% {
      left: 100%
  }
}

@-webkit-keyframes running-anim-left {
  0% {
      left: -30%
  }

  100% {
      left: 100%
  }
}

@keyframes running-anim-left {
  0% {
      left: -30%
  }

  100% {
      left: 100%
  }
}



@media (max-width: 992px){
  .footer-top .footer-call:before{
      left: -200px;
  }
}


/* ==============================
    Main CSS
============================= 
*/







/* (C) NO SELECT + HIGHLIGHT COLOR */
* { user-select: none; }
*::selection { background: none; }
*::-moz-selection { background: none; }
/* (C) NO SELECT + HIGHLIGHT COLOR */



















.bird{
    background-image: url('/images/bird-cells-new.svg');
    background-size: auto 100%;
    width: 88px;
    height: 125px;
    will-change: background-position;
    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    animation-iteration-count: infinite;
    z-index: 1031;
}
/* Bird Three - #004daf - Blue */
.bird-one{
    animation-duration: 1s;
    animation-delay: -0.5s;
    filter: invert(8%) sepia(95%) saturate(2000%) hue-rotate(15deg) brightness(130%) contrast(110%);


}

/* Bird Two - #0a7777 - Teal */
.bird-two{
    animation-duration: 0.9s;
    animation-delay: -0.75s;
    filter: invert(10%) sepia(25%) saturate(600%) hue-rotate(250deg) brightness(140%) contrast(80%);


}
/* Bird Five - #d70049 - Pink/Magenta */

.bird-three{
    animation-duration: 1.25s;
    animation-delay: -0.25s;
    filter: invert(10%) sepia(95%) saturate(1800%) hue-rotate(270deg) brightness(130%) contrast(115%);
}

/* Bird Four - Light Violet */
.bird-four{
    animation-duration: 1.1s;
    animation-delay: -0.5s;
    filter: invert(15%) sepia(30%) saturate(800%) hue-rotate(250deg) brightness(120%) contrast(85%);
}
/* Bird One - rgb(40, 167, 69) - Green */
.bird-five{
    animation-duration: 1.15s;
    animation-delay: -0.35s;
    filter: invert(24%) sepia(98%) saturate(750%) hue-rotate(85deg) brightness(95%) contrast(105%);
}

.bird-container {
    position: absolute;
    top: 10%;
    left: -3%;
    transform: scale(0) translateX(-10vw);
    will-change: transform;
    
    animation-name: fly-right-one;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.bird-container-one{
    animation-duration: 15s;
    animation-delay: 0;
}

.bird-container-two{
    animation-duration: 16s;
    animation-delay: 1s;
}

.bird-container-three{
    animation-duration: 14.6s;
    animation-delay: 9.5s;
}

.bird-container-four {
    animation-duration: 16s;
    animation-delay: 10.25s;
}

.bird-container-five {
    animation-duration: 15.5s;
    animation-delay: 5.5s;
}

@keyframes fly-cycle {
    100%{
        background-position: -900px 0;
    }
}

@keyframes fly-right-one {
    0% {
        transform: scale(0.3) translateX(-10vw);
    }
    10% {
        transform: translateY(2vh) translateX(10vw) scale(0.4);
    }
    20% {
        transform: translateY(0vh) translateX(30vw) scale(0.5);
    }
    30% {
        transform: translateY(4vh) translateX(50vw) scale(0.6);
    }
    40% {
        transform: translateY(2vh) translateX(70vw) scale(0.6);
    }
    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.6);
    }
    60% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
}

/* Enhanced animation for more dynamic flight */
@keyframes fly-right-two {
    0% {
        transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    }
    10% {
        transform: translateY(0vh) translateX(10vw) scale(0.4);
    }
    20% {
        transform: translateY(-4vh) translateX(30vw) scale(0.6);
    }
    30% {
        transform: translateY(1vh) translateX(50vw) scale(0.45);
    }
    40% {
        transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    }
    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.45);
    }
    51% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
}

/* Add some interactive effects */
.bird-container:hover .bird {
    filter: brightness(1.3) saturate(1.2);
    transition: all 0.3s ease;
}

/* Add floating animation for more natural movement */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.bird {
    animation: fly-cycle 1s steps(10) infinite, float 3s ease-in-out infinite;
}








:root{
  --gird-width:30px;
  --gird-height:30px;
  --line-color:#999;
  --dot-color:#ccc;
  --dot-size:2px;
  --point-gap-width:calc(var(--gird-width) * 4);
  --point-gap-height:calc(var(--gird-height) * 4);
}
html,body{
  padding:0;
  margin:0;
  width:100%;
  height: 350px;
}
.grid-bg{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ba-grid{
  position: relative;
  z-index: 1;
  
  background-image: 
/*     radial-gradient(ellipse at center, #2883b6 0%, #084688 100%), */
    radial-gradient(ellipse at bottom left, rgba(104,128,138,0.4) 10%, rgba(138,114,76,0) 40%),
    linear-gradient(to bottom, rgba(57,173,219,.25), rgba(42,60,87,0.4)),
    linear-gradient(135deg, #670d10, #092756);
}


.ba-grid:before,
.ba-grid:after,
.inner:before,
.inner:after{
  content:'';
  position: absolute;
  z-index: 1;
  top:0;
  bottom:0;
  left:0;
  right:0;
  mix-blend-mode: overlay;
}

.ba-grid:before{
  background-image: 
    linear-gradient(var(--line-color), transparent 1px),
    linear-gradient(to right, var(--line-color), transparent 1px);
  background-size:
    100% var(--gird-height),
    var(--gird-width) 100%;
}

.ba-grid:after{
  background-image: radial-gradient(var(--dot-color) 1px, transparent 1px);
  background-size: var(--point-gap-width) var(--point-gap-height);
  background-position: calc(var(--point-gap-width) / 2) calc(var(--point-gap-height) / 2);
}



.inner:before,
.inner:after{
  background-image: radial-gradient(var(--dot-color) var(--dot-size), transparent var(--dot-size));
  background-size: var(--point-gap-width) var(--point-gap-height);
  background-position: calc(var(--point-gap-width) / 2) calc(var(--point-gap-height) / 2);  

}

.inner:after{
  
  transform: scale(1.1, 1.1);
}

.inner:before{
/*   background-image: radial-gradient(var(--dot-color) calc(var(--dot-size) + 1px), transparent calc(var(--dot-size) + 1px)); */
  transform: scale(1.2, 1.2);
}

.anim:after{
  animation: 6.4s linear move infinite;
}

.anim .inner:after{
  animation: 3.2s linear move infinite;
}

.anim .inner:before{
  animation: 1.6s linear move infinite;
}

@keyframes move{
  0%{
    background-position:calc(var(--point-gap-width) / 2) calc(var(--point-gap-height) / 2);
  }
  100%{
    background-position:calc(var(--point-gap-width) / 2) calc(var(--point-gap-height) / 2 * -1);
  }
}
















.powerup {
  margin: 0;
  font-weight: 100;
  background-image: url("images/background/021647836.jpg");

  -webkit-overflow-Y: hidden;
  -moz-overflow-Y: hidden;
  -o-overflow-Y: hidden;
  overflow-y: hidden;
  -webkit-animation: fadeIn 1 1s ease-out;
  -moz-animation: fadeIn 1 1s ease-out;
  -o-animation: fadeIn 1 1s ease-out;
  animation: fadeIn 1 1s ease-out;
}


.light {
  position: absolute;
  width: 0px;
  opacity: .75;
  background-color: white;
  box-shadow: #e9f1f1 0px 0px 20px 2px;
  opacity: 0;
  top: 100vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.x1{
-webkit-animation: floatUp 4s infinite linear;
-moz-animation: floatUp 4s infinite linear;
-o-animation: floatUp 4s infinite linear;
animation: floatUp 4s infinite linear;
 -webkit-transform: scale(1.0);
 -moz-transform: scale(1.0);
 -o-transform: scale(1.0);
transform: scale(1.0);
}

.x2{
-webkit-animation: floatUp 7s infinite linear;
-moz-animation: floatUp 7s infinite linear;
-o-animation: floatUp 7s infinite linear;
animation: floatUp 7s infinite linear;
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6);
-o-transform: scale(1.6);
transform: scale(1.6);
left: 15%;
}

.x3{
-webkit-animation: floatUp 2.5s infinite linear;
-moz-animation: floatUp 2.5s infinite linear;
-o-animation: floatUp 2.5s infinite linear;
animation: floatUp 2.5s infinite linear;
-webkit-transform: scale(.5);
-moz-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
left: -15%;
}

.x4{
-webkit-animation: floatUp 4.5s infinite linear;
-moz-animation: floatUp 4.5s infinite linear;
-o-animation: floatUp 4.5s infinite linear;
animation: floatUp 4.5s infinite linear;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
left: -34%;
}

.x5{
-webkit-animation: floatUp 8s infinite linear;
-moz-animation: floatUp 8s infinite linear;
-o-animation: floatUp 8s infinite linear;
animation: floatUp 8s infinite linear;
-webkit-transform: scale(2.2);
-moz-transform: scale(2.2);
-o-transform: scale(2.2);
transform: scale(2.2);
left: -57%;
}

.x6{
-webkit-animation: floatUp 3s infinite linear;
-moz-animation: floatUp 3s infinite linear;
-o-animation: floatUp 3s infinite linear;
animation: floatUp 3s infinite linear;
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-o-transform: scale(.8);
transform: scale(.8);
left: -81%;
}

.x7{
-webkit-animation: floatUp 5.3s infinite linear;
-moz-animation: floatUp 5.3s infinite linear;
-o-animation: floatUp 5.3s infinite linear;
animation: floatUp 5.3s infinite linear;
-webkit-transform: scale(3.2);
-moz-transform: scale(3.2);
-o-transform: scale(3.2);
transform: scale(3.2);
left: 37%;
}

.x8{
-webkit-animation: floatUp 4.7s infinite linear;
-moz-animation: floatUp 4.7s infinite linear;
-o-animation: floatUp 4.7s infinite linear;
animation: floatUp 4.7s infinite linear;
-webkit-transform: scale(1.7);
-moz-transform: scale(1.7);
-o-transform: scale(1.7);
transform: scale(1.7);
left: 62%;
}

.x9{
-webkit-animation: floatUp 4.1s infinite linear;
-moz-animation: floatUp 4.1s infinite linear;
-o-animation: floatUp 4.1s infinite linear;
animation: floatUp 4.1s infinite linear;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
left: 85%;
}

button:focus{
outline: none;
}

@-webkit-keyframes floatUp{
0%{top: 100vh; opacity: 0;}
25%{opacity: 1;}
50%{top: 0vh; opacity: .8;}
75%{opacity: 1;}
100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
0%{top: 100vh; opacity: 0;}
25%{opacity: 1;}
50%{top: 0vh; opacity: .8;}
75%{opacity: 1;}
100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
0%{top: 100vh; opacity: 0;}
25%{opacity: 1;}
50%{top: 0vh; opacity: .8;}
75%{opacity: 1;}
100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
0%{top: 100vh; opacity: 0;}
25%{opacity: 1;}
50%{top: 0vh; opacity: .8;}
75%{opacity: 1;}
100%{top: -100vh; opacity: 0;}
}


#head1, #head2,#head3, #head4, #head5{
opacity: 0;
}

#head1{
-webkit-animation: fadeOut 1 5s ease-in;
-moz-animation: fadeOut 1 5s ease-in;
-o-animation: fadeOut 1 5s ease-in;
animation: fadeOut 1 5s ease-in;
}

#head2{
-webkit-animation: fadeOut 1 5s ease-in;
-moz-animation: fadeOut 1 5s ease-in;
-o-animation: fadeOut 1 5s ease-in;
animation: fadeOut 1 5s ease-in;
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
animation-delay: 6s;
}

#head3{
-webkit-animation: fadeOut 1 5s ease-in;
-moz-animation: fadeOut 1 5s ease-in;
-o-animation: fadeOut 1 5s ease-in;
animation: fadeOut 1 5s ease-in;
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
animation-delay: 12s;
}

#head4{
-webkit-animation: fadeOut 1 5s ease-in;
-moz-animation: fadeOut 1 5s ease-in;
-o-animation: fadeOut 1 5s ease-in;
animation: fadeOut 1 5s ease-in;
-webkit-animation-delay: 17s;
-moz-animation-delay: 17s;
-o-animation-delay: 17s;
animation-delay: 17s;
}

#head5{
-webkit-animation: finalFade 1 5s ease-in;
-moz-animation: finalFade 1 5s ease-in;
-o-animation: finalFade 1 5s ease-in;
animation: finalFade 1 5s ease-in;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 22s;
-moz-animation-delay: 22s;
-o-animation-delay: 22s;
animation-delay: 22s;
}

@-webkit-keyframes fadeIn{
from{opacity: 0;}
to{opacity: 1;}
}

@-moz-keyframes fadeIn{
from{opacity: 0;}
to{opacity: 1;}
}

@-o-keyframes fadeIn{
from{opacity: 0;}
to{opacity: 1;}
}

@keyframes fadeIn{
from{opacity: 0;}
to{opacity: 1;}
}

@-webkit-keyframes fadeOut{
0%{opacity: 0;}
30%{opacity: 1;}
80%{opacity: .9;}
100%{opacity: 0;}
}

@-moz-keyframes fadeOut{
0%{opacity: 0;}
30%{opacity: 1;}
80%{opacity: .9;}
100%{opacity: 0;}
}

@-o-keyframes fadeOut{
0%{opacity: 0;}
30%{opacity: 1;}
80%{opacity: .9;}
100%{opacity: 0;}
}

@keyframes fadeOut{
0%{opacity: 0;}
30%{opacity: 1;}
80%{opacity: .9;}
100%{opacity: 0;}
}

@-webkit-keyframes finalFade{
0%{opacity: 0;}
30%{opacity: 1;}
80%{opacity: .9;}
100%{opacity: 1;}
}

@-moz-keyframes finalFade{
0%{opacity: 0;}
30%{opacity: 1;}
80%{opacity: .9;}
100%{opacity: 1;}
}

@-o-keyframes finalFade{
0%{opacity: 0;}
30%{opacity: 1;}
80%{opacity: .9;}
100%{opacity: 1;}
}

@keyframes finalFade{
0%{opacity: 0;}
30%{opacity: 1;}
80%{opacity: .9;}
100%{opacity: 1;}
}


