﻿/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}
.table-bordered td {
    border: 1px solid #4a4a4a;
}
.table-bordered th {
    border: 1px solid #4a4a4a;
}
.table thead th {
    border: 1px solid #4a4a4a;
}

html, body {
    font-family: 'Inter', sans-serif;
    background-color: #0f172a;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*color: #ededed !important*/
    color: #98a2ab !important
    /* more white color #d1dee9*/
}
.list-group-item {
    background-color: #1d2537;
}
.list-group-item-action {
    color: #d1dee9 !important
}
a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  
}

ul {
  margin-bottom: 0px;
}
.list-group-item-action:hover
{
    background: linear-gradient(135deg, #06b6d4, #7c3aed);
}

.text-white {
    color: #98a2ab !important;
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
::selection {
    background: white;
    color: #98a2ab;
}

::-moz-selection {
    background: white;
    color: #98a2ab;
}

.section {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 80px;
}

.lead-text {
    margin-bottom: 1.5rem !important;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center !important;
}
.hr {
    bottom: 0px;
    width: 100%;
    height: 1px;
    margin-top: 100px;
    border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #98a2ab;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.section-sub-title {
    
    font-size: 20px;
  
    letter-spacing: 1.15px;
    line-height: 30px;
    margin-bottom:20px;
    
}





.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}



.center-text p {
  font-size: 15px;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  
  line-height: 28px;
  letter-spacing: 1px;
}



.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #fff;
  text-transform: uppercase;
  color: #98a2ab;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #8261ee;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: chocolate;
  text-transform: uppercase;
  color: #98a2ab;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #fff;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #98a2ab;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 59px;
    background-color: #1d2537;
}

    .header-area .main-nav {
        /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
        /*border-radius: 40px;*/
        min-height: 80px;
        background: #1d2537;
    }

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 10px;
  
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #98a2ab;
  text-transform: uppercase;
  
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #fff;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

    .header-area.header-sticky .logo {
        margin-top: 15px;
        margin-left: -9px;
    }

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #98a2ab;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #1e293b;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #1e293b !important;
        
    }
        .header-area .main-nav .nav li a:hover {
            background: #1e293b !important;
        }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

#lblMessage {
    color: #58151c;
}

div .alert-warning {
    background-color: #f8d7da;
    border: 1px solid rgba(255, 255, 255, 0.12);
}


.brand-gradient {
    background: linear-gradient(135deg, #06b6d4, #a78bfa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}



/* 
---------------------------------------------
welcome
---------------------------------------------

*/
@keyframes gradient {
    0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.welcome-area::after {
  background: rgba(0,0,0,0.3);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.welcome-area .header-text {
  /*position: absolute;*/
  /*top: 160%;*/
  /*transform: translateY(-55%);*/
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1 {
  
  margin-bottom: 10px;
  
}

.welcome-area .header-text p {
  
  font-size: 14px;
  color: #98a2ab;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 991px) {
  .welcome-area .header-text h1 {
    text-align: center;
    color: #98a2ab;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #98a2ab;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #98a2ab;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #98a2ab;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #98a2ab;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
    cursor: pointer;
    display: block;
    background: #1d2537;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #fff;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #8261ee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #98a2ab;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  /*margin-top: 1100px;*/
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

    .mini:before {
        content: '';
        position: absolute;
        width: 140%;
        height: 140%;
        opacity: .95;
        background-color: inherit;
        z-index: 2;
        top: -20%;
        left: -20%;
    }

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #98a2ab;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #98a2ab;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #98a2ab;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #98a2ab;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #98a2ab;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #98a2ab;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #98a2ab;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
    background: #1d2537;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}






.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

    .pricing-item .pricing-body .price-wrapper {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 13px;
        background: chocolate;
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
        margin-top: 5px;
        border-radius: 20px;
        color: #d1dee9
    }

        .pricing-item .pricing-body .price-wrapper .currency {
            /*height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #98a2ab;
  position: relative;
  top: -1px;*/
            height: 47px;
            font-weight: 100;
            font-size: 18px;
            color: #98a2ab;
            position: relative;
            top: -3px;
            color: #d1dee9
        }

    .pricing-item .pricing-body .price-wrapper .price {
        /* font-weight: 500;
  font-size: 28px;
  color: #98a2ab;*/
        font-weight: 100;
        font-size: 26px;
        
    }

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #fff;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 20px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  
  letter-spacing: 0.25px;
  line-height: 26px;
  margin-bottom: 0px !important;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 5px;
    font-size: 1rem;
    
    font-weight: 300;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
    background: #1d2537;
    padding-top: 30px;
}

footer .social {
  overflow: hidden;
  text-align: left;
}
footer p {
  font-weight: 200;
}
footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: #9d5bd9;
   text-align: center;
  background-color: #98a2ab;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .copyright {
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.footer-menu li {
    display: inline-flex;
    padding: 0 28px;
    color: #98a2ab;
}
.footer-menu li a {color: #98a2ab;}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #a759d1 0%, #8261ee 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #98a2ab;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #98a2ab;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.process-step .btn:focus{outline:none}
.process{display:table;width:100%;position:relative}
.process-row{display:table-row}
.process-step button[disabled]{opacity:1 !important;filter: alpha(opacity=100) !important}
.process-row:before{top:40px;bottom:0;position:absolute;content:" ";width:100%;height:1px;background-color:#ccc;z-order:0}
.process-step{display:table-cell;text-align:center;position:relative}
.process-step p{margin-top:4px}
.btn-circle{width:80px;height:80px;text-align:center;font-size:12px;border-radius:50%;border: 2px solid #a660d9;}
.d-full {width: 100%;cursor: unset;}
.d-full .tab-content>.active {
  display: block;
  opacity: 1;
}

.glass {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 0.5rem;
}

.btn-link {
    color: #d1dee9;
    font-weight: 500;
    text-decoration: none;
}

    .btn-link:hover {
        color: #0ea5e9;
        text-decoration: none;
    }

.card-body {
    font-size: 0.95rem;
}
/* === Text Color Palette for dark background (#0f172a) === */

/* Headings / strong emphasis */
.text-light {
    color: #b7c2cd !important
}
.text-primary1 {
    color: #98a2ab; /* pure white */
}

/* Body text (default readable) */
.text-body1 {
    color: #cbd5e1; /* light gray */
}

/* Secondary / subtle info text */
.text-muted1 {
    color: #94a3b8; /* softer gray */
}

/* Accent gradient colors */
.text-accent-cyan {
    color: #38bdf8; /* cyan */
}

.text-accent-purple {
    color: #a78bfa; /* lavender purple */
}

/* Gradient text (brand style) */
.text-gradient {
    background: linear-gradient(135deg, #06b6d4, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.features-small-item.d-full p {
    color: #98a2ab;
    font-size: .875em;
    
}

.file-upload {
  position: absolute;
  top: -37px;
  right: 0;
  bottom: 0;
  left: 0;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 42px;
    border: 1px dashed #0f172a;
    top: 36px;
    border-radius: 4px;
}
    
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff !important;
  padding: 2px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
    .file-upload-wrapper:before {
        content: "Upload";
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 40px;
        background: #0f172a;
        color: #98a2ab;
        font-weight: 700;
        z-index: 25;
        font-size: 15px;
        line-height: 42px;
        padding: 0 15px;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 0;
    }
    .file-upload-wrapper:hover:before {
        background: #1d2537;
    }
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 38px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.urlcontrol {height: 42px;}
.ortxt {
  display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2 !important;
    font-size: 18px !important;
}
.txtadv {font-size: 18px !important;}

a.btn_style2,
.btn_style2 {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, #a54500, #d2691e); /* chocolate + vanilla */
    border: none;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 1rem;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.25s ease-in-out;
}

    a.btn_style2:hover,
    .btn_style2:hover {
        background: linear-gradient(135deg, #d2691e, #a54500); /* darker chocolate + lighter vanilla */
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.35);
        text-decoration: none;
    }

    a.btn_style2:active,
    .btn_style2:active {
        background: linear-gradient(135deg, #d2691e, #a54500 ); /* deepest chocolate + soft cream */
        transform: scale(0.97);
        box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    }

    a.btn_style2:disabled,
    .btn_style2:disabled {
        background: rgba(255,255,255,0.1);
        color: #94a3b8 !important;
        cursor: not-allowed;
        box-shadow: none;
    }

a.btn_style1,
.btn_style1 {
    display: inline-block; /* so padding works on <a> */
    text-decoration: none; /* remove underline */
    background: linear-gradient(135deg, #06b6d4, #a78bfa);
    border: none;
    color: #d1dee9 !important; /* ensure text stays white */
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 1rem;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.25s ease-in-out;
}

    a.btn_style1:hover,
    .btn_style1:hover {
        background: linear-gradient(135deg, #0891b2, #7c3aed);
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.35);
        text-decoration: none;
    }

    a.btn_style1:active,
    .btn_style1:active {
        transform: scale(0.97);
        box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    }

    a.btn_style1:disabled,
    .btn_style1:disabled {
        background: rgba(255,255,255,0.1);
        color: #94a3b8 !important;
        cursor: not-allowed;
        box-shadow: none;
    }
.btn_info1 {
    color: #98a2ab;
    background-color: #142446;
    border-color: #142446;
    border-radius: 30px;
    padding: .375rem 3rem;
    font-size: 1rem;
    text-transform: uppercase;
}


ul.faq li p {
    font-size: 1rem;
}

.spinner-border {position: relative;
    top: 8px;}
.lbl-heading {color: #98a2ab; text-align: center;font-weight: 500;}
.faq li b {
    font-weight: 400;
    font-size: 1.1rem;
    color: #d1dee9
}
.faq li {
    padding-bottom: 0.5rem;
    font-size: 1.1rem;
}
.form-control {border: 1px solid #ccc; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);}
.blink_me {
    animation: blinker 1s linear;
    animation-iteration-count: 3;
    color: #98a2ab !important;
    background: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 auto;
}
 
.icon-desk {height: 40px;padding-left: 10px;}
.form-check-input {margin-top: .1rem;}
.form-check-label {
  margin-bottom: 12px;
  display: flex;
    align-items: center;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

fw-bold-api {
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
}


.feature-item-text {
    font-size: .875em;
    color: #6c757d !important;
    margin-top:10px;
}
.feature-item-box {
    
    background: #1d2537;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.icon-img-size {
    max-width: 50px;
    max-height: 50px;
    margin-bottom:10px
}
.small-text-secondary {
    font-size: .875em;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.features-small-items {
    background: #1d2537;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.register {
    background: -webkit-linear-gradient(left, #06b6d4, #a78bfa );
    padding: 3%;
}
.register-left {
    text-align: center;
    color: #d1dee9;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right {
    background: #0f172a;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    margin-top: 5%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #98a2ab;
    
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #1d2537;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    
    color: #98a2ab;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    
}
.optimizecreative .lbl-heading {
    color: #000;
    text-align: left;
    font-weight: 500;
    font-size: 0.8rem;
}
.table_wrapper .features-small-item {
  border-radius: 0px;
}
.tbl_section .table thead tr th {
    font-size: 12px;
    vertical-align: baseline;
}
.tbl_section .table tbody tr td {
    font-size: 12px;
    vertical-align: baseline;
}

@media (max-width: 768px){
  .btn-circle {
    width: 45px;
    height: 45px;
  }
  .fa-3x {
    font-size: 1.2em;
  }
  .process-row:before {
    top: 23px;
  }
  .m-no-pd {padding-top: 0px !important;}
  .ortxt {margin-bottom: 5px !important;}
  .features-small-item.d-full p{margin-bottom: 20px;}
  .file-upload-wrapper:after {font-size: 14px;}
  .header-area .main-nav .logo {margin-top: 15px !important; margin-left: 0px;}
  .footer-menu li {
    display: block;
    padding: 0 10px 10px;
  }
  ul.footer-menu.text-right {
    text-align: center !important;
  }
  footer .social {
    text-align: center;
  }
  .register .nav-tabs {width: 100%;margin-bottom: 5%;}
}
.btn-primary_custom {
    color: #000;
    background: linear-gradient(135deg, #22c55e, #16a34a); /* green */

    border-color: #22c55e;
    font-size: 0.8rem;
    min-width: 95px;
    padding: .3rem .65rem;
}
.btn-secondary_custom {
    color: #000;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-color: #3b82f6;
    font-size: 0.8rem;
    min-width: 89px;
    padding: .3rem .65rem;
}
.btn-success_custom {
    color: #000;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-color: #f59e0b;
    font-size: 0.8rem;
    min-width: 65px;
    padding: .3rem .65rem;
}
.btn-back_custom {
    background: linear-gradient(135deg, #64748b, #475569); /* slate gray */
    border-color: #64748b;
    font-size: 0.8rem;
    min-width: 65px;
    padding: .3rem .65rem;
    color: #000;
}
.btn-accent_replay {
    background: linear-gradient(135deg, #f97316, #dc2626); /* orange → red */
    border-color: #f97316;
    font-size: 0.8rem;
    min-width: 65px;
    padding: .3rem .65rem;
    color: #000;
}
.btn-fit_preview {
    background: linear-gradient(135deg, #14b8a6, #06b6d4); /* teal → cyan */ /* orange → red */
    border-color: #14b8a6;
    font-size: 0.8rem;
    min-width: 65px;
    padding: .3rem .65rem;
    color: #000;
}
.btn-outline-success_custom {
    color: #28a745;
    border-color: #28a745;
    font-size: 0.8rem;
    min-width: 89px;
    padding: .3rem .65rem;
    color: #000;
}
.btn-outline-primary_custom {
    color: #007bff;
    border-color: #007bff;
    font-size: 0.8rem;
    min-width: 89px;
    padding: .3rem .65rem;
    color: #000;
}
.mx150 {
    word-break: break-all;
    min-width: 150px;
}
#spnPercent {
    font-size: 19px;
    margin-top: -47px;
    display: block;
   
}


/* Base progress element */
progress {
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    height: 30px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.08); /* glassy background */
    border: 1px solid rgba(255,255,255,0.15);
    margin-top: 10px;
    margin-bottom: 10px;
}

    /* Chrome / Safari */
    progress::-webkit-progress-bar {
        background: rgba(255,255,255,0.08);
        border-radius: 12px;
    }

    progress::-webkit-progress-value {
        background: linear-gradient(90deg, #06b6d4, #a78bfa);
        border-radius: 12px;
        transition: width 0.4s ease;
    }

    /* Firefox */
    progress::-moz-progress-bar {
        background: linear-gradient(90deg, #06b6d4, #a78bfa);
        border-radius: 12px;
        transition: width 0.4s ease;
    }


.uploadTick {
    height: 30px;
    margin-left: 10px;
    visibility: visible;
    display: inline;
    margin: 10px;
}
.link {
    color: #009FBC;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor:pointer;
}
.font13 {
    font-size: 1rem;
    font-weight: 200;
    line-height: 30px;
}
.font11 {
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 25px;
}
.box-code {
    background-color: #28282b;
    color: white;
    padding-top: 21px;
    font-size: 13px;
    /* text-align: center; */
    padding-bottom: -20px;
    border-radius: 10px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.table-api {
    width: 100%;
    margin-bottom: 1rem;
    color: white;
    background: #353030;
    border: 1px solid #dee2e6;
    border-radius:4px;
}
ul.faqapi li {
    font-size: 1rem;
    font-weight: 200;
    line-height: 30px;
}
ul.faqapi {
    margin-bottom:10px;
    
}
.tablextand {
    font-size: 13px;
    background-color: white;
}
@media only screen and (max-width: 1120px) {
    #c_logo {
        display:none;
    }
}
p {
    font-size: 1rem;
    font-weight: 200;
    line-height: 30px;
}
.table {
    color: #98a2ab;
}