/*===============================================
Template Name: toptech - Digital Marketing Agency HTML5 Template
Author:  https://templatemonster/user/drtheme
Description: Description
Version: 1.0.0
Text Domain: toptech
Tags: agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. toptech Header Top Menu Area Css
02. toptech Nav Menu Area Css 
03. toptech Slider Area Css
04. toptech Section Title Css
05. toptech Service Area css
06. toptech About Area Css
07. toptech Counter Area Css
08. toptech Case Study Area Css
09. toptech Testimonial Area Css
10. toptech Process Area Css
11. toptech Team Area Css
12. toptech Faq Area Css
13. toptech Brand Section Css
14. toptech Call Do Section Css
15. toptech Form Box Css
16. toptech Skill Area Css
17. toptech Blog Area Css
18. toptech footer Area Css
19. toptech Subscribe Area Css
20. toptech Lines CSS
21. toptech Prossess Ber Css
22. toptech Scrollup Section
23. toptech Bounce Animation Css 
24. toptech Animation Dance
25. toptech Breadcumb Area Css
26. toptech abouts_areas Css
27. toptech Feture-Area Css
28. toptech Pricing Section Css
29. toptech Web Development Section CSS
30. toptech Contact  US Css
31. toptech Blog Sidber Widget CSS
32. toptech Case Study Details Css
33. toptech Search Box Css
34. toptech Loader Css
=======================*/

/*================================
<--  toptech Nav Menu Area Css -->
==================================*/
.toptech_nav_manu {}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #101210 !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .toptech_menu>ul>li>a {
    color:#fff;
}

.sticky .toptech_menu>ul>li>a i {
    color: #fff;
    transition: 0.5s;
}

.sticky .toptech_menu>ul>li>a i:hover{
    color: #63FF5A;
}

.sticky .header-button a {
}

.sticky .header-button a i {
    color: #fff;
}

/* logo box */
a.logo_img img.logo-light {
    display: none;
    transform: scale(1.6);
}

a.logo_img img.logo-dark {
    transform: scale(1.6);
}

.sticky a.logo_img img.logo-light {
    display: none;
}

.light-theme a.logo_img img.logo-light{
    display: block;
}

.sticky a.logo_img img.logo-light{
    display: block;
}

.light-theme a.logo_img img.logo-dark{
    display: none;
}

.sticky a.logo_img img.logo-dark{
    display: none;
}

.dark-light .sun{
    display:block;
}

.dark-light .moon{
    display:none;
}

/* toptech Menu Css*/
.toptech_nav_manu {
    background: #080F01;
    border-bottom: 1px solid rgba(255, 255, 255 ,0.2);
    position: relative;
    z-index: 1;
}

nav.toptech_menu {
    text-align: right;
}

.toptech_menu ul {
    list-style: none;
    display: inline-block;
}

.toptech_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.toptech_menu>ul>li>a {
    font-size: 16px;
    display: block;
    margin: 32px 18px;
    transition: .5s;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

nav.toptech_menu span {
    font-size: 14px;
    padding-left: 14px;
    color: #fff;
    transition: 0.5s;
}

nav.toptech_menu span:hover {
    color: #63FF5A;
}

.toptech_menu>ul>li>a:hover {
    color: #63FF5A;
}

/*menu button*/
.header-search-button {
    display: inline-block;
}

.header-button a {
    color: #010101;
    background: #63ff5a;
    display: inline-block;
    font-size: 16px;
    line-height: 46px;
    padding: 4px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Syne";
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.header-button a::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height:0%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.header-button a:hover:after{
    height: 100%;
    opacity: 1;
    color:#63ff5a;
}

.header-button:hover a{
    color:#63ff5a;
}

/*** Sub Menu Style 
==========================***/

.toptech_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 220px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #63FF5A;
    opacity: 0;
}

.toptech_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.toptech_menu ul .sub-menu li {
    position: relative;
}

.toptech_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.toptech_menu ul li .sub-menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #63ff5a;
    z-index: -1;
    transition: 0.5s;
}

.toptech_menu ul li .sub-menu li a:hover:before {
    height: 100%;
    top: 0;
}

/*sub-menu-two*/
li.sub-menu-style-two {
    position: relative;
}

li.sub-menu-style-two a i {
    color: #000;
    display: inline-block;
    position: relative;
    left: 120px;
    transition: 0.5s;
}

.sub-menu li a:hover i{
    color:#fff !important;
}

ul.sub-menu-two {
    left: 270px;
    position: absolute;
    top: 0px;
    background: #ffff;
    opacity: 0;
    transition: 0.5s;
    width: 220px;
    filter: drop-shadow(0px 5px 15px rgba(204,204,204,0.25));
    border-top:2px solid #63ff5a;
    visibility: hidden;
}

li.sub-menu-style-two:hover ul.sub-menu-two {
  left: 220px;
  opacity: 1;
  z-index:9999999;
  visibility: visible;
}


/* sub menu 2 
=================*/

.toptech_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.toptech_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.toptech_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.toptech_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.toptech_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #63FF5A;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

.toptech_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.toptech_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.toptech_menu li a:hover:before {
    width: 101%;
}

.toptech_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.toptech_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.header-src-btn {
    display: inline-block;
    position: relative;
    padding-right: 50px;
    top: 15px;
    margin-left: 28px;
}

.search-box-btn.search-box-outer {
    position: absolute;
    bottom: 4px;
    right: 35px;
}

.header-button {
    display: inline-block;
    margin-left: 24px;
}

img.logo-light {
    display: none;
}

/**
======================================================
<!-- Start toptech Hero Section  -->
======================================================**/
.hero-section {
    background: url(../images/slider/hero-b.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 900px;
    position: relative;
}

.hero-content {
    padding-top: 40px;
    position: relative;
}

.hero-title h1 {
    font-size: 55px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Syne";
}

.hero-text p {
    font-size: 18px;
    line-height: 26px;
    color: #f0f0f0;
    font-weight: 400;
    font-family: "Syne";
    width: 82%;
}

.hero-text {
    margin-top: 28px;
}

.hero-button {
    margin-top: 60px;
}

.hero-main-button {
    display: inline-block;
}

.hero-button a {
    display: inline-block;
    font-size: 18px;
    color: #000000;
    background: #63ff5a;
    padding: 17px 28px;
    font-weight: 500;
    font-family: "Syne";
    position: relative;
    z-index: 1;
}

.hero-button a::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height:0%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.hero-button a:hover:after{
    height: 100%;
    opacity: 1;
    color:#63ff5a;
}

.hero-button a:hover .hero-main-button a i {
    color:#63ff5a;
    transform: rotate(0deg);
}

.hero-main-button a i {
    display: inline-block;
    margin-left: 14px;
    transform: rotate(-45deg);
}

.hero-right-text {
    display: inline-block;
    margin-left: 70px;
}

.hero-right-text span {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.hero-counter-box {
    text-align: center;
    position: absolute;
    right: -75px;
    top: 290px;
}

.hero-counter h2 {
    font-size: 46px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Syne";
    display: inline-block;
    padding-bottom: 18px;
}

span.counter-text {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Syne";
    display: block;
    padding-bottom: 10px;
}

.hero-counter-rating ul li {
    display: inline-block;
    list-style: none;
}

.hero-counter-rating ul li i {
    color: #ff7920;
}

.hero-thumb {
    text-align: right;
    position: relative;
}

.hero-thumb > img {
    margin-bottom: -228px;
    margin-right: -24px;
    
}

.hero-shape {
    position: absolute;
    top: -40px;
    left: 85px;
    z-index: -1;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

.band-shape {
    position: absolute;
    bottom: -102px;
    left: -25px;
    z-index: 1;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

/*
<!-- =====================================-->
<!-- Start toptech marquee section  -->
<!-- =====================================-->*/
.marquee-section {
    position: relative;
    background-color: #63ff5a;
    padding: 22px 0;
    z-index: 1;
}

.marquee-section .inner-container {
    max-width: 1812px;
    margin: 0 auto;
}

.marquee-section .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}

.marquee-section .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:0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-section .marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.marquee-section .marquee-block .content-box:last-child {
    margin-right:0px;
}

.marquee-section .marquee-block .content-box:last-child::before {
    display: none;
}

.marquee-section .marquee-block .content-box .title{
    margin:0;
}

.marquee-section .marquee-block .content-box .title a {
    display:inline-block;
    font-size:22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #10140D;
}

h6.title a i {
    margin-right: 6px;
}

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }



/*section title*/
.toptech-section-title.text-left {
    padding-bottom: 32px;
}

.toptech-section-title h4 {
    font-size: 18px;
    color: #63ff5a;
    font-weight: 500;
    font-family: "Syne";
}

.toptech-section-title h1 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Syne";
    margin-top: 6px;
}

.faq-area .toptech-section-title p {
    color: #616161;
    width: 48%;
    margin: 0 auto;
}

.faq-area .toptech-section-title h1 {
    color: #10140D;
}

.contact-area .toptech-section-title h1 {
    color: #000000;
}

.contact-area .toptech-section-title p {
    color: #616161;
    width: 48%;
    padding-top: 10px;
    margin: 0 auto;
}

.service-section .toptech-section-title h1 {
    font-size: 46px;
    color: #12140D;
    font-weight: 700;
    font-family: "Syne";
    margin-top: 6px;
}

.service-section .toptech-section-title p {
    color: #10140D;
    width: 38%;
    padding-top: 20px;
    margin: 0 auto;
}
/*
<!-- =====================================-->
<!-- start toptech service area  -->
<!-- =====================================-->*/
.service-area {
    background: #12140D;
    padding: 70px 0 40px;
}

.single-service-box.upper {
    padding: 48px 0 48px 38px;
}

.single-service-box {
    padding: 48px 0px 48px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.single-service-box:hover {
    background-color: #232323!important;
    background: linear-gradient(90deg, #63ff5a 50%, transparent 0) repeat-x, linear-gradient(90deg, #63ff5a 50%, transparent 0) repeat-x, linear-gradient(0deg, #63ff5a 50%, transparent 0) repeat-y, linear-gradient(0deg, #63ff5a 50%, transparent 0) repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.5s infinite linear;
    animation: linearGradientMove 0.5s infinite linear;
}

.single-service-box:hover:before{
    display: none;
}
  
.single-service-box:hover:after{
display: none;
}

/*Key Freames border*/

@-webkit-keyframes linearGradientMove {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}

@keyframes linearGradientMove {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}

.toptech-desc p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #f5f5f5;
    font-weight: 400;
    font-family: "Syne";
    width: 75%;
}

.service-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Syne";
    transition: 0.5s;
}

.service-button a:hover{
    color:#63ff5a;
}

.service-button a i {
    display: inline-block;
    font-size: 18px;
    margin-left: 30px;
    transform: rotate(-45deg);
    color: #63ff5a;
}

.service-title h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Syne";
    margin-top: 20px;
    margin-bottom: 5px;
}

.service-des p {
    font-size: 18px;
    line-height: 25px;
    color: #f5f5f5;
    font-weight: 400;
    width: 70%;
}

.single-service-box::before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 104px;
    height: 1px;
    background:rgba(255,255,255,0.2);
    right: 0;
    top: 0px;
}

.single-service-box::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 1px;
    height: 90px;
    background:rgba(255,255,255,0.2);
    right: 0;
    top: 0px;
}

.row.service-box {
    margin-top: 62px;
}

/*
<!-- =====================================-->
<!-- start toptech skill area  -->
<!-- =====================================-->*/
.skill-area {
    background: url(../images/resource/skill-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 100px;
}

.barfiller {
    width: 100%;
    height: 20px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 22px;
    filter: drop-shadow(0px 10px 10px rgba(60,115,206,0.2));
    background-color: #5D5D5D;
    color: #63ff5a;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height:20px;
    background: #333;
    z-index: 1;
}

span.fill {
    background: #63ff5a !important;
}

.prossess-ber-plugin span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.barfiller .tip {
    font-size: 16px;
    font-family: sans-serif;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -3px;
    font-weight: 700;
    color: #232323;
}


.toptech-section-title p {
    color: #fff;
    width: 75%;
    padding-top: 10px;
    margin: 0;
}

.skill-button {
    margin-top: 50px;
}

.skill-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Syne";
    transition: 0.5s;
}

.skill-button a:hover{
    color:#63ff5a;
}

.skill-button a i {
    display: inline-block;
    font-size: 18px;
    margin-left: 30px;
    transform: rotate(-45deg);
    color: #63ff5a;
}

.skill-thumb img {
    float: right;
}

.skill-thumb img{
    position: relative;
}

.skill-thumb img:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity:1;
    z-index: 9;
    pointer-events: none;
}

.skill-thumb img:hover:before {
    height: 100%;
    opacity:0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  
  /*
<!-- =====================================-->
<!--start toptech why choose us area  -->
<!-- =====================================-->*/
.why-choose-us-area {
    background-color: #13150e;
    padding: 70px 0 100px;
}

.why-choose-us-area .toptech-section-title.text-left {
    padding-bottom: 10px;
}

.choose-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Syne";
    transition: 0.5s;
}

.choose-button a:hover{
    color:#63ff5a;
}

.choose-button a i {
    display: inline-block;
    font-size: 18px;
    margin-left: 30px;
    transform: rotate(-45deg);
    color: #63ff5a;
}

.row.choose-border {
    border-bottom: 1px solid #787878;
    padding-bottom:5px;
}

.choose-year-title h1 {
    font-size: 30px;
    color: #63ff5a;
    font-weight: 600;
}

.choose-year-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    transition: 0.5s;
}

.choose-year-title h2:hover {
    color: #63ff5a;
}

.choose-year-title span {
    font-size: 16px;
    color: #656565;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -5px;
}

.choose-product-title h1, .choose-group-title h1 {
    font-size: 24px;
    color: #63ff5a;
    font-weight: 600;
    padding-top: 25px;
}

.choose-product-title h2, .choose-group-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}

.choose-product-title h2:hover, .choose-group-title h2:hover{
   color:#63ff5a;
}

  /*
<!-- =====================================-->
<!--start toptech blog area  -->
<!-- =====================================-->*/
.blog-area {
    background: url(../images/resource/blog-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 125px;
}

.blog-area.blog-list {
    padding:100px 0 125px;
}

.row.blog-box {
    margin-top: 20px;
}

.blog-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Syne";
    transition: 0.5s;
}

.blog-button a:hover{
    color:#63ff5a;
}

.blog-button a i {
    display: inline-block;
    font-size: 18px;
    margin-left: 30px;
    transform: rotate(-45deg);
    color: #63ff5a;
}

.blog-title h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    font-family: "Syne";
}

.blog-desc p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: "Syne";
}

.single-blog-box {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 30px;
}

.single-blog-box::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 100%;
    width:0%;
    background-image: linear-gradient(0deg, rgba(99,255,89,0.9999999999999999) 0%, rgba(0,0,0,0) 100%);
    transition: all .35s ease-in-out;
}

.blog-thumb img {
    width: 100%;
}

.blog-content {
    position: absolute;
    bottom:0px;
    left: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.single-blog-box:hover::before {
    width: 100%;
}

.single-blog-box:hover .blog-content{
    visibility: visible;
	opacity: 1;
    transform: translateY(-25px);
}

  /*
<!-- =====================================-->
<!-- start toptech testimonial section -->
<!-- =====================================-->*/
.testimonial-section {
    background: #12140D;
    padding: 70px 0 100px;
}

.testi-button {
    padding-top: 28px;
}

.testi-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Syne";
    transition: 0.5s;
}

.testi-button a:hover{
    color:#63ff5a;
}

.testi-button a i {
    display: inline-block;
    font-size: 18px;
    margin-left: 16px;
    transform: rotate(-45deg);
    color: #63ff5a;
}

.row.testi-box {
    margin-top: 90px;
}

.single-testimonial-box {
    padding: 25px 50px;
    position: relative;
}

.single-testimonial-box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, rgba(111,175,57,0.9999999999999999) 0%, rgba(0,0,0,0) 100%);
    opacity: 10%;
}

.testimonial-box-description p {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 40px;
}

.testimonial-box-description:before {
    position: absolute;
    content: "";
    width: 313px;
    height: 1px;
    background-color: #63ff5a;
    opacity: 0.102;
    top: 236px;
    left: 42px;
}

.autor-rating {
position: absolute;
right: 58px;
bottom:25px;
}

.testimonial-autor-title h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.testimonial-autor-title span {
    font-size: 16px;
    color: #63ff5a;
    font-weight: 600;
    display: inline-block;
}

.autor-rating ul li a {
    font-size: 12px;
    color: #ffde00;
    letter-spacing: 3px;
}

.rating-green {
    color: #63ff5a!important;
}

.autor-rating ul li {
    display: inline-block;
    list-style: none;
    float: right;
}

  /*
<!-- =====================================-->
<!--start toptech call to action section-->
<!-- =====================================-->*/
.call-to-action-section {
background: #12140D;
}

.row.call-bg {
    background: url(../images/resource/call-to-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 65px 90px 70px;
}

.call-action-title h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}

.call-action-button {
    text-align: right;
}

.call-action-button a {
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    background: #63ff5a;
    display: inline-block;
    padding: 10px 24px;
    position: relative;
    z-index: 1;
}

.call-action-button a::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height:0%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.call-action-button a:hover:after{
    height: 100%;
    opacity: 1;
    color:#63ff5a;
}

.call-action-button a:hover{
    color:#63ff5a;
}

.call-action-button a i {
    display: inline-block;
    font-size: 18px;
    margin-left:14px;
    transform: rotate(-45deg);
}


/**
======================================================
<--  toptech Footer Section Css -->
======================================================**/
.footer-area {
    padding-top: 85px;
    background-color: #13150e;
}

.footer-logo {
    margin-top: 20px;
}

.footer-discription p {
    font-size: 16px;
    line-height: 26px;
    color: #e5e5e5;
    font-weight: 400;
    width: 80%;
}

.footer-widget-social ul li {
    list-style: none;
    display: inline-block;
}

.footer-widget-social ul li a {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    transition: 0.5s;
}

.footer-widget-social ul li a:hover{
    color:#63ff5a;
}

.footer-title h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 32px;
}

.footer-widget-address p {
    font-size: 14px;
    line-height: 26px;
    color: #e5e5e5;
    font-weight: 400;
    width: 55%;
    margin-bottom: 0;
    transition: 0.5s;
}

.footer-widget-address p:hover {
    color: #63ff5a;
}

.company-phone-title h6 {
    font-size: 14px;
    color: #e5e5e5;
    font-weight: 500;
    font-family: sans-serif;
    transition: 0.5s;
}

.company-phone-title h6:hover {
    color: #63ff5a;
}

.phone-icon i {
    color: #63ff5a;
}

.company-phone {
    display: flex;
    align-items: center;
    position: relative;
    top: -10px;
}

.phone-icon {
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.email-icon i {
    color: #63ff5a;
}

.email-icon {
    margin-right: 10px;
    position: relative;
    top: -12px;
}

.company-email-title p {
    font-size: 14px;
    color: #e5e5e5;
    font-weight: 500;
    font-family: sans-serif;
}

.company-email-title span {
    font-size: 14px;
    color: #e5e5e5;
    font-weight: 500;
    font-family: sans-serif;
    display: inline-block;
    transition: 0.5s;
}

.company-email-title span:hover {
    color: #63ff5a;
}

.company-email {
    display: flex;
    align-items: center;
    position: relative;
    top: -17px;
}

.footer-widget-service ul li {
    list-style: none;
}

.footer-widget-service ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #e5e5e5;
    font-weight: 600;
    transition: 0.5s;
}

.footer-widget-service ul li a:hover {
    color: #63ff5a;
}

.widget-desc p {
    font-size: 15px;
    line-height: 24px;
    color: #e5e5e5;
    font-weight: 600;
}

.footer-logo img {
    width: 65%;
    margin-bottom: 32px;
}

.footer-widget-social {
    margin-top: 43px;
}

.footer-form {
    margin-top: 25px;
}

.footer-area input::placeholder {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
}

.footer-form input {
    height: 50px;
    padding-left: 20px;
    width: 60%;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #fff;
}

.footer-form button {
    height: 50px;
    width: 41%;
    background: #63ff5a;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -50px;
    right: -180px;
    outline: 0;
    border:0;
    transition: 0.5s;
}

.footer-bottom-right {
    text-align: right;
}

.footer-right-content ul li {
    display: inline-block;
    margin-left: 45px;
}

.footer-right-content ul li a {
    font-size: 15px;
    color: #e5e5e5;
}

.footer-bottom-left p {
    font-size: 15px;
    color: #e5e5e5;
    font-weight: 400;
    font-family: sans-serif;
}

.row.footer-bottom {
    margin-top: 78px;
    padding: 47px 0 20px;
    border-top: 1px solid rgba(255,255,255,0.10196078431372549);
}

/*=================================
<!-- Start toptech breadcumb-area  -->
===================================*/
.breadcumb-area {
    background: url(../images/resource/breadcumb-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 144px 0 145px;
}

.breadcumb-content {
    text-align: center;
}

.breadcumb-title h1 {
    font-size: 52px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
}

.breadcumb-content-menu ul li {
    list-style: none;
    display: inline-block;
}

.breadcumb-content-menu ul li a {
    color: #fff;
    font-weight: 700;
    position: relative;
}

.breadcumb-content-menu ul li a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #63ff5a;
    top: 5px;
    left: 68px;
}

.breadcumb-content-menu span {
    color: #fff;
    font-weight: 700;
    margin-left: 25px;
}


/*=========================================
<!-- Start toptech about-section  -->
===========================================*/

section.about-section {
    background-color: #fff;
    padding:100px 0 60px;
}

section.about-section .toptech-section-title h1 {
    font-size: 32px;
    color: #10140D;
    font-weight: 700;
    font-family: "Syne";
    margin-top: 0px;
}

section.about-section .toptech-section-title p {
    color: #10140D;
    width: 75%;
    padding-top: 10px;
    margin: 0;
}

.about-thumb img {
    margin-left: -3rem;
}

.about-lists {
    display: flex;
    gap: 80px;
}

.about-list ul li {
    list-style: none;
    font-size: 18px;
    color: #777777;
    margin: 0px 0 22px;
}

.about-list i {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #63ff5a;
    margin-right: 16px;
    text-align: center;
}

.about-btn {
    margin-top: 30px;
}

.about-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    background: #63ff5a;
    padding: 13px  30px;
    border-radius: 4px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.about-btn a::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height:0%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: #10140D;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.about-btn a:hover:after{
    height: 100%;
    opacity: 1;
    color:#63ff5a;
}

.about-btn:hover a{
    color:#63ff5a;
}

.about-btn a i {
    font-size: 16px;
    margin-left: 10px;
}

/*=========================================
<!-- start toptech service section  -->
===========================================*/
.service-section {
    padding: 70px 0 60px;
    background: #F8F7F4;
}

.row.service-boxs {
    margin-top: 55px;
}

.service-single-box {
    border: 1px dashed #63ff5a;
    padding: 45px 40px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 30px;
    transition: 0.5s;
}

.service-single-box:hover {
    background: linear-gradient(90deg, #63ff5a 50%, transparent 0) repeat-x, linear-gradient(90deg, #63ff5a 50%, transparent 0) repeat-x, linear-gradient(0deg, #63ff5a 50%, transparent 0) repeat-y, linear-gradient(0deg, #63ff5a 50%, transparent 0) repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.5s infinite linear;
    animation: linearGradientMove 0.5s infinite linear;
}

.service-box-title h3 {
    font-size: 24px;
    color: #10140D;
    font-weight: 600;
    margin-top: 20px;
}

.service-section .service-des p {
    font-size: 17px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    width: 93%;
}

.service-box-icon img {
    width: 52px;
    height: 52px;
}

.service-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #63ff5a;
    margin-right: 10px;
}

.service-btn a i {
    font-size: 16px;
    font-weight: 600;
    margin-left: 12px;
}

.service-form {
    background: #63ff5a;
    border-radius: 4px;
    padding: 60px 50px 55px;
}

.service-form-title h1 {
    font-size: 36px;
    line-height: 45px;
    color: #10140D;
    font-weight: 600;
    margin: 0;
}

.service-form-des p {
    font-size: 16px;
    line-height: 26px;
    color: #10140D;
    font-weight: 400;
}

.service-form-button a {
    display: inline-block;
    font-size: 16px;
    color: #10140D;
    font-weight: 600;
}

.service-form-des p {
    font-size: 16px;
    line-height: 26px;
    color: #10140D;
    font-weight: 400;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 25px;
}

.service-form-button a i {
    font-size: 16px;
    font-weight: 600;
    margin-left: 12px;
}

/*=========================================
<!--start toptech team area  -->
===========================================*/
.team-area {
    padding: 100px 0 70px;
    background: #12140D;
}

.single-team-box.upper {
    top: 158px;
    left: 10px;
}

.single-team-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
}

.single-team-box::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.single-team-box:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
  }

  .bounce-y {
    -webkit-animation: bounce-y 5s infinite linear;
    animation: bounce-y 5s infinite linear;
  }
  
  @-webkit-keyframes bounce-y {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes bounce-y {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

.single-team-box:hover .team-box-content{
    opacity: 1;
    transform: translateY(-30px);
} 

.team-box-content {
    padding: 7px 30px 12px;
    background: #63ff5a;
    border-radius: 4px;
    width: 75%;
    margin: 0 auto;
    bottom: 0;
    left: 40px;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    transition: 0.5s;
}

.team-box-content::before {
    position: absolute;
    content: "";
    width: 165px;
    height: 1px;
    background: #12140D;
    opacity: 0.4;
    top: 73px;
    left: 30px;
}

.team-title h3 {
    font-size: 16px;
    line-height: 32px;
    color: #10140D;
    font-weight: 500;
    margin: 0;
}

.team-title span {
    display: inline-block;
    font-size: 15px;
}

.team-social-icon {
    padding-top: 12px;
}

.team-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.team-thumb {}

.team-thumb img {
    width: 100%;
}

.team-content {
    margin-left: 60px;
}

.team-button {
    margin-top: 30px;
}

.team-button a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    background: #63ff5a;
    padding: 13px  30px;
    border-radius: 4px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.team-button a::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height:0%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.team-button a:hover:after{
    height: 100%;
    opacity: 1;
    color:#63ff5a;
}

.team-button:hover a{
    color:#63ff5a;
}

.team-button a i {
    font-size: 16px;
    margin-left: 10px;
}

/* brand area */
.brand-area {
    padding: 100px 0 80px;
}

/*=========================================
<!-- Start toptech News Letter Area -->
===========================================*/

.newsletter-area {
    background-color: #fff8f0;
    padding: 70px 0 80px;
}

.newsletter-title h2 {
    font-size: 41px;
    line-height: 40px;
    color: #08413d;
    font-weight: 600;
}

.newletter-sub-title h4 {
    font-size: 16px;
    color: #616161;
    font-weight: 500;
}

.newletter-button a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    background: #63ff5a;
    padding: 13px  30px;
    border-radius: 4px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.newletter-button a::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height:0%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.newletter-button a:hover:after{
    height: 100%;
    opacity: 1;
    color:#63ff5a;
}

.newletter-button:hover a{
    color:#63ff5a;
}

.newletter-button a i {
    font-size: 16px;
    margin-left: 10px;
}


/*=================================
<!--start toptech contact area -->
===================================*/
.contact-area {
    padding: 80px 0 60px;
}

.contact-area form {
    margin-left: 60px;
}

.row.form-box {
    margin-top: 40px;
}

.contact-form-title h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}

.form-box label {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    display: block;
    padding-bottom: 5px;
    padding-top: 22px;
}

.form-box input {
    width: 100%;
    border: 1px solid #63ff5a;
    height: 54px;
    border-radius: 4px;
}

.form-box textarea {
    width: 100%;
    border: 1px solid #63ff5a;
    border-radius: 4px;
}

.submit-button {
    margin-top: 20px;
}

.submit-button button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #10140D;
    font-weight: 500;
    background: #63ff5a;
    padding: 13px  36px;
    border: 0;
    border-radius: 4px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.submit-button button::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height:0%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.submit-button button:hover:after{
    height: 100%;
    opacity: 1;
    color:#63ff5a;
}

/**==================================================
<!-- Start toptech faq Area -->
===================================================**/
.faq-area {
    padding: 40px 0 80px;
}

.row.faq-accordin {
    margin-top: 35px;
}

.tab_container {
    width: 600px;
}

.accordion li {
    margin-bottom: 20px;
    list-style: none;
    box-shadow: 0px 10px 60px 0px rgba(197, 206, 213, 0.3);
    background: #fff;
}

.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    color: #1b1d21 !important;
    text-indent: 15px;
    padding: 30px 5px 33px;
}
.accordion li p {
    display: none;
    padding: 5px 30px 3px;
    color: #616161;
    font-size: 16px;
}

.accordion li a i {
    float: right;
    transform: rotate(-90deg);
    transition: .5s;
    font-size: 20px;
}

.accordion li a i {
    float: right;
    transform: rotate(-90deg);
    transition: .5s;
    font-size: 20px;
    position: relative;
    top: 14px;
}

a.active i {
    transform: rotate(0deg) !important;
}

.google-maps iframe {
    width: 100%;
    height: 500px;
}

/* team inner */
.row.team-inner {
    margin-top: 50px;
}


/***
=============================================
    Services Details
=============================================
***/
section.services-details {
    padding:100px 0 0px;
}

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.services-details__content h3 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
}

.services-details__content img {
    width: 100%;
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color:#000;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color:#000;
    font-size: 18px;
    padding: 22px 20px 22px;
    border-radius: 10px;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
 }

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color:#000;
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
     transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color:#63ff5a;
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
     box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color:#63ff5a;
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, 0.93);
    border-radius: 10px;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background:#000;
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color:#63ff5a;
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color:#000;
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color:#63ff5a;
 }

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
 }

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color:#000;
    color:#63ff5a;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

 .service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}
  
.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
    background: #63ff5a;
    border-radius: 4px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}
  
.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
 }

.services-details__content .feature-list .single-item .icon-box {
    color:#000;
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
    background-color:#63ff5a;
    color:#000;
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color:#63ff5a;
}
  
.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-list li:last-child {
    margin-bottom: 0px;
  }

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color:#000;
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover, .service-list li a.current {
    color:#63ff5a;
    background-color:#000;
    padding-left: 80px;
}

.service-list li a:hover i, .service-list li a.current i {
    width: 60px;
    color:#000;
    background-color:#63ff5a;
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
  
.sidebar-service-list {
    margin: 0;
}

.sidebar-service-list li + li {
    margin-top: 10px;
}

.sidebar-service-list ul li {
    list-style: none;
}

.sidebar-service-list li a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #f5faff;
    border-radius: 15px;
    padding: 10px 40px;
}

.sidebar-service-list li a:hover {
    color:#63ff5a;
}

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    background-color:#63ff5a;
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px;
}

.sidebar-service-list li.current a {
    color:#63ff5a;
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #63ff5a;
    background-color: #fff;
}
  
.service-details-help {
    position: relative;
    display: block;
    padding: 57px 55px 50px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color:#63ff5a;
    border-radius: 15px;
    overflow: hidden;
}
  
.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #f00;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
  
.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}
  
.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-icon:hover {
    background-color:#63ff5a;
    color: #fff;
}
  
.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}
  
.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: sans-serif;
}

.help-contact a:hover {
    color: #fff;
}

.tab_container {
    width: 100%;
}

/*============================================
<!-- start toptech blog list area -->
==============================================*/
.sidebar-search-box {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

.sidebar-search-box input::placeholder {
    color: #000;
}

.search-form {
    position: relative;
    width: 100%;
}

.search-form input {
    height: 60px;
    position: relative;
    width: 100%;
    border: 1px solid #000;
    background: #63ff5a;
    color: #616161;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 8px;
    padding-left: 10px;
}

.search-form button {
    background: transparent none repeat scroll 0 0;
    color: #616161;
    font-size: 18px;
    padding: 1px 15px;
    top: 5px;
    right: 0;
    height: 53px;
    width: 53px;
    position: absolute;
    display: inline-block;
    border: none;
    z-index: 1;
}

.widget-sidebar-box {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #f2f3f5;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

.widget-recent-post {
    display: flex;
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 14px;
}

.rpost-thumb {
    margin-right: 27px;
    overflow: hidden;
}

.rpost-thumb img {
    border-radius: 5px;
    transform: scale(1);
    transition: 0.5s;
    width: 100%;
}

.rpost-thumb img:hover {
    transform: scale(1.2);
}

.rpost-title h4 {
    margin-top: 0;
    margin-bottom: 2px;
    line-height: 16px;
}

.rpost-title h4 a {
    color: #232323;
    font-size: 18px;
    line-height: 22px;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}

.rpost-title span {
    display: inline-block;
    font-family: sans-serif;
}

h4.sidebar-title.upp {
    color: #232323;
    display: block;
    font-size: 21px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}

.cate-item-one {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 0;
}

li.cate-item {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 20px;
}

.sidebar-menu li {
    list-style: none;
}

.cate-item-two {
    border-top: 1px solid #E8E8E8;
    padding: 16px 0 16px;
}

.sidebar-menu li a {
    color: #616161;
    font-weight: 400;
    transition: 0.5s;
}

.sidebar-menu li a:hover {
    color: #63ff5a;
}

.sidebar-title.upp h3 {
    color: #232323;
    display: block;
    font-size: 21px;
    text-transform: capitalize;
    position: relative;
}

.cloud-tag li {
    display: inline-block;
    margin: 10px;
}

.cloud-tag li a {
    padding: 10px 24px;
    border: 1px solid#232323;
    border-radius: 4px;
    transition: .4s;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #232323;
}

.cloud-tag li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #63ff5a;
    transition: .4s;
    z-index: -1;
    border-radius: 4px;
}

.cloud-tag li a:hover{
    color:#fff;
}

.cloud-tag li a:hover::before { 
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

/***
=======================================
    Blog Details
========================================***/
.blog-details-area {
    padding: 100px 0 80px;
}

.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}
  
.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color:#63ff5a;
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    font-family: sans-serif;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight:600;
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}
  
.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}
  
.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li + li {
    margin-left: 18px;
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color:#63ff5a;
}

.blog-details__meta li a i {
    color: #63ff5a;
    margin-right: 6px;
}
  
.blog-details__title {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: 600;
    font-family: sans-serif;
}
  
.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

.blog-details__bottom p {
    margin: 0;
}
  
.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight:500;
}

.blog-details__tags a {
    position: relative;
    font-size: 15px;
    background-color: #63ff5a;
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

.blog-details__tags a:hover {
    background-color:#000;
    color: #fff;
    text-decoration: none;
 }

.blog-details__tags a + a {
    margin-left: 6px;
}
  
.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #000;
    background-color: #f2f3f5;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: #fff;
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #63ff5a;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.blog-details__social-list a + a {
    margin-left: 10px;
}
  
.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}
  
.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight:600;
    background-color:#63ff5a;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px;
}

.blog-details__pagenation li:hover {
    background-color:#63ff5a;
    color:#000;
}

.blog-details__pagenation li + li {
    margin-left: 30px;
}
  
/* Nav Links */
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links > div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-links > div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.nav-links > div .thumb a {
    display: inline-block;
}

.nav-links > div > a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    background-color:#63ff5a;
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}

h3.comment-one__title {
    color: #000;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: sans-serif;
}

.comment-one__content h3 {
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.nav-links > div > a:hover {
    color: #fff;
    background-color:#ddd;
}

.comment-one__single {
    display: flex;
}

.comment-one__content {
    margin-left: 60px;
}

.comment-one__content span {
    position: relative;
    left: 36rem;
    top: -9rem;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

.comment-one__image img {
    width: 86px;
    height: 86px;
    border-radius: 100%;
}

.comment-form h3 {
    color: #000;
    font-weight: 600;
}

.comment-box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f2f3f5;
    margin-bottom: 20px;
    transition: .5s;
}

#comment-msg-box {
    width: 100%;
    border: 1px solid #ccc;
    background: #f2f3f5;
    border-radius: 5px;
    padding: 15px;
    transition: .5s;
}

label {
    color: #686868;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #FF3C00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/

.comment-form .submit-comment {
    color: #fff;
    background: #63ff5a;
    border: 1px solid #63ff5a;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-top: 50px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #63ff5a;
}

.blog-details-area input::placeholder {
    color: #000;
}

.blog-details-area textarea::placeholder {
    color: #000;
}

/***
=======================================
    Team Details
========================================***/
.team-details {
    padding: 100px 0 80px;
    position: relative;
    display: block;
}
  
.team-details__top {
    padding: 0 0 120px;
}
  
.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.team-details-shape-1 img {
    width: auto;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}
  
.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px;
}
  
.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}
  
.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px;
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-name {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}
  
.team-details__top-title {
    font-size: 16px;
    color: #63ff5a;
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color:#63ff5a;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__social a:hover {
    background-color:#000;
    color:#fff;
}

.team-details__social a + a {
    margin-left: 10px;
}
  
.team-details__top-text-1 {
    font-size: 30px;
    color: #63ff5a;
    font-weight: 400;
    margin-bottom: 30px;
}
  
.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}
  
.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 40px;
}
  
.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}
  
.team-details__bottom-left-title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}
  
.team-details__bottom-left-text {
    padding-top: 30px;
    width: 90%;
}
  
.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

.team-details-contact h5 {
    color: #000;
    font-weight: 500;
    line-height: 32px;
}

.team-contact span {
    display: inline-block;
    font-family: sans-serif;
}

.team-details__bottom .prossess-ber-plugin span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/*===========================
<-- dreamit 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: 999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #000;
    perspective: 1000px;
    border-radius:10px;
    height:30px;
    width: 200px;
    background: #fff;
    border:2px solid #63ff5a;
    color:#63ff5a;
    overflow: hidden;
    font-family: sans-serif;
}

.loader::before{
    content: '';
    background:#63ff5a;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    animation: loading 10s linear infinite;
  }

  .loader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: rgb(255,165,0);
    mix-blend-mode: difference;
    animation: percentage 10s linear infinite;
  }
  
  @keyframes loading {
    0% { width: 0 }
    100% { width: 100% }
  }
  @keyframes percentage {
    0% { content: "0%"}
    5% { content: "5%"}
    10% { content: "10%"}
    20% { content: "20%"}
    30% { content: "30%"}
    40% { content: "40%"}
    50% { content: "50%"}
    60% { content: "60%"}
    70% { content: "70%"}
    80% { content: "80%"}
    90% { content: "90%"}
    95% { content: "95%"}
    96% { content: "96%"}
    97% { content: "97%"}
    98% { content: "98%"}
    99% { content: "99%"}
    100% { content: "100%"}
  }


.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;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
    z-index: 10000;
    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: #63ff5a;
    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: #63ff5a;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #63ff5a;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/*==========================================
    toptech 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;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background:#63ff5a; 
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #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;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    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-popup .close-search.style-two i{
    font-size:20px;
    color:#ffffff;
    transition: 0.5s;
}

.search-popup .close-search.style-two i:hover{
    color:#f00;
}

.search-box-btn.search-box-outer i {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.search-box-btn.search-box-outer i:hover{
    color:#63ff5a;
}

.sticky .search-box-btn.search-box-outer i{
    color:#fff;
}