/* ---- Font Google ---- */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* ---- Global ---- */

body{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    /*color: #747e74;*/
    overflow-x: hidden;
}

@media only screen and (max-width: 330px) {

  body{
    width: 330px;
  }
  
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img{
    max-width: 100px;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

h1, h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #38424d;
}

h3 {
    font-size: 28px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #747e74;
    margin: 0;
}

span {
    display: contents;
    color: #2964A1;
}


/* ---- All Button CSS ---- */

.main-btn {
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 55px;
    border: 2px solid #0898ef;
    border-radius: 5px;
    background-color: #0898ef;
    color: #fff;
}

.main-btn:hover {
    background-color: rgba(8, 152, 231, .7);
    color: #fff;
    border-color: transparent;
}

/* ---- All Animation ---- */

@keyframes bounceTop-1 {
    0%,100% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(0px);
    }
}

/* ---- Nav-bar CSS ----*/

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.sticky {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 20px 50px 0 rgb(0, 0, 0, 0.5);
}

.navbar {
    position: relative;
    /*padding: 20px 0;*/
}

.navbar-brand .image {
    max-width: 320px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 5px 12px;
        background-color: #fff;
        box-shadow: 0 15px 20px 0 rgb(0 0 0 / 10%);
    }
}

@media only screen and (max-width: 768px) {
  .navbar-brand .image {
    max-width: 250px;
  }
}

@media only screen and (max-width: 480px) and (min-width: 301px) {
  .navbar-brand .image {
    max-width: 180px;
  }
}

@media only screen and (max-width: 300px) {
  .navbar-brand .image {
    max-width: 140px;
  }
}


.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (min-width: 1200px) {
  .navbar-light .navbar-toggler {
    display: none !important;
  }
}

.navbar-nav .nav-item {
    position: relative;
    margin-left: 40px;
    font-size: 15px;
}

.navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: #38424d;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: #5680e9;
}

.nav-item ul.dropdown-menu.show li {
    width: auto;
    padding: 10px;
    background: transparent;
    border-radius: 0;
    text-align: left;
}

.dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
}

/* Hide the horizontal scrollbar */
.dropdown-menu {
  overflow-x: hidden;
}

/* Hide the scrollbar 
.dropdown-menu::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}*/

/*.navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: 0;
    left: 50%;
    border-radius: 50%;
    background-color: #38424d;
    opacity: 0;
    transition: all .3 ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item .nav-link::before {
        position: relative;
    }
}*/

.navbar-nav .nav-item .nav-link.active:before,
.navbar-nav .nav-item .nav-link:hover:before {
    opacity: 1;
}

@media only screen and (max-width: 315px) {

  .header-area .container {
    width: 330px;
  }
  
}

/* ---- First <div> Start ---- */

.row.align-items-center {
  margin-top: 35px;
}

.header-hero {
    position: relative;
    top: 0;
    height: 480px;
    background-position: bottom center;
}

.header-hero-content {
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
}

@media only screen and (max-width: 767px) and (min-width: 768px), (max-width: 992px) {
    .header-hero-content {
        margin-top: 35%;
    }
}

.header-hero-content .header-title {
    font-size: 42px;
    color: #38424d;
}

.header-hero-content .text {
    margin: 8px;
}

.header-hero-content ul {
    margin-top: 30px;
}

.header-image {
    position: relative;
    padding-top: 180px;
    animation: bounceTop-1 3s ease infinite;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 767px) {
    .header-image img {
        display: none;
    }
    .header-hero-content .header-title {
      font-size: 32px;
    }
    .header-hero-content .text {
      font-size: px;
    }
    .header-hero-content li a {
      font-size: 14px;
      border: 0px solid #0898ef;
    }

}

.header-image img {
    max-width: 410px;
    align-items: center;
}

.col-lg-7.col-md-10 {
    height: 150px;
    padding-top: 0px;
}

/* ---- First <div> End ---- */

/* ---- Second <div> Start ---- */

.services-list-section.pt-80 {
  padding-top: 125px;
}

.services-list-section .development-services {
    padding: 30px;
    text-align: center;
    box-shadow: 0 15px 17px 0 rgb(154 154 154 / 16%);
}

@media only screen and (max-width: 768px) {
  .services-list-section .development-services {
      box-shadow: none;
  }
}

.services-list-section .development-services .icon {
    position: relative;
    width: 75px;
    height: 75px;
    display: flex;
    margin: 0 auto 30px;
    background-color: #5680e9;
    color: #fff;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.services-list-section .development-services .icon.color-2 {
    background-color: #7fbf7f;
}

.services-list-section .development-services .icon.color-3 {
    background-color: #5ab9ea;

}

.services-list-section .development-services .icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: inherit;
    top: -8px;
    right: -8px;
    z-index: -1;
    opacity: .2;
    transition: all .3s ease-out 0s;
}

.services-list-section .development-services:hover .icon::after {
  top: 8px;
  right: 8px;
}

.services-list-section .development-services .content h3 {
    font-weight: 600;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
  .col-lg-4{
    flex-basis: auto;
    width: auto;
  }
}

/* ---- Second <div> End ---- */

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.cta {
    padding: 0;
    margin-bottom: 60px;
    margin-top: 80px;
  }
  
  .cta .container {
    padding: 80px;
    background: #f7f2f273;
    border-radius: 15px;
  }
  
  @media (max-width: 992px) {
    .cta .container {
      padding: 50px;
    }
  }
  
  .cta .content h3 {
    color: #485664;
    font-size: 40px;
    font-weight: 700;
  }
  
  .cta .content h3 em {
    font-style: normal;
    position: relative;
  }
  
  .cta .content h3 em:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 10px;
    background: #5680e9;
    z-index: -1;
  }
  
  .cta .content p {
    color: #485664;
    font-weight: 600;
    font-size: 18px;
  }
  
  .cta .content .cta-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 32px;
    background: #5680e9;
  }
  
  .cta .content .cta-btn:hover {
    background: #0898ef;
    color: #ffffff;
  }
  
  .cta .img {
    position: relative;
  }
  
  .cta .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    border-radius: 15px;
    transform: rotate(12deg);
  }
  
  .cta .img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    border-radius: 15px;
    transform: rotate(6deg);
  }
  
  .cta .img img {
    position: relative;
    z-index: 3;
    border-radius: 15px;
  }
  
  @media (max-width: 992px) and (min-width: 768px){
    .cta .container {
      padding: 50px;
    }
    .order-md-last {
      width: 100%
    }
    .content {
      width: 100%;
    }
    .row.g-5 {
      flex-wrap: wrap-reverse;
    }
    .col-lg-8 {
      order: 2;
    }
    .col-lg-4 {
      order: 1;
    }
  }

/*----------- Third <div> Start ----------*/

.border-bottom {
    box-sizing: border-box;
    padding: 0;
    border-bottom: none !important;
    margin-top: 76px;
}

.border-bottom h2{
    font-size: 2rem;
}

.border-bottom h3{
    margin-top: 0;
    /* margin-bottom: 0.5rem; */
    font-weight: 500;
    line-height: 1.2;
    font-size: 1rem;
}

.border-bottom .wow .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    width: 354px;
    max-width: 100%;
    height: 140px;
    max-height: 100%;
    box-shadow: 0 15px 17px 0 rgb(154 154 154 / 16%);
}

.text-center.mb-5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 42px;
    color: #38424d;
}

.card .card-body:hover {
  animation: pulse 0.7s linear;
}

@media (max-width: 768px) {
  .row-cols-lg-3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1.5rem / 2);
    margin-right: calc(-1.5rem / 2);
    margin-left: calc(-1.5rem / 2);
  }
  .row-cols-lg-3 > * {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: calc(1.5rem / 2);
    padding-left: calc(1.5rem / 2);
    margin-top: calc(1.5rem / 2);
  }
}
@media (max-width: 456px) {
  .row-cols-lg-3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1.5rem / 2);
    margin-right: calc(-1.5rem / 2);
    margin-left: calc(-1.5rem / 2);
    justify-content: center;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: calc(1.5rem / 2);
    padding-left: calc(1.5rem / 2);
    margin-top: calc(1.5rem / 2);
  }
}

/*----------- Third <div> End ----------*/

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/

.details {
  margin-top: 100px;
}

.details .pt-4, .pt-5 {
  margin: none !important;
}

.details .content+.content {
  margin-top: 100px;
}

.details h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1acc8d;
}

.details .content p {
  margin-bottom: 15px;
  margin-top: 15px;
}

.details p {
  padding-bottom: 12px;
}

.fst-italic {
  padding-bottom: 12px;
}

.details .content p:last-child {
  margin-bottom: 0;
}

.row.content-1, .row.content-2 {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 992px) and (min-width: 768px) {
  .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 28px;
  }

  .details {
    margin-top: 0px;
  }

  .col-lg-6.pt-4 {
    margin-top: 28px;
  }

  .col-lg-6.pt-5 {
    margin-top: 0px;
  }

}

/*----------- Why Choose Us? <div> Start ----------*/

.wcu-about {
  padding-top: 25px;
  padding-bottom: 60px;
}

.wcu-about .content h3 {
  font-weight: 700;
  font-size: 30px;
  color: #5f687b;
}

.wcu-about .content ul {
  list-style: none;
  padding: 0;
}

.wcu-about .content ul li {
  padding-bottom: 10px;
}

.wcu-about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  padding-bottom: 17px;
}

.wcu-about .content p {
  margin-bottom: 15px;
  margin-top: 15px;
}

.wcu-about .content p:last-child {
  margin-bottom: 0;
}

.wcu-about .fa-circle-check {
  color: #5680e9;
  font-size: 24px;
  padding-right: 8px;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
  padding-bottom: 10px;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #7bb97b;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta .container {
  padding: 80px;
  background: rgb(248, 248, 248);
  border-radius: 15px;
}

.cta h3 {
  color: #504f4f;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}

.cta p {
  color: #504f4f;
}

.cta .cta-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 32px;
  background: #5680e9;
}

.cta .cta-btn:hover {
  background: #0898ef;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .cta h3 {
    text-align: left;
  }
  .cta p {
    text-align: left;
  }
}

/* ---- FAQ Section Start ---- */

.faq-section .accordion-item {
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(142, 142, 142, .16);
}

.faq-section .accordion-item button {
    position: relative;
    padding: 18px 25px;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    color: #5680e9;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/accordion.svg);
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-section .container {
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .faq-image img {
        height: 0;
    }
}

.faq-section.pt-120 {
  padding-top: 60px;
}

/* ---- FAQ Section End ---- */

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
  padding-top: 60px;
  padding-bottom: 40px;
}

.clients .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: titlecase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.clients .clients-wrap {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 992px) and (min-width: 768px) {
  .row.no-gutters> div[class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
}

/* ---- Services Start ---- */

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/



.features-1 {
    margin-top: 100px;
    margin-bottom: 60px;
}

.features-1 .nav-tabs {
    border: 0;
  }
  
  .features-1 .nav-link {
    font-size: 32px;
    border: 0;
    padding: 25px 20px;
    color: #8860d0;
    box-shadow: 0 15px 17px 0 rgb(154 154 154 / 16%);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;
    line-height: 0;
  }
  
  .features-1 .nav-link h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
    color: #6c757d;
    text-align: center;
  }
  
  /*.features-1 .nav-link:hover {
    color: #007bff;
  }

  .features-1 .nav-link .fa-keyboard:not(.active) {
    color: rgb(139, 4, 139);
  }

  .features-1 .nav-link .fa-chart-simple:not(.active) {
    color: indigo;
  }

  .features-1 .nav-link .fa-lightbulb:not(.active) {
    color: teal;
  }

  .features-1 .nav-link .fa-bullhorn:not(.active) {
    color: rgb(179, 90, 90);
  }

  .features-1 .nav-link .fa-handshake:not(.active) {
    color: rgb(92, 92, 236);
  }

  .features-1 .nav-link .fa-wand-magic-sparkles:not(.active) {
    color: orange;
  }*/
  
  .features-1 .nav-link.active {
    transition: 0.3s;
    background: #d6d3d3 linear-gradient(#0d6efd, #5680e9);
    border-color: #78b6f8;
    color: #fff !important;
  }
  
  .features-1 .nav-link.active i {
    color: #fff;
  }

  .features-1 .nav-link.active h4 {
    color: #fff;
  }
  
  .features-1 .tab-content {
    margin-top: 30px;
  }
  
  .features-1 .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
  }
  
  .features-1 .tab-pane h3 {
    font-weight: 600;
    font-size: 36px;
    color: #6c757d;
    padding-bottom: 3px;
  }
  
  .features-1 .tab-pane ul {
    list-style: none;
    padding: 0;
  }
  
  .features-1 .tab-pane ul li {
    padding-bottom: 17px;
  }

  .features-1 .fa-circle-check {
    color: #5680e9;
    font-size: 24px;
    padding-right: 8px;
  }
  
  .features-1 .tab-pane ul i {
    font-size: 24px;
    margin-right: 4px;
    color: #007bff;
  }
  
  .features-1 .tab-pane p {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .features-1 .tab-pane p:last-child {
    margin-bottom: 0;
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }

  /*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing {
  margin-top: 40px;
}

.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h2 {
  padding-bottom: 20px;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #007bff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  margin-top: 35px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #007bff;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #007bff;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #0898ef;
}

.pricing .featured h3 {
  color: #fff;
  background: #007bff;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #007bff;
  color: #000000;
}

.pricing .section-title {
  margin-bottom: 20px;
}

/*.pricing .section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #7735f1;
  margin: 4px 10px;

}*/

.pricing h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #38424d;
  font-size: 34px;
  padding-bottom: 40px;
  text-align: center;
}

@media (max-width: 992px) and (min-width: 768px) {
  .pricing h3 {
    font-size: 28px;
  }
  .pricing ul {
    font-size: 16px;
  }
  .pricing h4 {
    font-size: 42px;
  }
  .pricing .btn-buy {
    font-size: 18px;
  }
  .box.one {
    margin-top: 24px;
  }
}

/* ---- Contact Us Section Start ---- */

.contact-us {
    max-width: 800px;
    margin: 50px auto;
    position: relative;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .contact-us {
        box-shadow: none;
        margin-bottom: -318px;
    }
}

.contact-us .title {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    font-size: 3em;
    line-height: 48px;
    padding-bottom: 20px;
    color: #5680e9;
    background: linear-gradient(to right, #8860d0 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 351px) and (max-width: 991px) {
  .contact-us .title {
      font-size: 2.5em; 
  }
}

@media only screen and (max-width: 350px) {
  .contact-us .title {
      font-size: 2em; 
  }
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #5680e9;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    transform: translateY(-24px);
}

.contact-form textarea .input-text:focus + .label,
.contact-form textarea .input-text.not-empty + .label {
    transform: translateY(-24px);
}

.contact-form .input-text::placeholder {
  color: transparent;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .label {
    position: absolute;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #5680e9;
    cursor: text;
    text-transform: capitalize;
    transition: transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
    background: linear-gradient(125deg, #8860d0, #000000);
    font-weight: 450;
    width: 200px;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0px 5px 15px 0px rgba(28,0,181,0.3);
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-form .submit-btn:hover {
  cursor: pointer;
}

.submitting {
  background: linear-gradient(125deg, #a280e2, rgb(99, 96, 96));
  color: #fff;
  opacity: 0.7; /* add a lower opacity to make it appear "disabled" */
  cursor: wait !important; /* change the cursor to "wait" while submitting */
}

/*.contact-form .input-text:valid {
  background-color: #e8f0fe;
}*/

.contact-form .input-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}


.contact-form #msg {
  color: rgb(34, 161, 34);
}

 .input-data.textarea{
  width: 100%;
  height: 40px;
  margin-right: 20px;
  position: relative;
  margin-top: 10px;
}

.form-field.col-lg-12 .textarea{
  height: 70px;
}

.form-field.col-lg-12{
  margin-top: 0px;
}


.input-data.textarea input,
.textarea textarea{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid #5680e9;
}

.input-data.textarea input:focus,
.textarea textarea:focus{
  outline: none;
}

/*.input-data.textarea textarea:focus{
  resize: vertical;
}*/

.input-data.textarea input {
 border: transparent;
}

.input-data.textarea input:focus ~ label, .textarea textarea:focus ~ label,
.input-data.textarea input:valid ~ label, .textarea textarea:valid ~ label{
  transform: translateY(-48px);
  font-size: 18px;
  color: #5680e9;
}
.input-data.textarea textarea{
  resize: none;
  padding-top: 10px;
  border-top: none;
  font-size: 18px;
  max-height: 300px;
  box-sizing: border-box;
}

.input-data.textarea label{
  position: absolute;
  pointer-events: none;
  bottom: 18px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
  margin-bottom: 14px;
  color: #5680e9;
  width: 100%;

}
.input-data.textarea .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data.textarea input:focus ~ .underline:before,
.input-data.textarea input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before{
  transform: scale(1);
}





/* ---- Contact Us Section End ---- */

/* ---- Social Share Buttons Start ---- */
.share-btn-container {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .share-btn-container a i {
    font-size: 32px;
  }
  
  .share-btn-container a {
    margin: 12px 0;
    transition: 500ms;
  }
  
  .share-btn-container a:hover {
    transform: scale(1.2);
  }
  
  .share-btn-container .fa-facebook {
    color: #3b5998;
  }
  
  .share-btn-container .fa-twitter {
    color: #1da1f2;
  }
  
  .share-btn-container .fa-linkedin {
    color: #0077b5;
  }
  
  .share-btn-container .fa-pinterest {
    color: #bd081c;
  }
  
  .share-btn-container .fa-whatsapp {
    color: #25d366;
  }
  
  /* Media Queries */
  
  @media (max-width: 1058px) {
    .content {
      padding: 8px 32px;
    }
  
    .share-btn-container {
      transform: unset;
      width: 100%;
      top: unset;
      left: 0;
      bottom: 0;
      flex-direction: row;
      box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
      padding: 16px 0;
      justify-content: center;
      background-color: #fff;
      border-bottom: none;
      z-index: 9999;
      backface-visibility: hidden;
    }
  
    .share-btn-container a {
      margin: 0 32px;
    }
  }

/* ---- Social Share Buttons Start ---- */

/* ---- Footer CSS ---- */

.footer-area {
    position: relative;
    overflow: hidden;
}

.footer-area .footer-widget {
    padding-bottom: 25px;
}

.footer-about {
    max-width: 320px;
}

.footer-about .text {
    margin-top: 30px;
}

.footer-about .social {
    margin-top: 30px;
}

.footer-about .social li {
     display: inline-block;
     margin-right: 25px;
}

.footer-about .social li a {
    font-size: 20px;
    color: #747e88;
    transition: all .3s ease-out 0s;
}

.footer-about .social li a:hover {
    color: #0898e7;
}

.footer-link-wrapper {
    width: 50%;
}

.footer-link .link {
  padding-top: 10px;
}

.contact-list {
  padding-top: 10px;
}

.contact-list li {
  margin-top: 10px;
}

.footer-link .link li {
  margin-top: 10px;
}

.footer-link .link li a {
  text-decoration: none;
  font-size: 18px;
  color: #747e88;
  transition: all .3s ease-out 0s;
}

.footer-link .link li a:hover {
  color: #0898e7;
}

.footer-title .title {
  font-size: 20px;
  font-weight: 500;
}

.footer-contact .contact-list li .contact-info .info-content .text a {
  color: #747e88;
}

.footer-contact .contact-list li .contact-info .info-content .text a:hover {
  color: #0898e7;
}

.footer-copyright .copyright {
  border-top: 3px solid #747e88;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-copyright .copyright .copyright-text .text a {
  color: #747e88;
}

.footer-copyright .copyright .copyright-text .text a:hover {
  color: #0898e7;
}

@media (max-width: 1058px) {
  .footer-area {
    margin-bottom: 42px;
  }
}

@media (max-width: 520px) {
  .footer-area {
    margin-bottom: unset;
  }
}

@media only screen and (max-width: 992px) {

    .footer-link {
        padding-top: 30px;
    }

    .footer-contact {
      padding-top: 30px;
    }

    .footer-area {
     margin-top: 230px;
     margin-left: 20px;
     margin-right: 20px;
    }

    #footer-column-2 {
      width: 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width:520px) {
  
  .footer-copyright .container{
    margin-bottom: 50px !important;
  }

}
