
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500|Rubik:500,700");

/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */


body {
  line-height: 26px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #000018;
   max-width: 100%;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;

}

h1,
h2,
h3,
h4,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #ffffff; }
h5{
  font-weight: 500;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}
.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

  p{
    color: #bababa;
  }

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none;
  box-shadow: none; }

.mt-25 {
  margin-top: 25px; }

.p0 {
  padding-left: 0px;
  padding-right: 0px; }

.white_bg {
  background: #fff !important; }

.mb-50 {
  margin-bottom: 50px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.mt-50 {
  margin-top: 50px; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.section_gap {
  padding: 100px 0; }
  @media (max-width: 1199px) {
    .section_gap {
      padding: 80px 0; } }

.section_gap_top {
  padding-top: 200px; }
  @media (max-width: 1199px) {
    .section_gap_top {
      padding-top: 80px; } }

.section_gap_bottom {
  padding-bottom: 200px; }
  @media (max-width: 1199px) {
    .section_gap_bottom {
      padding-bottom: 80px; } }

/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  margin-bottom: 70px; }
  @media (max-width: 1199px) {
    .main_title {
      margin-bottom: 40px; } }
  .main_title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 50px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .main_title h2 br {
        display: none; } }
    @media (max-width: 767px) {
      .main_title h2 {
        font-size: 30px;
        line-height: 34px; } }
  .main_title p {
    margin-bottom: 0px; }
    @media (max-width: 991px) {
      .main_title p br {
        display: none; } }
  .main_title.white h2 {
    color: #fff; }
  .main_title.white p {
    color: #fff;
    opacity: .6; }

/* End Main Title Area css
============================================================================================ */
/* Start Gradient Area css
============================================================================================ */
.gradient-bg, .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link, .blog_right_sidebar .widget_title, .blog_right_sidebar .newsletter_widget .bbtns, .blog_right_sidebar .tag_cloud_widget ul li a:hover, .blog-pagination .page-item.active .page-link, .blog-pagination .page-link:hover, .comments-area .btn-reply:hover {
  background: -webkit-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  background: -moz-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  background: -o-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  background: linear-gradient(90deg, #4458dc 0%, #854fee 100%); }

.border-gradient {
  border-image: -webkit-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  border-image: -moz-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  border-image: -o-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  border-image: linear-gradient(90deg, #4458dc 0%, #854fee 100%); }

.gradient-bg2 {
  background: -webkit-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  background: -moz-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  background: -o-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  background: linear-gradient(90deg, #4458dc 0%, #854fee 100%); }

.gradient-color, .contact_info .info_item i {
  background: -webkit-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  background: -moz-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  background: -o-linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  background: linear-gradient(90deg, #4458dc 0%, #854fee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* End Gradient Area css
============================================================================================ */
.primary_btn {
  display: inline-block;
  color: #fff;
  letter-spacing: 0px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee);
  border: double 2px transparent;
  box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); }
  .primary_btn span {
    padding: 0 42px; }
  .primary_btn.tr-bg {
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #4458dc, #854fee);
    border: 2px solid transparent;
    color: #222222;
    box-shadow: none; }
    .primary_btn.tr-bg:hover {
      background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee);
      border: double 2px transparent;
      color: #fff;
      box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); }
  .primary_btn:hover {
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #4458dc, #854fee);
    border: 2px solid #854fee;
    color: #222222;
    box-shadow: none;
    background-clip: border-box; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.text-animate {
  margin-bottom: 30px;
  position: relative;
  max-width: fit-content;
}

.text-animate h4 {
  position: relative;
  font-size: clamp(1.5rem, 9vw, 3rem);
  font-weight: 700;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 0.7px #277dfd;
  background-image: linear-gradient(-90deg,#277dfd, #277dfd);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  overflow: hidden;
  white-space: nowrap;
  animation: textFill 6s linear infinite;
}

.text-animate h4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-right: 2px solid #277dfd;
  z-index: 1;
  animation: cursorMove 6s linear infinite, blink 0.7s step-end infinite;
}

@media (max-width: 575px) {
  .text-animate h4 {       
    -webkit-text-stroke: 0.5px #277dfd; /* thinner stroke so it’s not too heavy */
    background-size: 0% 100%;  /* keep animation consistent */
    white-space: nowrap ;      
  }

  .text-animate h4::after {
    border-right: 1.5px solid #277dfd; /* thinner cursor */
  }
}

.break-phone {
  display: inline;
}

/* On phone screens, force line break */
@media (max-width: 575px) {
  .break-phone {
    display: block;
  }
}


.header_area {
  position: absolute;
  width: 100%;
  z-index: 9999;
  background: transparent; 
  
}

.navbar {
  animation: slideFadeDown 1s ease-out forwards;
  opacity: 0;
  transform: translateY(-30px);
  position: fixed;
  transition: top 0.3s ease-in-out;
  backdrop-filter: blur(10px);
}
@keyframes slideFadeDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  .header_area .menu_nav {
    width: 100%; }
  .header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    width: 100%;
  }
    .header_area .navbar .nav .nav-item {
      margin-right: 45px;
     }
      
      .header_area .navbar .nav .nav-item .nav-link {
        font: 500 14px/100px "Rubik", sans-serif;
        text-transform: uppercase;
        color: #bdbdbd;
        padding: 0px;
        display: inline-block; }
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
        color: #A600FF; }
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 120%;
              left: 0px;
              min-width: 200px;
              text-align: center;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px;
              box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              color: #000000;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              text-transform: capitalize;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              color: #fff; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
  
        @media (max-width: 575px) {
  .header_area .navbar .nav .nav-item .nav-link {
    line-height: 60px; /* more compact */
    font-size: 12px;
  }
}


  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: transparent;
    backdrop-filter: blur(15px);
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 70px; }
  @media (min-width: 992px) {
    .header_area.white_menu .navbar .navbar-brand img {
      display: none; }
      .header_area.white_menu .navbar .navbar-brand img + img {
        display: inline-block; } }
  @media (max-width: 991px) {
    .header_area.white_menu .navbar .navbar-brand img {
      display: inline-block; }
      .header_area.white_menu .navbar .navbar-brand img + img {
        display: none; } }
  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #fff; }
  .header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
    display: inline-block; }
    .header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img + img {
      display: none; }
  .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
    color: #000000; }

.owl-carousel.off {
  display: -ms-flexbox;
  display: flex; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */

.end-area {
  z-index: 1;
  background: url(../img/banner/upside-down.png) no-repeat top center;
  background-position: center;
  background-size: cover; }

  .end-area {
    width: 100%; }
    @media (max-width:991px) {
      .home_banner_area{
        background: url(../img/banner/upside-down.png);
      }
    }

  .home_banner_area {
    z-index: 1;
    background: url(../img/banner/pt2.png) no-repeat top center;
    background-position: center;
    background-size:cover; }

  .home_banner_area .banner_inner {
    width: 100%; }
    @media (max-width:991px) {
      .home_banner_area{
        background: url(../img/banner/pt2.png) no-repeat top center;
        background-size: cover;
        background-position: left;
      }
    }
   
    .home_banner_area .banner_inner .home_right_img {
      padding-top: 197px; }
      @media (max-width: 1480px) {
        .home_banner_area .banner_inner .home_right_img img {
         padding-top: -100px;
          max-width: 100%;
          height: auto; } }
      @media (max-width: 991px) {
        .home_banner_area .banner_inner .home_right_img {
          display: none; } }
    .home_banner_area .banner_inner .col-lg-7 {
      vertical-align: middle;
      align-self: center; }
    .home_banner_area .banner_inner .banner_content {
      text-align: left; }
      @media (max-width: 991px) {
        .home_banner_area .banner_inner .banner_content {
          margin-top: 150px; } }
      .home_banner_area .banner_inner .banner_content h3 {
        font-size: 40px;
        margin-bottom: 20px;
        position: relative; }
        .home_banner_area .banner_inner .banner_content h3:after {
          content: '';
          width: 410px;
          height: 2px;
          position: absolute;
          top: 50%;
          left: 23%;
          background: #626262; }
          @media (max-width: 575px) {
            .home_banner_area .banner_inner .banner_content h3:after {
              display: none; } }
      .home_banner_area .banner_inner .banner_content h1 {
        margin-top: 20px;
        font-size: 70px;
        line-height: 60px;
        margin-bottom: 25px; }
        @media (max-width: 1024px) {
          .home_banner_area .banner_inner .banner_content h1 {
            font-size: 60px; } }
        @media (max-width: 767px) {
          .home_banner_area .banner_inner .banner_content h1 {
            font-size: 50px; } }
      .home_banner_area .banner_inner .banner_content h5 {
        font-size: 24px;
        margin-bottom: 35px; }
      .home_banner_area .banner_inner .banner_content .primary_btn {
        margin-right: 20px; }

.banner_area {
  position: relative;
  z-index: 1;
  min-height: 485px; }
  @media (max-width: 1199px) {
    .banner_area {
      min-height: 350px; } }
  .banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 485px;
    background: url(../img/banner/common-banner.png) no-repeat right bottom;
    background-size: 90% 85%;
    width: 98%;
    z-index: 1; }
    @media (max-width: 1199px) {
      .banner_area .banner_inner {
        min-height: 350px; } }
    @media (max-width: 991px) {
      .banner_area .banner_inner {
        background: #854fee;
        width: 100%; } }
    .banner_area .banner_inner .banner_content {
      margin-left: 50px;
      margin-top: 100px; }
      @media (max-width: 991px) {
        .banner_area .banner_inner .banner_content {
          margin-left: 0px;
          margin-top: 50px; } }
      .banner_area .banner_inner .banner_content h2 {
        color: #fff;
        font-size: 50px;
        font-family: "Rubik", sans-serif;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 700; }
        @media (max-width: 991px) {
          .banner_area .banner_inner .banner_content h2 {
            font-size: 30px; } }
      .banner_area .banner_inner .banner_content .page_link a {
        font-size: 14px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        margin-right: 20px;
        position: relative; }
        .banner_area .banner_inner .banner_content .page_link a:before {
          content: "-";
          position: absolute;
          right: -14px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .banner_area .banner_inner .banner_content .page_link a:last-child {
          margin-right: 0px; }
          .banner_area .banner_inner .banner_content .page_link a:last-child:before {
            display: none; }

/* End Home Banner Area css
============================================================================================ */

/*---------------------------------------------------- */
/* Start Slider Area css
============================================================================================ */


@keyframes slide {
    from{
        transform: translateX(0);
    }
    to{
     transform: translateX(-60%);
    }
  }
  .endarea{
    padding: 75px ;
  }
  
  .couresel
  {
    overflow: hidden;
    padding: 60px 0;
    background: #000018;
    white-space: nowrap;
    position: relative;
  }
  .logos-slide{
        display: inline-block;
        animation: 45s slide infinite linear;
    }
 .logos-slide img{
    height: 40px;
    margin: 0 40px;
 }
 .couresel::before,
.couresel::after {
  content: "";
  position: absolute;
  top: 29%;
  width: 40px;
  height: 40%;
  z-index: 2;
  pointer-events: none;
}

.couresel::before {
  left: 0;
  background: linear-gradient(to right, rgb(55, 88, 255), rgba(255, 255, 255, 0));
}

.couresel::after {
  right: 0;
  background: linear-gradient(to left, rgb(55, 88, 255), rgba(255, 255, 255, 0));
}
    


/* End Slider Area css
============================================================================================ */
/* Start About Us Area css
============================================================================================ */
.about_area {
  position: relative; }
  .about_area .main_title {
    margin-bottom: 0px; }
    .about_area .main_title p {
      margin-bottom: 20px; }
  .about_area .primary_btn {
    margin-top: 20px; }
  .about_area .about_img {
    position: relative;
    right: 250px; }
    .btn-1{
      padding: 0px 70px;
    }
    @media (max-width: 1480px) {
      .about_area .about_img {
        right: 0; }
        
        .about_area .about_img img {
          max-width: 100%;
          height: auto; } }
    @media (max-width: 991px) {
      .about_area .about_img {
        display: none; }
      .p-9{
          display: none;
        }
      }

/* End About Us Area css
============================================================================================ */
/* Start Brand Area css
============================================================================================ */
.single-brand-item {
  width: 170px;
  height: 100px;
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid #277dfd;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  @media only screen and (max-width: 767px) {
    .single-brand-item {
      height: 100px;
      width: 140px; } }
  @media (max-width: 575px) {
    .single-brand-item {
      margin: 0px auto;
      margin-bottom: 30px; }
     .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
 }
  .single-brand-item .d-table-cell {
    vertical-align: middle; }
  .single-brand-item img {
    max-width: 107px;
    filter: brightness(0.6);
    margin: 0 auto;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    @media only screen and (max-width: 767px) {
      .single-brand-item img {
        max-width: 100px; } }
  .single-brand-item:hover {
    border: 1px solid #854fee;
    box-shadow: 0px 8px 30px #277dfd; }
    .single-brand-item:hover img {
      filter: brightness(250%);
     }

      

.client-info {
  padding: 25px 30px;
  background:transparent;
  backdrop-filter: blur(10px);
  text-align: left;
  position: relative;
  margin-top: 25px; }
  @media only screen and (max-width: 991px) {
    .client-info {
      margin-top: 50px; } 
      
    }
  @media (max-width: 575px) {
    .client-info {
      padding-top: 50px; }
      .smll{
        font-size: 15px;
      }
     .client-info .d-flex {
      -ms-flex-align: center;
      align-items: center; }
      .client-info:before {
        background: none; } 
     }
  .client-info:before {
    content: '';
    position: absolute;
    top: -25px;
    left: -30px;
    background: url(../img/client-info-bg.png) no-repeat;
    height: 175px;
    width: 175px; }
  .client-info .lage{
    font-family: "Rubik", sans-serif;
    background: linear-gradient(to right, #277dfd, #00e2f2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    font-size: 100px;
    font-weight: 700;
    line-height: 85px;
    position: relative;
    z-index: 9; }
 .horizontal-line{
   width: 100%;
   border-bottom: 1px solid rgba(143, 143, 143, 0.5);
   box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
   margin-bottom: 20px;
   z-index: 1;
 }
  .client-info .smll {
    text-align: left;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    margin-left: 20px; 
    margin-top: 10px;}
     @media (max-width: 1199px){
     .client-info .smll {
      font-size: 2.5dvh;
     }

     }

.brand_area {
  padding: 50px 0; }
  @media (max-width: 1199px) {
    .brand_area {
      padding-bottom: 80px; } }

/* End Brand Area css
============================================================================================ */

/* Start Service Area css
============================================================================================ */

.services-section {
  color: #000018;
max-width: 1200px;
margin: 0 auto;
background-color: transparent;
padding: 6rem 1rem 2rem;
padding-top: 120px; /* <-- top padding increased to push content below nav */
font-style: normal;
}

.services-wrapper {
display: flex;
flex-direction: column;
gap: 1rem;
}

.services-row {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}

/* Top row cards (3 equal width) */
.services-row:first-child .service-card {
flex: 1 1 calc(33.333% - 0.67rem);
}

/* Bottom row cards (2 equal width) */
.services-row:last-child .half-width {
flex: 1 1 calc(50% - 0.5rem);
}

.service-card {
background-color: #111827;
border-radius: 20px;
padding: 20px;
color: white;
height: 320px;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: flex-start;
transition: background 0.4s ease, transform 0.3s ease;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-card h6 {
font-size: 1.5rem;
font-weight: 600;
z-index: 20;
position: relative;
justify-content: center;
}

.service-card h6 span {
  background: linear-gradient(to right, #0004ff, #00e2f2);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.service-icon {
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: 100%;
max-width: 100%;
object-fit: cover; /* Makes sure the image covers the entire card */
transform: translate(-50%, -50%);
opacity: 0.3; /* So the text is readable */
z-index: 5; /* Below the title, above background */
pointer-events: none;
mix-blend-mode: screen;
transition: filter 0.3s ease;
-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
mask-image: linear-gradient(to bottom, black 80%, transparent 89%);
}


.service-card:hover .service-icon {
filter: brightness(1.2) saturate(2) drop-shadow(0 0 10px #277dfd);
opacity: 1; /* Slightly more visible on hover */
}

.service-card:hover h6{
color: #000018;
}

.service-card:hover .hover-effect{
  background: linear-gradient(to right, #000018, #000018);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 0.3s ease;
}

.service-card:hover {
background: linear-gradient(145deg, #277dfd, #a600ff);
transform: scale(1.05);
z-index: 10;
}


.service-card:hover .service-icon {
filter: brightness(1.2) saturate(2) drop-shadow(0 0 10px #277dfd);
}



.section-header h2 {
  font-size: 2.8rem;
  font-weight: 600;
}

.section-header .highlight {
  color: #00bfff;
}

.section-header p {
  color: #b0b8c2;
  margin-top: 10px;
  font-size: 1rem;
}


.main_title span{
 
 color: #277dfd;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
}

.service-card h3 span {
  color: #3ecbff;
  display: block;
  font-weight: bold;
}
/* Mobile stacking */
@media (max-width: 900px) {
.services-row:first-child .service-card,
.services-row:last-child .half-width {
  flex: 1 1 100%;
}
}


/* End Service Area css
============================================================================================ */

/* Start Process Area css
============================================================================================ */

.steps{
  font-style: normal;
}


.steps {
  text-align: center;
  max-width: fit-content;
  margin: auto;
}
.subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 10px;
}


.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;}

.timeline::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1250px;
  background:  radial-gradient(circle at center, #5100ff, #000018);
  top: -1%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
} 

.step {
  position: relative;
  margin: 40px 0 60px 0;
  text-align: left;
  width: 100%;
  max-width: fit-content;
  display: flex;
  gap: 30px;
  left: -4.8%;
  align-items: center;
}
.step-2 {
  position: relative;
  margin: 40px 0 60px 0;
  text-align: left;
  width: 100%;  
  max-width: fit-content;
  display: flex;
  gap: 30px;
  left: 0.5%;
  align-items: center;
}
.step-2 .content{
  margin-right: 140px;
  justify-self: left;
}
.step-2 .rect{
  margin-left: 50px;
}
.step-4 {
  position: relative;
  margin: 40px 0 60px 0;
  text-align: center;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;

}
.content-4{
 max-width: 390px;
 margin-top:20px;
}

.circle {
  background: linear-gradient(145deg, #277dfd, #e500fa);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-shrink: 0;
  box-shadow: 0 0 15px #a000ff;
}

.content-4 h3{
  margin: 15px 0 ;
  font-size: 1.5rem;
}
.content-4 p{
  font-size: 0.95rem;
  color: #aaa;
  margin-top: 5px;
  width: 390px;
}
.content {
  max-width: 300px;
  margin-left: 50px;
}

.content h3 {
  margin: 15px 0;
  font-size: 1.5rem;
}

.content p {
  font-size: 0.95rem;
  color: #aaa;
  margin-top: 5px;
  width: 390px;
}
.rect{
  background: #13161d;
  width: 400px;
  height: 224px;
  position: relative;
  margin-right: 50px;
  border-radius: 10px;
  box-shadow:
  0 0 15px rgba(32, 32, 32, 0.8),
  0 0 30px rgba(98, 98, 98, 0.2),
  0 0 60px rgba(45, 52, 130, 0.15);
 animation: pulse 5s infinite ease-in-out;

}

.time-img
{
  width: 330px;
  height: auto;
  position: absolute;
  z-index: 2;
  top: -15%;
  left: 4%;
}
.time-img-3
{
  width: 420px;
  height: auto;
  position: absolute;
  z-index: 2;
  top: -15%;
  left: -1%;
}
.time-img-34
{
  width: 400px;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 70%;
  left: 0%;
  opacity: 0.3;
}

.time-img2{
  width: 330px;
  height: auto;
  position: absolute;
  z-index: 2;
  top: -45%;
  left: 62%;
}
.time-img2-1 {
  width: 330px;
  height: auto;
  position: absolute;
  z-index: 2;
  top: -25%;
  left: 62%;
}

@media screen and (max-width: 768px) {
  .timeline {
    padding: 0 15px;
  }

  .step,
  .step-2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    left: 0 !important;
  }

  .step .circle,
.step-2 .circle {
  order: -1;
  margin-bottom: 15px;
}

  .step-2 .content {
    margin-right: 0;
  }

  .rect {
    display: none;
  }
 .time-img{
  display: none;
 }
 .time-img2{
  display: none;
 }
 .time-img2-1{
  display: none;
 }
 .time-img-3{
  display: none;
 }
 .time-img-34{
  display: none;
 }
  .content,
  .content-4 {
    margin: 0;
    max-width: 100%;
  }

  .content p,
  .content-4 p {
    width: 100%;
  }

  .circle {
    margin-bottom: 10px;
  }


  .step-4 {
    max-width: 100%;
    text-align: center;
    gap: 20px;
  }

  .content-4 {
    margin-top: 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow:
      0 0 15px rgba(0, 0, 0, 0.8),
      0 0 30px rgba(98, 98, 98, 0.2),
      0 0 60px rgba(39, 125, 253, 0.15);
  }
  50% {
    box-shadow:
      0 0 25px rgba(0, 0, 0, 0.9),
      0 0 40px rgba(98, 98, 98, 0.3),
      0 0 60px rgba(39, 125, 253, 0.35);
  }
  100% {
    box-shadow:
      0 0 15px rgba(0, 0, 0, 0.8),
      0 0 30px rgba(98, 98, 98, 0.2),
      0 0 60px rgba(39, 125, 253, 0.15);
  }
}

/* End Process Area css
============================================================================================ */

/*---------------------------------------------------- */

/* Start Project Area css
============================================================================================ */
.project-area{
  align-content: center;
  display: flex;
  font-style: normal;
}
.projects{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px;
}
.portfolio-card {
  position: relative;
  border: 1px solid #277dfd;
  width: 100%;
  max-width: 100%;
  min-height: 367px;
  height: auto;
  overflow: hidden;

}
.portfolio-card:hover img {
  filter: brightness(1.1);
  transform: scale(1.03);
}
.portfolio-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  top: 0;
  left: 0;
}
.p-animate{
transition: ease-in 0.2s;
}
.p-button {
  display: inline-block;
  margin: 20px 0;
  align-self: center;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  letter-spacing: 0px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee);
  border: double 2px transparent;
  box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3);
  outline: none !important;
  transition: all 0.3s ease;
}

  .p-button span {
    padding: 0 42px; }
  .p-button.tr-bg {
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #4458dc, #854fee);
    border: 2px solid transparent;
    color: #222222;
    box-shadow: none; }
    .p-button.tr-bg:hover {
      background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee);
      border: double 2px transparent;
      color: #ffffff;
      box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); }
  .p-button:hover {
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #4458dc, #854fee);
    border: 2px solid #854fee;
    color: #222222;
    box-shadow: none;
    background-clip: border-box; }

@media (max-width: 991px) {
  .projects {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .portfolio-card img {
    object-fit: cover;
    object-position: left center;
  }
}

/* End Project Area css
============================================================================================ */

/*---------------------------------------------------- */

/* Start Price Area css
============================================================================================ */
 .pricing-section {
   font-family: 'Segoe UI', sans-serif;
      text-align: center;
      max-width: 1200px;
      margin: auto;
      font-style: normal;
    }

    .pricing-section h2 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .pricing-section p {
      color: #bababa;
      font-size: 16px;
      margin-bottom: 70px;
    }

    .plans {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .plan {
       background: linear-gradient( 145deg, #3535352c, #080815);
        border: 1px solid #333;
      border-radius: 12px;
      width: 320px;
      padding: 30px 20px 30px 20px;
      text-align: left;
      transition: transform 0.5s ease;
    }
   

    .plan:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px #277dfd;
      border-color: #277dfd;
    }

    .plan.pro {
      background: linear-gradient(to bottom, #0009ac00, #277dfd);
      color: #ffffff;
      border: 1px solid #277dfd;
      border-color: #277dfd;
    }

    .plan h5 {
      font-size: 22px;
margin-bottom: 10px;
    }

    .plan .price {
      font-size: 40px;
      font-weight: 500;
      margin: 20px 0 10px 0;
      font-family: 'Segoe UI', sans-serif;
      font-style: normal;
    }

    .plan .plan-para {
      color: #ffffffb3;
      font-size: 12px;
      margin-bottom: 10px;
    }

    .plan.pro .plan-para {
      color: #ffffffb3;
    }

    .plan button {
      width: 100%;
      padding: 7px 12px;
      border: transparent;
      border-radius: 10px;
      font-size: 16px;
      font-weight: 670;
      cursor: pointer;
      margin: 20px 0px 10px 0;
    }

    .plan.pro button {
      background-color: #ffffff;
      color: #1d1d1d;
      margin: 20px 0px 10px 0;
    }

    .plan:not(.pro) button {
      background-color: #fff;
      color: #000;
    }

      .plan button:hover {
      background-color: transparent;
      color: white;
      border: white solid 1px;
      backdrop-filter: blur(10px);
    }
 .bttn-txt {
  color: #000;
 }
 .bttn-txt:hover {
  color: white;
 }
.price-features{
  justify-content: left;
}
    .plan ul {
      list-style: none;
      color: #bbb;
      font-size: 14px;
      margin: 0 0 10px;
      padding: 0 0 0 0px;
    }

    .plan ul li {
      margin-bottom: 1px;
    }

    .plan.pro ul {
      color: #ffffff;
    }
    .sub-head{
        font-size: 14px;
        padding-bottom: 12px;
    }
    
  
        .line {
    border-bottom: 1px solid #ffffff7a;
   margin: 20px 0px;

    }
    @media (max-width: 900px) {
      .plans {
        flex-direction: column;
        align-items: center;
      }
    }


/* End Price Area css
============================================================================================ */
/*---------------------------------------------------- */

/* Start Newsletter Area css
============================================================================================ */
.background-glow-left {
  position: absolute;
  width: 900px;
  height: 900px;
left: 100%;
  background: radial-gradient(circle, rgba(0, 170, 255, 0.5) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
  filter: blur(100px);
  animation: sunPulse 15s ease-in-out infinite;}

  

.background-glow-right {
  position: absolute;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(0, 170, 255, 0.5) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
  filter: blur(100px);
  animation: sunPulse 15s ease-in-out infinite;
}
.line-3 {
  height: 60%;
  border-left: 1px solid #8f8f8f;
  margin: 0 20px;
}


.newsletter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 40px;
  border-radius: 12px;
  background: transparent;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 20px #277dfd;
  width: 90%;
  max-width: 1000px;
  height: 200px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.newsletter-left {
  flex: 1;
  color: #fff;
  text-align: center;
 font-style: normal;
}

.newsletter-left h2 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.newsletter-left p {
  margin: 0;
  font-size: 1rem;
  color: #ccc;
}

.newsletter-right {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.sub-input {
  padding: 12px;
  border: 1px solid #8f8f8f;
  border-radius: 10px;
  width: 250px;
  font-size: 1rem;
  background: rgb(255, 255, 255, 0.02);
  color: #777777;
}

.sub-btn {
  padding: 0px 20px;
  height: 50px;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}

#message {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .newsletter-container {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
    gap: 20px;
    text-align: center;
  }

  .line-3 {
    display: none;
  }

  .newsletter-right {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .subs {
    flex-direction: column;
    width: 100%;
  }

  .sub-input {
    width: 100%;
  }

  .sub-btn {
    width: 100%;
    margin-top: 10px;
  }
}

@keyframes sunPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }
}


/* End Newsletter Area css
============================================================================================ */
/*---------------------------------------------------- */
/* Start Footer Area css
============================================================================================ */
.footer {
  background-color: transparent;
  padding: 200px 50px 10px 50px;
  color: #fff;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  display: flex;
  align-items: center;
  
  margin-bottom: 30px;
}
.footer-logo img{
  width: 75px;
  height: auto;
}



.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  font-style: normal;
}

.footer-links h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;

}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-split {
  display: flex;
  gap: 40px;
}

.menu-split ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
 .link-txt{
   font-size: 16px;
  color: #ccc;
 }
 .link-txt:hover {
  color: #ccc;
  filter: brightness(1.4);
 }

.footer-links ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
  transition: filter 0.1s ease-in;
}

.footer-links ul li:hover {
  filter: brightness(1.4);
}

.download-box {
  background-color: #00388b;
  padding: 20px;
  border-radius: 16px;
  max-width: 280px;
}

.download-box h4 {
  font-size: 14px;
  margin-bottom: 10px;
}

.download-box p {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 16px;
}

.store-buttons button {
  background-color: #9a9a9a;
  color: rgb(27, 27, 27);
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: filter 0.3s ease;
}

.store-buttons button:hover {
  filter: brightness(1.4);
}
.line-social{
  border-right: #277dfd solid 1px;
  margin-left: 15px;
  margin-right: 15px;
  height: 20px;
}
.footer-social {
  display: flex;
 justify-content: right;
  margin-top: 20px;
}

.footer-social i {
  margin-bottom: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
}

.footer-social i:hover {
  color: #00e2f2;
}

@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 20px;
  }
  .footer{
    padding-top: 100px;
  }
  .footer-social{
    font-size: 70px;
    justify-self: center;
    align-items: center;
    margin: 30px 0px ;
  }
  .footer-social i {
    font-size: 27px;
  }
}


/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */





/* Start Barand Area css
============================================================================================ */
.brand_area {
  padding: 50px 0; }
  @media (max-width: 1199px) {
    .brand_area {
      padding-bottom: 80px; } }

/* End Barand Area css
=================================================================================

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #4458dc;
      padding-bottom: 10px;
      font-family: "Roboto", sans-serif; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Elements Area css ================*/
.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.sample-text-area {
  padding: 100px 0px; }
  .sample-text-area .title_color {
    margin-bottom: 30px; }
  .sample-text-area p {
    line-height: 26px; }
    .sample-text-area p b {
      font-weight: bold;
      color: #4458dc; }
    .sample-text-area p i {
      color: #4458dc;
      font-style: italic; }
    .sample-text-area p sup {
      color: #4458dc;
      font-style: italic; }
    .sample-text-area p sub {
      color: #4458dc;
      font-style: italic; }
    .sample-text-area p del {
      color: #4458dc; }
    .sample-text-area p u {
      color: #4458dc; }

/*============== End Elements Area css ================*/
/*==============Elements Button Area css ================*/
.elements_button .title_color {
  margin-bottom: 30px;
  color: #000000; }

.title_color {
  color: #000000; }

.button-group-area {
  margin-top: 15px; }
  .button-group-area:nth-child(odd) {
    margin-top: 40px; }
  .button-group-area:first-child {
    margin-top: 0px; }
  .button-group-area .theme_btn {
    margin-right: 10px; }
  .button-group-area .link {
    text-decoration: underline;
    color: #000000;
    background: transparent; }
    .button-group-area .link:hover {
      color: #fff; }
  .button-group-area .disable {
    background: transparent;
    color: #007bff;
    cursor: not-allowed; }
    .button-group-area .disable:before {
      display: none; }

.primary {
  background: #52c5fd; }
  .primary:before {
    background: #2faae6; }

.success {
  background: #4cd3e3; }
  .success:before {
    background: #2ebccd; }

.info {
  background: #38a4ff; }
  .info:before {
    background: #298cdf; }

.warning {
  background: #f4e700; }
  .warning:before {
    background: #e1d608; }

.danger {
  background: #f54940; }
  .danger:before {
    background: #e13b33; }

.primary-border {
  background: transparent;
  border: 1px solid #52c5fd;
  color: #52c5fd; }
  .primary-border:before {
    background: #52c5fd; }

.success-border {
  background: transparent;
  border: 1px solid #4cd3e3;
  color: #4cd3e3; }
  .success-border:before {
    background: #4cd3e3; }

.info-border {
  background: transparent;
  border: 1px solid #38a4ff;
  color: #38a4ff; }
  .info-border:before {
    background: #38a4ff; }

.warning-border {
  background: #fff;
  border: 1px solid #f4e700;
  color: #f4e700; }
  .warning-border:before {
    background: #f4e700; }

.danger-border {
  background: transparent;
  border: 1px solid #f54940;
  color: #f54940; }
  .danger-border:before {
    background: #f54940; }

.link-border {
  background: transparent;
  border: 1px solid #4458dc;
  color: #4458dc; }
  .link-border:before {
    background: #4458dc; }

.radius {
  border-radius: 3px; }

.circle {
  border-radius: 100%; }

.arrow span {
  padding-left: 5px; }

.e-large {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px; }

.large {
  line-height: 45px;
  padding-top: 0px;
  padding-bottom: 0px; }

.medium {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px; }

.small {
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 0px; }

.general {
  line-height: 38px;
  padding-top: 0px;
  padding-bottom: 0px; }

/*==============End Elements Button Area css ================*/
/* =================================== */

.sample-text-area {
  padding: 100px 0 70px 0; }

.sample-text {
  margin-bottom: 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

.typo-list {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px; } }
b, sup, sub, u, del {
  color: #f8b600; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777; }

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px; }

.button-group-area .genric-btn:last-child {
  margin-right: 0; }

.circle {
  border-radius: 100%; }

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -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; }

.genric-btn:focus {
  outline: none; }

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px; }

.genric-btn.large {
  line-height: 45px; }

.genric-btn.medium {
  line-height: 30px; }

.genric-btn.small {
  line-height: 25px; }

.genric-btn.radius {
  border-radius: 3px; }

.genric-btn.circle {
  border-radius: 20px; }

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.genric-btn.arrow span {
  margin-left: 10px; }

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent; }

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff; }

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff; }

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent; }

.genric-btn.primary {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent; }

.genric-btn.primary:hover {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff; }

.genric-btn.primary-border {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff; }

.genric-btn.primary-border:hover {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent; }

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent; }

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff; }

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff; }

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent; }

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent; }

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff; }

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff; }

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent; }

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent; }

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff; }

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff; }

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent; }

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent; }

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff; }

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff; }

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent; }

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent; }

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff; }

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline; }

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent; }

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed; }

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f8b600; }

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll; } }
.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px; }

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px; }

.progress-table .country {
  width: 28.07%; }

.progress-table .visit {
  width: 19.74%; }

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px; }

.progress-table .table-head {
  display: flex; }

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500; }

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex; }

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center; }

.progress-table .table-row .country img {
  margin-right: 15px; }

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent; }

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px; }

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6; }

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686; }

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359; }

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf; }

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf; }

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6; }

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7; }

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686; }

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -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; }

.single-gallery-image:hover {
  opacity: .8; }

.list-style {
  width: 14px;
  height: 14px; }

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important; }

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f8b600;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%; }

.ordered-list {
  margin-left: 30px; }

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important; }

.ordered-list li span {
  font-weight: 300;
  color: #777777; }

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important; }

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777; }

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important; }

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777; }

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input:focus {
  outline: none; }

.input-group-icon {
  position: relative; }

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3; }

.input-group-icon .icon i {
  color: #797979; }

.input-group-icon .single-input {
  padding-left: 45px; }

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none; }

.single-textarea:focus {
  outline: none; }

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input-primary:focus {
  outline: none;
  border: 1px solid #f8b600; }

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55; }

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359; }

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8b600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.default-switch input:checked + label {
  left: 19px; }

.single-element-widget {
  margin-bottom: 30px; }

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.primary-switch input:checked + label:after {
  left: 19px; }

.primary-switch input:checked + label:before {
  background: #f8b600; }

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer; }

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.confirm-switch input:checked + label:after {
  left: 19px; }

.confirm-switch input:checked + label:before {
  background: #4cd3e3; }

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.single-defination h4 {
  color: #000000; }

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none; }

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none; }

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3; }

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none; }

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none; }

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none; }

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3; }

.unordered-list {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.ordered-list {
  list-style: none;
  padding: 0px; }

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none; }

.default-select {
  height: 40px; }

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px; }

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px; }

.default-select .nice-select .list .option {
  font-weight: 300;
  -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;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px; }

.default-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent; }

.default-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent; }

.default-select .current {
  margin-right: 50px;
  font-weight: 300; }

.default-select .nice-select::after {
  right: 20px; }

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px; } }
.form-select {
  height: 40px;
  width: 100%; }

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%; }

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px; }

.mt-10 {
  margin-top: 10px; }

.form-select .nice-select .list .option {
  font-weight: 300;
  -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;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px; }

.form-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent; }

.form-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent; }

.form-select .current {
  margin-right: 50px;
  font-weight: 300; }

.form-select .nice-select::after {
  right: 20px; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/

/*----------------------------------------------------*/
@media (max-width: 1619px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar .search {
    margin-left: 40px; }

  /* End Main Menu Area css
  ============================================================================================ */ }
@media (max-width: 1199px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar .nav .nav-item {
    margin-right: 28px; }

  /* End Main Menu Area css
  ============================================================================================ */
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner {
    padding: 100px 0px; }

  /* End Home Banner Area css
  ============================================================================================ */
  .header_area .navbar .primary_btn {
    margin-left: 40px; }

  .home_banner_area .banner_inner .banner_content h2 br {
    display: none;
    font-size: 36px; }

  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 36px;
    line-height: 45px; } }
@media (max-width: 991px) {
  /* Main Menu Area css
  ============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px; }

  .header_area .navbar {
    background: transparent;
   backdrop-filter: blur(10px); }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1; }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0; }

  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px; }

  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative; }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer; }

  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }

  .nav {
    padding: 0px 0px; }

  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 117px; }

  .header_top .nav {
    padding: 0px; }

  .header_area .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px;
    color: #fff; }

  .header_area .navbar .search {
    margin-left: 0px; }

  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll; }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px; }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px; }

  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 0px; }

  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    color: #fff; }

  .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    color: #fff; }

  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #222; }

  /* End Main Menu Area css
  ============================================================================================ */
  /* Start Home banner Area css
  ============================================================================================ */
  .home_banner_area {
    margin-top: 0; }

  .home_right_img {
    display: none; }

  /* Footer Area css
  ============================================================================================ */
  .footer-area {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background-image: none !important;
    background-color: transparent; }

  /* Blog page Area css
  ============================================================================================ */
  .categories_post img {
    width: 100%; }

  .categories_post {
    max-width: 360px;
    margin: 0 auto; }

  .blog_categorie_area .col-lg-4 {
    margin-top: 30px; }

  .blog_area {
    padding-bottom: 80px; }

  .single-post-area .blog_right_sidebar {
    margin-top: 30px; }

  /* End Blog page Area css
  ============================================================================================ */
  /* Contact Page Area css
  ============================================================================================ */
  .contact_info {
    margin-bottom: 50px; }

  /* End Contact page Area css
  ============================================================================================ */
  .home_banner_area .donation_inner {
    margin-bottom: -30px; }

  .home_banner_area .dontation_item {
    max-width: 350px;
    margin: auto; }

 

  .home_banner_area .banner_inner .home_left_img {
    display: none; }

  .header_area .navbar .primary_btn {
    display: none; }

  .left_side_text {
    margin-bottom: 50px; }

  .price_item {
    max-width: 360px;
    margin: 0px auto 30px; }

  .price_inner {
    margin-bottom: -30px; } }
@media (max-width: 767px) {
  .home_banner_area {
    min-height: 300px; }

  .home_banner_area .banner_inner {
    min-height: 300px;
    padding-top: 200px;
    padding-bottom: 50px; }

  .home_banner_area .banner_inner .banner_content {
    margin-top: 0px; }
    .home_banner_area .banner_inner .banner_content .primary_btn {
      display: none; }

  /* Blog Page Area css
  ============================================================================================ */
  .blog_info.text-right {
    text-align: left !important;
    margin-bottom: 10px; }

  /* End Blog Page Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 30px; }

  .home_banner_area .banner_inner .banner_content p br {
    display: none; }

  .home_banner_area .banner_inner .banner_content h3 span {
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px; }

  /* Footer Area css
  ============================================================================================ */
  .footer_area .f_title {
    margin-bottom: 20px; }

  .footer-bottom {
    text-align: center; }

  .footer-bottom .footer-social {
    text-align: center;
    margin-top: 15px; }

  /* End End Footer Area css
  ============================================================================================ */
  .made_life_inner .nav.nav-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px; }

  .made_life_inner .nav.nav-tabs {
    margin-bottom: -15px; }

  .made_life_area.made_white .left_side_text {
    margin-bottom: 0px;
    margin-top: 30px; } }
@media (max-width: 575px) {
  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 0px; }

  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 28px;
    line-height: 38px; }

  .home_banner_area {
    min-height: 450px; }

  .home_banner_area .banner_inner {
    min-height: 450px; }

  .home_banner_area .banner_inner .banner_content img {
    display: none; }

  .home_banner_area .banner_inner .banner_content h5 {
    margin-top: 0px; }

  /* End Home Banner Area css
  ============================================================================================ */
  .section_gap {
    padding-top: 70px;
    padding-bottom: 70px; }

  .main_title h2 {
    font-size: 25px; }

  /*Recent Update Area css
  ============================================================================================ */
  /* Elements Area css
  ============================================================================================ */
  .sample-text-area {
    padding: 70px 0 70px 0; }

  .generic-blockquote {
    padding: 30px 15px 30px 30px; }

  /* End Elements Area css
  ============================================================================================ */
  /* Blog Page Area css
  ============================================================================================ */
  .blog_details h2 {
    font-size: 20px;
    line-height: 30px; }

  /* End Blog Page Area css
  ============================================================================================ */
  /* End End Footer Area css
  ============================================================================================ */
  .pad_top {
    padding-top: 70px; }

  .pad_btm {
    padding-bottom: 70px; } }
@media (max-width: 480px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar-collapse {
    max-height: 250px; }

  /* End Main Menu Area css
  ============================================================================================ */
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content {
    padding: 30px 15px;
    margin-top: 0px; }

  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 24px; }

  /* End Home Banner Area css
  ============================================================================================ */
  .banner_area .banner_inner .banner_content h2 {
    font-size: 32px; }

  /* Blog Page Area css
  ============================================================================================ */
  .comments-area .thumb {
    margin-right: 10px; }

  /* End Blog Page Area css
  ============================================================================================ */
  .testi_item .media .d-flex {
    padding-right: 0px; }

  .testi_item .media .d-flex img {
    width: auto;
    margin-bottom: 15px; }

  .testi_item .media {
    display: block; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* Start Brand Carousel Area css
  ============================================================================================ */
  .brand-carousel .single-brand-item {
    height: 100px;
    width: 140px; } }
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.blog_version .footer_area {
  background: #f9f9fd; }
  .blog_version .footer_area:before {
    content: none; }

.footer_area {
  padding: 120px 0;
  position: relative; }
  .footer_area:before {
    content: '';
    position: absolute;
    top: -200px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #f9f9fd;
    z-index: -1; }
  @media (max-width: 1024px) {
    .footer_area {
      padding: 60px 0; } }
  .footer_area .footer_logo {
    text-align: center; }
    .footer_area .footer_logo h4 {
      font-size: 20px;
      color: #000000;
      margin-top: 35px;
      text-transform: uppercase; }
  .footer_area .footer_social {
    text-align: center;
    margin: 25px 0px 30px; }
    .footer_area .footer_social a {
      padding: 0 20px; }
      .footer_area .footer_social a i {
        color: #788489;
        font-size: 22px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s; }
        @media (max-width: 576px) {
          .footer_area .footer_social a i {
            font-size: 25px; } }
        .footer_area .footer_social a i:hover {
          color: #854fee; }
  .footer_area .footer_bottom {
    text-align: center; }
    .footer_area .footer_bottom p {
      margin-bottom: 0; }
    .footer_area .footer_bottom a {
      color: #854fee; }



/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

.blue-glow-left {
    position: absolute;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(39, 125, 253, 0.8) 0%, transparent 70%);
    z-index: -1;
    pointer-events: none;
    filter: blur(100px);
    animation: sunPulse 12s ease-in-out infinite;}
    @media (max-width: 850px) {
      .blue-glow-left
      {
   overflow-x: hidden;
      }
      
    }
    
    
       


.endarea{
  color: #000018;
  height: 600px;
  width: auto;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.3s ease-in-out;
}

/* icon area/
============================================================================================ */
.gradient-icon {
  font-size: 2.5rem; /* Adjust size as needed */
  background: linear-gradient(45deg, #277dfd, #00e0ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}



/*# sourceMappingURL=style.css.map */

/* Fill: hold → fill → hold → fade out faster  for the web developer*/
@keyframes textFill {
  0%, 20% {
    background-size: 0% 100%;  /* Hold at start for 1.2s */
  }
  45%, 60% {
    background-size: 100% 100%; /* Fill in over 1.5s */
  }
  70% {
    background-size: 100% 100%; /* Hold at full for 0.6s */
  }
  100% {
    background-size: 0% 100%; /* Fast return over 1.8s */
  }
}

/* Cursor follows same timeline */
@keyframes cursorMove {
  0%, 20% {
    width: 0%;
  }
  45%, 60% {
    width: 100%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

/* Cursor blinks during hold */
@keyframes blink {
  0%, 44%, 61%, 100% {
    opacity: 1;
  }
  50%, 55% {
    opacity: 0;
  }
}