/*==============================================
Template Name: Techto - IT Solution & Technology Agency HTML5 Template
Author:  https://www.templatemonster.com/authors/webtheme/
Description: Description
Version: 1.0.0
Text Domain: Techto
Tags:business, consultant, technology, it-solution, software, agency, company, portfolio, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Techto Header Area Css
02. Techto Hero Area Css
03. Techto section-title css
04. Techto Service Area Css 
05. Techto about Area Css
06. Techto team Area Css
07. Techto team details Area Css
08. Techto Video section css
09. Techto Teastimonial Area Css
10. Techto case study area Css
11. Techto blog grid Area Css
12. Techto Testimonial Area Css
13. Techto Blog Area Css
14. Techto Footer Area Css
15. Techto counter area css
16. Techto Breadcumb Area Css
17. Techto service details Area Css
18. Techto pricing area css
19. Techto faq area css
20. Techto contact Area css
21. Techto google map css
22. Techto Scroll Up Css
23. Techto Loader css

=======================*/
/* =======================================
      Start  Curser pointer CSS 
=========================================*/

.cursor-move,
.cursor-move2 {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none; /* native cursor still works because pointer-events none */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
  z-index: 9999;
  will-change: transform, left, top;
}

/* inner dot */
.cursor-move {
  width: 7px;
  height: 7px;
  background-color: #166FD3;
}

/* outer ring */
.cursor-move2 {
  width: 40px;
  height: 40px;
  border: 2px solid #166FD3;
}

/* touch fallback: optional hide custom on touch */
@media (hover: none), (pointer: coarse) {
  .cursor-move,
  .cursor-move2 {
    display: none;
  }
}

/*  hover style */
.cursor-move.grow {
  transform: translate(-50%, -50%) scale(1.3);
}
.cursor-move2.grow {
  transform: translate(-50%, -50%) scale(1.6);
}
.cursor-move.grow-small {
  transform: translate(-50%, -50%) scale(1.1);
}

.cursor-move2.grow-small {
  transform: translate(-50%, -50%) scale(1.2);
}

/* Fallback: if JS disabled, hide custom cursor */
.no-js .cursor-move,
.no-js .cursor-move2 {
  display: none;
}
/* =======================================
      end  Curser pointer CSS 
=========================================*/
/* ======================  Banner animation Css Start here  =========================== */
.banner-section.option3 {
    position: relative;
    z-index: 3;
    padding: 315px 0 245px 0;
}
#particles-banner-animate {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent;
}
#particles-banner-animate2 {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:-1;
    background: transparent;
}
/*---=====================================================
   <!--Techto Header Area Css-->
=========================================================---*/
.header-area {
    padding: 0 30px 0 28px;
    position: relative;
    z-index: 99;
    margin: 0 0 -108px 0;
}
.header-bg {
    background-color: #fff;
    border-radius: 45px;
    margin-top: 30px;
    padding: 0 10px;
}
.header-area.style-one.inner {
    margin: -11px 85px -58px 100px;
    position: relative;
    top: -37px;
}
.header-area.style-one.inner.sticky {
    top: 0;
    margin: 0 85px 0 0;
}
.header-menu {
    text-align: right;
}
.header-menu ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    margin-right: 38px;
}
.header-menu ul li a {
    display: inline-block;
    padding: 25px 0;
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 16px;
    line-height: 28px;
    color: #010A24;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.header-menu ul li a:hover{
    color:#166FD3;
}
.header-button {
    display: inline-block;
    float: right;
}
.Techto-btn a {
    font-size: 18px;
    color: #fff;
    padding: 12px 35px;
    text-align: center;
    border-radius: 26px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    background: #166FD3;
    border: 1px solid #166FD3;
    font-family: "Manrope", sans-serif;
}
.Techto-btn a:before {
    background: #000;
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: 0.4s;
    border-radius: 25px;
}
.Techto-btn a:hover:before {
    width: 103%;
    left: 0;
}
.header-menu ul li i {
    font-size: 10px;
    color: #010A24;
    position: relative;
    left: 5px;
    top: 0;
    transition: 0.5s;
}
.header-menu ul li a:hover i{
    color:#166FD3;
}

/*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: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #166FD3;
    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: 10px 15px !important;
    color: #0A1431;
    width: 200px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    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:#166FD3;
    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);
    transition: 0.5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
    background: #fff;
}
.sticky .header-bg {
    margin-top: 0;
}

/*---=====================================================
                <!--Techto Hero Area Css-->
=========================================================---*/
.style-one.hero-area {
    padding: 310px 0 220px;
    background: url(../images/img/home-one-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.bannar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #166FD3CC;
    z-index: -2;
}
.style-one.hero-area .hero-content {
    position: relative;
    z-index: 1;
}
.style-one.hero-area .hero-text h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  margin: 0 0 7px 35px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.style-one.hero-area .hero-text h4::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 17px;
  width: 33px;
  background: inherit;
  border: 1px solid #fff;
  border-radius: 9px;
  left: -42px;
  top: 7px;
}
.style-one.hero-area .hero-text h4::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 9px;
  width: 9px;
  background: #fff;
  border-radius: 50%;
  left: -30px;
  top: 11px;
  animation: title-after-left-right 3s infinite ease-in-out;
}
.style-one.hero-area .hero-text h1 {
  font-size: 80px;
  line-height: 94px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.style-one.hero-area .hero-text h2 {
  font-size: 80px;
  line-height: 94px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px 0;
}
.style-one.hero-area .hero-text p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 40px;
    font-weight: 400;
}
.hero-button {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}
.techto-btn a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    padding: 0 45px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    color: #166FD3;
    font-weight: 600;
    border: 1px solid #fff;
}
.techto-btn a:before {
    background: #166FD3;
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: 0.4s;
    border-radius: 25px;
}
.techto-btn a:hover:before {
    width: 103%;
    left: 0;
}
.techto-btn a:hover{
    color: #fff;
}
.hero-explore a {
    font-size: 18px;
    display: inline-block;
    background: transparent;
    padding: 0 45px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
}
.hero-explore a:before {
    background: #166FD3;
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: 0.4s;
    border-radius: 25px;
}
.hero-explore a:hover:before {
    width: 103%;
    left: 0;
}

/*---=====================================================
                <!--Techto Hero Two Area Css-->
=========================================================---*/
.hero-area.style-two {
    background-color: #010A24;
    padding: 220px 0 120px;
    position: relative;
    z-index: 1;
}
.bannar-main-box2 {
    padding-left: 25px;
}
.hero-area.style-two .hero-content h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  margin: 0 0 7px 35px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.hero-area.style-two .hero-content h4::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 17px;
  width: 33px;
  background: inherit;
  border: 1px solid #fff;
  border-radius: 9px;
  left: -42px;
  top: 7px;
}
.hero-area.style-two .hero-content h4::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 9px;
  width: 9px;
  background: #fff;
  border-radius: 50%;
  left: -30px;
  top: 11px;
  animation: title-after-left-right 3s infinite ease-in-out;
}
.hero-area.style-two .hero-content h1 {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.hero-area.style-two .hero-content h2 {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px 0;
}
.hero-area.style-two .hero-description p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 25px;
    font-weight: 400;
}
.bannar-image-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.bannar-image-content p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}
.hero-area.style-two .hero-thumb img {
    width: 100%;
}
.hero-area.style-two .hero-thumb {
    margin-top: 30px;
}

/*---=====================================================
   <!--Techto Hero Style Three Area Css-->
=========================================================---*/
.hero-area.style-three {
    padding: 510px 0 290px;
    background-image: url(../images/img/bannar3-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.hero-area.style-three .hero-content h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  margin: 0 0 7px 35px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.hero-area.style-three .hero-content h4::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 17px;
  width: 33px;
  background: inherit;
  border: 1px solid #fff;
  border-radius: 9px;
  left: -42px;
  top: 7px;
}
.hero-area.style-three .hero-content h4::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 9px;
  width: 9px;
  background: #fff;
  border-radius: 50%;
  left: -30px;
  top: 11px;
  animation: title-after-left-right 3s infinite ease-in-out;
}
.hero-area.style-three .hero-content h1 {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.hero-area.style-three .hero-content h2 {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px 0;
}
.bannar-three-box {
    padding-left: 115px;
}
.hero-area.style-three .hero-description p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 25px;
    font-weight: 400;
}
.button-content a {
    display: inline-block;
    padding: 0 80px 0 30px;
    line-height: 58px;
    text-align: center;
    height: 58px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Manrope";
    background: #166FD3;
}
.button-content a:before {
    background: #010A24;
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: 0.4s;
    border-radius: 25px;
}
.button-content a:hover:before {
  width:103%;
}
.button-content a i {
    font-size: 15px;
    height: 38px;
    width: 37px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 38px;
    display: inline-block;
    background: #fff;
    position: absolute;
    right: 10px;
    color: #0164E1;
    border-radius: 100%;
    transition: 0.4s;
}
.bannar-icon-box {
    display: flex;
    align-items: center;
    background: #166FD3;
    transition: .5s;
    padding: 20px 25px 12px;
    border-radius: 50px;
    position: absolute;
    bottom: 95px;
    right: 360px;
}
.bannar-box-content {
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    transition: .5s;
    position: relative;
    left: -10px;
}
.bannar-box-star i {
    color: #FFB500;
    display: inline-block;
}
.bannar-box-rating p {
    font-size: 16px;
    line-height: 20px;
    color: #010A24;
}
.bannar-box-description p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-left: 5px;
    margin-bottom: 0;
}
.bannar-box-description p span{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
}
.hero-area.style-three .scroll-btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 140px;
}

/*---=====================================================
   <!--Techto Section Title Area Css-->
=========================================================---*/

.section-title-space{
  margin-bottom: 50px;
}
.section-sub-title h2 {
  color: #166FD3;
  position: relative;
  display: inline-block;
  padding: 0 0 13px 0;
  font-family: Inter;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 0 35px;
  z-index: 1;
}
.section-sub-title h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 17px;
  width: 33px;
  background: inherit;
  border: 1px solid #166FD3;
  border-radius: 9px;
  left: -39px;
  top: 7px;
}
.section-sub-title h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 9px;
  width: 9px;
  background: #166FD3;
  border-radius: 50%;
  left: -27px;
  top: 11px;
  animation: title-after-left-right 3s infinite ease-in-out;
}
@-webkit-keyframes title-after-left-right {
0% {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
50% {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
100% {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
}
.section_title h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color:#010A24;
  margin: 0 0 0;
}
.section_title h4 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color:#010A24;
  margin: 0 0 0;
}
.section-description p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #7C82A1;
  margin: 15px 0 0;
}

/*---=====================================================
   <!--Techto about Area Css-->
=========================================================---*/
.about-area {
    padding: 120px 0 110px;
    position: relative;
    z-index: 1;
}

.single-about-box {
    margin: 30px 0 30px;
}
.upper-box {
    border: 1px solid #00000015;
    border-radius: 10px;
    padding: 18px 20px 15px;
}
.about-area .circle-button {
    position: absolute;
    bottom: 150px;
    left: 750px;
    z-index: 9;
}
.about-area .circle-button-icon-content {
    outline: 8px solid #fff;
}
.about-area a.circle-button-animate {
    outline: 10px solid #fff;
}
.single-about-box ul li {
    font-size: 20px;
    line-height: 30px;
    color: #010A24;
    padding: 0 0 8px 0;
    transition: 0.4s;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.single-about-box ul li img {
    margin-right: 10px;
    transition: .5s;
    filter: brightness(0);
}
.single-about-box ul li:hover{
    color: #166FD3;
}
.single-about-box ul li:hover img{
    filter: brightness(1);
}
.about-single-box {
    display: flex;
    align-items: center;
    gap: 25px;
}
.about-single-box .about-content h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    color: #010A24;
    margin: 0;
    font-family: "Inter", Sans-serif;
}
.about-single-box .about-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 0;
    color: #7C82A1;
}
.about-btn a {
    font-size: 18px;
    display: inline-block;
    background: #166FD3;
    padding: 0 36px;
    line-height: 58px;
    text-align: center;
    height: 58px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
}
.about-btn a:before {
    background: #010A24;
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: 0.4s;
    border-radius: 30px;
}
.about-btn a:hover:before {
    width: 103%;
    left: 0;
}
.about-shape {
    animation: zoom_inout 2s alternate infinite;
    position: absolute;
    top: 115px;
    right: 270px;
}
.about-area .about-thumb {
    padding: 0 40px 0 0;
    position: relative;
    z-index: 1;
}
.about-thumb2 {
    position: absolute;
    top: 85px;
    right: -8px;
    border: 10px solid #fff;
    border-radius: 12px;
}
.about-right-home-two {
    padding: 0 0 0 40px;
}
.about-counter-box {
    position: absolute;
    bottom: 140px;
    display: flex;
    align-items: center;
    height: 110px;
    width: 290px;
    background: #fff;
    box-shadow: 0 0 2px 0 #00000040;
    justify-content: center;
    border-radius: 10px;
    gap: 20px;
    padding: 1px 15px;
    z-index: 3;
}
.about-icon i {
    font-size: 30px;
    display: inline-block;
    color: #fff;
    height: 60px;
    width: 60px;
    background: #0181F5;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
}
.about-counter-box .counter {
    font-size: 18px;
    line-height: 28px;
    color: #232C45;
    margin: 0;
    display: inline-block;
}
.about-counter-box span{
    font-size: 18px;
    line-height: 28px;
    color: #232C45;
    margin: 0;
    display: inline-block;
}
.about-counter-box p {
    font-size: 18px;
    line-height: 28px;
    color: #232C45;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

/*---=====================================================
   <!--Techto about two Area Css-->
=========================================================---*/
.about-two-area {
    padding: 120px 0 110px;
    background-image: url(../images/img/h3-about-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.about-two-shape {
    position: absolute;
    top: 180px;
    left: 665px;
    border: 5px solid #fff;
    border-radius: 5px;
}
.about-two-shape2 {
    position: absolute;
    bottom: 90px;
    left: 860px;
}
.single-about-two-box {
    position: absolute;
    background: #fff;
    border: 1px solid #010A241A;
    width: 265px;
    height: 197px;
    padding: 20px 35px;
    border-radius: 12px;
    bottom: 160px;
    left: 240px;
}
.about-box-google {
    margin: 18px 0 8px;
}
.about-box-title p {
    font-size: 18px;
    line-height: 28px;
    color: #7C82A1;
    margin: 0;
    font-weight: 400;
}
.about-box-title p span{
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    color: #010A24;
    margin-right: 8px;
    font-weight: 500;
}
.about-two-area .tab-wrapper {
    margin-top: 32px;
}
.about-two-area .tabs{
    display: inline-flex;
    gap: 30px;
}
.about-two-area .tab-btn {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    color: rgb(1, 10, 36);
    position: relative;
    font-weight: 500;
    background: rgb(240, 240, 252);
    padding: 4px 21px;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 6px;
    border-bottom: 2px solid rgb(1, 100, 225);
}
.about-two-area .tab-btn.active{
    background: #2f6fed;
    color: #fff;
}

/* triangle pointer */
.about-two-area .tab-btn.active::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2f6fed;
}
.about-two-area .tab-content {
    margin: 35px 0 28px;
}
.about-two-area .tab-pane{
    display: none;
}
.about-two-area .tab-pane.active{
    display: block;
}
.about-two-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.about-two-box ul li i {
    font-size: 22px;
    color: #166FD3;
    display: inline-block;
}
.about-two-box ul li p{
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    font-weight: 500;
    margin: 0;
    font-family: "Inter", sans-serif;
}

/*---=====================================================
                <!--Techto Service Area Css-->
=========================================================---*/
.service-area {
    padding: 95px 0 100px;
    background-color: #166FD30D;
    position: relative;
    z-index: 1;
}
.single-service-box {
    transition: 0.5s;
    background: #fff;
    padding: 48px 15px 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 2px 0 #FFFFFF40;
}
.single-service-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
    background-image: url(../images/img/home1-service-hover-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.single-service-box:hover::before{
    height: 100%;
}
.single-service-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
    background: #166FD3;
    opacity: 0.8;
    border-radius: 5px;
}
.single-service-box:hover:after{
    height: 100%;
}
.service-icon {
    border: 1px solid rgba(22, 111, 211, 1);
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: auto;
    background: #fff;
}
.service-icon img {
    transition: .5s;
}
.single-service-box:hover .service-icon img{
    transform: scaleX(-1);
}
.service-content h5 {
    font-size: 24px;
    line-height: 35px;
    color: #010A24;
    padding: 15px 0 0 0;
    transition: 0.5s;
    font-weight: 600;
}
.single-service-box:hover .service-content h5{
    color: #fff;
}
.service-content p {
    font-size: 17px;
    line-height: 26px;
    color: rgba(124, 130, 161, 1);
    font-weight: 400;
    margin: 0;
    padding: 20px 0 20px;
}
.single-service-box:hover .service-content p{
    color: #fff;
}
.service-button a {
    font-size: 17px;
    font-weight: 600;
    transition: 0.4s;
    left: 0;
    right: 0;
    margin: auto;
    color: rgba(1, 10, 36, 1);
    font-family: "Manrope", sans-serif;
}
.single-service-box:hover .service-button a{
    color: #fff;
}
.service-button a i {
    display: inline-block;
    transition: 0.4s;
    padding: 0 0 0 5px;
    position: relative;
    top: 1px;
    font-size: 17px;
}
.service-button a:hover i {
  transform: rotate(-45deg);
  color: #fff;
}

/* =======================================
	Service slider area css start here 
=========================================*/
.service-carousel-area {
    padding: 110px 0 110px;
    background: #166FD30D;
    position: relative;
    z-index: 1;
}
.service-carousel-box {
    box-shadow: 0 1px 5px 0 rgba(29, 31, 21, 0.1);
    padding: 64px 30px 45px 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    transition: 0.4s;
    margin: 40px 0 0 0;
    position: relative;
    z-index: 1;
}
.service-carousel-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  background-image:url(https://webthemesolution.com//techto/wp-content/uploads/2025/07/service-coursor-hover-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.service-carousel-box:hover:before {
  height:100%
}
.service-carousel-box:after {
    content: "";
    position: absolute;
    bottom: -98px;
    right: -98px;
    height: 0;
    width: 0;
    z-index: -1;
    transition: 0.4s;
    background-image: url(https://webthemesolution.com//techto/wp-content/uploads/2025/07/service-coursol-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-carousel-box:hover:after {
  height: 197px;
  width: 197px;
}
.service-carousel-img {
    margin: auto;
    left: 0;
    right: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    outline: 8px solid #F3F8FD;
    transition: 0.4s;
    top: -35px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 1);
}
.service-carousel-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
    transition: 0.4s;
    background: #166FD3;
    border-radius: 100%;
    top: 0;
    margin: auto;
}
.service-carousel-box:hover .service-carousel-img:before {
  height:100%;
  width:100%;
}
.service-carousel-img img {
    text-align: center;
    position: relative;
    top: 15px;
    left: 15px;
    height: auto;
    width: auto !important;
    transition:0.4s;
}
.service-carousel-box:hover .service-carousel-img img {
  filter: brightness(0)invert(1);
}
.service-carousel-title a h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  transition: 0.4s;
  color: rgba(1, 10, 36, 1);
  padding: 0 0 8px 0;
}
.service-carousel-box:hover .service-carousel-title a h2 {
  color: #fff;
}
.service-carousel-desc p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  transition:0.4s;
  color: rgba(35, 44, 69, 1);
  padding: 0 0 23px 0;
}
.service-carousel-box:hover .service-carousel-desc p {
  color: #fff;
}
.service-carousel-button a {
  font-family: Manrope;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  transition:0.4s;
  color: rgba(1, 10, 36, 1);
}
.service-carousel-box:hover .service-carousel-button a {
  color: #fff;
}
.service-carousel-button a i {
    font-size: 15px;
    position: relative;
    padding: 0 0 0 5px;
    top: 0;
}

/* =======================================
	Service Two area css start here 
=========================================*/
.service-two-area {
    padding: 110px 0 90px;
    background: #166FD30D;
    position: relative;
    z-index: 1;
}
.service-section {
    transition: 0.5s;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    border: 1px solid #010A240D;
    margin-bottom: 20px;
}
.service-section .service-single-image {
  line-height: 0;
}
.service-section .service-single-image img {
    width: 100%;
}
.service-section .service-icon-img {
    position: absolute;
    top: 210px;
    right: 20px;
    height: 78px;
    width: 76px;
    line-height: 78px;
    background: #0052CC;
    text-align: center;
    border-radius: 6px;
    transition: .5s;
}
.service-section .service-text-content {
    margin: 0 20px 22px;
}
.service-section .service-title a h1 {
  font-size: 24px;
  line-height: 35px;
  color: #010A24;
  font-family: "Inter";
  margin: 23px 0 6px;
  transition: 0.5s;
  font-weight: 600;
}
.service-section .service-description p {
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    padding: 0 0 24px;
    margin: 0 0 15px;
    font-weight: 400;
    border-bottom: 1px solid #7C82A129;
    font-family: "Manrope";
}
.service-title h2 {
    font-size: 18px;
    line-height: 36px;
    color: #7C82A1;
    font-weight: 400;
    font-family: "Manrope";
}
.service-list-section {
    margin: 10px 0 0;
}
.service--list-content li {
    font-size: 16px;
    color: #7C82A1;
    transition: .5s;
    display: inline-block;
    margin-right: 20px;
}
.service--list-content li p{
    margin: 0;
}
.service--list-content li svg {
    margin-right: 3px;
}

/*---=======================================
   <!--Techto Marque Area Css -->
============================================---*/
.marque-section {
    position: relative;
    --duration: 40s;
    --gap: 0;
    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: 0;
    background: #F3F8FD;
    padding: 70px 0 70px;
}
.marque-content {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}
.marque-section .marque-content h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #166fd3;
    border: 1px solid #166fd3;
    border-radius: 35px;
    padding: 12px 40px 10px 0;
    margin: 0 15px 0 15px;
    position: relative;
    top: 0;
}
.marque-section .marque-text-animate {
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 100%;
    -webkit-animation: text-animate 25s linear infinite;
    animation: text-animate 25s linear infinite;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    transition:0.4s;
}
/* .marque-section .marque-text-animate:hover {
    animation: paused;
} */
.marque-section .marque-text-animate:hover {
    animation-play-state: paused;
}
@-webkit-keyframes text-animate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marque-section .marque-text-animate h1 img {
    padding: 0 20px 0 20px;
    margin: 0;
    position: relative;
    top: 0;
}

/*---=======================================
   <!--Techto Video Area Css -->
============================================---*/
.video-area {
    padding: 130px 0 190px;
    background-image: url(../images/img/home02-video-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.video-area .section-sub-title h2 {
    color: #fff;
}
.video-area .section-sub-title h2::before{
   border: 1px solid #fff;
}
.video-area .section-sub-title h2::after{
    background-color: #fff;
}
.video-area .section_title h3{
    color: #fff;
}
.video-area .section_title h4{
    color: #fff;
}
.video-box-content {
    display: inline-block;
    position: relative;
    top: 45px;
    left: 0;
    border-radius: 100%;
    z-index: 99;
    line-height: 0;
}
.video-box-content img {
  min-height: inherit;
}
.video-popup-button {
    position: relative;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    background: #166FD3;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 50%;
    transition: 0.2s linear;
}
.video-popup-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    -webkit-animation: border-animation 1500ms ease-out infinite;
    animation: border-animation 1500ms ease-out infinite;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
}

/*---=======================================
   <!--Techto Work Process Area Css -->
============================================---*/
.workprocess-area {
    padding: 110px 0 80px;
    position: relative;
    z-index: 1;
}
.work-system-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 0 20px 10px 20px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.work-system-numbering {
    border: 2px solid #166fd3;
    width: 45px;
    height: 45px;
    opacity: 1;
    line-height: 45px;
    border-radius: 100%;
    background: #166fd3;
    position: absolute;
    top: 40px;
    left: 70px;
}
.work-system-box .box2 {
    top: 140px;
    left: 90px;
}
.work-system-numbering h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 42px;
}
.working-title h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: rgba(1, 10, 36, 1);
    margin: 20px 0 10px 0;
}
.working-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(124, 130, 161, 1);
    margin: 0 0 0;
}
.work-system-single-img {
    line-height: 0;
    display: inline-block;
    border-radius: 100%;
    border: 2px dashed #166fd3;
    padding: 10px;
}
.work-system-numbering h3 {
  padding: 0 0 20px 0;
  font-size: 20px;
}


/*---=======================================
            <!--Techto team Area Css -->
============================================---*/

.team-area {
    padding: 120px 0 110px;
    position: relative;
    z-index: 1;
}
.single-team-box {
    margin: 5px 1px 5px;
    text-align: center;
    transition: 0.4s;
}
.team-content {
  padding: 20px 0 25px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  transition: 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.team-content::before {
  content:"";
  position: absolute;
  z-index: -1;
  background:#166FD3;
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  border-radius: 5px;
}
.single-team-box:hover .team-content::before {
  height: 100%;
}
.team-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.team-thumb img {
  width: 100%;
}
.team-social-icon {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: 79%;
  border-radius: 90px 90px 0 0;
  height: 90px;
  padding: 36px 0 0 0;
  transition: 0.4s;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.single-team-box:hover .team-social-icon {
  bottom: 0;
}
.team-social-icon li a {
  display: inline-block;
  padding: 0 10px 0 10px;
  color: rgba(1, 10, 36, 1);
  transition: 0.4s;
}
.team-social-icon li a:hover {
  color: #166FD3;
}
.team-social-icon li {
  display: inline-block;
}
.team-social-icon li a{
  display: inline-block;
}
.team-content h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #010A24;
  margin: 0;
  transition: 0.4s;
}
.single-team-box:hover .team-content h4 {
  color:#fff;
}
.team-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  transition: 0.4s;
  margin: 5px 0 0;
}
.single-team-box:hover .team-content p {
  color:#fff;
}
.owl-dots {
  text-align: center;
  padding: 40px 0 0 0;
  position: relative;
  z-index: 1;
}
.owl-dots::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 34%;
  width: 129px;
  z-index: 1;
  height: 8px;
  transition: 0.4s;
  background-image: url(https://webthemesolution.com//techto/wp-content/uploads/2025/04/team-arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.owl-dots::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 34%;
  width: 129px;
  z-index: 1;
  height: 8px;
  transition: 0.4s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://webthemesolution.com//techto/wp-content/uploads/2025/04/team-arrow-right.png);
}
.owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #166FD3;
  margin: 0 12px 0 12px;
  display: inline-block;
}
.owl-dot.active {
  position: relative;
  z-index: 1;
}
.owl-dot.active::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 35px;
  border-radius: 100%;
  height: 35px;
  transition: 0.4s;
  border: 1px solid #166FD3;
}

/*
<!-- =====================================-->
<!-- Techto Team Two section css -->
<!-- =====================================-->*/
.team-section {
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-section .team-member-image img {
    width: 100%;
    transition: 0.4s;
}
.team-section .team-member-content {
  background: #0B1319;
  box-shadow: 0 0 10px 0 #47A2D633 inset;
  padding: 10px 0 24px 0;
  position: absolute;
  bottom: -100%;
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  z-index: 1;
  transition: 0.5s;
}
.team-section .team-member-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
  background: #166FD3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #47A2D633 inset;
}
.team-section .team-member-content:hover:before {
  height: 100%;
}
.team-section:hover .team-member-content {
  bottom: 20px;
  transition: 0.5s;
}
.team-section .team-member-name h2 {
  margin: 12px 0 0 0;
  color: #fff;
  transition: 0.4s;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.team-section:hover .team-member-name h2 {
  color: #fff;
}
.team-section .member-designation {
  position: relative;
}
.team-section .member-designation h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Manrope";
  transition: 0.5s;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}
.team-section .team-member-content:hover .member-designation h3 {
  font-size: 0;
}
.team-section ul.team-media-icon li a {
  color: #fff;
  transition: 0.5s;
  font-size: 0;
}
.team-section .team-member-content:hover ul.team-media-icon li a svg {
    font-size: 15px;
    width: 12px;
    color: #ffffff;
    fill: #fff;
}
.team-section ul.team-media-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    opacity: 0;
    transition: 0.3s;
}
.team-section .team-member-content:hover ul.team-media-icon {
    opacity: 1;
}
.team-section ul.team-media-icon li {
  list-style: none;
  display: inline-block;
  padding: 0 5px 0 5px;
}

/*
<!-- =====================================-->
<!-- Techto Project section css -->
<!-- =====================================-->*/
.portfolio-area {
    padding: 110px 0 110px;
    position: relative;
    background: #F3F8FD;
    z-index: 1;
}
.portfolio-area .portfolio_menu {
    position: absolute;
    top: 210px;
    right: 295px;
}
.portfolio-area .filter-menu {
    list-style: none;
    display: flex;
    gap: 5px;
}
.portfolio-area .filter-menu li {
    background: transparent;
    font-size: 16px;
    line-height: 1;
    transition: 0.5s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 10px 12px;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    color: rgba(124, 130, 161, 1);
}
.portfolio-area .filter-menu li.active {
    color: #fff !important;
    background: #166FD3;
    border-radius: 5px;
    transition: 0.4s;
}
.portfolio-area .filter-menu li:hover{
    color: #166FD3;
}
.portfolio-area .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.portfolio-area .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.portfolio-area .portfolio-item img {
    height: 360px;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s;
}
.portfolio-area .portfolio-item:hover img {
    transform: scale(1.1);
}
.portfolio-area .portfolio-content {
    position: absolute;
    width: 78%;
    height: 115px;
    z-index: 1;
    bottom: -100%;
    text-align: left;
    padding: 25px 20px 20px 25px;
    transition: 0.5s;
    border-radius: 0 0 5px 0;
    background: #fff;
    margin: auto;
    left: 35px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.portfolio-area .portfolio-item:hover .portfolio-content {
    bottom: 35px;
}
.portfolio-area .portfolio-content h4{
    margin: 0;
}
.portfolio-area .portfolio-content h4 a {
    font-size: 22px;
    line-height: 30px;
    color: #010A24;
    text-align: center;
    transition: 0.4s;
    font-family: Inter;
    font-weight: 600;
}
.portfolio-area .portfolio-content h4 a:hover{
    color: #166FD3;
}
.portfolio-area .portfolio-category a {
    color: rgba(124, 130, 161, 1);
    text-align: center;
    transition: 0.4s;
    padding: 0;
    position: relative;
    z-index: 1;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.portfolio-area .portfolio-category a:hover{
    color: #166FD3;
}
.portfolio-area .portfolio-button .plus-btn {
    font-size: 25px;
    font-weight: 600;
    font-family: "Inter";
    transition: 0.4s;
    height: 42px;
    width: 42px;
    position: absolute;
    line-height: 39px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #00CCFF33 inset;
    right: -20px;
    margin: auto;
    color: #fff;
    bottom: 35px;
    display: inline-block;
    background: rgba(22, 111, 211, 1);
    text-align: center;
    transform: rotate(0deg);
}
.portfolio-area .portfolio-button .plus-btn:hover {
    transform: rotate(90deg);
}

/*
<!-- =====================================-->
<!-- Techto counter area css -->
<!-- =====================================-->*/
.counter-area {
    padding: 120px 0 50px;
    position: relative;
    z-index: 1;
}
.single-counter-box {
    padding: 30px 0 30px 35px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 2px 0 #00000040;
}
.single-counter-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: 0.4s;
    background: #166FD3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #47A2D633 inset;
}
.single-counter-box:hover:before{
    height: 100%;
}
.single-counter-box .counter-icon {
    padding: 0;
    height: 57px;
    width: 65px;
    line-height: 57px;
    border-radius: 5px;
    text-align: center;
    background: #166FD3;
    display: inline-block;
    outline: 8px solid #ffffff;
    position: absolute;
    right: 33px;
    top: 0;
}
.single-counter-box .counter-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    height: 67px;
    width: 83px;
    z-index: -1;
    transition: 0.4s;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #00000020;
    border-top: 0;
}
.single-counter-box .counter-icon img{
    transition: .5s;
}
.single-counter-box:hover .counter-icon img {
    transform: scaleX(-1);
}
.single-counter-box .counter {
    font-size: 42px;
    line-height: 50px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #000000;
    transition: 0.4s;
}
.single-counter-box:hover .counter {
    -webkit-text-stroke-width: #fff;
    -webkit-text-stroke-color: #fff;
}
.single-counter-box .counter-content span {
    font-size: 42px;
    line-height: 50px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #000000;
    transition: 0.4s;
}
.single-counter-box:hover .counter-content span {
    -webkit-text-stroke-width: #fff;
    -webkit-text-stroke-color: #fff;
}
.single-counter-box .counter-content p {
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    margin: 8px 0 0;
    transition: .5s;
    font-weight: 500;
}
.single-counter-box:hover .counter-content p {
    color: #fff;
}

/*
<!-- =====================================-->
<!-- Techto Video section css -->
<!-- =====================================-->*/

.hero-area.style-two .hero-thumb-wrapper {
    position: relative;
    z-index: 1;
}
.hero-area.style-two .circle-button {
    line-height: 0;
    right: -20px;
    position: absolute;
    top: 8px;
    z-index: 2;
}
.circle-button-animation {
    border-radius: 100%;
}
.circle-button-icon-content {
    position: absolute;
    top: 29%;
    left: 29%;
    right: 0;
    margin: 0;
    height: 80px;
    border-radius: 100%;
    width: 80px;
    line-height: 80px;
    background: #166FD3;
    outline: 8px solid #010A24;
}
.circle-btn-icon {
    color: #fff;
}
.circle-btn-icon img {
    position: relative;
    rotate: 0;
    transition: 0.4s;
}
a.circle-button-animate:hover .circle-btn-icon img {
  rotate: 40deg;
}
a.circle-button-animate {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 190px;
    height: 190px;
    line-height: 190px;
    text-align: center;
    border-radius: 100%;
    background: #166FD3;
    outline: 10px solid #010A24;
    transition: 0.4s;
}
.circle-text-inner {
    animation: circle-btn 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: transparent;
}
.circle-text-inner svg {
    width: 140px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.circle-text-inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    letter-spacing: 4px;
    font-family: "Plus Jakarta Sans";
}
@keyframes circle-btn {

  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-360deg);
  }

  }

/*
<!-- ============================================-->
<!--Techto Teastimonial Area Css -->
<!-- ============================================-->*/
.teastimonial-area {
    padding: 90px 0 120px;
    background-image: url(../images/img/testimonial-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.testimonial-single-content {
  background: transparent;
  transition: 0.5s;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 1;
}
.testimonial-img-desc-content {
    padding: 110px 30px 30px 30px;
    border-radius: 5px;
    position: relative;
    transition: 0.5s;
    z-index: 1;
    box-shadow: 0 0 10px 0 #47A2D633 inset;
    background: #fff;
}
.testimonial-img-desc-content::before {
  content:"";
  background: #166FD3;
  position: absolute;
  transition: 0.5s;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  border-radius: 5px;
}
.testimonial-single-content:hover .testimonial-img-desc-content::before {
  height: 100%;
}
.testimonial-single-content .testimonial-image {
    text-align: center;
    height: 94px;
    width: 94px;
    line-height: 94px;
    border-radius: 5px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testimonial-single-content .testimonial-image img {
  height: auto;
  width: auto;
  display: inline-block;
  position: relative;
  top: 7px;
}
.testimonial-single-content:hover .testimonial-image img   {
  filter: brightness(0)invert(1);
}
.testimonial-quate-image {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    background: #166FD3;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    border: 5px solid rgb(255, 255, 255, 0.7);
}
.testimonial-single-content .about-author {
  padding: 0;
  display: inline-block;
}
.testimonial-single-content .about-author h1 {
  transition: 0.4s;
  font-size: 18px;
  line-height: 34px;
  color: #0c0c0c;
  margin: 0;
  font-weight: 500;
  font-family: "Inter";
}
.testimonial-single-content:hover .about-author h1 {
  color: #fff;
}
.testimonial-single-content .about-author h2 {
  text-align: left;
  font-size: 17px;
  line-height: 26px;
  color: #0c0c0c;
  font-weight: 400;
  margin: 0;
  font-family: "Manrope";
  transition: 0.4s;
}
.testimonial-single-content:hover .about-author h2 {
  color: #fff;
}
.testimonial-single-content .testi-description p {
  position: relative;
  z-index: 1;
  transition: 0.4s;
  color: #0c0c0c;
  font-style: italic;
  padding: 0 0 16px 0;
  font-family: Manrope;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.testimonial-single-content:hover .testi-description p  {
  color: #fff;
}
.testimonial-single-content .author-info {
    position: relative;
    padding: 0;
    text-align: left;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.testimonial-single-content .author-image {
    text-align: center;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: inline-block;
    top: -40px;
    left: 40px;
}
.testimonial-single-content .author-image img {
    display: inline-block;
    border-radius: 5px;
    transition: 0.4s;
    position: relative;
    height: auto;
    width: auto;
    z-index: 1;
}
.testimonial-single-content .testimonial-rating {
    padding: 5px 0 10px 0;
    position: absolute;
    right: 40px;
    top: 20px;
}
.testimonial-single-content .testimonial-star i.fa.fa-star.active {
  color: #FFCC00;
  padding: 0 5px 0 0;
  font-size: 13px;
  font-weight: 900;
  transition: 0.4s;
}
.testimonial-single-content:hover .testimonial-star i.fa.fa-star.active {
  color:#fff;
}
.testimonial-single-content .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
}
.testimonial-single-content .owl-dot {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #166FD3;
    margin: 0 12px 0 12px;
    display: inline-block;
    position: relative;
}
.testimonial-single-content .owl-dot::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 35px;
    border-radius: 100%;
    height: 35px;
    transition: 0.4s;
}
.testimonial-single-content .owl-dots::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 35%;
    width: 129px;
    z-index: 1;
    height: 8px;
    transition: 0.4s;
    background-image: url(https://webthemesolution.com//techto/wp-content/uploads/2025/04/team-arrow-left.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonial-single-content .owl-dots::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 35%;
    width: 129px;
    z-index: 1;
    height: 8px;
    transition: 0.4s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://webthemesolution.com//techto/wp-content/uploads/2025/04/team-arrow-right.png);
}
.testimonial-single-content .owl-dot.active {
  position: relative;
  z-index: 1;
  border: 1px solid #166FD3;
}


/*
<!-- =====================================-->
<!--Techto Brand area Css -->
<!-- =====================================-->*/
.brand-area {
    padding: 60px 0 60px;
    background: #166FD3;
    position: relative;
    z-index: 1;
}
.single-brand-box {
    text-align: -webkit-center;
}
.brand-thumb img {
    height: auto;
    width: auto !important;
}
.home3-brand {
    padding: 25px 0 70px;
    border-bottom: 1px solid #CFCFCF;
}
.home3-brand .single-brand-box {
    text-align: -webkit-center;
}

/*
<!-- =====================================-->
<!--Techto Blog Area Css-->
<!-- =====================================-->*/
.blog-area {
    padding: 110px 0 110px;
    position: relative;
    z-index: 1;
}
.blog-area .single-blog-box {
    margin-bottom: 20px;
    margin-left: 2px;
}
.blog-area .single-blog-thumb{
    position: relative;
    overflow: hidden;
}
.blog-area .single-blog-thumb img {
    height: 245px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.blog-area .blog-content {
    padding: 28px 28px 16px;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.blog-area .blog-post-time {
    display: inline-block;
}
.blog-area .blog-post-time h4 {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    margin: 0;
    font-weight: 400;
}
.blog-area .blog-post-comment {
    display: inline-block;
    margin-left: 30px;
}
.blog-area .blog-post-comment span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    margin: 0;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.blog-area .blog-post-title a {
    font-size: 22px;
    line-height: 30px;
    color: #010A24;
    display: inline-block;
    margin: 15px 0 15px;
    transition: 0.5s;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.blog-area .blog-post-title a:hover{
    color: #166FD3;
}
.blog-area .blog-post-description p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 26px;
    color: rgba(124, 130, 161, 1);
    border-bottom: 1px solid rgb(124 130 161 / 32%);
    margin: 0 0 10px;
}
.blog-area .blog-author-button-content {
    display: flex;
    justify-content: space-between;
    transition: .5s;
}
.blog-area .blog-author-admin a {
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    font-weight: 400;
    transition: 0.4s;
    font-family: "Manrope", sans-serif;
}
.blog-area .blog-author-admin a:hover{
   color: #166FD3; 
}
.blog-area .blog-post-button a {
    font-size: 16px;
    line-height: 26px;
    color: #010A24;
    font-weight: 400;
    display: inline-block;
    transition: 0.4s;
    font-family: "Manrope", sans-serif;
}
.blog-area .blog-post-button a i {
    transform: rotate(-45deg);
    display: inline-block;
    transition: 0.5s;
    margin-left: 7px;
}
.blog-area .blog-post-button a:hover i {
    color: #000319;
    transform: rotate(0deg);
}

/*
<!-- =====================================-->
<!--Techto Text Area Css-->
<!-- =====================================-->*/
.text-area {
    position: relative;
    z-index: 1;
    padding: 49px 0 46px;
    background: #166FD3;
}

.text-area .inner-container {
    max-width: 1812px;
    margin: 0 auto;
}

.text-area .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0;
    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 {
    font-size: 25px;
    line-height: 35px;
    color: #000319;
    display: inline-block;
    padding: 0 45px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
}

/*
<!-- =====================================-->
<!--Techto blog grid Area Css -->
<!-- =====================================-->*/
.blog-grid-area {
    padding: 100px 0 80px;
    position: relative;
    z-index: 1;
}
.blog-grid-area .single-blog-box {
    display: block;
    position: relative;
    border-radius: 20px;
    transition: .5s;
    margin-bottom: 30px;
}
.blog-grid-area .single-blog-thumb{
    position: relative;
    overflow: hidden;
}
.blog-grid-area .single-blog-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.blog-grid-area .single-blog-box:hover .single-blog-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
}
.blog-grid-area .single-blog-thumb img {
    height: 245px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.blog-grid-area .blog-content {
    padding: 28px 28px 16px;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.blog-grid-area .blog-post-time {
    display: inline-block;
}
.blog-grid-area .blog-post-time h4 {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    margin: 0;
    font-weight: 400;
}
.blog-grid-area .blog-post-comment {
    display: inline-block;
    margin-left: 30px;
}
.blog-grid-area .blog-post-comment span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    margin: 0;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.blog-grid-area .blog-post-title a {
    font-size: 22px;
    line-height: 30px;
    color: #010A24;
    display: inline-block;
    margin: 15px 0 15px;
    transition: 0.5s;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.blog-grid-area .blog-post-title a:hover{
    color: #166FD3;
}
.blog-grid-area .blog-post-description p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 26px;
    color: rgba(124, 130, 161, 1);
    border-bottom: 1px solid rgb(124 130 161 / 32%);
    margin: 0 0 10px;
}
.blog-grid-area .blog-author-button-content {
    display: flex;
    justify-content: space-between;
    transition: .5s;
}
.blog-grid-area .blog-author-admin a {
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    font-weight: 400;
    transition: 0.4s;
    font-family: "Manrope", sans-serif;
}
.blog-grid-area .blog-author-admin a:hover{
   color: #166FD3; 
}
.blog-grid-area .blog-post-button a {
    font-size: 16px;
    line-height: 26px;
    color: #010A24;
    font-weight: 400;
    display: inline-block;
    transition: 0.4s;
    font-family: "Manrope", sans-serif;
}
.blog-grid-area .blog-post-button a i {
    transform: rotate(-45deg);
    display: inline-block;
    transition: 0.5s;
    margin-left: 7px;
}
.blog-grid-area .blog-post-button a:hover i {
    color: #000319;
    transform: rotate(0deg);
}

/*
<!-- =====================================-->
<!--Techto Footer Area Css style-one -->
<!-- =====================================-->*/
.footer-area {
    background-image: url(../images/img/footer-bg-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 110px 0 30px;
}
.footer-area .footer-desc p {
    font-size: 16px;
    line-height: 26px;
    margin: 22px 0 22px;
    color: rgb(255 255 255);
    font-weight: 400;
}
.social-media-section ul li {
    display: inline-block;
}
.social-media-section ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    transition: .5s;
    z-index: 1;
}
.social-media-section ul li a::after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}
.social-media-section ul li a:hover:after {
    transform: scale(1);
}
.social-media-section ul li a:hover{
    color: #166FD3;
}
.footer-area .footer-call-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.footer-area .footer-call-box .footer-call-icon i {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.footer-area .footer-call-content p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.footer-area .footer-title h2 {
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: "Inter", sans-serif;
}
.footer-area .footer-title h2::before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 1px;
    background-color: rgb(255 255 255);
    content: "";
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
.footer-area .footer-title h2:hover::before {
	width: 100%;
	opacity: 1;
}
.footer-area .footer-list-item {
    padding-top: 32px;
}
.footer-area .footer-list-item ul li {
    margin-bottom: 15px;
    transition: 0.5s;
}
.footer-area .footer-list-item ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: rgb(255 255 255);
    font-weight: 400;
    transition: 0.5s;
}
.footer-area .footer-list-item ul li a:hover{
    color: #010A24; 
}
.footer-area .footer-list-item ul li a i {
    display: inline-block;
    margin-right: 8px;
    transition: 0.5s;
    font-size: 12px;
}
.footer-area .footer-list-item ul li a:hover i{
    color: #010A24; 
}
.footer-bottom-content p {
   font-size: 16px;
   line-height: 26px;
   color: #fff;
   margin: 0;
   padding-top: 35px;
   border-top: 1px solid #ffffff3b;
   font-weight: 400;
}


/*
<!-- =====================================-->
<!--Techto Footer Two Area Css style-one -->
<!-- =====================================-->*/
.style-two {
    background-image: url(../images/img/footer-two.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 110px 0 30px;
}
.style-two .footer-list-item ul li a:hover {
    color: #0181F5;
}
.style-two .footer-list-item ul li a:hover i {
    color: #0181F5;
}

/*
<!-- =====================================-->
<!-- Techto contact area css -->
<!-- =====================================-->*/
.contact-area {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}
.contact-area .form-bg {
    padding: 40px 35px 45px;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid #CFCFCF;
    box-shadow: 0 5px 30px 0 #0000000D;
}
.single-input-box input {
    height: 56px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #CFCFCF;
    background: transparent;
    margin-bottom: 25px;
    outline: 0;
    border-radius: 7px;
}
.single-input-box input::placeholder {
    font-size: 16px;
    color: #898989;
}
.contact-area .single-input-box select#subject {
    height: 56px;
    width: 100%;
    color: #898989;
    padding-left: 10px;
    border: 1px solid #CFCFCF;
    background: transparent;
    margin-bottom: 25px;
    outline: 0;
    border-radius: 7px;
}
.single-input-box textarea {
    height: 160px;
    width: 100%;
    padding-top: 12px;
    padding-left: 10px;
    border: 1px solid #CFCFCF;
    background: transparent;
    margin-bottom: 25px;
    outline: 0;
    border-radius: 7px;
}
.single-input-box textarea::placeholder {
    font-size: 16px;
    color: #898989;
}
.massage-sent-button button {
    display: inline-block;
    font-size: 16px;
    padding: 16px 35px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: none;
    border-radius: 30px;
    background-color: #166FD3;
    overflow: hidden;
}
.massage-sent-button button:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 60px;
    height: 60px;
    left: -41px;
    top: 0;
    border-radius: 30px;
    background: #0A1431;
    transform: scale(1);
    transition: .5s;
}
.massage-sent-button button:hover:before{
    width:100%;
    height:100%;
    border-radius:0;
    left:0;
}
.google-map-two iframe {
    width: 100%;
    height: 315px;
    border-radius: 20px;
}

.contact-box {
    width: 33%;
    background: #fff;
    padding: 10px;
    position: absolute;
    bottom: 415px;
    margin: 0 3px;
    border-radius: 10px;
}
.contact-box-section {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: .5s;
}
.contact-box-icon i {
    font-size: 16px;
    color: #341818;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #CFCFCF;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.contact-box-icon i::after {
    background: #0000004D;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: 0.4s;
    border-radius: 50%;
    transform: scale(0);
}
.contact-box-section:hover .contact-box-icon i::after{
    transform: scale(1);
}
.contact-box-title h2 {
    font-size: 16px;
    line-height: 26px;
    color: #341818;
    font-weight: 600;
    transition: .5s;
}
.contact-box-description p {
    font-size: 10px;
    line-height: 20px;
    color: #341818;
    font-weight: 600;
}
.contact-gallary {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.gallary-content p {
    font-size: 16px;
    line-height: 26px;
    color: #010A24;
    margin: 0;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.contact-gallary-shape {
    position: absolute;
    top: 730px;
    left: 805px;
}

/*---=====================================================
   <!--Techto Breadcumb Area Css-->
=========================================================---*/
.breadcumb-area {
    padding: 260px 0 180px;
    background: url(../images/img/breadcrum-bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: rgb(85, 200, 255, 0.7);
    z-index: 1;
}
.breadcumb-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.breadcumb-content h4 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
}
.breadcumb-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.breadcumb-content ul li a span {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 2px;
}
.breadcumb-content ul li {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
}

/*---=====================================================
   <!--Techto service details Area Css-->
=========================================================---*/
.service-details-area {
    padding: 100px 0 80px;
    background: #166FD30D;
    position: relative;
    z-index: 1;
}
.service-details-thumb img {
    width: 100%;
    border-radius: 5px;
}
.services-details-title {
    font-size: 42px;
    line-height: 55px;
    color: #010A24;
    font-weight: 700;
    margin: 40px 0 24px;
}
.service-details-desc {
    font-size: 16px;
    line-height: 26px;
    color: #7B808E;
    font-weight: 400;
    margin-bottom: 24px;
}
.service-detail-desc {
    font-size: 16px;
    line-height: 26px;
    color: #7B808E;
    font-weight: 400;
}
.service-sub-title h3 {
    font-size: 30px;
    color: #010A24;
    font-weight: 600;
    margin: 35px 0 30px;
}
.service-details-iteam {
    padding-left: 20px;
}
.service-details-iteam ul li {
    font-size: 16px;
    color: #7B808E;
    font-weight: 400;
    margin-bottom: 10px;
}
.service-details-iteam ul li i {
    display: inline-block;
    color: #166FD3;
    margin-right: 20px;
}
.service-sub-title h4 {
    font-size: 30px;
    line-height: 40px;
    color: #010A24;
    font-weight: 700;
    margin: 55px 0 22px;
}
.service-cyber-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #7B808E;
    margin-bottom: 40px;
    font-weight: 400;
}
.widget-sidber {
    border-radius: 5px;
    padding: 38px 35px 40px;
    margin-bottom: 27px;
    background: #fff;
}
.widget-sidber-content h4 {
    font-size: 30px;
    line-height: 1;
    color: #010A24;
    font-weight: 600;
    position: relative;
}
.widget-sidber-content h4::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #166FD3;
    bottom: -18px;
}
.widget_search form {
    position: relative;
}
.widget-category {
    margin-top: 45px;
}
.widget-category ul li {
    list-style: none;
    display: inline-block;
}
.widget-category ul li a {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 14px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    text-transform: capitalize;
    color: #010A24;
    padding: 5px 10px;
    border: 1px solid #166FD30D;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
}
.widget-category ul li a:hover{
    color:#166FD3;
}
.widget-category ul li a i{
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    color: #010A24;
}
.widget-category ul li a:hover i{
    color:#166FD3;
}
.widget-sidber-download-button a {
    display: inline-block;
    background: #166FD30D;
    width: 100%;
    color: #010A24;
    padding: 15px 23px;
    border-radius: 5px;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.widget-sidber-download-button i {
    color: #010A24;
    display: inline-block;
    font-size: 22px;
    margin-right: 9px;
    position: relative;
    top: 3px;
}
.widget-sidber-download-button a.active i {
    color: #010A24;
}
.widget-sidber-download-button span i {
    float: right;
    display: inline-block;
    font-size: 16px;
}
.widget-sidber-download-button a.active span i {
    color: #010A24;
}
  
.widget-sidber-download-button {
    margin-top: 45px;
}
.post-thumb a img {
    height: 80px;
    width: 85px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 12px;
}
.category-content h4{
    margin: 0;
}
.category-content h4 a {
    font-size: 16px;
    line-height: 26px;
    transition: .5s;
    font-weight: 500;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
}
.category-content h4 a:hover{
    color:#166FD3;
}
.category-content h5 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.widget_search form {
    position: relative;
}
.widget_search input {
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    outline: 0 !important;
    border: transparent !important;
    margin-top: 45px;
    background-color: #166FD30D;
}
button.icons {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 58px;
    color: #012549;
    background: transparent;
}
.widget_search input::placeholder {
    color: #012549;
}

/***=====================================
   Techto pricing area css
====================================***/
.pricing-area {
    padding: 110px 0 100px;
    background: #F3F8FD;
    position: relative;
    z-index: 1;
}
.pricing-single-items {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 41px 35px 48px;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 #FFFFFF4D;
    margin-bottom: 20px;
    transition: .5s;
}
.pricing-area .tab {
    position: relative;
    overflow: hidden;
    text-align: right;
    margin-top: -68px;
}
.pricing-area .tabs {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #F6F4F5;
    border-radius: 30px;
    transition: .5s;
}
.pricing-area .tabs li {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.pricing-area .tabs li a {
    padding: 14px 35px;
    border-radius: 30px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #000319;
    background-color: #fff;
    transition: .5s;
    font-weight: 500;
}
.pricing-area .tabs_item {
    display: none;
    padding: 48px 0 0;
}
.pricing-area .tabs_item:first-child {
    display: block;
}
.pricing-area li.current a {
    color: #fff;
    background: #166FD3 !important;
    transition: .5s;
}
.pricing-plan {
    font-size: 28px;
    line-height: 34px;
    color: #166FD3;
    margin: 0;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
}
.pricing-money h3 {
    font-size: 36px;
    line-height: 40px;
    color: #010A24;
    font-weight: 700;
    margin: 14px 0 18px;
    text-transform: capitalize;
    transition: .5s;
    font-family: "Rajdhani", sans-serif;
}
.pricing-single-items:hover .pricing-money h3{
   color: #166FD3; 
}
.pricing-title span {
    font-size: 16px;
    color: #ccd0e2;
}
p.pricing-text {
    font-size: 16px;
    color: #7C82A1;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 37px;
    padding-bottom: 31px;
    border-bottom: 1px solid #7C82A1;
    font-family: "Inter", sans-serif;
}
.pricing-feature ul li {
    font-size: 16px;
    color: #010A24;
    font-weight: 400;
    margin-bottom: 12px;
    transition: .5s;
    font-family: "Inter", sans-serif;
}
.pricing-btn a {
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    width: 100%;
    font-weight: 500;
    border: 1px solid #166FD3;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    z-index: 1;
}
.pricing-single-items:hover .pricing-btn a{
   color: #fff; 
}
.pricing-btn a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #166FD3;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}
.pricing-single-items:hover .pricing-btn a:after{
   transform: scale(1);
}

/***=====================================
   Techto faq area css
====================================***/
.faqs-area {
    padding: 110px 0 100px;
    background: #166FD30D;
    background-image: url(../images/img/faq-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.faqs-container {
    margin-top: 30px;
}
.faq-singular {
    margin-bottom: 25px;
}
.faq-thumb {
    margin-right: 30px;
}
.faq-thumb img {
    width: 100%;
    border-radius: 5px;
}
.faq-singular .faq-question {
    font-size: 22px;
    line-height: 30px;
    z-index: 1;
    position: relative;
    width: 100%;
    display: inline-grid;
    cursor: pointer;
    background-color: #fff;
    padding: 15px 20px 15px 30px;
    color: #010A24 !important;
    font-family: "Inter", sans-serif;
    transition: 0.4s;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.faq-singular.active .faq-question {
    color: #fff !important;
    background: #000319;
}
.faq-answer {
    display: none;
    font-size: 16px;
    line-height: 28px;
    padding: 23px 10px 23px 30px;
    color: #767676;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 400;
    transition: 0.5s;
    color: #042424;
    z-index: 1;
}
.faq-singular.active .faq-question:before {
    content: "-";
    font-size: 25px;
    color: #fff;
    right: 40px;
    z-index: 1;
}
.faq-singular.active .faq-question::after {
    color: #042424;
}
.faqs-area .circle-button-animate {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 162px;
    height: 162px;
    line-height: 162px;
    text-align: center;
    border-radius: 100%;
    background: #166FD3;
    transition: 0.4s;
}
.faqs-area .circle-text-inner svg {
    width: 118px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 0;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.faqs-area .circle-text-inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
}
.faqs-area a.circle-button-animate {
    outline: none;
}
.faqs-area .circle-button-icon-content {
    outline: none;
    top: 25%;
    left: 26%;
}
.faqs-area .circle-button {
    position: absolute;
    bottom: 110px;
    left: 470px;
}


/*=============================================
   <!-- Techto Project css-->
===============================================*/
.project-area {
    padding: 115px 0 95px;
    position: relative;
    z-index: 1;
}
.single-project-section {
    margin-bottom: 30px;
}
.project-image {
    line-height: 0;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.project-image img {
    width: 100%;
    border-radius: 20px;
    transition: .5s;
}
.project-content {
    position: absolute;
    bottom: -88px;
    left: 30px;
    transition: .5s;
}
.project-image:hover .project-content {
    bottom: 30px;
}
.project-title a h1 {
    font-size: 22px;
    line-height: 30px;
    color: #010A24;
    display: inline-block;
    transition: .5s;
    padding: 7px 35px;
    background: #fff;
    margin: 0;
    font-weight: 600;
}
.project-description p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    background: #166FD3;
    display: inline-block;
    padding: 5px 35px;
    transition: .5s;
    margin: 0;
    font-weight: 500;
}
.project-area .button-content {
    text-align: right;
}


/*=============================================
   <!-- Techto Testimonial Two css-->
===============================================*/
.teastimonial-two-area {
    padding: 110px 0 120px;
    background: #F3F8FD;
    position: relative;
    z-index: 1;
}
.single-heading .heading-title {
    font-size: 205px;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0000001F;
    color: transparent;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.teastimonial-two-area .testimonial-two-single-content {
    display: flex;
    align-items: center;
    gap: 65px;
    transition: .5s;
    margin-top: 25px;
}
.teastimonial-two-area .testimonial-image img {
    height: auto;
    width: auto !important;
}
.teastimonial-two-area .author-image img {
    height: auto;
    width: auto !important;
}
.teastimonial-two-area .testi-title h2 {
    font-size: 16px;
    line-height: 26px;
    color: #898989;
    margin: 0 0 0;
    transition: .5s;
}
.teastimonial-two-area .testimonial-inner-box {
    display: flex;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 1;
}
.teastimonial-two-area .testimonial-inner-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 185px;
    height: 65px;
    width: 1.5px;
    background: #CFCFCF;
}
.teastimonial-two-area .testi-title h3 {
    font-size: 24px;
    line-height: 35px;
    color: #010A24;
    margin: 0 0 0;
    font-weight: 600;
}
.teastimonial-two-area .testimonial-star i.fa.fa-star.active {
    color: #FFCC00;
    margin-right: 3px;
    font-size: 12px;
    font-weight: 900;
    height: 20px;
    width: 20px;
    text-align: center;
    background: #fff;
    line-height: 20px;
    border-radius: 50%;
}
.teastimonial-two-area .testi-two-description p {
    font-size: 24px;
    line-height: 35px;
    color: #010A24;
    margin: 30px 50px 18px 0;
    font-weight: 600;
}
.teastimonial-two-area .about-author h2 {
    font-size: 24px;
    line-height: 34px;
    color: #010A24;
    display: inline-block;
    margin: 0;
    font-weight: 600;
}
.teastimonial-two-area .about-author h3 {
    font-size: 16px;
    line-height: 26px;
    color: #7C82A1;
    display: inline-block;
    margin: 0;
    font-weight: 400;
}
.teastimonial-two-area .owl-nav {
    position: absolute;
    bottom: 80px;
    right: 5px;
}
.teastimonial-two-area .owl-prev i, .owl-next i {
    font-size: 21px;
    height: 60px;
    color: #010A24;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 5px 0;
    transition: 0.4s;
}
.teastimonial-two-area .owl-prev i::after, .owl-next i::after {
    position: absolute;
    content: "";
    background: #3980D1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s;
    transform: scale(0);
}
.teastimonial-two-area .owl-prev i:hover:after, .owl-next i:hover:after{
    transform: scale(1);
}
.teastimonial-two-area .owl-prev i:hover, .owl-next i:hover{
    color: #fff;
}

/*=============================================
   <!-- Techto Blog Two css-->
===============================================*/
.blog-two-area {
    padding: 110px 0 80px;
    position: relative;
    z-index: 1;
}
.blog-two-area .button-content {
    text-align: right;
}
.blog-two-area .single-blog-box {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 1;
    gap: 25px;
    padding: 22px;
    border: 1px solid #CFCFCF;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: .5s;
    overflow: hidden;
}
.blog-two-area .single-blog-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background: #0181F5;
    width: 0;
    transition: .5s;
    border-radius: 12px;
    z-index: -1;
}
.blog-two-area .single-blog-box:hover:before{
    width: 100%;
}
.blog-two-area .single-blog-box .single-blog-thumb {
    flex-shrink: 0;
    transition: .5s;
}
.blog-two-area .single-blog-box .single-blog-thumb img {
    width: 250px;
    object-fit: cover;
    height: 220px;
    border-radius: 10px;
}
.blog-two-area .single-blog-box .blog-post-title h1{
    margin: 0;
}
.blog-two-area .single-blog-box .blog-post-title h1 a {
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    padding: 22px 0 20px;
    transition: 0.5s;
    margin-bottom: 23px;
    border-bottom: 1px solid #CFCFCF;
    font-family: Inter;
    font-weight: 600;
    color: rgba(1, 10, 36, 1);
}
.blog-two-area .single-blog-box:hover .blog-post-title h1 a{
    color: #fff;
}
.blog-two-area .single-blog-box .blog-author-admin {
  display: inline-block;
}
.blog-two-area .single-blog-box .blog-post-time {
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #000000;
    text-align: center;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: .5s;
}
.blog-two-area .single-blog-box:hover .blog-post-time{
    background: #fff;
}
.blog-two-area .single-blog-box .blog-post-time h2 {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
    transition: .5s;
    margin: 0;
    font-family: "Inter";
}
.blog-two-area .single-blog-box:hover .blog-post-time h2{
    color: #010A24;
}
.blog-two-area .single-blog-box .blog-post-time h3 {
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    font-weight: 600;
    transition: .5s;
    margin: 0;
    font-family: "Inter";
}
.blog-two-area .single-blog-box:hover .blog-post-time h3{
    color: #010A24;
}
.blog-two-area .single-blog-box  span.blog-post-comment a {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: rgba(124, 130, 161, 1);
    transition: 0.4s;
    padding: 0 0 0 50px;
}
.blog-two-area .single-blog-box:hover span.blog-post-comment a{
    color: #fff;
}
.blog-two-area .single-blog-box .blog-author-admin a {
  text-transform: capitalize;
  padding: 0 15px 0 0;
  font-size: 16px;
  line-height: 26px;
  color: rgba(124, 130, 161, 1);
  font-weight: 400;
  font-family: "Manrope";
  transition: 0.4s;
}
.blog-two-area .single-blog-box:hover .blog-author-admin a{
    color: #fff;
}
.blog-two-area .single-blog-box .blog-post-button a {
    font-size: 18px;
    line-height: 28px;
    color: #010A24;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
}
.blog-two-area .single-blog-box:hover .blog-post-button a{
    color: #fff;
}
.blog-two-area .single-blog-box .blog-post-button a i{
    display: inline-block;
    margin-left: 5px;
    transition: .5s;
}


/*=============================================
   <!-- Techto google map css-->
===============================================*/
.google-map iframe {
    width: 100%;
    height: 600px;
}
  
/*** 
==================================
   Techto 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: #166FD3;
    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 #166FD3;
    border-left: 3px solid #166FD3;
    -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: 0;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #166FD3;
    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: 0 28px 0 27px;
    position: relative;
    top: -7px;
}
.search-box-btn i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .5s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    border: 1px solid #166FD3;
    text-align: center;
}
.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: #166FD3;
}

.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: #166FD3;
    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: #166FD3;
}


/*------Techto 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 rgb(22 193 245 / 50%);
    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: #166FD3;
    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: #166FD3;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:#166FD3;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}




/*===========================
<-- Techto Loader css -->
=============================*/
.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: #16c1f580;
    -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:#166FD3;
    -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;
}

@keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(42px);
        transform: translateX(42px);
    }
  }

@keyframes border-animation {
  0% {
      transform: translate(-50%,-50%) scale(.5);
      opacity: 1;
      border-width: 3px
  }

  40% {
      opacity: .5;
      border-width: 2px
  }

  65% {
      border-width: 1px
  }

  100% {
      transform: translate(-50%,-50%) scale(1);
      opacity: 0;
      border-width: 1px
  }
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-name: float-bob;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes dance2 {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
      -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
      -webkit-transform: translate3d(0, -25px, 25px);
  }
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); 
  } 
}

/*wood animation*/
@keyframes wooo {
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}
@keyframes circle {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-360deg);
  }
  }
  .circle {
      animation: circle 15s linear infinite;
  }
  .right-speen {
      animation: rightspeen 15s linear infinite;
  }
  .spin2 {
      animation: spin2 15s linear infinite;
  }
  @keyframes rightspeen {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(360deg);
  }
}

@-webkit-keyframes title-after-left-right {
0% {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
50% {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
100% {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
}

.zoom-in-out {
    -webkit-animation: zoom_inout 2s alternate infinite;
    animation: zoom_inout 2s alternate infinite;
}

@keyframes zoom_inout {
    0% {
        -webkit-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}


