
/*==============================================
Template Name: TechNova - Next Gen IT Solutions HTML5 Template
Author:  https://templatemonoster.net/user/templycreft
Description: Description
Version: 1.0.0
Text Domain: TechNova
Tags: consulting, finance, corporate, business, multipurpose, technology, it-solution, software, agency, company, portfolio, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. TechNova Header Area Css
02. TechNova Hero Area Css
03. TechNova About Area Css
04. TechNova Sidbar Css
05. TechNova Service Area Css
06. TechNova Services Details Area
07. TechNova Faqs Area Css
08. TechNova Text Area Css
09. TechNova Project Area Css
10. TechNova Project Details Css
11. TechNova Team Area Css
12. TechNova Testimonial Area Css
13. TechNova Brand Area Css
14. TechNova Blog Area Css
15. TechNova Blog Gird Area
16. TechNova Blog Details Area
17. TechNova Counter Area Css
18. TechNova Footer Area Css
19. TechNova Loader
20. TechNova Scroll Up Css
21. TechNova Search Popup css
22. TechNova Top Menu
23. TechNova section-title css
24. TechNova Contact Area
25. TechNova Pricing Area Css

=======================*/




/*---=====================================================
   <!--TechNova Header Area Css-->
=========================================================---*/
.header-area {
    margin-bottom: -106px;
    padding: 0 45px 0;
    position: relative;
    z-index: 2;
    background: #0c5adb;
}
.header-menu {
    text-align: right;
}
.header-menu ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    margin-right: 35px;
}
.header-menu ul li a {
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    padding: 40px 0;
    text-transform: capitalize;
    color: #fff;
    transition: 0.5s;
}

.header-menu ul li a:hover{
    color:#041424;
}

.header-button {
    display: inline-block;
}

.header-button a {
    padding: 14px 34px;
    color: #fff;
    background: #0c5adb;
    border: 1px solid #0c5adb;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-transform: capitalize;
    font-weight: 600;
}

.header-button a:hover{
    color:#0c5adb;
    background:#fff;
}

.header-menu ul li i {
    font-size: 12px;
    color: #fff;
    position: relative;
    left: 6px;
    top: -1px;
    transition: 0.5s;
}

.header-menu ul li a:hover i{
    color:#0c5adb;
}

.header-search-icon i {
    display: inline-block;
    color: #ffff;
    transition: 0.5s;
}

.header-search-icon i:hover{
    color: #0c5adb;
}

.header-info {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-contact h4 i {
    color: #fff;
    font-size: 16px;
    margin-right: 13px;
}

.header-contact h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.header-sidbar-button a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #041424;
    text-align: center;
    color: #ffff;
    font-size: 24px;
    line-height: 50px;
    margin-left: 15px;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #0c5adb;
    border-radius: 3px 3px 0 0;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 8px 19px !important;
    color: #1e1e1e;
    width: 200px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.header-menu ul li .sub-menu li a:hover{
    color: #fff !important;
}

.header-menu ul li .sub-menu li a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background:#0c5adb;
    z-index: -1;
    transition: 0.5s;
}

.header-menu ul li .sub-menu li a:hover:before{
    height:100%;
    top: 0;
}


.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #0c5adb !important;
    transition: 0.5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/*---=====================================================
   <!--TechNova Hero Area Css-->
=========================================================---*/
.style-one.hero-area {
    background-color: #0c5adb;
    height: 900px;
    position: relative;
}
.style-one.hero-area #js-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.style-one .hero-content h4 {
    color: #fff;
    margin: 0 0 21px;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 500;
}
.style-one .hero-content h4 img {
    margin-right: 9px;
}
.style-one .hero-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 65px;
    letter-spacing: -2px;
    line-height: 65px;
}
.style-one .hero-content h1 img {
    margin-right: 26px;
}
.style-one .hero-content p {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 26px 0 0;
}
.style-one.hero-button {
    margin-top: 38px;
}
.hero-button.style-one a {
    display: inline-block;
    border: 1px solid #041424;
    padding: 12px 42px;
    margin-right: 14px;
    transition: 0.5s;
    background-color: #041424;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.hero-button.style-one a::before{
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: #0c5adb;
   z-index: -1;
   border-radius: 30px;
   transform: scale(0);
   transition: .5s;
}
.hero-button.style-one a:hover:before{
    transform: scale(1);
}
.hero-button.style-one i {
    position: relative;
    left: 8px;
    top: 1px;
}
.style-one .hero-thumb {
    position: relative;
    text-align: right;
}

/*---=====================================================
   <!--TechNova Hero Area Css Style two-->
=========================================================---*/
.header-area.style-two.sticky {
    background: #fff !important;
}
.header-area.style-two.sticky .header-menu ul li a {
    display: inline-block;
    padding: 40px 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #041424;
    font-weight: 500;
    transition: 0.5s;
}
.header-area.style-two .header-menu ul li a {
    display: inline-block;
    padding: 40px 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #041424;
    font-weight: 500;
    transition: 0.5s;
}
.header-area.style-two .header-menu ul li i {
    font-size: 12px;
    color: #041424;
    position: relative;
    left: 6px;
    top: -1px;
    transition: 0.5s;
}
.header-area.style-two  .header-btn a {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-radius: 25px;
    background-image: #041424;
    padding: 12px 30px;
    transition: 0.5s;
}
.header-area.style-two  .header-btn a:hover{
    background-image: linear-gradient(0deg, #1a90ff 0%, #3513f9 100%);
}
.header-area.style-two .header-btn a i {
    display: inline-block;
    margin-left: 7px;
    transform: rotate(-45deg);
    transition: 0.5s;
}
.header-area.style-two  .header-btn a:hover i{
    transform: rotate(0deg);
}

/*---=====================================================
   <!--TechNova Bannar Area Css -->
=========================================================---*/
.hero-area-two {
    background-image: url(../images/home-2/bannar-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0 140px;
    z-index: 1;
}
.hero-area-two::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); 
    z-index: -1; 
}
.hero-area-two .container {
    position: relative;
    z-index: 5;
}
.hero-area-two #js-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-area-two .hero-content h4 {
    color: #fff;
    margin: 0 0 21px;
    font-size: 18px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 500;
}
.hero-area-two .hero-content h4 img {
    margin-right: 9px;
}
.hero-area-two .hero-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 65px;
    letter-spacing: -2px;
    line-height: 65px;
}
.hero-area-two .hero-content p {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 26px 0 0;
}
.bannar-two-btn {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.bannar-btn a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #e2eef5;
    font-weight: 500;
    background: #041424;
    padding: 12px 30px;
    margin-right: 14px;
    position: relative;
    border-radius: 30px;
    z-index: 1;
    transition: 0.5s;
}
.bannar-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #0c5adb;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}
.bannar-btn a:hover::after {
  transform: scale(1);
}

/*---=====================================================
   <!--TechNova About Area Css -->
=========================================================---*/
.about-area {
    padding: 100px 0 90px;
    position: relative;
}
.about-icon-list {
    margin-bottom: 25px;
}
.about-icon-list ul li {
    font-size: 18px;
    line-height: 28px;
    color: #041424;
    margin: 0 0 6px;
    transition: .5s;
}
.about-icon-list ul li span {
    font-size: 10px;
    display: inline-block;
    color: #0c5adb;
    margin-right: 7px;
}
.project-button a {
    display: inline-block;
    background-color: #041424;
    border-radius: 30px;
    padding: 12px 42px;
    border: 1px solid #041424;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}
.project-button a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0c5adb;
    transform: scale(0);
    transition: .5s;
    border-radius: 30px;
    z-index: -1;
}
.project-button a:hover::before{
    transform: scale(1);
}
.project-button i {
    display: inline-block;
    color: #fff;
    position: relative;
    top: 2px;
    left: 9px;
}
.about-area .section-title p{
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
}
.mission-vision {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap;
}
.mv-item {
    flex: 1;
    min-width: 250px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.mv-item:hover {
    transform: translateY(-5px);
}
.mv-item h5 {
    font-size: 22px;
    color: #0c5adb;
    margin: 0 0 12px;
}
.mv-item p {
    font-size: 16px;
    line-height: 26px;
}
.upper-about {
    margin-left: 40px;
}
.about-thumb.upper-about img {
    width: 100%;
    border-radius: 600px;
}
.all-shape {
    position: relative;
    transition: .5s;
}
.about-shape2 {
    position: absolute;
    bottom: 415px;
    right: 70px;
    transition: .5s;
    animation: moveLeftBounce 3s linear infinite;
}
.about-shape {
    position: absolute;
    bottom: -100px;
    right: 15px;
    transition: .5s;
}
.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: 
linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes moveLeftBounce{
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* TechNova section-title css */
.section-title {
    margin-bottom: 25px;
}
.section-title.center {
    margin-bottom: 35px;
}
.section-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #0c5adb;
    font-weight: 600;
    margin: 0 0 15px;
}
.section-title h1 {
    font-size: 42px;
    line-height: 39px;
    color: #041424;
    font-weight: 700;
}
.section-title.center p {
    width: 58%;
    margin: auto;
    margin-top: 14px;
}

/*---=====================================================
   <!--TechNova Service Area Css-->
=========================================================---*/
.service-area {
    padding: 100px 0 100px;
    background: #f3f7fd;
}
.service-area .project-button {
    position: relative;
    margin-top: 20px;
}
.single-service-box {
    position: relative;
    background: #fff;
    border: 2px solid #fff;
    padding: 28px 25px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.service-icon img{
    transition: .5s;
}
.single-service-box:hover .service-icon img{
    transform: scaleX(-1);
}
.sercvie-title h4 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 20px;
}
.sercvie-title p {
    margin: 10px 0 22px;
}
.service-button a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    background-color: #0c5adb;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.service-button a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #041424;
    border-radius: 30px;
    transition: .5s;
    transform: scale(0);
    z-index: -1;
}
.service-button a i{
    display: inline-block;
    margin-left: 7px;
}
.service-button a:hover:before{
    transform: scale(1);
}

/*---==================================
   <!--TechNova Team Area Css-->
========================================---*/
.team-area {
    padding: 70px 30px 90px;
}
.single-team-box {
    border-radius: 10px;
    background-color: #f2f5f8;
    text-align: center;
    position: relative;
    margin: 0 12px;
    margin-bottom: 30px;
}
.team-thumb {
    position: relative;
    overflow: hidden;
}
.team-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.team-content {
    padding: 30px 0 20px;
}
.team-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.team-content p {
    margin: 7px 0 0;
    font-size: 17px;
}
.team-social-icon {
    position: absolute;
    right: -70px;
    bottom: 17px;
    transition: 0.5s;
}
.single-team-box:hover .team-social-icon{
    right: 20px;
}
.team-social {
    background-color: #041424;
    border-radius: 30px;
    padding: 14px 17px 11px;
}
.team-social ul li i {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}
.team-area .owl-dots {
    text-align: center;
    position: relative;
    top: 0px;
}
.team-area .owl-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #041424;
    display: inline-block;
    margin: 0 3px;
}
.team-area .owl-dot.active{
    width: 30px;
    height: 8px;
    border-radius: 4px;
    background-color: #041424;
}

/*
<!-- =====================================-->
<!--TechNova Text Area Css-->
<!-- =====================================-->*/
.text-area {
    position: relative;
    z-index: 1;
    padding: 49px 0 46px;
    background-color: #0c5adb;
}
.text-area .inner-container {
    max-width: 1812px;
    margin: 0 auto;
}
.text-area .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}
.text-area .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 87%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
.text-area .marquee-block .content-box {
    position: relative;
    margin-right:0px;
}
.text-area .marquee-block .content-box:last-child {
    margin-right:0px;
}
.text-area .marquee-block .content-box:last-child::before {
    display: none;
}
.text-area .marquee-block .content-box .title{
    margin:0;
}
.text-area .marquee-block .content-box .title {
    display: inline-block;
    padding: 2px 40px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.text-area .marquee-block .content-box .title span {
	margin: 0;
	font-size: 40px;
	display: inline-block;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
}
.text-area .marquee-block .content-box h6.title img {
    position: relative;
    left: -40px;
    animation: rotateme 4s linear infinite;
}

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }

/*
<!-- =====================================-->
<!--TechNova section-testimonial Css-->
<!-- =====================================-->*/
.section-testimonial {
    padding: 100px 0 30px;
    position: relative;
    background: #f3f7fd;
}
.section-testimonial .wrapper .swiper {
  padding: 20px;
}
.section-testimonial .wrapper .swiper .swiper-slide {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper {
  padding: 35px 30px 20px;
  border-radius: 12px;
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper .content {
  text-align: center;
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper .content P {
  font-size: 15px;
  line-height: 1.6;
  padding: 30px 0 0px;
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper .content h4.cite {
  font-size: 20px;
  color: #041424;
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper .content .swiper-avatar img {
  border-radius: 50%;
  max-width: 90px;
}
.section-testimonial .wrapper .swiper .swiper-slide-active {
  background: rgba(59, 179, 77, 0.0392156863);
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 38px 75px rgba(0, 0, 0, 0.075);
}
.section-testimonial .wrapper .swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
}
.section-testimonial .wrapper .swiper-nav-wrapper .swiper-pagination-bullet {
  background: #0c5adb;
}
.section-testimonial .wrapper .swiper-nav-wrapper .swiper-pagination-bullet-active {
  transform: scale(1.5);
}

/*
<!-- =====================================-->
<!--TechNova Brand Area Css-->
<!-- =====================================-->*/
.partners-section {
    padding: 80px 0 70px;
    background-color: #f2f5f8;
}
.partners-section .brand-img {
    text-align: center;
}
.partners-section .section-title p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0 50px;
}

/*
<!-- =====================================-->
<!--TechNova cta Area Css-->
<!-- =====================================-->*/

.video-cta {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.cta-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.video-cta .cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.video-cta h2 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 8px;
}
.video-cta p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 40px;
    background-color: #041424;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.btn-cta::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0c5adb;
    border-radius: 50px;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}
.btn-cta:hover:before{
    transform: scale(1);
}
.btn-cta:hover {
    transform: scale(1.05);
}
.arrow-right {
    font-size: 18px;
}

/*
<!-- =====================================-->
<!--TechNova Blog Area Css-->
<!-- =====================================-->*/
.blog-area {
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}
.blog-area .section-title.center p {
    width: 50%;
    margin: auto;
    margin-top: 14px;
}
.single-blog-box {
    position: relative;
    background-color: #f6f8fa;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
}
.single-blog-thumb{
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 600ms ease;
}
.single-blog-thumb img {
    width: 100%;
    display: block;
    transition: all 600ms ease;
}
.single-blog-thumb img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: all 600ms ease;
}
.single-blog-box:hover .single-blog-thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.blog-content {
    padding: 15px 20px 20px;
}
.blog-date p {
    font-size: 16px;
    color: #041424;
    margin: 0px 0px 10px;
}
.blog-date p span{
    display: inline-block;
    color: #0c5adb;
    margin-right: 7px;
}
.blog-content a {
    display: inline-block;
    font-size: 25px;
    line-height: 32px;
    color: #041424;
    font-weight: 700;
    transition: 0.5s;
}
.blog-content a:hover {
    color:#0c5adb;
}
.blog-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
    margin-top: 20px;
    background: #fff;
    padding: 8px 25px;
    border-radius: 30px;
    z-index: 1;
    transition: 0.5s;
}
.blog-btn a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0c5adb;
    transition: .5s;
    border-radius: 30px;
    transform: scale(0);
    z-index: -1;
}
.blog-btn a:hover:before{
    transform: scale(1);
}
.blog-btn a i{
    display: inline-block;
    margin-left: 7px;
}
.blog-btn a:hover{
    color: #fff;
}

/*
<!-- =====================================-->
<!--TechNova Footer Area Css-->
<!-- =====================================-->*/
.footer-area {
    background-color: #0c5adb;
    padding: 100px 0 20px;
}
.footer-desc p {
    color: #fff;
    width: 90%;
    margin: 20px 0 25px;
}
.footer-title h4 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    margin: -5px 0 24px;
}
.footer-list-item ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
    transition: 0.5s;
}
.footer-list-item ul li a:hover{
    color:#041424;
}
.footer-list-item ul li i {
    font-size: 15px;
    margin-right: 9px;
    display: inline-block;
    color: #041424;
}
.subscribe-form {
    margin-top: 20px;
}
.footer-list-item p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 0;
}
.subscribe-form input {
    width: 100%;
    height: 54px;
    border-radius: 10px;
    border: transparent;
    background-color: rgba(255,255,255,0.10196078431372549);
    padding: 24px;
    outline: 0;
    color:#fff;
    position: relative;
}
.subscribe-form input::placeholder{
    color:#fff;
}
.subcribe-button button {
    border-radius: 10px;
    background-color: rgba(255,255,255,0.10196078431372549);
    border: transparent;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-top: 15px;
    transition: 0.5s;
}
.subcribe-button button i {
    position: relative;
    top: 2px;
    left: 6px;
}
.footer-subscribe-box p {
    font-size: 16px;
    color: #ffffff70;
    font-weight: 400;
    margin-top: 22px;
}
.footer-subscribe-box i {
    display: inline-block;
    color: #23E17F;
    opacity: 1;
    margin-right: 8px;
}
.footer-bottom-content p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.footer-area .row.add-bg {
    border-radius: 30px;
    background-color: rgba(255,255,255,0.050980392156862744);
    padding: 15px 15px;
    margin-top: 90px;
    text-align: center;
}
.footer-bottom-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer-bottom-social-icon ul li i {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: rgba(255,255,255,0.10196078431372549);
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    transition: 0.5s;
}
.footer-bottom-social-icon ul li i:hover{
   background-color: #041424;
}

/*  */

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
    border-radius: 14px;
    background-color: #ffffff;
    border: 1px solid #2756fd;
}
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
  
  .slider:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    width: 28px;
    height: 28px;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    transition: .4s;
}
  
  input:checked + .slider {
    background-color: #fff;
}
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/*---=====================================================
   <!--TechNova Header Area Css-->
=========================================================---*/
.header-area.inner-style {
    position: relative;
    z-index: 1;
}

.inner-style .header-menu {
    text-align: right;
}

.inner-style .header-menu ul {
    display: inline-block;
}

.inner-style .header-menu ul li {
    display: inline-block;
    margin-right: 36px;
}

.inner-style .header-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 36px 0;
    transition: 0.5s;
}

.inner-style .header-menu ul li a:hover{
    color: #0c5adb;
}

.inner-style .header-button {
    display: inline-block;
}

.inner-style .header-button a {
    display: inline-block;
    background: #0c5adb;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 31px;
    border-radius: 8px;
    transition: 0.5s;
}

.inner-style .header-button a:hover{
    background: #fff;
    color: #0c5adb;
}

/*---=====================================================
   <!--TechNova counter Area Css-->
=========================================================---*/
.counter_area {
    position: relative;
    padding: 90px 0;
}
.counter_area .counter-box {
    position: relative;
    text-align: center;
    padding: 30px 0 30px;
    background: #f3f7fd;
    border-radius: 12px;
    transition: all 0.5s ease;
    z-index: 1;
    margin-bottom: 30px;
}
.counter_area .counter-box::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background-color: #0c5adb;
    border-radius: 12px;
    transition: .5s;
    z-index: -1;
}
.counter_area .counter-box:hover:before{
    width: 100%;
    left: 0;
}
.counter_area .counter-box:hover {
    transform: translateY(-8px);
}
.counter_area .counter-icon i {
    font-size: 40px;
    color: #0c5adb;
    display: inline-block;
    margin-bottom: 15px;
    transition: .5s;
}
.counter_area .counter-box:hover .counter-icon i{
    color: #fff;
}
.counter_area .counter-box .counter {
    font-size: 40px;
    color: #041424;
    font-weight: 700;
    margin: 0 0 0;
    display: inline-block;
    transition: .5s;
}
.counter_area .counter-box:hover .counter{
    color: #fff;
}
.counter_area .counter-title span{
    font-size: 40px;
    color: #041424;
    font-weight: 700;
    margin: 0 0 0;
    display: inline-block;
    transition: .5s;
}
.counter_area .counter-box:hover .counter-title span{
    color: #fff;
}
.counter_area .counter-title p {
    font-size: 16px;
    color: #041424;
    font-weight: 500;
    margin: 0;
    transition: .5s;
}
.counter_area .counter-box:hover .counter-title p{
    color: #fff;
}

/*---=====================================================
   <!--TechNova why-choose Area Css-->
=========================================================---*/
.choose-us-area {
    position: relative;
    padding: 120px 0 60px;
    background: #f2f5f8;
}
.choose-us-area .section-title.left p {
    font-size: 16px;
    line-height: 26px;
    margin: 18px 0 0;
    width: 90%;
}
.single-choose-box {
    text-align: center;
    background: #fff;
    position: relative;
    padding: 30px 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}
.upper-choose {
    margin-top: -50px;
}
.single-choose-box::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #0c5adb;
    border-radius: 12px;
    z-index: -1;
    transition: .5s;
}
.single-choose-box:hover:before{
    height: 100%;
}
.single-choose-box .counter-icon i {
    font-size: 30px;
    display: inline-block;
    color: #0c5adb;
    transition: .5s;
}
.single-choose-box:hover .counter-icon i{
    color: #fff;
    transform: scaleX(-1);
}
.single-choose-box .choose-content h4 {
    font-size: 22px;
    line-height: 32px;
    color: #041424;
    margin: 15px 0 5px;
    transition: .5s;
}
.single-choose-box:hover .choose-content h4{
    color: #fff;
}
.single-choose-box .choose-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px;
    transition: .5s;
}
.single-choose-box:hover .choose-content p{
    color: #fff;
}

/*---=====================================================
   <!--TechNova Breadcumb Area Css-->
=========================================================---*/
.breadcumb-area {
    background: #0c5adb;
    padding: 190px 0 160px;
    margin-top: -100px;
    position: relative;
}
.breadcumb-content {
    text-align: center;
}
.breadcumb-content h4 {
    font-size: 50px;
    color: #fff;
}
.breadcumb-content ul {
    display: inline-block;
    margin-top: 12px;
}
.breadcumb-content ul li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 4px;
}
.breadcumb-content ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

/*---=====================================================
   <!--TechNova Pricing Area Css-->
=========================================================---*/
.pricing-section {
  padding: 100px 0 90px;
  position: relative;
}
.pricing-section .pricing-switcher {
  text-align: center;
}
.pricing-section .pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 30px;
    border: 1px solid #0C59DB;
    margin: 0;
}
.pricing-section .pricing-switcher input[type=radio] {
  position: absolute;
  opacity: 0;
}
.pricing-section .pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  color: #041424;
  transition: .5s;
}
.pricing-section .pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 100px;
  background: #0C59DB;
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-section .pricing-switcher input[type=radio]:checked + label + .switch,
.pricing-section .pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.pricing-section .no-js .pricing-switcher {
  display: none;
}
.pricing-section .pricing-list {
  margin: 30px 0 0px;
}
.pricing-section .pricing-body {
    padding: 0 70px 0;
}
.pricing-list ul li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #0F1D37;
    left: -20px;
    top: 11px;
    z-index: 1;
}

.pricing-list ul li::after {
    position: absolute;
    content: '';
    left: -24px;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: #e2eef5;
}
@media only screen and (min-width: 768px) {
  .pricing-section .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-section .pricing-list > li {
    width: 32.3333333333%;
    float: left;
  }
  .pricing-section .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .pricing-section .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}
.pricing-section .pricing-wrapper {
  position: relative;
  border-radius: 10px;
}
.pricing-section .touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.pricing-section .pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s;
}
.pricing-section .pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}
.pricing-section .pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.pricing-section .pricing-wrapper > li {
  background: #0c5adb;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pricing-section .pricing-wrapper > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #e2eef5, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #e2eef5, rgba(255, 255, 255, 0));
}
.pricing-section .pricing-wrapper > li.is-ended::after {
  display: none;
}
.pricing-section .pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
}
.pricing-section .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pricing-section .pricing-wrapper .is-selected {
  z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
  .pricing-section .pricing-wrapper > li::before {
    content: "";
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #e2eef5;
  }
  .pricing-section .pricing-wrapper > li::after {
    display: none;
  }
  .pricing-section .has-margins .pricing-wrapper > li,
  .pricing-section .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .pricing-section :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .pricing-section .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .pricing-section .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .pricing-section .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}
.pricing-section .no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .pricing-section .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .pricing-section .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}
.pricing-section .pricing-header h2 {
    font-size: 25px;
    color: #fff;
    padding: 40px 0 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
@media (max-width: 991.98px) {
  .pricing-section .pricing-header h2 {
    font-size: 20px;
  }
}
.pricing-section .pricing-header {
  text-align: center;
  color: #e2eef5;
}
.pricing-section .currency, .pricing-section .value {
    font-size: 40px;
    font-weight: 700;
}
@media (max-width: 991.98px) {
  .pricing-section .currency,
  .pricing-section .value {
    font-size: 30px;
  }
}
.pricing-section .duration::before {
  content: "/";
  margin-right: 2px;
}
.pricing-section .currency {
  font-size: 30px;
  display: inline-block;
  color: #e2eef5;
}
.pricing-section .duration {
  font-size: 15px;
  color: #e2eef5;
  text-transform: uppercase;
}
.pricing-section .duration {
  font-size: 15px;
}
.pricing-section .pricing-features {
  margin: 12px 0 25px;
}
.pricing-section .is-switched .pricing-body {
  overflow: hidden;
}
.pricing-section .pricing-list > li {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1em;
}
.pricing-section .pricing-features li {
    font-size: 17px;
    position: relative;
    margin-bottom: 5px;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-section .pricing-features li {
    padding: 5px 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-section .pricing-features li {
    padding: 5px 0px;
  }
}
.pricing-section .pricing-footer {
  text-align: center;
}
.pricing-section .pricing-footer .select {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  color: #e2eef5;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 30px;
  border: 1px solid #e2eef5;
  transition: all 0.6s;
}
.pricing-section .pricing-footer .select::after { 
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background: #041424;
  z-index: -1;
  border-radius: 8px;
  transition: all 300ms ease;
}
.pricing-section .pricing-footer .select:hover::after {
  width: 100%;
  left: 0;
}
.pricing-section .has-margins .pricing-footer {
  padding-bottom: 0;
}
.pricing-section .has-margins .select {
  display: block;
  padding: 18px 0;
  border-radius: 0 0 4px 4px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}
@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}
@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}


/*---=====================================================
   <!--TechNova faqs Area Css-->
=========================================================---*/
.faqs-area {
    padding: 80px 0 100px;
    border-top: 1px solid #0c5adb42;
}
.faqs-container{
    overflow: hidden;
}
.faq-singular {
    position: relative;
    background: #f3f7fd;
    margin-bottom: 20px;
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 15px 25px 15px 30px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px;
    z-index: 2;
    transition: 0.5s;
    background: #f3f7fd;
}
.faq-singular.active .faq-question{
    border-bottom:1px solid #2222;
    color:#0c5adb;
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 600;
    transition: 0.5s;
    color:#041424;
}
.faq-singular.active .faq-question:before {
    content:"-";
    font-size: 35px;
    color:#0c5adb;
    transition: 0.5s;
    font-weight: 600;
}
.faq-question img {
    padding-right: 12px;
    filter: brightness(0.0);
    transition: .5s;
}
.faq-singular.active .faq-question img{
   filter: brightness(1);
}
.faq-answer {
    display: none;
    padding: 21px 40px 25px;
}
.faqs-area .section-title.left p {
    font-size: 16px;
    line-height: 26px;
    margin: 18px 0 0;
    width: 90%;
}

/*=======================================
<--start project section Css -->
=======================================*/
.projects-section {
    padding: 80px 0;
    position: relative;
    background: #f3f7fd;
}
.projects-section .swiper {
    max-width: 1140px;
    margin: auto;
    padding-bottom: 45px;
    margin-top: 30px;
}
.projects-section .swiper-slide {
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  text-align: left;
}
.project-card {
  background: #0c5adb;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}
.project-card::before {
    background: #e2eef5;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 1;
    right: 51%;
    top: 0;
    opacity: 0.3;
    pointer-events: none;
    transition: all 300ms ease;
}
.swiper-slide:hover .project-card::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 300ms linear;
}
.project-card:hover {
  transform: translateY(-6px);
}
.project-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.project-content {
  padding: 20px;
}
.project-content h3{
    line-height: 35px;
    transition: .5s;
}
.project-content h3 a{
  font-size: 25px;
  color: #fff;
  display: inline-block;
  margin: 0 0 7px;
  transition: .5s;
}
.project-content h3 a:hover{
   color: #041424;
}
.project-content p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    transition: .5s;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #4f46e5;
}
.swiper-pagination-bullet-active {
  background: #4f46e5;
}

.project-cta.text-center {
    margin-top: 30px;
}
.project-cta.text-center h3 {
    font-size: 25px;
    margin: 0 0 15px;
}
.project-cta a.btn{
   font-size: 16px;
   color: #e2eef5;
   display: inline-block;
   padding: 12px 30px;
   background: var(--gradient);
   transition: all 300ms linear;
}
.project-cta a.btn:hover{
    color: var(--bg);
}

/*---=====================================================
   <!--TechNova Services Details Area Css-->
=========================================================---*/

.services-details-area {
    padding: 122px 0 121px;
}
.services-details-thumb img {
    width: 100%;
}
.services-details-content {
    padding-top: 18px;
}
h4.services-details-title {
    font-size: 35px;
    line-height: 45px;
    margin: 30px 0 0;
}
p.services-details-desc {
    font-size: 17px;
    margin-top: 24px;
}
.service-details-icon-box {
    display: flex;
    background: #F6F6EE;
    padding: 32px 27px 18px;
    gap: 20px;
    margin-top: 27px;
}
.service-details-box-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 11px;
}

/*widget-sidber css*/

.widget-sidber {
    border-radius: 5px;
    background-color: #f7f6ee;
    padding: 32px 41px 29px;
    margin-bottom: 27px;
}
.widget-sidber-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 46px;
    position: relative;
}
.widget-sidber-content h4:before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: #0c5adb;
}
.widget-category ul li a {
    background: #ffff;
    padding: 15px 25px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 14px;
    color: #001819;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.widget-category ul li a:hover{
    color:#fff;
}
.widget-category ul li a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #0c5adb;
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}
.widget-category ul li a:hover:before{
    width: 100%;
    left: 0;
}
.widget-sidber-download-button a {
    display: inline-block;
    background: #00181A;
    width: 100%;
    color: #fff;
    padding: 15px 23px;
    border-radius: 5px;
    margin-bottom: 18px;
}
.widget-sidber-download-button a.active {
   background: #0c5adb;
} 
.widget-sidber-download-button i {
    color: #0c5adb;
    display: inline-block;
    font-size: 22px;
    margin-right: 9px;
    position: relative;
    top: 3px;
}
.widget-sidber-download-button a.active i{
    color:#fff;
}
.widget-sidber-download-button span i {
    float: right;
    display: inline-block;
    font-size: 16px;
}
.widget-sidber-download-button a.active span i{
    color:#fff;
}
.widget-tag ul li{
    display: inline-block;
}
.widget-tag ul li a {
    background: #ffff;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
    color: #001819;
    font-weight: 500;
    margin-right: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.widget-tag ul li a:hover{
    color:#fff;
}
.widget-tag ul li a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #0c5adb;
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}
.widget-tag ul li a:hover:before{
    width: 100%;
    left: 0;
}

/*---=====================================================
   <!--TechNova Blog Details Area Css-->
=========================================================---*/
.blog-details-area {
    padding: 119px 0 119px;
}
.blog-details-thumb{
    overflow: hidden;
}
.blog-details-thumb img {
    width: 100%;
    transition: 0.5s;
}
.blog-details-thumb img:hover{
    transform: scale(1.2) skew(-10deg);
}
.blog-details-content {
    margin: 20px 0 0;
}
.blog-details-area .meta-blog span {
    display: inline-block;
    margin-right: 28px;
    font-weight: 500;
}
.blog-details-area span.mate-text {
    padding-left: 36px;
    position: relative;
}
.blog-details-area span.mate-text:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 5px;
    top: 11px;
    background: #0c5adb;
}
.blog-details-area .meta-blog i {
    display: inline-block;
    color: #0c5adb;
    padding-right: 9px;
}
.blog-details-area .meta-blog img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}
h4.blog-details-title {
    font-size: 32px;
    margin: 12px 0 19px;
}
p.blog-details-desc {
    font-size: 17px;
    margin-bottom: 25px;
}
.blog-details-author-talk {
    display: flex;
    gap: 26px;
    background: #F7F6EE;
    padding: 41px 51px 40px;
    margin-top: 48px;
}
.blog-details-quote img {
    position: relative;
    top: 8px;
}
.blog-details-author-title p {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #001819;
}
.blog-details-quote img {
    position: relative;
    top: 8px;
    color: #001819;
}
.blog-details-author-title span {
    margin-left: 58px;
    display: inline-block;
    color: #001819;
    position: relative;
}
.blog-details-author-title span:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: -58px;
    top: 12px;
    background: #0c5adb;
}
h3.blog-details-title {
    font-size: 28px;
    margin: 54px 0 16px;
}
p.blog-details-desc.two {
    width: 95%;
}
.blog-details-list-item {
    margin-bottom: 40px;
}
.blog-details-list-item ul li {
    margin-bottom: 10px;
    font-size: 17px;
}
.blog-details-list-item ul li i {
    display: inline-block;
    color: #0c5adb;
    font-size: 18px;
    margin-right: 16px;
}
.blog-details-social-icon ul li {
    display: inline-block;
}
.blog-details-social-icon ul li i {
    display: inline-block;
    background: #1974E9;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.blog-details-social-icon ul li i::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #041424;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.blog-details-social-icon ul li i:hover:after{
    transform: scale(1);
}

/* Comment CSS */

.single-comment-area {
    background: #F6F6EE;
    padding: 49px 41px 56px;
    margin-top: 61px;
    border-radius: 5px;
}
.blog-details-comment-title h4 {
    font-size: 28px;
    margin: 0 0 28px;
}
.blog-details-comment {
    margin-bottom: 19px;
    position: relative;
    border: 1px solid #22222214;
    padding: 29px 29px 25px;
}
.blog-details-comment.style-two {
    margin-left: 105px;
}
.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}
.blog-details-comment-content {
    overflow: hidden;
}
.blog-details-comment-content h2 {
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
    font-weight: 700;
    margin-right: 30px;
}
.blog-details-comment-content p {
    font-size: 15px;
    margin: 13px 0 0;
}
.blog-details-comment-reply {
    position: absolute;
    right: 22px;
    top: 21px;
}
.blog-details-comment-reply a {
    background: #0c5adb;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}
.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255,255,255,0.2);
}
.blog-details-contact-title h4 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 31px;
}
.blog-details-area .contact-input-box input {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 60px;
    padding: 22px;
    outline: 0;
    margin-bottom: 11px;
}
.blog-details-area .contact-input-box textarea {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 170px;
    padding: 12px 22px 0;
    outline: 0;
    margin-top: 11px;
    margin-bottom: 20px;
}
.input-check-box span {
    font-size: 15px;
    margin-left: 7px;
}
.blog-details-submi-button button {
    background: #0c5adb;
    color: #fff;
    text-transform: uppercase;
    border: transparent;
    padding: 12px 26px;
    font-size: 15px;
    margin-top: 34px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 2px solid #0c5adb;
    border-radius: 5px;
    font-weight: 500;
}
.blog-details-submi-button button:hover{
    color:#0c5adb;
}
.blog-details-submi-button button:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#fff;
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}
.blog-details-submi-button button:hover:before{
    width: 100%;
    left: 0;
}

/*sidber Css*/

.widget_search form {
    position: relative;
}
.widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: #012549;
    outline: 0 !important;
    border: transparent !important;
}
button.icons {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 20px;
    color: #1e1e1e;
    background: transparent;
    opacity: 0.7;
}
.sidber-widget-recent-post {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 19px;
}
.recent-widget-content a {
    transition: 0.5s;
    width: 95%;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #041424;
    font-weight: 600;
}
.sidber-widget-recent-post:hover .recent-widget-content a{
    color: #0c5adb !important;
}
.recent-widget-content p {
    font-size: 14px;
    margin: 0;
    color:#0c5adb;
}

/*---=====================================================
   <!--TechNova Blog Grid Area Css-->
=========================================================---*/
.blog-grid-area {
    padding: 120px 0 100px;
}
.blog-grid-area .single-blog-box {
    border-radius: 5px;
    background-color: #f3f8fd;
    padding: 20px 21px 31px;
    position: relative;
    margin-bottom: 21px;
}
.blog-grid-area .blog-thumb img {
    width: 100%;
}
.blog-grid-area .blog-content {
    padding: 25px 22px 3px;
}
.blog-grid-area .blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    position: relative;
}
.blog-grid-area .blog-meta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -26px;
    background: #fff;
}
.blog-grid-area .blog-meta:after {
    position: absolute;
    content: "";
    width:30px;
    height: 2px;
    left: 0;
    bottom: -26px;
    background: #0c5adb;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(298px);
    transform: translateX(298px);
  }
}
.blog-grid-area .blog-meta span {
    font-size: 17px;
    line-height: 32px;
    color: #0c5adb;
    font-weight: 500;
}
.blog-grid-area .blog-title a {
    font-size: 24px;
    line-height: 32px;
    color: #041424;
    font-weight: 700;
}
.blog-grid-area .blog-title a:hover{
    color: #0c5adb;
}
.blog-grid-area .blog-title p {
    margin: 12px 0 0;
}
.blog-grid-area .blog-category a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito";
    background: #0c5adb;
    padding: 7px 38px;
    position: absolute;
    top: 20px;
    left: 21px;
    border-radius: 5px 0 0 0;
    overflow: hidden;
}
.blog-grid-area .blog-category a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    right: -15px;
    top: 6px;
    background: #001739;
    transform: rotate(45deg);
}
.process-area.style-three.inner {
    padding: 0 0 227px;
}

/*---=====================================================
   <!--TechNova Contact Area Css-->
=========================================================---*/
.contact-area {
    padding: 100px 0;
    position: relative;
}
.contact-area .single-contact-box {
    margin-right: 50px;
}
.contact-area .single-input-box input {
    height: 52px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 12px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #d3d3d3;
}
.contact-area .single-input-box select#subject{
    height: 52px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 12px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #d3d3d3;
}
.contact-area .single-input-box textarea{
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 12px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #d3d3d3;
}
.contact-area .massage-sent-button button {
    height: 52px;
    width: 160px;
    color: #fff;
    background-color: #0c5adb;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #d3d3d3;
    transition: .5s;
}
.contact-area .massage-sent-button button:hover{
    background-color: #041424;
}
.contact-area .contact-contetn h3 {
    font-size: 30px;
    margin: 0 0 20px;
}
.contact-area .contact-info-box {
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
    padding: 20px 30px 20px;
    background: #0c5adb;
    margin-bottom: 20px;
    border-radius: 10px;
    z-index: 1;
    transition: .5s;
}
.contact-area .contact-info-box::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #041424;
    border-radius: 10px;
    z-index: -1;
    transition: .5s;
}
.contact-area .contact-info-box:hover:before{
    width: 100%;
    left: 0;
}
.contact-area .contact-info-content h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 5px;
}
.contact-area .contact-info-content p {
    font-size: 16px;
    color: #fff;
    margin: 0 0px;
}
.contact-area .contact-info-icon i {
    font-size: 25px;
    display: inline-block;
    color: #fff;
}
.google-map iframe {
    width: 100%;
    height: 600px;
}

/*===========================
<-- TechNova Sidbar Css -->
=============================*/

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color:#0c5adb;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color:#0c5adb;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #0c5adb;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #0c5adb;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #0c5adb;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background:#0c5adb;
    color: #fff;
}


/*** 
====================================================================
   TechNova Search Popup css
====================================================================
***/

.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #0c5adb;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0c5adb;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #0c5adb;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #0c5adb;
}

/*------TechNova Scroll Up Css------------*/
.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #0c5adb;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #0c5adb;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:#0c5adb;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}




/*===========================
<-- TechNova Loader -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 99999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #f3297c;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color:#0c5adb;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


