/*==============================================
Template Name: Teklogic - IT Solution & Cyber Security HTML5 Template
Author:  https://www.templatemonster.com/authors/webtheme/
Description: Description
Version: 1.0.0
Text Domain: Teklogic
Tags:corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Teklogic Header Area Css
02. Teklogic Hero Area Css
03. Teklogic section-title css
04. Teklogic Service Area Css 
05. Teklogic about Area Css
06. Teklogic team Area Css
07. Teklogic team details Area Css
08. Teklogic Video section css
09. Teklogic Teastimonial Area Css
10. Teklogic case study area Css
11. Teklogic blog grid Area Css
12. Teklogic Testimonial Area Css
13. Teklogic Blog Area Css
14. Teklogic Footer Area Css
15. Teklogic counter area css
16. Teklogic Breadcumb Area Css
17. Teklogic service details Area Css
18. Teklogic pricing area css
19. Teklogic faq area css
20. Teklogic contact Area css
21. Teklogic google map css
22. Teklogic Scroll Up Css
23. Teklogic Loader css

=======================*/

/*---=====================================================
   <!--Teklogic Header Area Css-->
=========================================================---*/
.header-area {
    padding: 0 30px 0 28px;
    position: relative;
    z-index: 2;
    background: #00000052;
    border-bottom: 1px solid #ffffff26;
}
.header-area.style-one.inner {
    margin: -11px 85px -58px 100px;
    position: relative;
    top: -37px;
}
.header-area.style-one.inner.sticky {
    top: 0;
    margin: 0px 85px 0px 0px;
}
.header-menu {
    text-align: right;
}
.header-menu ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    margin-right: 30px;
}
.header-menu ul li a {
    display: inline-block;
    padding: 35px 0;
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}
.header-menu ul li a:hover{
    color:#D3ED31;
}
.header-menu ul li a i {
    font-size: 10px;
    display: inline-block;
    margin-left: 3px;
}
.header-src-btn {
    display: inline-block;
    position: relative;
    top: -15px;
    margin-right: 30px;
}
.header-button {
    display: inline-block;
    float: right;
}
.Teklogic-btn {
    display: inline-block;
}
.Teklogic-btn a {
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 7px;
    transition: 0.4s;
    overflow: hidden;
    color: #000000;
    font-weight: 500;
    background: #D3ED31;
    font-family: "Geist", sans-serif;
}
.Teklogic-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;
}
.Teklogic-btn a:hover:before {
    width: 103%;
    left: 0;
}
.Teklogic-btn a:hover{
    color: #fff;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}
.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #D3ED31;
    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: #000000 !important;
}
.header-menu ul li .sub-menu li a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background:#D3ED31;
    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%;
    transition: 0.5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    background: #000;
}
.sticky .header-bg {
    margin-top: 0px;
}

/*---=====================================================
   <!--Teklogic Hero Area Css-->
=========================================================---*/
.hero-area.style-one {
    padding: 340px 0 230px;
    background-image: url(../images/img/bannar-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}
.bannar-image-box {
    display: flex;
    align-items: center;
    gap: 28px;
}
.bannar-image-content h2 {
    font-size: 40px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 13px;
}
.bannar-image-content p {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin: 0;
}
.hero-text h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    margin: 40px 0 10px;
}
.hero-text h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    margin: 0 0 12px;
    font-family: "Newsreader", serif;
}
.hero-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    width: 38%;
    margin: 0 0 42px;
}
.teklogic-btn a {
    font-size: 18px;
    display: inline-block;
    background: #D3ED31;
    padding: 0 38px;
    border: 1px solid #D3ED31;
    line-height: 58px;
    text-align: center;
    height: 58px;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    color: #000;
    font-weight: 500;
    font-family: "Geist", sans-serif;
}
.teklogic-btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    border-radius: 28px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
    z-index: -1;
}
.teklogic-btn a:hover:before {
    clip-path: polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%);
}
.teklogic-btn a::after {
    background: #09080B;
    content: "";
    position: absolute;
    right: 60px;
    top: 21px;
    height: 15px;
    width: 1px;
    transition: 0.4s;
}
.teklogic-btn a:hover:after {
    background-color: #fff;
}
.teklogic-btn a i {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
}
.teklogic-btn a:hover{
    color: #fff;
}


/*---=====================================================
   <!--Teklogic Hero Two Area Css-->
=========================================================---*/
.hero-area.style-two {
    padding: 340px 0 230px;
    background-image: url(../images/img/home2-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}
.hero-content h4 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.hero-content h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    margin: 16px 0 9px;
}
.hero-content h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    margin: 0 0 0px;
    font-family: "Newsreader", serif;
}
.hero-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    width: 38%;
    margin: 0 0 42px;
}
.hero-area.style-two .bannar-icon-box {
    display: flex;
    align-items: center;
    gap: 23px;
    width: 495px;
    background-image: url(../images/img/bannar-box-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 185px;
    border-radius: 20px;
    position: absolute;
    bottom: 55px;
    right: 95px;
}
.hero-area.style-two .bannar-small-img {
    line-height: 0;
    flex-shrink: 0;
    padding-left: 5px;
}
.hero-area.style-two .bannar-icon-box-title h2 {
    font-size: 40px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 13px;
}
.hero-area.style-two .bannar-icon-box-description p {
    font-size: 22px;
    line-height: 28px;
    color: #232323;
    font-weight: 700;
}
.hero-area.style-two .banner-box-button a{
    font-size: 35px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: rotate(-45deg);
    color: #fff;
}


/*---=====================================================
   <!--Teklogic Hero Style Three Area Css-->
=========================================================---*/




/*---=====================================================
   <!--Teklogic Section Title Area Css-->
=========================================================---*/
.section-title-space{
  margin-bottom: 45px;
}
.section-sub-title h2 {
    font-size: 18px;
    line-height: 28px;
    color: #09080B;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 0px;
    z-index: 3;
    position: relative;
}
.section_title h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #09080B;
    margin: 20px 0 0;
    z-index: 3;
    position: relative;
}
.section_title h4 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color:#09080B;
  margin: 0 0 0;
    z-index: 3;
    position: relative;
}
.section_title h4 span{
    display: inline-block;
    color: #09080B;
    margin: 0px 0 0px;
    font-style: italic;
    font-weight: 400;
    font-family: "Newsreader", serif;
}
.section-description p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #616161;
  margin: 15px 0 0;
}
.content-description p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #616161;
    margin: 0px 0 20px;
}

/*---=====================================================
   <!--Teklogic about Area Css-->
=========================================================---*/
.about-area {
    padding: 100px 0 180px;
    position: relative;
    z-index: 1;
}
.about-thumb img {
    border-radius: 20px;
}
.about-shape {
    position: absolute;
    top: 160px;
    left: 620px;
    outline: 8px solid #fff;
    border-radius: 10px;
}
.about-counter-box {
    position: absolute;
    bottom: 120px;
    left: 615px;
    text-align: center;
    height: 242px;
    width: 281px;
    background: #D3ED31;
    border-radius: 20px;
    transition: .5s;
}
.about-icon {
    height: 102px;
    width: 132px;
    margin: 0 auto 30px;
    line-height: 95px;
    text-align: center;
    background: #FFFFFF80;
    transition: .4s;
    border-radius: 0 0 20px 20px;
}
.about-counter-box .about-icon img {
    transition: .4s;
}
.about-counter-box:hover .about-icon img {
    transform: scaleX(-1);
}
.about-counter-content .counter {
    font-size: 50px;
    color: #000000;
    display: inline-block;
    line-height: 50px;
    font-weight: 400;
    transition: 0.4s;
    margin: 0 0 0;
    font-family: "Geist", sans-serif;
}
.about-counter-content span {
    font-size: 50px;
    color: #000000;
    display: inline-block;
    line-height: 50px;
    font-weight: 400;
    transition: 0.4s;
    font-family: "Geist", sans-serif;
}
.about-counter-content p {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 0 0;
    margin: 0;
}
.about-shape2 {
    position: absolute;
    bottom: 140px;
}
.about-sub-box{
   border-bottom: 1px solid #09080B1A;
}
.single-about-box {
    margin: 28px 0 28px;
}
.single-about-box ul li {
    font-size: 28px;
    line-height: 34px;
    color: #09080B;
    transition: 0.5s;
    margin: 0 0 20px;
    font-weight: 400;
    font-family: "Geist", sans-serif;
}
.single-about-box ul li img{
    margin-right: 7px;
}
.about-btn a {
    font-size: 18px;
    display: inline-block;
    padding: 0 38px;
    line-height: 58px;
    text-align: center;
    height: 58px;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    color: #000000;
    background: #D3ED31;
    font-family: "Geist", sans-serif;
}
.about-btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    border-radius: 28px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
    z-index: -1;
}
.about-btn a:hover:before {
    clip-path: polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%);
}
.about-btn a:after {
    background: #09080B;
    content: "";
    position: absolute;
    right: 60px;
    top: 21px;
    height: 15px;
    width: 1px;
    transition: 0.4s;
}
.about-btn a:hover::after{
    background-color: #fff;
}
.about-btn a:hover {
    color: #fff;
}
.about-btn a i {
    padding: 0 0 0 15px;
    position: relative;
    top: 0;
    font-size: 16px;
    color: #000000;
    transition: 0.4s;
    font-weight: 900;
}
.about-btn a:hover i {
    color: #fff;
}
.about-single-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-single-box .about-icon-call i {
    font-size: 25px;
    color: #09080B;
    background: #D3ED31;
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
}
.about-single-box .about-content h2 {
    font-size: 16px;
    color: #616161;
    transition: 0.5s;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 0;
}
.about-single-box .about-content p {
    font-size: 20px;
    line-height: 26px;
    color: #09080B;
    margin: 3px 0 0;
    font-style: italic;
    font-weight: 400;
    font-family: "Newsreader", serif;
}

/*---=====================================================
   <!--Teklogic about two Area Css-->
=========================================================---*/
.about-two-area {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}
.about-thumb2 {
    position: absolute;
    bottom: 165px;
    left: 540px;
}
.about-shape3 {
    position: absolute;
    top: 105px;
    left: 800px;
}
.about-two-counter .counter {
    font-size: 80px;
    color: #000000;
    display: inline-block;
    line-height: 50px;
    font-weight: 400;
    transition: 0.4s;
    margin: 0 0 0;
    font-family: "Geist", sans-serif;
}
.about-two-counter span {
    font-size: 80px;
    color: #000000;
    display: inline-block;
    line-height: 50px;
    font-weight: 400;
    transition: 0.4s;
    font-family: "Geist", sans-serif;
}
.about-two-counter p {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 0 0;
    margin: 0;
}
.about-two-box{
   border-top: 1px solid #09080B1A;
   border-bottom: 1px solid #09080B1A;
}
.about-two-counter {
    text-align: center;
}


/*---=====================================================
   <!--Teklogic Service Area Css-->
=========================================================---*/
.single-service-box {
    position: relative;
    padding: 75px 0 38px 30px;
    background-color: #FBF9F5;
    transition: .5s;
    margin-bottom: 30px;
    z-index: 1;
}
.single-service-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-image: url(../images/img/service-hover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: .4s;
}
.single-service-box:hover:before{
    height: 100%;
}
.service-number h2 {
    font-size: 60px;
    line-height: 72px;
    color: #09080B;
    font-style: italic;
    margin: 0;
    transition: .5s;
    font-weight: 400;
    font-family: "Newsreader", serif;
}
.single-service-box:hover .service-number h2{
    color: #fff;
}
.service-content a h3 {
    font-size: 28px;
    line-height: 34px;
    color: #616161;
    margin: 0 0 250px;
    transition: .5s;
    font-weight: 400;
}
.single-service-box:hover .service-content a h3{
    color: #fff;
}
.single-service-box .service-icon {
    position: absolute;
    bottom: 40px;
    right: 0;
    transition: .5s;
}
.single-service-box:hover .service-icon{
    opacity: 0;
}
.single-service-box .service-button a i {
    font-size: 16px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #6161618c;
    color: #09080B;
    background-color: #ffffff30;
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
    border-radius: 50%;
    margin-right: 7px;
    transition: .4s;
    font-weight: bold;
}
.single-service-box:hover .service-button a i {
    color: #fff;
}
.single-service-box .service-button a {
    font-size: 0px;
    display: inline-block;
    transition: .5s;
    font-weight: 500;
    font-family: "Geist", sans-serif;
}
.single-service-box:hover .service-button a {
    font-size: 18px;
    color: #fff;
}


/* =======================================
	Service two area css start here 
=========================================*/
.service-two-area {
    padding: 110px 0 90px;
    background-image: url(../images/img/service-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.single-service-two-box {
    position: relative;
    text-align: center;
    transition: .4s;
    margin-bottom: 110px;
    z-index: 1;
}
.single-service-two-box .service-img {
    line-height: 0;
}
.single-service-two-box .service-img img {
    width: 100%;
}
.single-service-two-box .service-content {
    padding: 30px 0 0;
    background: #fff;
    margin: 0 30px;
    position: absolute;
    bottom: -80px;
    transition: .4s;
}
.single-service-two-box .service-title h3 {
    font-size: 28px;
    line-height: 34px;
    color: #09080B;
    transition: .4s;
    margin: 0;
    font-weight: 400;
}
.single-service-two-box .service-description p {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-style: italic;
    margin: 12px 32px 28px;
    font-family: "Newsreader", serif;
}
.single-service-two-box .service-button a {
    font-size: 18px;
    height: 58px;
    line-height: 52px;
    width: 100%;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: #09080B;
    transition: .4s;
    font-weight: 500;
    z-index: 1;
    font-family: "Geist", sans-serif;
}
.single-service-two-box .service-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #D3ED31;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
    z-index: -1;
}
.single-service-two-box .service-button a i::after {
    position: absolute;
    content: "";
    top: 1px;
    left: 8px;
    height: 15px;
    width: 1px;
    background-color: #fff;
}
.single-service-two-box .service-button a i {
    padding: 0 0 0 20px;
    position: relative;
    top: 0;
    font-size: 16px;
    color: #fff;
    transition: 0.4s;
    font-weight: 900;
}
.single-service-two-box .service-button a:hover:before {
    clip-path: polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%);
}

/* =======================================
	Team area css start here 
=========================================*/
.service-carousel-area {
    padding: 110px 0 180px;
    background-image: url(../images/img/service-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.service-carousel-section{
  position: relative;
  margin: 0 10px;
  z-index: 1;
  transition: .4s;
}
.service-carousel-section .service-carousel-img {
    transition: .4s;
    border-radius: 20px;
}
.service-carousel-section .service-carousel-content {
    background: #fff;
    padding: 0 0 30px;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    left: -20px;
    margin-right: 20px;
    transition: .5s;
}
.service-carousel-section:hover .service-carousel-content{
  background: #D3ED31;
}
.service-carousel-section .service-slide-box {
    display: flex;
    align-items: center;
    gap: 28px;
}
.service-carousel-section .service-icon-info {
    height: 90px;
    width: 90px;
    background: #D3ED31;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    padding: 18px 18px;
    border-radius: 10px 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-carousel-section .service-icon-info::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #09080B;
  transition: .5s;
  z-index: -1;
  border-radius: 10px 0;
  transform: scale(0);
}
.service-carousel-section:hover .service-icon-info::before{
  transform: scale(1);
}
.service-carousel-section .service-icon-info img{
  transition: .5s;
}
.service-carousel-section:hover .service-icon-info img{
  filter: brightness(0) invert(1);
}
.service-carousel-section .service-carousel-title h1 {
    font-size: 24px;
    color: #09080B;
    line-height: 34px;
    margin: 0;
    font-weight: 500;
    transition: .4s;
}
.service-carousel-section .service-carousel-description p {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    margin: 30px 46px 0;
    width: 55%;
    transition: .5s;
}
.service-carousel-section .service-carousel-button a {
    font-size: 18px;
    color: #fff;
    height: 64px;
    width: 64px;
    display: inline-block;
    line-height: 64px;
    text-align: center;
    background: #09080B;
    border-radius: 10px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .5s;
}
.service-slide.owl-carousel .owl-prev, .owl-next {
    height: 45px;
    display: inline-block;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #09080B;
    background-color: #D3ED31;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
    position: relative;
    z-index: 1;
}
.service-slide.owl-carousel .owl-prev:hover, .owl-next:hover {
    color: #fff;
}
.service-slide.owl-carousel .owl-prev::before, .owl-next::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #09080B;
  transition: .5s;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
}
.service-slide.owl-carousel .owl-prev:hover::before, .owl-next:hover::before{
   transform: scale(1);
}
.service-slide.owl-carousel .owl-prev {
    position: absolute;
    bottom: -75px;
    left: 0px;
    right: 60px;
    margin: auto;
}
.service-slide.owl-carousel .owl-next {
    position: absolute;
    bottom: -75px;
    left: 60px;
    right: 0px;
    margin: auto;
}
.owl-next i {
    line-height: 0;
    position: relative;
    top: 4px;
}
.owl-prev i {
    line-height: 0;
    position: relative;
    top: 4px;
}
/* =======================================
	Team area css start here 
=========================================*/
.team-area {
    padding: 110px 0 90px;
    position: relative;
    z-index: 1;
    transition: .4s;
}
.team-area .team-section {
    margin-bottom: 30px;
}
.team-area .team-member-image {
    line-height: 0;
    position: relative;
    border-radius: 5px;
    transition: .5s;
    overflow: hidden;
}
.team-area .team-member-image::before {
	position: absolute;
	content: "";
	height: 0;
	width: 100%;
	left: 0;
	bottom: 0;
    background: linear-gradient(180deg, rgba(211, 237, 49, 0) 32.13%, #D3ED31 94.74%);
	transition: 0.5s;
}
.team-area .team-member-image:hover:before{
  height: 100%;
}
.team-area .team-member-image img{
  width: 100%;
}
.team-area .team-member-image .team-member-content {
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    text-align: center;
    transition: .5s;
}
.team-area .team-member-image:hover .team-member-content{
   bottom: 35px;
}
.team-area .team-member-name h2 {
    margin: 0;
}
.team-area .team-member-name h2 a {
    font-size: 22px;
    color: #191919;
    font-weight: 600;
    transition: .4s;
}
.team-area .member-designation h3 {
    font-size: 17px;
    line-height: 26px;
    color: #191919;
    margin: 12px 0 0;
    font-weight: 400;
    transition: .4s;
}
.team-area ul.team-media-icon {
    position: absolute;
    top: -210px;
    right: 15px;
    transition: .5s;
}
.team-area .team-member-image:hover ul.team-media-icon {
    top: 18px;
}
.team-area ul.team-media-icon li a {
    font-size: 15px;
    color: #09080B;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-bottom: 12px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team-area ul.team-media-icon li a::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #D3ED31;
  transition: .5s;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
}
.team-area ul.team-media-icon li a:hover:after{
  transform: scale(1);
}
.inner-content {
    margin-left: 200px;
}


/*---=======================================
   <!--Teklogic Marque Area Css -->
============================================---*/
.marque-section {
    position: relative;
    --duration: 40s;
    --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: 0;
    background: #F3F8FD;
    padding: 70px 0 70px;
}
.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 0px 15px;
    position: relative;
    top: 0;
}
.marque-section .marque-text-animate {
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    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 {
    animation: img_circle_rotate 15s linear infinite;
    padding: 0 20px 0 20px;
    margin: 0 0 0 13px;
    position: relative;
    top: 0px;
}

/*---=======================================
   <!--Teklogic Video Area Css -->
============================================---*/
.video-area {
    padding: 310px 0 310px;
    background-image: url(../images/img/video-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-box-content {
    display: inline-block;
}
.video-popup-button {
    position: relative;
    top: 0;
    left: 0;
    background: #d3ed31a8;
    width: 126px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 50%;
    transition: 0.2s linear;
    z-index: 1;
}
.video-button a i{
    font-size: 35px;
    color: #09080B;
    display: inline-block;
}
.video-popup-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -webkit-animation: border-animation 1500ms ease-out infinite;
    animation: border-animation 1500ms ease-out infinite;
    background: #D3ED3180;
    z-index: -1;
}


/*---=======================================
   <!--Teklogic case study Area Css -->
============================================---*/
.case-study-area {
    padding: 110px 0 50px;
    background: #FBF9F5;
    position: relative;
    z-index: 1;
}
.case-study-area.inner-page {
    padding: 110px 0 120px;
}
.single-case-study-box {
    position: relative;
    padding: 20px 20px 48px;
    background-color: #fff;
    border-radius: 20px;
    transition: .5s;
    border: 1px solid #1919191A;
    z-index: 1;
}
.single-case-study-box .case-study-thumb {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 20px;
}
.single-case-study-box .case-study-thumb::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #D3ED3180;
    border-radius: 20px;
    transition: 0.5s;
}
.single-case-study-box:hover .case-study-thumb:before{
  height: 100%;
}
.single-case-study-box .case-study-thumb img {
    line-height: 0;
    height: 445px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.single-case-study-box .case-study-title h2 a {
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    transition: 0.5s;
    color: #191919;
    font-weight: 600;
    z-index: 2;
    position: relative;
    margin: 15px 0 0px;
}
.single-case-study-box .case-study-category h3{
    margin: 0;
}
.single-case-study-box .case-study-category h3 a {
    font-size: 17px;
    line-height: 26px;
    color: #09080B;
    font-weight: 400;
    z-index: 2;
    transition: 0.5s;
    position: relative;
    padding: 6px 28px;
    border: 1px solid #1919191A;
    display: inline-block;
    border-radius: 20px;
    text-transform: uppercase;
}
.case-study-shape {
    position: absolute;
    top: 0;
    left: 0;
}
.single-case-study-box .case-study-button a i {
    position: absolute;
    bottom: 250px;
    right: 0;
    left: 0;
    transform: rotate(-45deg);
    text-align: center;
    font-size: 0px;
    margin: auto;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #09080B;
    transition: .5s;
}
.single-case-study-box:hover .case-study-button a i{
   font-size: 170px;
}
.case-study-area .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.case-study-area .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #D3ED31;
    border-radius: 50%;
    margin: 7px;
    display: inline-block;
    transition: .5s;
}
.case-study-area .owl-dot.active::before {
	content: "";
	background: transparent;
	position: absolute;
	transition: 0.5s;
	z-index: -1;
	left: -5px;
	height: 20px;
	width: 20px;
	top: -5px;
	border-radius: 50%;
	border: 2px solid #D3ED31;
}
.case-study-area .owl-dot.active{
   position: relative;
   transition: .5s;
   z-index: 1;
}

/*---=======================================
   <!--Teklogic case study two Area Css -->
============================================---*/
.case-study-post-area {
    padding: 120px 0 120px;
    position: relative;
    z-index: 1;
}
.single-case-study-post {
    position: relative;
    transition: .5s;
}
.single-case-study-post::before {
    position: absolute;
    content: "";
    bottom: -1px;
    right: -2px;
    height: 130px;
    width: 123px;
    background-image: url(../images/img/home2-case-shape.png);
    background-repeat: no-repeat;
    transition: .5s;
    z-index: 1;
}
.single-case-study-post .case-study-thumb {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 20px;
}
.single-case-study-post .case-study-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(9, 8, 11, 0) 46.15%, rgba(9, 8, 11, 0.9) 86.54%);
    border-radius: 20px;
    transition: 0.5s;
}
.single-case-study-post:hover .case-study-thumb::before{
   height: 0;
}
.single-case-study-post .case-study-thumb::after {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(211, 237, 49, 0) 46.15%, rgba(211, 237, 49, 0.9) 86.54%);
    border-radius: 20px;
    transition: 0.5s;
}
.single-case-study-post:hover .case-study-thumb::after{
  height: 100%;
}
.single-case-study-post .case-study-thumb img {
    line-height: 0;
    /* height: 445px; */
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.single-case-study-post .case-study-button {
    position: absolute;
    bottom: 20px;
    right: 12px;
    transition: .5s;
}
.single-case-study-post .case-study-button a {
    font-size: 20px;
    color: #09080B;
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    border: 1px dashed #09080B;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-weight: 900;
}
.single-case-study-post .case-study-button a::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #D3ED31;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
}
.single-case-study-post .case-study-button a:hover:after{
   transform: scale(1);
}
.case-study-post-area .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.case-study-post-area .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #D3ED31;
    border-radius: 50%;
    margin: 7px;
    display: inline-block;
    transition: .5s;
}
.case-study-post-area .owl-dot.active::before {
	content: "";
	background: transparent;
	position: absolute;
	transition: 0.5s;
	z-index: -1;
	left: -5px;
	height: 20px;
	width: 20px;
	top: -5px;
	border-radius: 50%;
	border: 2px solid #D3ED31;
}
.case-study-post-area .owl-dot.active{
   position: relative;
   transition: .5s;
   z-index: 1;
}

/*---=======================================
   <!--Teklogic Work Process Area Css -->
============================================---*/
.workprocess-area {
    padding: 110px 0 80px;
    background-color: #FBF9F5;
    position: relative;
    z-index: 1;
}
.work-system-box {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 30px;
    transition: .5s;
}
.work-system-box .working-sub-title h2 {
    font-size: 24px;
    line-height: 36px;
    color: #09080B;
    transition: .5s;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    z-index: 1;
}
.work-system-box .working-sub-title h2::before{
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  background-color:#D3ED31;
}
.work-system-box .working-sub-title h2::after {
    position: absolute;
    content: "";
    top: 47px;
    left: -1px;
    right: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    border: 1px solid #D3ED31;
}
.work-system-box .work-system-text {
    background: #fff;
    padding: 108px 8px 52px;
    transition: .5s;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
}
.work-system-box .work-system-text::before{
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  height: 0%;
  width: 100%;
  background-color:#D3ED31;
  transition: .5s;
  border-radius: 20px;
  z-index: -1;
}
.work-system-box:hover .work-system-text:before{
  height: 100%;
}
.work-system-box .work-system-numbering{
    position: relative;
    z-index: 2;
    transition: .5s;
}
.work-system-box .work-system-numbering::before {
    position: absolute;
    content: "";
    top: -15px;
    right: 0;
    margin: auto;
    left: 0;
    height: 110px;
    width: 170px;
    background-image: url(../images/img/process-shape2.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: .5s;
}
.work-system-box .work-system-numbering h3 {
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: #09080B;
    background-color: #D3ED31;
    margin: auto;
    position: relative;
    transform: rotate(-90deg);
    font-weight: 700;
    z-index: 9;
    transition: .5s;
}
.work-system-box:hover .work-system-numbering h3{
  transform: rotate(360deg);
}
.work-system-box .working-title h2 {
    font-size: 24px;
    line-height: 34px;
    color: #09080B;
    margin: 0 0 16px;
    transition: .5s;
}
.work-system-box .working-description p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    transition: .5s;
    margin: 0;
}
.process-shape {
    position: absolute;
    top: 376px;
}

/*---=======================================
   <!--Teklogic Work Process Two Area Css -->
============================================---*/
.workprocess-two-area {
    padding: 110px 0 110px;
    background-image: url(../images/img/home2-work-process-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.work-system-box2 {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 30px;
    transition: .5s;
}
.work-system-box2.system-upper {
    margin-top: 170px;
}
.work-system-box2.system-upper2 {
    margin-top: 348px;
}
.work-system-box2.system-upper3 {
    margin-top: 520px;
}
.work-system-box2 .work-system-shape {
    position: absolute;
    top: 50px;
    right: -190px;
}
.work-system-box2 .working-sub-title h2 {
    font-size: 24px;
    line-height: 36px;
    color: #09080B;
    transition: .5s;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    z-index: 1;
}
.work-system-box2 .working-sub-title h2::before{
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  background-color:#D3ED31;
}
.work-system-box2 .working-sub-title h2::after {
    position: absolute;
    content: "";
    top: 47px;
    left: -1px;
    right: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    border: 1px solid #D3ED31;
}
.work-system-box2 .work-system-text {
    background: #FBF9F5;
    padding: 108px 8px 52px;
    transition: .5s;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
}
.work-system-box2 .work-system-text::before{
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  height: 0%;
  width: 100%;
  background-color:#D3ED31;
  transition: .5s;
  border-radius: 20px;
  z-index: -1;
}
.work-system-box2:hover .work-system-text:before{
  height: 100%;
}
.work-system-box2 .work-system-numbering{
    position: relative;
    z-index: 2;
    transition: .5s;
}
.work-system-box2 .work-system-numbering::before {
    position: absolute;
    content: "";
    top: -15px;
    right: 0;
    margin: auto;
    left: 0;
    height: 110px;
    width: 170px;
    background-image: url(../images/img/workprocess-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: .5s;
}
.work-system-box2 .work-system-numbering h3 {
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: #09080B;
    background-color: #D3ED31;
    margin: auto;
    position: relative;
    transform: rotate(-90deg);
    font-weight: 700;
    z-index: 9;
    transition: .5s;
}
.work-system-box2:hover .work-system-numbering h3{
  transform: rotate(360deg);
}
.work-system-box2 .working-title h2 {
    font-size: 24px;
    line-height: 34px;
    color: #09080B;
    margin: 0 0 16px;
    transition: .5s;
}
.work-process-img {
    position: absolute;
    top: 240px;
    left: 72em;
}

/*
<!-- ============================================-->
<!--Teklogic Teastimonial Area Css -->
<!-- ============================================-->*/
.teastimonial-area {
    padding: 110px 0 110px;
    background-image: url(../images/img/testimonial-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.testi-image img {
    width: 100%;
}
.testi-counter-box {
    position: absolute;
    bottom: 130px;
    width: 200px;
    height: 220px;
    padding-top: 30px;
    text-align: center;
    background-color: #D3ED31;
    border-radius: 10px;
}
.testi-counter .counter {
    font-size: 50px;
    color: #000000;
    display: inline-block;
    line-height: 60px;
    font-weight: 700;
    transition: 0.4s;
    font-family: "Geist", sans-serif;
}
.testi-counter span {
    font-size: 50px;
    color: #000000;
    display: inline-block;
    line-height: 60px;
    font-weight: 700;
    transition: 0.4s;
    font-family: "Geist", sans-serif;
}
.testi-counter p {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0px 0 0;
}
.testi-counter .counter-star i {
    font-size: 15px;
    display: inline-block;
    color: #09080B;
    margin: 10px 0 10px;
}
.testi-descrip p {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0px 0 0;
}
.testimonial-single-content {
    margin-top: 60px;
    transition: 0.5s;
}
.testimonial-img-desc-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-quate-image img {
    height: auto;
    width: auto !important;
}
.testimonial-single-content .testimonial-star i {
    font-size: 20px;
    color: #09080B;
    display: inline-block;
}
.testimonial-single-content .testimonial-image {
    position: absolute;
    top: 110px;
    right: 60px;
    transition: .4s;
}
.testimonial-single-content .about-author h1 {
    font-size: 24px;
    line-height: 39px;
    color: #09080B;
    transition: 0.4s;
    margin: 0 0 2px;
    font-weight: 700;
}
.testimonial-single-content .about-author h2 {
  font-size: 18px;
  color: #616161;
  line-height: 30px;
  margin: 0;
  font-weight: 500;
}
.testimonial-single-content .testi-description p {
    font-size: 24px;
    line-height: 39px;
    transition: 0.5s;
    color: #09080B;
    font-weight: 700;
    margin: 22px 0 28px;
    font-style: italic;
    font-family: "Newsreader", serif;
}
.testimonial-single-content .author-image {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.testimonial-single-content .author-image img {
    display: inline-block;
    transition: 0.5s;
}
.testimonial-single-content .author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.teastimonial-area .owl-nav {
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 65px;
}
.teastimonial-area .owl-prev {
    font-size: 21px;
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    color: #09080B;
    background-color: #D3ED31;
    margin: 0px 8px;
    position: relative;
    transition: .4s;
    z-index: 1;
}
.teastimonial-area .owl-next {
    font-size: 21px;
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    color: #09080B;
    background-color: #D3ED31;
    margin: 0px 8px;
    position: relative;
    transition: .4s;
    z-index: 1;
}
.teastimonial-area .owl-nav .owl-prev::before, .owl-next::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
  background-color: #09080B;
  border-radius: 50%;
  transform: scale(0);
  z-index: -1;
}
.teastimonial-area .owl-nav .owl-prev:hover:before, .owl-next:hover:before{
  transform: scale(1);
}
.teastimonial-area .owl-nav .owl-prev:hover, .owl-next:hover{
  color: #fff;
}

/*
<!-- =====================================-->
<!--Teklogic testimonial two area Css -->
<!-- =====================================-->*/
.teastimonial-two-area{
    padding: 110px 0 90px;
    background-image: url(../images/img/home2-testi-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.testimonial-single-content2 {
    display: flex;
    align-items: center;
    gap: 38px;
    transition: .4s;
}
.testimonial-single-content2 .testimonial-single-image {
    flex-shrink: 0;
}
.testimonial-single-content2 .testimonial-star i {
    font-size: 20px;
    color: #09080B;
    display: inline-block;
}
.testimonial-single-content2 .testimonial-image {
    display: flex;
    align-items: center;
    gap: 18px;
}
.testimonial-single-content2 .testimonial-image img{
    height: auto;
    width: auto !important;
}
.testimonial-single-content2 .about-author h2 {
    font-size: 24px;
    line-height: 39px;
    color: #09080B;
    transition: 0.4s;
    margin: 0 0 2px;
    font-weight: 700;
}
.testimonial-single-content2 .about-author h3 {
  font-size: 18px;
  color: #616161;
  line-height: 30px;
  font-weight: 500;
}
.testimonial-single-content2 .testi-description p {
    font-size: 24px;
    line-height: 39px;
    transition: 0.5s;
    color: #09080B;
    font-weight: 700;
    margin: 22px 0 28px;
    font-style: italic;
    font-family: "Newsreader", serif;
}
.testimonial-single-content2 .author-image {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.testimonial-single-content2 .author-image img {
    display: inline-block;
    transition: 0.5s;
}
.testimonial-single-content2 .quote-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 95px;
    background: #FBF9F5;
    text-align: -webkit-center;
    border-radius: 20px 0;
    padding-top: 32px;
}
.testimonial-single-content2 .quote-image img{
    height: auto;
    width: auto !important;
}
.testi-icon-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.testi-icon-content h2 {
    font-size: 24px;
    line-height: 34px;
    color: #150E3D;
    margin: 0;
}
.testi-icon-content p {
    font-size: 13px;
    line-height: 26px;
    color: #4B5563;
    margin: 0;
}
.teastimonial-two-area .owl-nav {
    text-align: center;
    position: absolute;
    bottom: 55px;
    right: 65px;
}
.teastimonial-two-area .owl-nav .owl-prev, .owl-next {
    font-size: 21px;
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    color: #09080B;
    background-color: #D3ED31;
    margin: 0px 8px;
    position: relative;
    transition: .4s;
    z-index: 1;
}
.teastimonial-two-area .owl-nav .owl-prev::before, .owl-next::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
  background-color: #09080B;
  border-radius: 50%;
  transform: scale(0);
  z-index: -1;
}
.teastimonial-two-area .owl-nav .owl-prev:hover:before, .owl-next:hover:before{
  transform: scale(1);
}
.teastimonial-two-area .owl-nav .owl-prev:hover, .owl-next:hover{
  color: #fff;
}

/*
<!-- =====================================-->
<!--Teklogic Counter area Css -->
<!-- =====================================-->*/
.single-counter-box {
    text-align: center;
    padding: 42px 0 30px;
    position: relative;
    border: 1px solid #09080B14;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    transition: .5s;
    margin-bottom: 30px;
}
.single-counter-box::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #D3ED31;
  transition: .5s;
  border-radius: 20px;
  z-index: -1;
}
.single-counter-box:hover:before{
  width: 100%;
  left: 0;
}
.single-counter-box .counter-icon img {
    transition: .4s;
    margin-bottom: 12px;
}
.single-counter-box:hover .counter-icon img{
  transform: scaleX(-1);
}
.single-counter-box .counter-content .counter {
  font-size: 60px;
  color: #000000;
  display: inline-block;
  line-height: 70px;
  font-weight: 700;
  transition:0.4s;
  margin: 0;
  font-family: "Geist", sans-serif;
}
.single-counter-box .counter-content span {
  font-size: 60px;
  color: #000000;
  display: inline-block;
  line-height: 70px;
  font-weight: 700;
  transition:0.4s;
  margin: 0;
  font-family: "Geist", sans-serif;
}
.single-counter-box .counter-content p {
  font-size: 24px;
  line-height: 46px;
  color: #616161;
  font-weight: 500;
  margin: 3px 0 0;
}

/*
<!-- =====================================-->
<!--Teklogic Brand area Css -->
<!-- =====================================-->*/
.brand-area {
    padding: 60px 0 100px;
    position: relative;
    background: #FBF9F5;
    z-index: 1;
}
.single-brand-box {
    margin-bottom: 30px;
}
.brand-thumb {
    text-align: -webkit-center;
}
.brand-thumb img {
    height: auto;
    width: auto !important;
}
.brand-shape {
    position: absolute;
    top: 0;
    left: 0;
}


/*
<!-- =====================================-->
<!--Teklogic Blog Area Css-->
<!-- =====================================-->*/
.blog-area {
    padding: 110px 0 110px;
    background-image: url(../images/img/processing-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    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 30px;
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 1;
    background: #fffc;
    transition: 0.4s;
}
.blog-area .blog-post-time {
    display: inline-block;
    position: absolute;
    top: -35px;
}
.blog-area .blog-post-time h4 span {
    font-size: 36px;
    line-height: 42px;
    color: #09080B;
    margin-right: 7px;
    display: inline-block;
    font-weight: 600;
    font-family: "Geist", sans-serif;
}
.blog-area .blog-post-time h4 {
    display: inline-block;
    padding: 0px 20px;
    font-size: 16px;
    color: #09080B;
    background: #D3ED31;
    font-weight: 500;
    font-family: "Geist", sans-serif;
}
.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: #616161;
    margin: 0;
    font-weight: 400;
}
.blog-area .blog-post-title a {
    font-size: 28px;
    line-height: 34px;
    color: #09080B;
    display: inline-block;
    margin: 15px 0 15px;
    transition: 0.5s;
    font-weight: 500;
}
.blog-area .blog-post-title a:hover{
    color: #D3ED31;
}
.blog-area .blog-post-description p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #616161;
    margin: 0 0 32px;
}
.blog-area .blog-author-button-content {
    display: flex;
    justify-content: space-between;
    transition: .5s;
}
.blog-area .blog-author-admin {
    display: inline-block;
}
.blog-area .blog-author-admin a {
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    transition: 0.4s;
}
.blog-area .blog-author-admin a:hover{
   color: #D3ED31; 
}
.blog-area .blog-post-button a {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    transition: 0.5s;
    text-align: center;
    color: #09080B;
    font-weight: 500;
    border: 1px solid #09080B1A;
    border-radius: 28px;
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: "Geist", sans-serif;
}
.blog-area .blog-post-button a::before{
    background: #D3ED31;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: 0.4s;
    border-radius: 28px;
}
.blog-area .blog-post-button a:hover:before{
    width: 100%;
}
.blog-area .blog-post-button a i {
    transform: rotate(-45deg);
    display: inline-block;
    transition: 0.5s;
    margin-left: 18px;
}
.blog-area .blog-post-button a:after {
    background: #09080B;
    content: "";
    position: absolute;
    right: 125px;
    top: 20px;
    height: 15px;
    width: 1px;
    transition: 0.4s;
}
.blog-area .blog-post-button a:hover i {
    color: #000319;
    transform: rotate(0deg);
}

.blog-time-post {
    background: #D3ED31;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -55px;
    right: 0;
    transition: .5s;
}
.blog-time-post h2 {
    font-size: 36px;
    line-height: 42px;
    color: #09080B;
    padding: 5px 0;
    text-align: -webkit-center;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    font-family: "Geist", sans-serif;
}
.blog-time-post h3 {
    font-size: 16px;
    color: #fff;
    padding: 4px 18px;
    background-color: #000000;
    margin: 0;
    font-weight: 500;
    font-family: "Geist", sans-serif;
}
.blog-button a {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.5s;
    color: #09080B;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-top: 14px;
    font-family: "Geist", sans-serif;
}
.blog-button a:after {
    background: #09080B;
    content: "";
    position: absolute;
    right: 25px;
    top: 5px;
    height: 15px;
    width: 1px;
    transition: 0.4s;
}
.blog-button a i {
    transition: 0.5s;
    font-size: 16px;
    color: #09080B;
    margin-left: 18px;
}

/*
<!-- =====================================-->
<!--Teklogic Text Area Css-->
<!-- =====================================-->*/



/*
<!-- =====================================-->
<!--Teklogic 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: 0px 0px 3px 0px 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: #616161;
    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: #616161;
    margin: 0;
    font-weight: 400;
}
.blog-grid-area .blog-post-title a {
    font-size: 22px;
    line-height: 30px;
    color: #09080B;
    display: inline-block;
    margin: 15px 0 15px;
    transition: 0.5s;
    font-weight: 600;
}
.blog-grid-area .blog-post-title a:hover{
    color: #D3ED31;
}
.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: #616161;
    font-weight: 400;
    transition: 0.4s;
}
.blog-grid-area .blog-author-admin a:hover{
   color: #D3ED31; 
}
.blog-grid-area .blog-post-button a {
    font-size: 16px;
    line-height: 26px;
    color: #09080B;
    font-weight: 400;
    display: inline-block;
    transition: 0.4s;
}
.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);
}

/*
<!-- =====================================-->
<!--Teklogic Footer Area Css style-one -->
<!-- =====================================-->*/
.footer-area {
    background-image: url(../images/img/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 110px 0 30px;
}
.footer-sub-title h2 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 40px 0 0;
}
.footer-sub-title h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin: 18px 0 35px;
    font-weight: 600;
}
.footer-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 32px 0 15px;
    font-weight: 500;
}
.social-media-section ul li {
    display: inline-block;
}
.social-media-section ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #FFFFFF1F;
    text-align: center;
    border-radius: 5px;
    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: 5px;
    background: #D3ED31;
    transform: scale(0);
    transition: .5s;
}
.social-media-section ul li a:hover:after {
    transform: scale(1);
}
.social-media-section ul li a:hover{
    color: #09080B;
}
.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;
}
.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;
}
.footer-area .footer-title h2::before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background-color: #D3ED31;
    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: #D3ED31; 
}
.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: #D3ED31; 
}
.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;
}




/*
<!-- =====================================-->
<!-- Teklogic contact area css -->
<!-- =====================================-->*/
.contact-area {
    padding: 90px 0px 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-area .form-bg {
    padding: 40px 35px 45px;
    position: relative;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #CFCFCF;
    box-shadow: 0px 5px 30px 0px #0000000D;
    z-index: 1;
}
.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 {
    font-size: 18px;
    display: inline-block;
    padding: 16px 35px;
    color: #0A1431;
    font-weight: 400;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: none;
    border-radius: 30px;
    background-color: #D3ED31;
    overflow: hidden;
    font-family: "Geist", sans-serif;
}
.massage-sent-button button:hover{
    color: #fff;
}
.massage-sent-button button:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 60px;
    height: 60px;
    left: -41px;
    top: 0px;
    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 iframe {
    width: 100%;
    height: 315px;
    border-radius: 20px;
}
.contact-shape {
    position: absolute;
    top: 0;
    left: -12px;
    z-index: 0;
}

/*---=====================================================
   <!--Teklogic contact two Area Css-->
=========================================================---*/
.contact-two-area {
    padding: 120px 0 90px;
}
.single-contact-box {
    display: flex;
    align-items: center;
    border: 1px solid #EBEBEB;
    padding: 25px 10px;
    border-radius: 5px;
    gap: 9px;
    transition: .5s;
    margin-bottom: 30px;
}
.single-contact-box:hover{
   border: 1px solid #09080B; 
}
.contact-icon i {
    font-size: 25px;
    display: inline-block;
    color: #09080B;
}
.contact-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #09080B;
    margin: 0;
    font-weight: 500;
}
.contact-content p {
    font-size: 17px;
    line-height: 26px;
    color: #7B808E;
    margin: 0;
    font-weight: 500;
}

/*---=====================================================
   <!--Teklogic Breadcumb Area Css-->
=========================================================---*/
.breadcumb-area {
    padding: 270px 0 170px;
    background: url(../images/img/breadcume.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    margin-top: -100px;
}
.breadcumb-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.breadcumb-content h4 {
    font-size: 60px;
    line-height: 85px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px;
}
.breadcumb-content ul li a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    font-family: "Geist", sans-serif;
}
.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: 17px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    font-family: "Geist", sans-serif;
}

/*---=====================================================
   <!--Teklogic service details Area Css-->
=========================================================---*/
.service-details-area {
    padding: 100px 0 80px;
    background: #D3ED310D;
    position: relative;
    z-index: 1;
}
.service-details-thumb img {
    width: 100%;
    border-radius: 5px;
}
.services-details-title {
    font-size: 40px;
    line-height: 55px;
    color: #09080B;
    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: #09080B;
    font-weight: 600;
    margin: 35px 0 30px;
}
.service-details-iteam {
    padding-left: 20px;
}
.service-details-iteam ul li {
    font-size: 16px;
    color: #09080B;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: "Geist", sans-serif;
}
.service-details-iteam ul li i {
    display: inline-block;
    color: #09080B;
    margin-right: 10px;
}
.service-sub-title h4 {
    font-size: 30px;
    line-height: 40px;
    color: #09080B;
    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: 20px;
    padding: 38px 35px 40px;
    margin-bottom: 27px;
    background: #09080B1A;
}
.widget-sidber-content h2 {
    font-size: 30px;
    line-height: 1;
    color: #09080B;
    font-weight: 500;
    position: relative;
}
.widget-sidber-content h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #09080B;
    bottom: -18px;
}
.widget_search form {
    position: relative;
}
.widget-category {
    margin-top: 45px;
}
.widget-category ul li {
    height: 55px;
    width: 100%;
    line-height: 55px;
    border-radius: 5px;
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: .4s;
}
.widget-category ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #D3ED31;
    z-index: -1;
    border-radius: 5px;
    transform: scale(0);
    transition: .4s;
}
.widget-category ul li:hover:before{
    transform: scale(1);
}
.widget-category ul li a {
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #09080B;
    justify-content: space-between;
    transition: .4s;
    font-weight: 500;
}
.widget-category ul li a i{
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    color: #09080B;
}
.service-details-img img {
    width: 100%;
}  
.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;
}
.category-content h5 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0;
    font-weight: 400;
}
.widget_search form {
    position: relative;
}
.widget_search input {
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    outline: 0 !important;
    margin-top: 45px;
    border: none;
    background-color: #fff;
    border-radius: 7px;
}
button.icons {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 58px;
    color: #012549;
    background: transparent;
}
.widget_search input::placeholder {
    color: #012549;
}
.widget-sidber-title h3 {
    font-size: 20px;
    line-height: 30px;
    color: #616161;
    margin: 40px 0 0;
}
.widget-sidber-call p{
    margin: 20px 0 30px;
}
.widget-sidber-call p a {
    font-size: 20px;
    color: #09080B;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #09080B;
    padding: 8px 30px;
    border-radius: 10px;
}

.widget-inner-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.widget-icon i {
    font-size: 25px;
    display: inline-block;
    color: #09080B;
    background: #D3ED31;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.widget-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #09080B;
    margin: 0;
    font-weight: 500;
}
.widget-content p {
    font-size: 17px;
    line-height: 26px;
    color: #616161;
    margin: 0;
    font-weight: 500;
}
.service-details-img {
    margin-bottom: 30px;
}

/***=====================================
   Teklogic team details area css
====================================***/
.team-details-area {
    padding: 100px 0 100px;
    position: relative;
    background: #FBF9F5;
    z-index: 1;
}
.team-details-img img {
    width: 100%;
    border-radius: 10px;
}
.team-details-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    color: #09080B;
}
.team-details-title p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #666666;
}
.team-details-description p{
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 10px;
    color: #666666;
}
.team-details-area .social-media-section ul li a {
    display: inline-block;
    position: relative;
    color: #09080B;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
    transition: .5s;
    z-index: 1;
}
.team-icon-box {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.5s;
}
.team-icon-box .team-detail-icon i {
    font-size: 24px;
    color: #09080B;
    height: 56px;
    width: 56px;
    line-height: 56px;
    background: #D3ED31;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
}
.team-icon-box .team-icon-content h2 {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Geist", sans-serif;
}
.team-icon-box .team-icon-content p {
    font-size: 18px;
    line-height: 26px;
    color: #09080B;
    margin: 7px 0 0;
    font-weight: 500;
    font-family: "Geist", sans-serif;
}
.team-icon-box:hover .team-detail-icon i{
  transform: scaleX(-1);
}
.team-skill-title h2 {
    font-size: 24px;
    line-height: 34px;
    color: #09080B;
    margin: 0;
}
.progress-item {
    margin-bottom: 25px;
}
.progress-title{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
    font-weight:600;
}
.progress-title span{
    font-size: 20px;
    line-height: 30px;
    color: #09080B;
    display: inline-block;
    margin: 0;
    font-weight: 600;
    font-family: "Geist", sans-serif;
}
.progress-bar{
    position:relative;
    width:100%;
    height:6px;
    background:#e5e5c8;
    border-radius:50px;
    overflow:hidden;
}
.progress-fill{
    position:absolute;
    height:100%;
    width:0;
    background:#D3ED31;
    border-radius:50px;
    transition:width 2s ease;
}
.team-details-img {
    margin-bottom: 30px;
}

/***=====================================
   Teklogic pricing area css
====================================***/
.pricing-area {
    padding: 110px 0 100px;
    background-image: url(../images/img/pricing-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.pricing-single-items {
    position: relative;
    background: #fff;
    padding: 40px 35px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #09080B1A;
    transition: .5s;
}
.pricing-area .tab {
    position: relative;
    overflow: hidden;
    margin-top: -15px;
}
.pricing-area .tabs {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0;
    transition: .5s;
}
.pricing-area .tabs li {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.pricing-area .tabs li a {
    font-size: 18px;
    line-height: 26px;
    padding: 14px 40px;
    border-radius: 28px;
    color: #000319;
    display: inline-block;
    background-color: #fff;
    font-weight: 500;
    font-family: "Geist", sans-serif;
}
.pricing-area .tabs_item {
    display: none;
    padding: 60px 0 0;
}
.pricing-area .tabs_item:first-child {
    display: block;
}
.pricing-area li.current a {
    background: #D3ED31 !important;
    transition: .5s;
}
.pricing-plan {
    font-size: 28px;
    line-height: 34px;
    color: rgb(9, 8, 11);
    font-weight: 400;
    font-family: Geist, sans-serif;
}
.pricing-money h3 {
    font-size: 50px;
    line-height: 40px;
    color: rgb(9, 8, 11);
    font-weight: 700;
    text-transform: capitalize;
    margin: 30px 0px 26px;
    transition: 0.5s;
}
.pricing-money h3 span {
    font-size: 17px;
    line-height: 26px;
    color: #616161;
    display: inline-block;
    margin: 0;
    font-weight: 400;
}
.pricing-title span {
    font-size: 16px;
    color: #ccd0e2;
}
.pricing-text {
    font-size: 16px;
    color: #616161;
    line-height: 26px;
    font-weight: 400;
    margin: 0px;
}
.pricing-feature ul li {
    font-size: 18px;
    color: #010A24;
    line-height: 34px;
    font-weight: 400;
    list-style: none;
    margin-bottom: 15px;
    font-family: "Geist", sans-serif;
}
.pricing-feature ul li img{
    margin-right: 9px;
}
.pricing-btn a {
    font-size: 18px;
    color: #010A24;
    text-align: center;
    position: relative;
    height: 58px;
    line-height: 58px;
    border-radius: 28px;
    width: 100%;
    font-weight: 500;
    border: 1px solid #09080B1A;
    display: inline-block;
    transition: .5s;
    z-index: 1;
    margin: 32px 0 35px;
    font-family: "Geist", sans-serif;
}
.pricing-btn a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #D3ED31;
    border-radius: 28px;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}
.pricing-single-items:hover .pricing-btn a:after{
   transform: scale(1);
}

/***=====================================
   Teklogic faq area css
====================================***/
.faqs-area {
    padding: 110px 0 100px;
    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;
    padding: 15px 20px 15px 30px;
    color: #09080B !important;
    transition: 0.4s;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.faq-singular.active .faq-question {
    background: #D3ED31;
}
.faq-answer {
    display: none;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    padding: 26px 25px 28px;
    border-radius: 0 0 15px 15px;
    border: 1px solid #09080B1A;
    font-family: "Geist", sans-serif;
}
.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: #042424;
    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: #D3ED31;
    transition: 0.4s;
}
.faqs-area .circle-text-inner svg {
    width: 118px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 0px;
    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: 350px;
}
.faq-inner-box {
    width: 380px;
    height: 300px;
    border: 1px solid #09080B1A;
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 45px;
}
.faq-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FBF9F5;
    padding: 30px 20px;
    border-radius: 10px;
}
.faq-content h2 {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    margin: 0;
}
.faq-content h3 {
    font-size: 18px;
    line-height: 26px;
    color: #09080B;
    font-weight: 500;
    margin: 0;
}
.faq-icon i {
    font-size: 20px;
    color: #303C42;
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    background: #D3ED31;
    text-align: center;
    border-radius: 50%;
}


/*=============================================
   <!-- Teklogic google map css-->
===============================================*/
.google-map iframe {
    width: 100%;
    height: 600px;
}
  
/*** 
==================================
   Teklogic 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: #D3ED31;
    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 #D3ED31;
    border-left: 3px solid #D3ED31;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #D3ED31;
    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;
}
.search-box-btn i {
    color: #D3ED31;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #d3ed3157;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}
.search-box-btn i:hover {
    color: #09080B;
    background: #D3ED31;
}
.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: #D3ED31;
}
.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: #D3ED31;
    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: #D3ED31;
}


/*------Teklogic 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(0 0 0);
    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: #D3ED31;
    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: #D3ED31;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:#D3ED31;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}


/*===========================
<-- Teklogic 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: #d3ed3157;
    -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:#D3ED31;
    -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;
}
.bounce-animate-x {
    animation-name: float-bob-x;
    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-x;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob-x{
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

}

@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);
    }
}


/*===========================
<-- Teklogic Home 03 All css -->
=============================*/
.hero-area.style-three {
    background-image: url(../images/img/home3-banner-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -100px;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    overflow: hidden;
}
.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home3-bannar-box {
    padding: 180px 50px 5px 50px;
}
.bannar3-image-box {
    display: flex;
    align-items: center;
    gap: 25px;
}
.bannar-image-content h2 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin: 15px 0 0px;
}
.bannar-image-content p {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 0;
    font-weight: 400;
}
.bannar3-content h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 170px;
    right: 20px;
    width: 35%;
    z-index: 1;
}
.bannar3-img {
    text-align: center;
    margin-top: 150px;
}
.bannar3-shape {
    position: absolute;
    top: 475px;
}
.bannar3-shape2 {
    position: absolute;
    top: 0;
    right: 0;
}

.marquee {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 65px;
}
.marque-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: scroll 25s linear infinite;
}
.marque-track h2 {
    font-size: 150px;
    white-space: nowrap;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
}
.marquee:hover .marque-track {
    animation-play-state: paused;
}
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.circle-button {
    line-height: 0;
    display: inline-block;
    position: absolute;
    top: 460px;
    right: 130px;
}
.circle-button-animation {
    border-radius: 100%;
}
.circle-button-icon-content {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    height: 80px;
    border-radius: 100%;
    width: 80px;
    line-height: 80px;
    background: #09080B;
    transition: 0.4s;
    text-align: center;
    margin: auto;
    align-items: center;
}
.circle-btn-icon {
    color: #fff;
    z-index: 22;
    position: relative;
}
.circle-btn-icon i {
    transform: rotate(-45deg);
    display: inline-block;
    transition: 0.4s;
    color: #D3ED31;
    font-size: 25px;
}
.circle-button .circle-btn-icon:hover i {
  transform: rotate(0deg);
}

@keyframes circle-btn-img{
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}

.circle-button-animate {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 155px;
    height: 155px;
    line-height: 155px;
    text-align: center;
    border-radius: 100%;
    background: #D3ED31;
    transition: 0.4s;
}
.circle-text-inner {
    animation: circle-btn 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: transparent;
}
.circle-text-inner svg {
    width: 105px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 5px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.circle-text-inner text {
    font-size: 50px;
    fill: #09080B;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-weight: 400;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}
@keyframes circle-btn {

  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-360deg);
  }

  }
  
/*===========================
<-- Teklogic service-slide two css -->
=============================*/  
.service-carousel-two-section {
    position: relative;
    padding-left: 130px;
    transition: .5s;
}
.service-carousel-two-section .service-carousel-img {
    position: relative;
    transition: .5s;
}
.service-carousel-two-section .service-carousel-img img{
    width: 100%;
    transition: .5s;
}
.service-carousel-two-section .border-line {
    position: absolute;
    top: -87px;
    left: 45px;
    width: 40px;
    height: 87px;
    border-top-left-radius: 5px;
    border: 1px solid #616161;
    border-bottom: none;
    border-right: none;
}
.service-carousel-two-section .service-icon-info {
    height: 90px;
    width: 90px;
    background: #D3ED31;
    text-align: -webkit-center;
    border-radius: 50%;
    position: absolute;
    top: 105px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.service-carousel-two-section .service-icon-info img{
    height: auto;
    width: auto !important;
}
.service-carousel-two-section .service-carousel-title h1 {
    font-size: 24px;
    line-height: 34px;
    color: #09080B;
    margin: 0 0 25px;
    position: relative;
    transition: .5s;
    font-weight: 500;
}
.service-carousel-two-section .service-carousel-title .service-circle {
    position: absolute;
    top: 19px;
    transform: translateY(-50%);
    left: 90px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #616161;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-carousel-two-section .service-carousel-title .service-circle::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D3ED31;
    transform: scale(0);
    transition: all 0.4s ease;
}
.service-carousel-two-section:hover .service-carousel-title .service-circle::before{
  transform: scale(1);
}
.service-carousel-two-section .service-carousel-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    padding: 17px 25px 20px;
    background: #fffc;
    transition: .5s;
}
.service-carousel-button a i {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    height: 64px;
    width: 63px;
    text-align: center;
    background: #09080B;
    line-height: 64px;
    border-radius: 10px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition:0.3s;
}
.service-carousel-button a i:hover {
    color: #D3ED31;
}
.service-carousel-area .owl-prev, .owl-next {
    height: 45px;
    display: inline-block;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #09080B;
    background-color: #D3ED31;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
    position: relative;
    z-index: 1;
}
.service-carousel-area .owl-prev:hover, .owl-next:hover {
    color: #ffffff;
}
.service-carousel-area .owl-prev::before, .owl-next::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #09080B;
  transition: .5s;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
}
.service-carousel-area .owl-prev:hover::before, .owl-next:hover::before{
   transform: scale(1);
}
.service-carousel-area .owl-prev {
    position: absolute;
    bottom: -65px;
    left: 0px;
    right: 60px;
    margin: auto;
}
.service-carousel-area .owl-next {
    position: absolute;
    bottom: -65px;
    left: 60px;
    right: 0px;
    margin: auto;
}

/*===========================
<-- Teklogic about three css -->
=============================*/ 
.about-three-area {
    padding: 120px 0 110px;
    position: relative;
    z-index: 1;
}
.about-three-area .about-thumb2 {
    position: absolute;
    bottom: 170px;
    left: 540px;
}
.about3-counter-box {
    position: absolute;
    top: 220px;
    left: 120px;
}
.about3-counter-box .about-counter-content {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 115px;
    border-radius: 20px;
    width: 261px;
    padding: 0 25px;
    background: #D3ED31;
    transition: .5s;
}
.about3-counter-box .about-counter-content p {
    font-size: 16px;
    line-height: 26px;
    color: #09080B;
    margin: 0 0 0 12px;
    font-weight: 600;
}
.about-upper {
    margin-left: 170px;
}
.about-upper2 {
    margin-left: 90px;
}
.about3-icon-box-section {
    display: flex;
    gap: 24px;
    align-items: center;
    transition: 0.5s;
    margin-top: 30px;
}
.about3-icon-box-section .small-img {
    height: 70px;
    width: 70px;
    line-height: 65px;
    position: relative;
    z-index: 1;
    border: 1px solid #09080B1A;
    border-radius: 50%;
    text-align: center;
    transition: .5s;
}
.about3-icon-box-section .small-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #D3ED31;
    transition: .5s;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
}
.about3-icon-box-section:hover .small-img::before {
    transform: scale(1);
}
.about3-icon-box-section .icon-box-title h2 {
    font-size: 28px;
    line-height: 34px;
    color: #09080B;
    margin: 0;
    font-weight: 400;
    font-family: "Geist", sans-serif;
}
.about3-icon-box-section .icon-box-description p {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    margin: 10px 0 0;
    font-weight: 400;
}


/*===========================
<-- Teklogic call do action css -->
=============================*/
.call-do-action-area {
    padding: 110px 0 100px;
    background-image: url(../images/img/call-do-action-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.call-action-title h2 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.call-action-title h3 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin: 20px 0 5px;
    font-weight: 700;
}
.call-action-title h4 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin: 0 0 0;
    font-style: italic;
    font-weight: 400;
    font-family: "Newsreader", serif;
}
.call-list-content li span {
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    color: #fff;
    margin: 20px 70px 32px 5px;
    transition: 0.4s;
    font-weight: 500;
    font-family: "Geist", sans-serif;
}
.call-list-content li {
    display: inline-block;
    transition: 0.4s;
}
.call-list-content li img {
    position: relative;
    top: -5px;
}
.call-action-button a {
    font-size: 18px;
    display: inline-block;
    padding: 0 38px;
    line-height: 58px;
    text-align: center;
    height: 58px;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    color: #000000;
    border: 1px solid #D3ED31;
    background: #D3ED31;
    font-family: "Geist", sans-serif;
}
.call-action-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    border-radius: 28px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
    z-index: -1;
}
.call-action-button a:hover:before {
    clip-path: polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%);
}
.call-action-button a:hover{
    color: #fff;
}
.call-action-button a i {
    padding: 0 0 0 15px;
    position: relative;
    top: 0;
    font-size: 15px;
    color: #000000;
    transition: 0.4s;
    font-weight: 900;
}
.call-action-button a:hover i{
    color: #fff;
}
.call-action-button a:after {
    background: #09080B;
    content: "";
    position: absolute;
    right: 58px;
    top: 21px;
    height: 15px;
    width: 1px;
    transition: 0.4s;
}
.call-action-button a:hover::after{
    background-color: #fff;
}

/*===========================
<-- Teklogic why choose css -->
=============================*/
.why-choose-area {
    padding: 110px 0 120px;
    position: relative;
    z-index: 1;
}
.why-choose-thumb2 {
    position: absolute;
    top: 430px;
    left: 600px;
}
.why-choose-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.why-choose-icon-box {
    display: flex;
    gap: 20px;
    align-items: center;
    transition: 0.5s;
    margin-bottom: 30px;
}
.why-choose-icon-box .small-img {
    height: 70px;
    width: 70px;
    line-height: 65px;
    position: relative;
    z-index: 1;
    border: 1px solid #09080B1A;
    border-radius: 50%;
    text-align: center;
    transition: .5s;
}
.why-choose-icon-box .small-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #D3ED31;
    transition: .5s;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
}
.why-choose-icon-box:hover .small-img::before {
    transform: scale(1);
}
.why-choose-icon-box .why-choose-box-title h2 {
    font-size: 28px;
    line-height: 34px;
    color: #09080B;
    margin: 0;
    font-weight: 400;
    font-family: "Geist", sans-serif;
}
.why-choose-inner-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 22px;
}
.why-choose-icon-box2 ul li {
    font-size: 18px;
    line-height: 24px;
    color: #09080B;
    margin: 0 0 16px;
    font-weight: 500;
    font-family: "Geist", sans-serif;
}

/*===========================
<-- Teklogic case-study-post-two css -->
=============================*/
.case-study-post-two-area {
    padding: 110px 0 100px;
    background-image: url(../images/img/service-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.case-study-single-box {
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
}
.case-study-img {
  position: relative;
  overflow: hidden;
  line-height: 0;
  transition: 0.5s;
}
.case-study-img img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    border-radius: 10px;
    transition: .5s;
}
.single-case-study-post .case-study-title h2 a {
    font-size: 26px;
    line-height: 34px;
    display: inline-block;
    transition: 0.5s;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-family: "Geist", sans-serif;
}
.single-case-study-post:hover .case-study-title h2 a{
  color: #09080B;
}
.case-study-post-two-area .case-study-content {
    position: absolute;
    bottom: -145px;
    left: 20px;
    padding: 20px 35px 30px;
    background: #fff;
    transition: .5s;
    border-radius: 20px;
}
.case-study-post-two-area .case-study-single-box:hover .case-study-content {
    bottom: 20px;
}
.case-study-title h2{
    margin: 0;
}
.case-study-title h2 a{
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    transition: 0.5s;
    margin: 0 0 5px;
    color: #09080B;
    font-weight: 500;
    font-family: "Geist", sans-serif;
}
.case-study-catagory h3{
    margin: 0;
}
.case-study-catagory h3 a{
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
    transition: 0.5s;
    padding: 6px 23px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #09080B;
    font-weight: 400;
    border: 1px solid #1919191A;
    font-family: "Geist", sans-serif;
}

/*===========================
<-- Teklogic team-two css -->
=============================*/
.team-two-area {
    padding: 110px 0 90px;
    position: relative;
    z-index: 1;
}
.team-two-section {
    padding: 23px 20px 28px;
    position: relative;
    z-index: 1;
    border: 1px solid #09080B1A;
    transition: 0.5s;
    border-radius: 10px;
    margin-bottom: 30px;
}
.team-two-section::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #D3ED31;
  border-radius: 10px;
  transition: .5s;
  z-index: -1;
}
.team-two-section:hover:after{
  height: 100%;
}
.team-two-section .team-two-image {
    text-align: center;
    transition: .5s;
}
.team-two-section .team-two-image img {
  position: relative;
  transition: 0.5s;
}

.team-two-section .team-member-name h2 {
  margin: 0;
}
.team-two-section .team-member-name h2 a {
  font-size: 22px;
  line-height: 30px;
  color: #191919;
  transition: 0.4s;
  font-weight: 600;
}
.team-two-section .member-designation h3 {
    font-size: 17px;
    color: #191919;
    line-height: 26px;
    margin: 0 0 20px;
    transition: 0.5s;
    font-weight: 400;
}
.team-two-section .single-team-call-icon {
    position: absolute;
    top: 26px;
    right: 28px;
}
.team-two-section .single-team-call-icon span{
  font-size: 20px;
  color: #191919;
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: .5s;
  border: 1px solid #0C0C0D1A;
  cursor: pointer;
}
.team-two-section ul.team-social-icon {
    text-align: center;
    margin: 15px 0 0px;
}
.team-two-section ul.team-social-icon li a {
    color: #09080B;
    height: 40px;
    transition: 0.5s;
    font-size: 16px;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    position: relative;
    border: 1px solid #0C0C0D1A;
    z-index: 1;
}
.team-two-section ul.team-social-icon li a::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000319;
  border-radius: 50%;
  transition: .5s;
  z-index: -1;
  transform: scale(0);
}
.team-two-section ul.team-social-icon li a:hover:after{
  transform: scale(1);
}
.team-two-section ul.team-social-icon li a:hover{
  color: #fff;
}
.team-two-section ul.team-social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0 5px 0 5px;
}

/*===========================
<-- Teklogic testimonial-three css -->
=============================*/
.teastimonial-three-area {
    padding: 110px 0 110px;
    background-image: url(../images/img/service-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.testi-sub-title h2 {
    font-size: 20px;
    line-height: 30px;
    color: #09080B;
    margin: 0 0 22px;
}
.testimonial-three-box {
    margin-left: 240px;
}
.testimonial-iner-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.testimonial-iner-box .testimonial-star i {
    font-size: 18px;
    display: inline-block;
    color: #FFC107;
}
.testimonial-iner-box .review-descrip p {
    font-size: 17px;
    line-height: 26px;
    color: #666666;
    margin: 0;
}

.testimonial-single-content3 {
    display: flex;
    align-items: center;
    background: #fff;
    gap: 60px;
    transition: .4s;
    padding: 20px;
    border-radius: 20px;
    margin-top: 75px;
}
.testimonial-single-content3 .testimonial-single-image {
    flex-shrink: 0;
}
.testimonial-single-content3 .testimonial-inner-box {
    border-right: 1px solid #09080B1A;
    margin-right: -20px;
    padding-right: 35px;
}
.testimonial-single-content3 .testimonial-star i {
    color: #FFC107;
    display: inline-block;
}
.testimonial-single-content3 .about-author h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 0;
    color: #191919;
    font-weight: 600;
}
.testimonial-single-content3 .about-author h3{
   font-size: 17px;
   line-height: 26px;
   color: #191919;
   font-weight: 400;
}
.testimonial-single-content3 .testi-description p {
    font-size: 24px;
    line-height: 39px;
    color: #09080B;
    font-weight: 700;
    padding-bottom: 40px;
    border-bottom: 1px solid #09080B1A;
    margin: 15px 0 46px;
    font-style: italic;
    font-family: "Newsreader", serif;
}
.testimonial-single-content3 .testimonial-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.testimonial-image img {
    height: auto;
    width: auto !important;
}
.testimonial-single-content3 .testimonial-inner-content {
    flex-shrink: 0;
}
.testimonial-single-content3 .testi-counter-content .counter{
   font-size: 40px;
   line-height: 24px;
   color: #09080B;
   margin: 0;
   display: inline-block;
   font-weight: 700;
}
.testimonial-single-content3 .testi-counter-content span{
   font-size: 40px;
   line-height: 24px;
   color: #09080B;
   margin: 0;
   display: inline-block;
   font-weight: 700;
   font-family: "Geist", sans-serif;
}
.testimonial-single-content3 .testimonial-title p {
    font-size: 17px;
    line-height: 26px;
    color: #09080B;
    margin: 14px 0 0;
    font-weight: 400;
}

/*===========================
<-- Teklogic blog-three css -->
=============================*/
.blog-home3{
   background-image: url(../images/img/home3-blog-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.blog-home3 .single-blog-box {
    position: relative;
    padding: 20px 20px 30px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
    z-index: 1;
    transition: .5s;
    border: 1px solid #09080B1A;
}
.blog-home3 .single-blog-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #D3ED31;
    transition: .5s;
    border-radius: 20px;
    z-index: -1;
}
.blog-home3 .single-blog-box:hover:before {
    height: 100%;
}
.blog-home3 .blog-three-content {
    padding: 22px 0 0;
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}
.blog-home3 .blog-post-title a:hover {
    color: #09080B;
}



