/*=========================================================
Template Name:Ttech-Business Consulting Agency Multi-Purpose HTML5 Template 
Author:  https://themeforest.net/user/website stock
Description: Description
Version: 1.0.0
Text Domain: Ttech

/*==================================================
 <-- Ttech Header Area Css-->
===================================================*/
.demo-header-area {
    position: relative;
    z-index: 9;
}

.demo-menu {
    text-align: right;
}

.demo-menu ul {
    list-style: none;
}

.demo-menu ul li {
    display: inline-block;
    margin-left: 62px;
}

.demo-menu ul li a {
    display: inline-block;
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    padding: 38px 0;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.demo-menu ul li a:hover{
    color: #0154F7;
}

.demo-menu ul li a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    right: 0;
    top: 70px;
    background: #0154F7;
    margin: auto;
    transition: .5s;
}

.demo-menu ul li a:hover::before{
    width: 100%;
}

.demo-menu ul li a i {
    font-size: 12px;
    margin-left: 4px;
}

.demo-btn {
    text-align: right;
}

.demo-btn a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    background: #0154F7;
    color: #fff;
    padding: 13px 34px;
    border-radius: 35px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.demo-btn a:hover{
    color:#0154F7 ;
}

.demo-btn a::before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    background: #FFF;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: .5s;
    border-radius: 35px;

}

.demo-btn a:hover:before{
    width: 100%;
}


/* sticky nav */
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width:100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #010212!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}

/* mobile menu sticky */
.sticky-mobile-menu {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width:100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #010212!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}

/* mobile menu area */

.mobile-menu-area {
    display: none;
}


/*==================================================
 <-- Ttech Slider Area Css-->
===================================================*/

/* Banner Slider */
.banner-section {
    position: relative;
    background: url(../images/resource/banner.png);
    height: 970px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -103px;
}

/* Banner content */

.slider-content {
    text-align: center;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
}

.slider-main-title h1 {
    color: #FFF;
    font-family: Jost;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.slider-discripton p {
    color: #FFF;
    font-family: Jost;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 28px 0px 30px;
    width: 41%;
    margin: auto;
}

.demo-icon a {
    width: 60px;
    height: 90px;
    border: 5px solid #fff;
    display: inline-block;
    border-radius: 35px;
    line-height: 45px;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.bounce-animate {
    margin-top: 30px;
}


/*==================================================
 <-- Ttech Demo Area Css-->
===================================================*/

.demos-area {
    margin-top: -200px;
    padding: 0 0 84px;
}

.demo-items-box {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}

.demo-items-thumb {
    position: relative;
    overflow: hidden;
}

.demo-items-thumb img{
    overflow: hidden;
    width: 100%;
    transition: .5s;
}

.demo-items-box:hover .demo-items-thumb img{
    transform: scale(1.1);
}

.demo-item-btn {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    left: 30%;
    opacity: 0;
    transition: .5s;
}

.demo-items-box:hover .demo-item-btn{
    bottom: 50%;
    opacity: 1;
}

.demo-item-btn a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: #0154F7;
    border: 1px solid #0154F7;
    padding: 10px 28px;
    transition: .5s;
}

.demo-item-btn a:hover{
    background: #fff;
    color: #0154F7;
}

.demo-title {
    margin-top: 14px;
}

.demo-title h4 a {
    color: #010212;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.demo-title h4 a:hover{
    color: #0154F7;
}


/*==================================================
 <-- Ttech Feature Area Css-->
===================================================*/

.feature-area {
    padding: 110px 0 100px;
    background: rgb(247, 247, 249);
}

.section-sub-title h4 {
    font-size: 16px;
    font-weight: 500;
    color: #0154F7;
    margin-bottom: 10px;
}

.section-main-title h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 40px;
}


.feature-items-box {
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 34px 0px rgba(35, 35, 49, 0.04);
    padding: 37px;
    margin-bottom: 30px;
    transition: .5s;
}

.feature-items-box:hover{
    transform: translateY(-5px);
}

.feature-icon-thumb {
    margin-bottom: 39px;
}

.feature-content h4 {
    font-size: 16px;
    font-weight: 600;
}

/*==================================================
 <-- Ttech Inner Page Area Css-->
===================================================*/

.inner-page-area {
    padding: 110px 0 85px;
}

/*==================================================
 <-- Ttech Footer Area Css-->
===================================================*/

.footer-area {
    background: url(../images/resource/footer.png);
    padding: 115px 0 112px;
}

.footer-widget-box {
    text-align: center;
}

.footer-widget-content h4 {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.footer-widget-content h2 {
    color: #FFF;
    font-family: Jost;
    font-size: 85px;
    font-weight: 600;
    margin-bottom: 45px;
}

.footer-widget-content a {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    background: #FFF;
    color: #0154F7;
    padding: 20px 58px;
    border-radius: 35px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.footer-widget-content a::before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    background: #010212;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: .5s;
    border-radius: 35px;
}

.footer-widget-content a:hover:before{
    width: 100%;
}





















/*===============================================================
<-- Ttech Sidebar Css-->
=================================================================*/

.sidebar-textwidget .contact-info ul {
    padding: 0;
}

.sidebar-group .widget-heading {
    position: absolute;
    top: 55px;
    right: 32px;
}

.sidebar-group .sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #010212;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #fff;
    font-size: 30px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    /*-webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-logo {
    margin: 0 0 50px;
}

.sidebar-textwidget .sidebar-logo a img {
    width: 50%;
}

.sidebar-group .about-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.sidebar-group .about-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

.sidebar-group .contact-info {
    margin-top: 60px;
}

.sidebar-group .contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar-group ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    margin-top: 8px;
    overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
    font-size: 20px;
    font-weight: 600;
    color: #0154F7;
    margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
    margin: 58px 0 0;
    padding: 0;
}

.sidebar-group ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

.sidebar-group ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    text-decoration: none;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
    background: var(--primary-color);
    color: #0154F7;
}


/* sidebar menu */

.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 23px;
    display: none;
}

.sidebar-menu a {
    width: 52px;
    height: 52px;
    background: #0154F7;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.sidebar-widget-menu {
    position: relative;
}

.sidebar-widget-menu ul li {
    list-style: none;
    margin-top: 10px;
    padding: 0 0 14px;
}

.sidebar-widget-menu ul li .home-menu-title h4 {
    text-align: center;
    margin-top: 10px;
}

.sidebar-widget-menu ul li .home-menu-title h4 a {
    font-size: 20px;
    padding: 0px 0;
    font-weight: 500;
    color: #141422;
}

.sidebar-widget-menu ul li .home-menu-title h4 a:hover{
    color: #0154F7;
}

.sidebar-widget-menu ul li .home-menu-title h4 a::before{
    display: none;
}



/*** 
====================================================================
    Search Popup
====================================================================
***/
.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:#0154F7;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    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: #0154F7;
    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;
}

.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: #0154F7;
}




/*
<!-- ============================================================== -->
<!-- Ttech Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #0154F7 0%, #0154F7 100%);
    background-image: -ms-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #0154F7;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    background-image: -webkit-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #0154F7;
    color: #fff;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}


@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}

/*===========================
<-- Ttech Loader Css -->
=============================*/

.loader_bg {
    position: fixed;
    z-index: 9999;
    background: #1f1f1f;
    width: 100%;
    height: 100%;
}

.loading-title {
    position: absolute;
    top: calc(50vh - 25px);
    left: calc(50vw - 40px);
    z-index: 1;
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 3px;
}

.loader{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after{
    content: '';
    border: 1em solid #0154F7;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before{
    animation-delay: .5s;
}




