* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body, html {
  background-color: #f1f8fd;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* width */
.sidebar::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #49b5ef;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

li {
  display: inline-block;
}

img {
  width: auto;
}

.padd-top {
  padding-top: 70px;
  position: relative;
}

.padd-bot {
  padding-bottom: 70px;
  position: relative;
}

.m-bot {
  margin-bottom: 70px;
  position: relative;
}

.btn {
  color: #fff;
  text-decoration: none;
  padding: 11px 18px;
  background-color: #00015f;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius: 7px;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #49b5ef;
  color: #fff;
}

.btn2 {
  color: #00015f;
  padding: 8px 40px;
  border-radius: 50px;
  border: 4px solid #00015f;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn2:hover {
  border: 4px solid #49b5ef;
  background-color: #49b5ef;
  color: #fff;
}

.btn3 {
  border: 4px solid #49b5ef;
}

.btn3:hover {
  border: 4px solid #00015f;
  background-color: #00015f;
  color: #fff;
}

.main-head {
  padding: 15px 0;
}

.main-head .row {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-head .container-fluid {
  padding: 0 30px;
}

.main-head .logo {
  text-align: left;
  position: relative;
  z-index: 99;
}

.main-head .header-link ul li {
  margin: 0 10px;
}

.main-head .header-link ul li a {
  color: #00015f;
}

.main-head .header-link ul li a:hover::after {
  width: 100%;
}

.main-head .header-link ul li a::after {
  content: "";
  display: block;
  background-color: #00015f;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -2px;
  left: 0;
  transform: none;
  width: 0;
  height: 2px;
  transition: all 0.2s ease;
}

.main-head .header-link ul .dropdown {
  position: relative;
  display: inline-block;
}

.main-head .header-link ul .dropdown a i{
  margin-left: 5px;
}

.main-head .header-link ul .dropdown:hover .dropdown-area {
  opacity: 1;
  visibility: visible;
}

.main-head .header-link ul li .dropdown-area {
  background-color: #ffffff;
  text-align: start;
  padding: 3px 20px 10px;
  opacity: 0;
  width: 200px;
  position: absolute;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
}

.main-head .header-link ul li .dropdown-area li {
  display: block;
  margin: 10px 0;
  font-size: 13px;
}

.main-head .header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-head .header-btn i {
  font-size: 25px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.main-head .header-btn a:hover {
  color: #fff;
}

/* Mobile header  */

.mobile-head {
  padding: 15px 0;
  display: none;
}

.mobile-head .row {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mobile-head .container-fluid {
  padding: 0 30px;
}

.mobile-head .logo {
  text-align: left;
}

.mobile-head .header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-head .header-btn i {
  font-size: 25px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.mobile-head .header-btn a:hover {
  color: #fff;
}

.sidebar {
  position: fixed;
  left: -3000px;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  z-index: 99;
  width: 20%;
  text-align: start;
  padding-top: 30px;
  transition: all 1s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  overflow-y: auto;
}

.sidebar .sidebar-btn {
  position: absolute;
  z-index: 99;
  top: 1%;
  right: 4%;
  font-size: 35px;
  color: black;
  cursor: pointer;
}

.sidebar.show {
  left: 0;
}

.sidebar ul li {
  margin: 20px 10px;
  display: block;
}

.sidebar ul li a {
  color: #00015f;
}

.sidebar ul,
.sidebar .logo {
  padding-left: 20px;
}

.sidebar-links {
  border-top: 1px solid #0000003f;
}

.sidebar-links img {
  width: 18px;
  margin-bottom: 10px;
}

.sidebar-socail ul li {
  display: inline-block;
  margin: 0 0;
}

.sidebar-socail ul li a i {
  color: #000000;
  font-size: 15px;
  margin: 0 5px;
  padding: 7px 8px;
  border: 1px solid #0000003f;
  border-radius: 50%;
}

.sidebar .mobile-drop {
  cursor: pointer;
}

.sidebar .mobile-drop a i {
  float: right;
}

.mobile-drop-area {
  display: none;
}

/* Mobile Header End */

.sec-banner video {
  position: absolute;
  z-index: -1;
  width: 44%;
  height: 70%;
  right: 60px;
  object-fit: cover;
  border-radius: 20%;
}

.sec-banner .row {
  align-items: center;
}

.sec-banner .banner-content .h6 {
  font-size: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.tital {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #00015f;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.tital2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.03em;
  position: relative;
  color: #00015f;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}

.bg-text {
  font-size: 140px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #e8f0f7;
  position: absolute;
  z-index: 0;
  width: 100%;
  top: -10%;
}

.heading-color {
  color: #b4c5ff;
  background: linear-gradient(
    45deg,
    #b4c5ff,
    #72c8fe,
    #786aff,
    #679aff,
    #7eb5ff
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: animated-text 5s ease infinite;
}

@keyframes animated-text {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.sec-banner .banner-image {
  text-align: left;
  position: relative;
}

.sec-banner .banner-image .extra-robot {
  position: absolute;
  top: 19%;
  left: 38%;
  width: 174px;
}

.sec-banner .banner-form {
  position: relative;
  width: 100%;
  margin-top: 35px;
}

.sec-banner .banner-form input {
  padding-right: 125px;
  color: #86878b;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  width: 80%;
  height: 55px;
  padding: 0 20px;
  border: none;
  box-sizing: border-box;
  text-overflow: ellipsis;
}

.sec-banner .banner-form button {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 19%;
  transform: translateY(-50%);
  display: inline-block;
}

.sec-banner .banner-form i {
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 19px 16px;
}

.sec-banner .banner-content .banner-list li {
  margin: 0 2px;
}

.sec-banner .banner-content .banner-list li a {
  color: #00015f;
  background-color: #e4eef6;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 13px;
}

.sec-banner .banner-content .banner-p {
  margin-top: 15px;
  color: #5f5f5f;
}

.sec-partner .row {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sec-partner .partners-logo img {
  opacity: 0.4;
  transition: all 0.3s ease;
}

.sec-partner .partners-logo img:hover {
  opacity: 1;
}

.sec-rated {
  position: relative;
}

.sec-rated .row1 {
  justify-content: space-between;
}

.sec-rated .container-fluid {
  padding: 0 30px;
}

.sec-rated .rated-tital h1 {
  color: #00015f;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 900;
}

.sec-rated .rated {
  text-align: center;
}

.sec-rated .rated .rate {
  font-size: 120px;
  font-weight: 900;
  color: #00015f;
}

.sec-about .about-img {
  width: 100%;
}

.sec-about .about-img img {
  width: 100%;
}

.sec-about .about-extra {
  position: absolute;
  right: 0;
  animation: move;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  z-index: 1;
}

.sec-skills .row {
  text-align: center;
  justify-content: center;
}

.sec-skills .skills-content {
  max-width: 60%;
  margin: 0 auto;
}

.sec-skills .skills-content h1 {
  font-size: 50px;
}

.sec-skills .skills-content .sec-tabing ul {
  margin-top: 30px;
  position: relative;
}

.sec-skills .skills-content .sec-tabing ul::before {
  content: "";
  background-color: #000;
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: -40%;
  left: 10%;
}

.sec-skills .skills-content .sec-tabing ul li {
  margin: 0 15px;
}

.sec-skills .skills-content .sec-tabing ul li a {
  color: #000;
  font-weight: 600;
}

.sec-skills .skills-content .sec-tabing ul li:hover a,
.sec-skills .skills-content .sec-tabing ul li.active a {
  color: #49b5ef;
}

.sec-skills .tab-content {
  margin-top: 60px;
}

.sec-skills .tab-content .sec-lang {
  background-color: #ddf1fe;
  padding: 20px;
  border-radius: 22px;
}

.sec-skills .tab-content .sec-lang img {
  width: 100%;
  filter: grayscale(1);
}

.sec-skills .sec-lang span {
  font-weight: 600;
}

.sec-study {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec-study .row {
  align-items: center;
}

.sec-study .study-content {
  text-align: center;
}

.sec-study .study-content img {
  margin-bottom: 30px;
  width: 200px;
}

.sec-study .study-content p {
  margin-bottom: 30px;
  color: #fff;
}

.sec-study .study-content a {
  color: #fff;
}

.sec-study .study-image {
  width: 100%;
}

.sec-study .study-image img {
  width: 100%;
}

.sec-image .col-lg-6 {
  padding: 0;
}

.sec-image .sec-image-img {
  width: 100%;
}

.sec-image .sec-image-img img {
  width: 100%;
}

.sec-services .service-content {
  max-width: 60%;
  margin: 0 auto;
}

.sec-services h2 {
  top: -60px;
}

.sec-services .service-items {
  background-color: #ddf1fe;
  padding: 40px 30px 20px 30px;
  position: relative;
  margin-bottom: 20px;
  min-height: 280px;
}

.sec-services .service-items img {
  position: absolute;
  top: 0;
  right: 3%;
}

.sec-portfolio h2 {
  top: -60px;
}

.sec-portfolio .row {
  text-align: center;
  justify-content: center;
}

.sec-portfolio .portfolio-content {
  max-width: 60%;
  margin: 0 auto;
}

.sec-portfolio .portfolio-content h1 {
  font-size: 50px;
}

.sec-portfolio .portfolio-content .sec-tabing ul {
  margin-top: 30px;
  position: relative;
}

.sec-portfolio .portfolio-content .sec-tabing ul::before {
  content: "";
  background-color: #000;
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: -40%;
  left: 10%;
}

.sec-portfolio .portfolio-content .sec-tabing ul li {
  margin: 0 15px;
}

.sec-portfolio .portfolio-content .sec-tabing ul li a {
  color: #00015f;
  font-weight: 600;
}

.sec-portfolio .portfolio-content .sec-tabing ul li:hover a,
.sec-portfolio .portfolio-content .sec-tabing ul li.active a {
  color: #49b5ef;
}

.sec-portfolio .row1 {
  margin: 60px 0;
}

.sec-portfolio .row .col-lg-4 {
  padding: 0;
}

.sec-portfolio .row .portfolio img {
  width: 100%;
}

.sec-choose .choose-content p {
  margin-bottom: 40px;
}

.sec-infinite .infinite-tital {
  font-size: 220px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff00;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.158);
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in;
}

.sec-infinite .infinite-tital:hover {
  color: #b4c5ff;
  background: linear-gradient(
    45deg,
    #b4c5ff,
    #72c8fe,
    #786aff,
    #679aff,
    #7eb5ff
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: animated-text 5s ease infinite;
}

.sec-clients .row {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sec-clients .col-lg-2 {
  margin-bottom: 30px;
  width: 20%;
}

.sec-mobile-app .mobile-img img {
  width: 100%;
}

.sec-blogs h2 {
  top: -8%;
}

.sec-blogs .blogs {
  background-color: #ddf1fe;
  box-shadow: rgb(217 239 251) 0px 1px 1px 0px inset,
    rgb(181 224 251) 0px 50px 100px -20px, rgb(183 223 252) 0px 30px 60px -30px;
  min-height: 548px;
}

.sec-blogs .blogs img {
  width: 100%;
  /* height: 250px; */
}

.sec-blogs .blogs .blogs-tital {
  padding: 30px 20px 10px;
}

.sec-blogs .blogs .blogs-tital h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.sec-newsletter .newsletter-tital {
  position: relative;
}

.sec-newsletter .newsletter-tital h2 {
  top: -10%;
  font-size: 100px;
}

.sec-newsletter .news-form form input,
.sec-newsletter .news-form form textarea {
  border: none;
  border-bottom: 1px solid #0000004f;
  background-color: transparent;
  width: 100%;
  padding: 10px;
  color: #5c5757;
}

.news-form {
  padding: 0px 90px;
}

.sec-footer {
  background-color: #010231;
}

.sec-footer .footer-main-tital h5,
.sec-footer .footer-main-tital h1 {
  color: #fff;
}

.sec-footer .footer-main-tital a {
  color: #49b5ef;
  background-color: transparent;
}

.footer-logo ul li a i {
  color: #000000;
  font-size: 11px;
  margin: 0 3px;
  background-color: #fff;
  padding: 8px 8px;
  border-radius: 50%;
}

.footer-logo p {
  color: #fff;
  margin-top: 30px;
}

.sec-footer .container-fluid {
  padding: 0 30px;
}

.sec-footer .row1 {
  margin-top: 100px;
  justify-content: center;
}

.sec-footer .footer-links .footer-links-tital h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 25px;
}

.sec-footer .footer-links ul li {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}

.sec-footer .footer-links ul li a {
  color: #ffffff;
}

.sec-footer .copy-right p {
  color: #ffffff;
}

.sec-footer .footer-terms {
  text-align: right;
}

.sec-footer .footer-terms ul {
  color: #fff;
}

.sec-footer .footer-terms ul li a {
  color: #ffffff;
}

.sec-clients h2 {
  top: -13%;
}

.breadcrumb {
  padding: 50px 0;
  /* background-image: url(../images/bg-color.png);
  background-position: bottom right;
  background-repeat: no-repeat; */
}

.breadcrumb .breadcrumb-area h1 {
  margin-top: 5px;
  font-size: 60px;
  font-weight: 600;
}

.breadcrumb .breadcrumb-area span a {
  color: #010231;
}

.sec-blogs.padd-bot.padd-top h2 {
  top: 10px;
}

.position {
  margin-top: -100px;
}

.read-more-btn {
  color: #00015f;
  font-weight: 600;
  text-decoration: underline;
}

.blogs-detail .blogs-detail-content .content h1 {
  font-size: 45px;
  margin-top: 30px;
}

.blogs-detail .blogs-related-info {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px 20px 20px;
}

.blogs-detail .blogs-related {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.blogs-detail .blogs-related .realted-image img {
  width: 100px;
  height: 80px;
  border-radius: 12px;
}

.blogs-detail .blogs-related .related-detail p {
  font-size: 12px;
  margin-bottom: 0;
}

.services-detail .services-detail-content .tital2 {
  font-size: 35px;
}

.services-detail .services-detail-image {
  text-align: center;
}

.services-detail .services-detail-image img {
  width: 100%;
  border-radius: 12px;
}

.sec-portfolio.padd-bot.pt-3 .bg-text {
  top: -2%;
  z-index: -1;
}

.sec-pricing .bg-text {
  top: -20px;
}

.sec-pricing .pricing-area {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 30px 10px 20px;
}

.sec-pricing .pricing-area .area-tital h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-pricing .pricing-area .area-tital h1 .price {
  font-size: 18px;
}

.sec-pricing .pricing-area .pricing-detail ul {
  padding: 0 30px;
}

.sec-pricing .pricing-area .pricing-detail ul li {
  display: block;
  margin: 10px 0;
  border-bottom: 1px solid #00015f;
  font-size: 16px;
  padding: 15px 0;
}

.sec-pricing .btn {
  margin-top: 30px;
}

.extra-img1 {
  position: absolute;
  top: -100%;
  right: -8%;
}

.extra-img2 {
  position: absolute;
  top: -80%;
  left: -8%;
  transform: rotate(180deg);
  z-index: -1;
}

.extra-img3 {
  position: absolute;
  top: -53%;
  right: -6%;
  z-index: -1;
}

.extra-img4 {
  position: absolute;
  top: 25%;
  right: 0%;
  display: none;
  z-index: 0;
  transform: rotate(260deg);
}

.extra-img4 img {
  filter: invert(1);
  opacity: 0.1;
}

.extra-img5 {
  position: absolute;
  top: 0%;
  left: -6%;
  transform: rotate(180deg);
  z-index: 0;
}

.extra-img6 {
  position: absolute;
  top: 10%;
  right: 0%;
  z-index: 0;
  transform: rotate(40deg);
  width: 200px;
}

.extra-img6 img {
  animation: move;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0);
  }
}

/* .extra-img7 {
  position: absolute;
  top: -53%;
  right: -6%;
  z-index: -1;
}
.extra-img8 {
  position: absolute;
  top: -53%;
  right: -6%;
  z-index: -1;
}
.extra-img9 {
  position: absolute;
  top: -53%;
  right: -6%;
  z-index: -1;
} */

.sec-contact .contact-info {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px 0;
  margin-bottom: 60px;
  transition: all 0.3s linear;
  min-height: 220px;
}

.sec-contact .contact-info:hover {
  transform: translateY(-20px);
}

.sec-contact .contact-info h4 {
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.sec-contact .contact-info p {
  margin-bottom: 0;
}

.sec-contact .contact-info a {
  color: #000;
}

.sec-contact .contact-form form {
  padding: 0 100px;
}

.sec-contact .contact-form form .btn {
  font-size: 15px;
}

.sec-contact .contact-form form input,
.sec-contact .contact-form form select {
  padding-right: 125px;
  color: #86878b;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border: none;
  box-sizing: border-box;
  text-overflow: ellipsis;
  margin: 5px 0;
}

.sec-contact .contact-form form textarea {
  padding-right: 125px;
  color: #86878b;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  width: 100%;
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  text-overflow: ellipsis;
  margin: 5px 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 15px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.blogs-detail-image img {
  width: 100%;
  /* height: 418px; */
  object-fit: cover;
  border-radius: 12px;
}

.blogs-related-info h3 {
  text-transform: capitalize;
}

.related-detail a {
  color: #000000;
}

/* Base Styles */
.robot {
  margin-top: 28px;
  max-height: 400px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 7%;
  right: -53%;
}
/* SVG Styles */
#robot {
  animation: fly-in 3s ease-out;
  max-height: 360px;
  /* width: 100%; */
}
.arm,
.leg {
  animation: dangle 3s cubic-bezier(0.57, 0.19, 0.25, 0.75) 3s infinite;
  transform-origin: center;
}
.head {
  animation: attach-head 3s linear;
}
.flame {
  animation: flicker 0.35s linear infinite;
  transform-origin: 50% 50%;
}
.lean {
  animation: lean 3s linear;
  transform-origin: 50% 0%;
}
.levitate {
  animation: levitate 3s cubic-bezier(0.57, 0.19, 0.25, 0.75) infinite;
  transform-origin: 50% 50%;
}
.smoke {
  animation: smoke 0.25s linear infinite;
  transform-origin: 50% 50%;
}
.smoke-group {
  animation: track-levitate 3s cubic-bezier(0.57, 0.19, 0.25, 0.75) infinite;
  animation-delay: 0.25s;
}
.delay-2 {
  animation-delay: 0.06s;
}
.delay-3 {
  animation-delay: 0.09s;
}
.delay-4 {
  animation-delay: 0.12s;
}
.delay-5 {
  animation-delay: 0.15s;
}
.delay-6 {
  animation-delay: 0.18s;
}
.delay-7 {
  animation-delay: 0.21s;
}
.delay-8 {
  animation-delay: 0.24s;
}
.delay-9 {
  animation-delay: 0.27s;
}
.delay-10 {
  animation-delay: 0.3s;
}
@keyframes flicker {
  0% {
    transform: rotate(-1deg);
  }
  25% {
    transform: rotate(1deg) scaleY(1.15);
  }
  50%,
  100% {
    transform: rotate(1deg);
  }
  75% {
    transform: rotate(-2deg) scaleY(0.95);
  }
}
@keyframes smoke {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1.15);
  }
}
@keyframes levitate {
  from {
    transform: rotate(0deg) translate(-15px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-15px) rotate(-360deg);
  }
}
@keyframes track-levitate {
  0%,
  100% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes dangle {
  0%,
  100% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(10deg);
  }
  66% {
    transform: rotate(-10deg);
  }
}
@keyframes lean {
  0%,
  100% {
    transform: rotate(0deg) translateX(0px);
  }
  20% {
    transform: rotate(-30deg) translateX(-130px);
  }
  80% {
    transform: rotate(-30deg) translateX(-130px);
  }
}
@keyframes attach-head {
  0%,
  100% {
    transform: translate(0px 0px);
  }
  20% {
    transform: translate(-130px, 60px);
  }
  80% {
    transform: translate(-130px, 60px);
  }
}
@keyframes fly-in {
  0% {
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0px);
  }
}

.footer-links ul li a {
  transition: all 0.2s ease-in;
}

.footer-links ul li a:hover {
  color: #49b5ef;
}

.sec-footer .footer-terms ul li a {
  transition: all 0.2s ease-in;
}

.sec-footer .footer-terms ul li a:hover {
  color: #49b5ef;
}

/* Back TO Top */



button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #00015f;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}
button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 135px;
    height: 60px;
    width: 60px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/* Back To Top End */

/* .sec-contact .contact-form form .row .col-lg-6 {
} */

/* .icon {
  display: flex;
  align-items: flex-start;
}
.icon svg {
  width: 2.188rem;
  margin-left: -0.188em;
}
.secprice {
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 4rem clamp(1rem, 5%, 3rem);
}
.secprice > span {
  display: inline-block;
  margin-bottom: 0.938em;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-size: 0.8rem;
  background: #ffbb7b;
  color: #5c0404;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
}
.cards {
  margin-top: 3em;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}
.card {
  width: 17.5rem;
}
.card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.5rem;
}
.card__outer {
  background: #ebecee;
  position: relative;
  height: 23.438rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  transition: 0.3s ease-in-out;
}
.card__outer a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
}
.card__outer a svg {
  margin-left: 0.375em;
  width: 1.125rem;
}
.card__inner {
  background: #fff;
  position: absolute;
  bottom: 3.75rem;
  right: 1.25rem;
  width: 100%;
  height: 90%;
  border-radius: 0.625rem;
  padding: 1.875rem 2.188rem;
  display: flex;
  flex-direction: column;
}
.card__inner .title {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.313em;
  margin-bottom: 0.938em;
}
.card__inner .price {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}
.card__inner .price--number {
  font-size: 3rem;
  font-weight: 600;
}
.card__inner .price--number:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1.563rem;
  display: block;
  color: red;
  background: #f5f5f5;
  height: 0.125rem;
  width: 100%;
}
.card__inner .price--dolar {
  font-size: 1.1rem;
  margin-top: 0.625em;
  font-weight: 500;
}
.card.active .card__outer a {
  color: #fff;
}
.card:nth-child(1).active .card__inner svg {
  color: #6824d6;
}
.card:nth-child(1).active .card__outer {
  background: #6824d6;
  box-shadow: 5px 18px 13px #000;
}
.card:nth-child(2).active .card__inner svg {
  color: #fe3258;
}
.card:nth-child(2).active .card__outer {
  background: #fe3258;
  box-shadow: 5px 18px 13px #000;
}
.card:nth-child(3).active .card__inner svg {
  color: #4ccda7;
}
.card:nth-child(3).active .card__outer {
  background: #4ccda7;
  box-shadow: 5px 18px 13px #000;
}
.card--purple .card__inner svg,
.card--purple .card__inner .title,
.card--purple .card__outer a {
  color: #6824d6;
}
.card--red .card__outer {
  height: 25.313rem;
}
.card--red .card__inner svg,
.card--red .card__inner .title,
.card--red .card__outer a {
  color: #fe3258;
}
.card--green .card__inner svg,
.card--green .card__inner .title,
.card--green .card__outer a {
  color: #4ccda7;
} */

/* loader */
.loader{
  background: #e6f4fd;
  margin:0;
  height:100%;
  text-align:center;
  color:#ddd;
  font-family:'Poiret One', cursive;
  font-size:2em;
  font-variant:small-caps;
  width: 100%;
  position: fixed;
  z-index: 999;
}

.loader:before{
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em;
}

#main{
  display: inline-block;
  padding: 10px 15px;
  width:90%;
  color: #000;
}

#progress{
  background: #cedce5;
  height:6px;
  border-radius:50%;
  text-align:left;
  font-size:6px;
  overflow:hidden;
}

.dot{
  display:inline-block;
  height:6px;
  width:6px;
  background:#F00;
  position:relative;
  left:-40px;
  margin-right:-6px;
  animation: dot-load infinite 5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  border-radius:50%;
}

.dot:nth-child(1){
  animation-delay:.3s;
}

.dot:nth-child(2){
  animation-delay:.15s;
}

.dot:nth-child(4){
  animation-delay:-.15s;
}

.dot:nth-child(5){
  animation-delay:-.3s;
}

@keyframes dot-load{
  0%{left:-40px;background: #05d4f5;opacity:.6}
  50%{left:50%;background: #76acff;opacity:.9}
  100%{left:100%;background: #00015f;opacity:.6}
}

.sec-pricing {
  display: none;
}

.cta-sec {
  background-color: #010231;
  color: #fff;
  padding: 20px 0;
}

.cta-sec a {
  color: #fff;
  margin-left: 10px;
}

.cta-sec p {
  margin-bottom: 0px;
  font-weight: bold;
}

.cta-sec i {
  margin-left: -25px;
}

.cta-sec .row {
  align-items: center;
}

.side-bar-flex-li {
  display: flex !important;
  align-items: baseline;
  gap: 3px;
  color: #00015f;
}

@media only screen and (max-width: 1024px) {

  .mobile-head {
    display: inherit;
  }

  .main-head {
    display: none;
  }

  .sidebar {
    width: 40%;
  }

  .sec-banner .banner-form button {
    right: 12%;
  }

  .mobile-head .header-btn {
    justify-content: end;
  }

  .sec-about .about-extra {
    display: none;
  }

  .sec-banner .row .col-lg-8 {
    width: 100%;
    text-align: center;
  }

  .sec-banner .row .col-lg-4 {
    width: 100%;
  }

  .sec-banner .banner-image {
    text-align: center;
  }

  .sec-rated .row .col-lg-6 {
    width: 100%;
    text-align: center;
  }

  .sec-services .row .col-lg-4 {
    width: 50%;
  }

  .sec-choose .col-lg-6 {
    width: 100%;
    text-align: center;
  }

  .sec-choose .choose-image {
    margin-top: 50px;
  }

  .padd-bot {
    padding-bottom: 50px;
    position: relative;
  }

  .sec-blogs .blogs {
    min-height: 560px;
  }

  .bg-text {
    font-size: 80px;
  }

  .sec-newsletter .row {
    align-items: center;
  }

  .inner-about-image img {
    width: 100%;
  }

  .extra-img1 {
    position: absolute;
    top: -100%;
    right: -8%;
    display: none;
  }

  .extra-img2 {
    position: absolute;
    top: -80%;
    left: -8%;
    transform: rotate(180deg);
    z-index: 0;
    display: none;
  }

  .extra-img3 {
    position: absolute;
    top: -53%;
    right: -6%;
    z-index: 0;
    display: none;
  }

  .extra-img4 {
    position: absolute;
    top: 25%;
    right: 0%;
    z-index: 0;
    transform: rotate(260deg);
    display: none;
  }

  .extra-img5 {
    position: absolute;
    top: 0%;
    left: -6%;
    transform: rotate(180deg);
    z-index: 0;
    display: none;
  }

  .extra-img6 {
    position: absolute;
    top: 0%;
    left: -6%;
    transform: rotate(180deg);
    z-index: 0;
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .padd-bot {
    padding-bottom: 20px;
  }

  .padd-top {
    padding-top: 30px;
  }

  .m-bot {
    margin-bottom: 30px;
  }

  .tital {
    font-size: 30px;
  }

  .tital2 {
    font-size: 25px !important;
  }

  .bg-text {
    display: none;
  }

  .btn2 {
    color: #00015f;
    padding: 8px 20px;
    border-radius: 50px;
    border: 4px solid #00015f;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .main-head {
    display: none;
  }

  .mobile-head {
    display: inherit;
  }

  .mobile-head .row {
    justify-content: space-between;
  }

  .mobile-head .col-lg-6 {
    flex: 0 0 50%;
  }

  .mobile-head .logo img {
    width: 150px;
  }

  .mobile-head .header-btn a {
    display: none;
  }

  .mobile-head .header-btn {
    justify-content: end;
  }

  .sidebar {
    width: 100%;
  }

  .sec-banner {
    padding-top: 50px;
  }

  .sec-banner .banner-content h6 {
    font-size: 15px;
  }

  .sec-banner .banner-list li a {
    padding: 8px 9px !important;
    font-size: 10px !important;
  }

  .sec-banner .banner-p {
    font-size: 14px;
  }

  .sec-banner .banner-image img {
    width: 100%;
  }

  .sec-rated .rated-tital h1 {
    font-size: 20px;
  }

  .sec-rated .rated .rate {
    font-size: 100px;
    line-height: 1.2;
  }

  .sec-about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sec-about .about-img {
    margin-bottom: 30px;
  }

  .sec-about .about-content img {
    display: none;
  }

  .sec-skills .skills-content {
    max-width: 100%;
  }

  .sec-skills .skills-content .sec-tabing ul::before {
    width: 100%;
    left: 0;
  }

  .sec-skills .skills-content .sec-tabing ul li {
    margin: 0 3px;
  }

  .sec-skills .skills-content .sec-tabing ul li a {
    font-size: 11px;
  }

  .sec-portfolio .portfolio-content .sec-tabing ul::before {
    width: 100%;
    left: 0;
  }

  .sec-portfolio .portfolio-content .sec-tabing ul li {
    margin: 0 3px;
  }

  .sec-portfolio .portfolio-content .sec-tabing ul li a {
    font-size: 11px;
  }

  .sec-portfolio .portfolio-content {
    max-width: 100%;
    padding: 0 10px;
  }

  .sec-skills .tab-content .sec-lang img {
    width: 140px;
  }

  .sec-skills .tab-content .sec-lang {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .sec-skills .row .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 10px 0;
  }

  .sec-study .study-content {
    margin-bottom: 30px;
  }

  .sec-services .service-content {
    max-width: 100%;
  }

  .sec-services .row .col-lg-4 {
    width: 100%;
  }

  .pt-5 {
    padding-top: 1rem !important;
  }

  .sec-skills .tab-content {
    margin-top: 30px;
  }

  .sec-portfolio .row1 {
    margin: 30px 0;
  }

  .sec-choose .choose-content p {
    margin-bottom: 20px;
    text-align: center;
  }

  .sec-choose .choose-content {
    text-align: center;
  }

  .sec-choose .choose-image {
    margin-top: 30px;
  }

  .sec-choose .choose-image img {
    width: 100%;
  }

  .sec-infinite {
    display: none;
  }

  .sec-clients {
    padding-bottom: 0;
  }

  .sec-clients .row1 {
    margin: 10px 0 30px;
  }

  .sec-clients .col-lg-2 {
    max-width: 50%;
    width: 50%;
    margin-bottom: 50px;
  }

  .sec-mobile-app .row .col-lg-3 {
    max-width: 50%;
  }

  .sec-blogs .blogs {
    margin-bottom: 30px;
  }

  .news-form {
    padding: 0px 0px;
  }

  .sec-footer .row1 {
    margin-top: 50px;
  }

  .sec-footer .footer-links {
    margin-top: 30px;
  }

  .sec-footer .footer-terms ul li a {
    font-size: 10px;
  }

  .sec-footer .footer-links ul li {
    font-size: 14px;
  }

  .sec-footer .footer-links ul li a {
    font-size: 14px;
  }

  .sec-footer .copy-right p {
    font-size: 10px;
    margin-bottom: 0;
  }

  .sec-footer .row.padd-top .col-lg-6 {
    max-width: 100%;
    text-align: center;
  }

  .sec-footer .row.padd-top {
    padding-top: 20px;
  }

  .sec-footer .footer-terms {
    text-align: center;
  }

  .sec-footer .footer-main-tital h5 {
    font-size: 13px;
  }

  .sec-rated .row {
    text-align: center;
  }

  .sec-about .row {
    text-align: center;
  }

  .sec-newsletter .row {
    text-align: center;
  }

  .extra-img1 {
    position: absolute;
    top: -100%;
    right: -8%;
    display: none;
  }

  .extra-img2 {
    position: absolute;
    top: -80%;
    left: -8%;
    transform: rotate(180deg);
    z-index: 0;
    display: none;
  }

  .extra-img3 {
    position: absolute;
    top: -53%;
    right: -6%;
    z-index: 0;
    display: none;
  }

  .extra-img4 {
    position: absolute;
    top: 25%;
    right: 0%;
    z-index: 0;
    transform: rotate(260deg);
    display: none;
  }

  .extra-img5 {
    position: absolute;
    top: 0%;
    left: -6%;
    transform: rotate(180deg);
    z-index: 0;
    display: none;
  }

  .extra-img6 {
    position: absolute;
    top: 0%;
    left: -6%;
    transform: rotate(180deg);
    z-index: 0;
    display: none;
  }

  .sec-contact .contact-form form {
    padding: 0 0px;
  }

  .sec-contact .contact-info {
    margin-bottom: 30px;
  }

  .position {
    margin-top: 0;
    width: 100%;
  }

  .inner-about .inner-about-image img {
    width: 100%;
  }

  .inner-about .inner-about-content {
    margin-top: 10px;
  }

  .breadcrumb {
    padding: 50px 0 0px;
  }

  .services-detail .services-detail-content {
    margin-top: 20px;
  }

  .breadcrumb .breadcrumb-area span {
    font-size: 13px;
  }

  .breadcrumb .breadcrumb-area h1,
  .breadcrumb .breadcrumb-area h1 span {
    font-size: 30px;
  }

  .robot {
    display: none;
  }

  .sec-terms {
    text-align: center;
  }
}

.custom-input{
  color: #86878b;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border: none;
  box-sizing: border-box;
  text-overflow: ellipsis;
  margin: 5px 0;
}