@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');
@charset "UTF-8";
*{
    margin:0;
    padding:0;
    border:none;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
html{
    scroll-behavior: smooth;
}

:root{
    scroll-behavior:auto;
    --base-color: #5b5675;
    --heading-color: #141125;
    --primary-color: #5825b2;
    --primary-color-dark: #2e0a6d;
    --secondry-color:#28aae1;
    --light-color: #f8f7fc;
    --yellow-color: #ffc800;
    --border-color: #edebfd;
    --base-font: 'Inter', sans-serif;
    --heading-font: 'Poppins', sans-serif;
    --syne-font:'Syne', sans-serif;
}
.home-two{
    --primary-color: #017EFF
}
.home-two .sub-title{
    background:#edf6ff
}
.home-two .text-white .sub-title{
    background:#2187fe
}
.home-two .section-title h2 span{
    background-image:url(../images/shapes/section-title-circle-yellow.png)
}
body{
    color:var(--base-color);
    font-size:16px;
    font-weight:400;
    line-height:33px;
    font-family:var(--base-font);
    cursor: none;
    overflow-x: hidden;
}
p{
    margin-bottom: 0.75em;
    line-height: 1.65em;
}

a{
    color:var(--base-color);
    outline:none;
    -webkit-transition:.5s;
    transition:.5s;
    text-decoration:none
}
a:focus,a:visited{
    text-decoration:none;
    outline:none
}
a:hover{
    text-decoration:none;
    color:var(--primary-color)
}
h1,h2,h3,h4,h5,h6{
    font-weight:600;
    font-family:var(--syne-font)

}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    color:var(--heading-color)
}
.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white h1 a,.text-white h2 a,.text-white h3 a,.text-white h4 a,.text-white h5 a,.text-white h6 a,.text-white.section-title h2 span{
    color:#fff
}
h1{
    font-size:65px
}
h2{
    font-size:42px;
    line-height:1.25

   
}
h3{
    font-size:24px
}
h4{
    font-size:20px;
    line-height:1.6
}
h5{
    font-size:18px
}
h6{
    font-size:16px
}
ul,li{
    list-style:none;
    padding:0;
    margin:0
}
img{
    max-width:100%;
    display:inline-block
}
header:after,section:after,footer:after{
    display:block;
    clear:both;
    content:""
}
input,textarea,select{
    width:100%;
    height:60px;
    padding:0 25px 0 0px;
    font-size:16px;
    background-color:#fff;
    border-bottom:1px solid #ccc;
    border-radius: 0;
    
    
}
textarea{
    height:170px;
    display:inherit;
    padding-top:20px
}
button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{
    outline:none
}
::-webkit-input-placeholder{
    opacity:1
}
::-moz-placeholder{
    opacity:1
}
:-ms-input-placeholder{
    opacity:1
}
::-ms-input-placeholder{
    opacity:1
}
::placeholder{
    opacity:1
}
input[type=search]::-ms-clear{
    display:none;
    width:0;
    height:0
}
input[type=search]::-ms-reveal{
    display:none;
    width:0;
    height:0
}
input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{
    display:none
}
input[type=checkbox],input[type=radio]{
    height:auto;
    width:auto
}
.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
    overflow:hidden
}
.section-title h2 span{
    padding:10px 10px 0 15px;
    color:var(--primary-color);
   /* background:url(../images/shapes/section-title-circle.png) no-repeat center/100% 100%*/
}
.sub-title{
    line-height:1.4;
    font-weight:600;
    padding:7px 20px;
    border-radius:5px;
    margin-bottom:20px;
    background:#f3f1fe;
    display:inline-block;
    text-transform:capitalize;
    color:var(--primary-color)
}
.text-white .sub-title{
    color:#fff;
    background:#5d46ef
}
.theme-btn,a.theme-btn{
    z-index:1;
    cursor:pointer;
    font-weight:500;
    transition:.5s;
    position:relative;
    text-align:center;
    padding:8px 20px;
    border-radius:5px;
    align-items:center;
    display:inline-flex;
    justify-content:center;
    text-transform:capitalize
}
.theme-btn,a.theme-btn,.theme-btn.style-two:hover,a.theme-btn.style-two:hover{
    color:#fff;
    background:var(--primary-color)
}
.theme-btn:hover,a.theme-btn:hover,.theme-btn.style-two,a.theme-btn.style-two{
    background:none;
    color:var(--primary-color);
    border: 1px solid #e3d5f7;
}
.theme-btn i,a.theme-btn i{
    font-size:12px;
    margin-left:10px
}
.theme-btn.style-three,a.theme-btn.style-three{
    background:#fff;
    color:var(--primary-color);
    border:2px solid var(--primary-color)
}
.theme-btn.style-three:hover,a.theme-btn.style-three:hover{
    color:#fff;
    background:var(--primary-color)
}

.theme-btn:hover i{
    position: relative;
    animation: animate-btn-i .7s .3s infinite forwards;
}

@keyframes animate-btn-i {
    from {
        transform: scale(1);
        
    }
    to { transform: scale(1.5);
        font-weight: bold;
        
    }
  }


.theme-btn.style-four,a.theme-btn.style-four{
    color:var(--heading-color);
    background:var(--yellow-color);
    border:1px solid var(--yellow-color)
}
.theme-btn.style-four:hover,a.theme-btn.style-four:hover{
    color:#fff;
    border-color:#fff;
    background:0 0
}
.theme-btn.style-five,a.theme-btn.style-five{
    border:1px solid #fff
}
.theme-btn.style-five:hover,a.theme-btn.style-five:hover{
    color:var(--heading-color);
    background:var(--yellow-color);
    border-color:var(--yellow-color)
}
.learn-more{
    padding:10px;
    display:block;
    font-weight:700;
    text-align:center;
    color:var(--primary-color)
}
.learn-more:hover{
    color:#fff;
    background:var(--primary-color)
}
.learn-more i{
    font-size:14px;
    margin-left:5px
}
.read-more{
    font-weight:700;
    display:inline-block;
    color:var(--primary-color)
}
.read-more:hover{
    text-decoration:underline
}
.read-more i{
    font-size:13px;
    margin-left:5px
}
.social-style-one{
    display:flex
}
.social-style-one a{
    height:40px;
    width:40px;
    line-height:40px;
    border-radius:50%;
    text-align:center;
    margin:0 10px 5px 0;
    background:#e7e4fb;
    color:var(--primary-color)
}
.social-style-one a:last-child{
    margin-right:0
}
.social-style-one a:hover{
    color:#fff;
    background:var(--primary-color)
}
.list-style-one li{
    font-weight:600;
    font-size:18px;
    display:flex
}
.list-style-one li:before{
    content:"\f00c";
    font-size:12px;
    height:25px;
    width:25px;
    flex:none;
    line-height:25px;
    border-radius:50%;
    text-align:center;
    background:#f3f1fe;
    margin:5px 12px 0 0;
    color:var(--primary-color);
    font-family:'font awesome 5 free'
}
.list-style-one li:not(:last-child){
    margin-bottom:15px
}
.list-style-two{
    display:flex;
    flex-wrap:wrap
}
.list-style-two li{
    width:100%;
    margin-bottom:5px
}
.list-style-two.two-column li{
    width:50%
}
.list-style-two a{
    position:relative;
    color: var(--light-color);
}
.list-style-two a:before{
    content:"\f061";
    font-weight:600;
    font-size:14px;
    left:0;
    opacity:0;
    transition:.5s;
    position:absolute;
    font-family:"font awesome 5 free"
}
.list-style-two a:hover{
    padding-left:20px;
    font-weight:500;
    text-decoration:underline
}
.list-style-two a:hover:before{
    opacity:1
}
.list-style-three li{
    font-weight:300;
    margin-bottom:6px
}
.list-style-three li i{
    color:var(--primary-color);
    margin-right:10px;
    font-size:18px;
    width:22px
}
.list-style-three a:hover{
    text-decoration:underline
}
.preloader{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999999;
    background-color:#fff;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../images/loader.png);
    animation: pulse .5s forwards infinite;
    
}
.scroll-top{

    position:fixed;
    bottom:155px;
    right:25px;
    z-index:99;
    display:none;
    cursor:pointer;
    color:rgb(128, 128, 128);
    font-size: 12px;
    font-size:18px;
    background: none;
    transform: rotate(-90deg);
    -webkit-transform:rotate(-90deg); 
}

.scroll-top span{
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
   
   
   
}
.scroll-top span::before
{
    position: absolute;
    content: '';
    right:90px;
    top:7px;
    width: 100px;
    height: 1px;
    background-color: rgb(128, 128, 128);
    transition: 2s;
    opacity: 1;
    
   
}
.scroll-top:hover span
{
    right:90px; 
    
}

.scroll-top:hover>span::before{
    display: none;
    
}




.form-group{
    margin-bottom:25px;
    position: relative;
}
.form-group label{
    cursor:pointer;
    font-size:20px;
    font-weight:600;
    margin-bottom:11px;
    text-transform:capitalize;
    color:var(--heading-color);
    font-family:var(--heading-font)
}
.nice-select,.form-group input,.form-group textarea,.input-group input,.input-group textarea{
    float:none;
    height:auto;
    border-radius:5px;
    padding:15px 25px;
    background:0 0;
    border:1px solid #eff0f0
}
.nice-select:focus{
    border-color:#eff0f0
}
.nice-select:hover,.form-group input:focus,.form-group textarea:focus,.input-group input:focus,.input-group textarea:focus{
    box-shadow:none;
    background:#f8f7fc;
    border-color:#f8f7fc
}
.form-group select,.input-group select{
    font-size:18px;
    border-radius:5px;
    background:0 0;
    border:1px solid #21282f
}
.before-none:before{
    display:none
}
.after-none:after{
    display:none
}
.overlay{
    position:relative
}
.overlay:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    left:0;
    top:0;
    opacity:.75;
    background:var(--light-color)
}
.overlay *{
    z-index:2;
    position:relative
}
.rel{
    position:relative
}
.abs{
    position:absolute
}
.z-0{
    z-index:0
}
.z--1{
    z-index:-1
}
.z-1{
    z-index:1
}
.z-2{
    z-index:2
}
.z-3{
    z-index:3
}
.z-4{
    z-index:4
}
.z-5{
    z-index:5
}
.bg-lighter{
    background:var(--light-color)
}
.bg-blue-gradient{
    background:linear-gradient(to right, var(--primary-color) 65%, var(--secondry-color));
}
.bg-blue{
    background:var(--primary-color);
}
.bg-gray{
    background:#222b40
}
.bgs-cover{
    background-size:cover;
    background-position:center
}
.br-5{
    border-radius:5px
}
.br-10{
    border-radius:10px
}
.row.no-gap{
    margin-left:0;
    margin-right:0
}
.row.no-gap>div{
    padding-left:0;
    padding-right:0
}
.dots-shape{
    z-index:-1;
    left:6%;
    top:30%;
    position:absolute;
    animation:slideUpDown 20s infinite linear
}
.tringle-shape{
    z-index:-1;
    left:3%;
    bottom:30%;
    position:absolute;
    animation:shapeAnimationOne 20s infinite linear
}
.close-shape{
    z-index:-1;
    left:50%;
    top:25%;
    position:absolute;
    animation:shapeAnimationThree 20s infinite linear
}
.circle-shape{
    z-index:-1;
    right:8%;
    bottom:0;
    position:absolute;
    animation:shapeAnimationTwo 20s infinite linear
}
.bg-yellow-shape{
    width:120vw;
    height:250px;
    top:20%;
    z-index:2;
    left:-10vw;
    position:absolute;
    transform:rotate(5deg);
    background:var(--yellow-color)
}
.hero-content p,.hero-content-three p,.hero-content .sub-title{
    font-size: 24px;
    word-spacing: 3px;
    line-height: 1.6em;
}

.hero-content p span {
    position: relative;
    
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    animation: colorchange 3s linear infinite;
    transform: scale(.9);
    
}


@keyframes colorchange {
    0%{
        transform: scale(.9);
        color: var(--heading-color);
    }

    100%{
        transform: scale(1);
        color: var(--primary-color);
        font-weight: 600;

    }
    
}

.hero-content p,.hero-content-three p{
    max-width:525px
}
.hero-btns .theme-btn:first-child{
    margin-right:15px
}
.hero-content-two p{
    font-size:18px;
    max-width:850px;
    margin-left:auto;
    margin-right:auto
}
.section-alpha-text{
    color:#fff;
    opacity:.05;
    line-height:0;
    font-size:280px;
    font-weight:700;
    text-align:center;
    font-family:var(--heading-font)
}
.hero-section-two .close-shape{
    left:80%
}
.hero-section-two .tringle-shape{
    bottom:40%
}
.hero-section-two .left-circles{
    opacity:.25;
    height:365px;
    width:365px;
    left:-250px;
    top:200px
}
.hero-section-two .left-circles:after{
    height:100%;
    width:100%
}
.hero-section-two .right-circles{
    opacity:.25;
    right:-200px;
    top:150px
}
.hero-section-three:before{
    content:'';
    left:0;
    top:0;
    width:480px;
    height:480px;
    border-radius:50%;
    text-align:center;
    position:absolute;
    filter:blur(250px);
    background:#ee9a38;
    transform:translate(-50%,-60%)
}
.hero-content-three .newsletter-email{
    max-width:585px
}
.hero-content-three .newsletter-email input{
    border-color:var(--primary-color);
    background-color:transparent
}
.hero-content-three .newsletter-email button{
    background:var(--primary-color)
}
.hero-content-three .newsletter-email button i{
    font-size:13px
}
.hero-content-three .newsletter-radios .custom-control-input:checked~label::before,.newsletter-inner.style-two .newsletter-radios .custom-control-input:checked~label::before{
    box-shadow:none;
    background:var(--primary-color);
    border-color:var(--primary-color)
}
.hero-content-three .newsletter-radios .custom-control-input:checked~.custom-control-label::after,.newsletter-inner.style-two .newsletter-radios .custom-control-input:checked~.custom-control-label::after{
    color:#fff
}
.hero-image-three:before{
    opacity:.22;
    left:10%;
    top:10%;
    filter:blur(100px);
    background:var(--primary-color)
}
.page-banner{
    min-height:350px;
    display:flex;
    align-items:center;
    padding: 90px 0 20px;
    
}
.page-title{
    color:#fff;
    font-size:55px;
    margin-bottom:10px;
    text-transform:capitalize
}

.title-tagline
{
    color:var(--light-color);
    font-size: 24px;
    padding: 15px 0;
    line-height: 1.3em;
}

.breadcrumb{
    padding:0;
    margin-bottom:5px;
    background:0;

}
.breadcrumb.flex-center
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-item a,.breadcrumb-item.active{
    font-weight:400;
    font-size:14px;
    color:#fff;
    text-transform:capitalize
}
.breadcrumb-item.active{
    text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item::before{
    content:"\f105";
    margin:0 10px;
    color:#fff;
    float:left;
    font-weight:600;
    font-family:"font awesome 5 free"
}
.page-banner .banner-circle{
    position:absolute;
    top:15%;
    right:15%;
    z-index:-1;
    max-width:22%
}
.page-banner .dots-shape-three{
    position:absolute;
    bottom:20%;
    right:40%;
    z-index:-1;
    max-width:22%
}
.partner-item{
    margin-bottom:40px;
    display:inline-block;
    filter:grayscale(1) opacity(.4)
}
.partner-item:hover{
    filter:grayscale(0) opacity(1)
}
.hero-about-bg{
    z-index:-1;
    left:0;
    top:-495px;
    width:100%;
    position:absolute
}
.partner-dashboard{
    margin-top:-400px;
    position:relative;
    z-index:3
}
.partner-dashboard img{
    width:100%
}
.partner-two-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.partner-item-three{
    display:inline-block;
    margin-bottom:50px
}
.solution-item{
    transition:.5s;
    background:#fff;
    text-align:center;
    border-radius:5px;
    margin-bottom:30px;
    border:1px solid var(--border-color)
}
.solution-item:hover{
    border-color:#fff;
    box-shadow:10px 0 60px rgba(81,56,238,.1)
}
.solution-content{
    padding:35px 30px 10px;
    border-bottom:1px solid var(--border-color);
    min-height: 400px;
    height: 100%;
    
}
.solution-content i{
    z-index:1;
    font-size:65px;
    position:relative;
    margin-bottom:25px;
    display:inline-block;
    color:var(--primary-color)
}
.solution-content i:after{
    content:'';
    height:75px;
    width:75px;
    top:-15px;
    left:-25px;
    z-index:-1;
    position:absolute;
    background:#f3f1fe;
    border-radius:50%
}
.solutions-section .close-shape{
    top:0;
    left:75%
}
.solution-item-two{
    position:relative;
    padding:45px 0 30px 45px
}
.solution-item-two .number{
    font-size:200px;
    font-weight:600;
    opacity:.03;
    left:0;
    top:0;
    line-height:1;
    position:absolute;
    color:var(--heading-color);
    font-family:var(--heading-font)
}
.solution-item-two>i{
    height:30px;
    width:30px;
    color:#fff;
    font-size:14px;
    line-height:30px;
    text-align:center;
    border-radius:50%;
    margin-bottom:25px;
    display:inline-block;
    background:var(--primary-color)
}
.solution-item-two h4{
    margin-bottom:15px;
    font-size:22px
}
.solution-item-two.color-two>i{
    background:var(--yellow-color)
}
.solution-item-two.color-three>i{
    background:#ff6101
}
.solution-item-two.color-four>i{
    background:#f001ff
}
.solutions-section-three{
    background-position:center;
    background-repeat:no-repeat
}
.solution-item-three{
    padding:0 50px;
    margin-bottom:50px
}
.solution-item-three>i{
    height:85px;
    width:85px;
    z-index:1;
    font-size:38px;
    line-height:85px;
    background:#fff;
    position:relative;
    border-radius:7px;
    margin-bottom:44px;
    display:inline-block;
    color:var(--primary-color)
}
.solution-item-three>i:after{
    content:'';
    height:100%;
    width:100%;
    left:10px;
    top:10px;
    z-index:-1;
    opacity:.15;
    position:absolute;
    border-radius:7px;
    border:1px solid var(--border-color)
}
.solution-item-three h3{
    font-size:27px;
    margin-bottom:15px
}
.solution-item-three>a{
    color:#fff;
    text-decoration:underline
}
.about-content-three .list-style-one{
    flex-wrap:wrap;
    display:flex
}
.about-content-three .list-style-one li{
    font-family:var(--heading-font);
    color:var(--heading-color);
    font-size:22px
}
.about-content-three .list-style-one li:first-child{
    width:55%
}
.about-content-three .list-style-one li:before{
    height:30px;
    width:30px;
    color:#fff;
    margin-top:2px;
    line-height:30px;
    background:var(--primary-color)
}
.browswr-support-content .solution-item-two{
    padding:0;
    margin-top:25px
}
.browswr-support-content .solution-item-two p{
    margin-bottom:0
}
.about-page-images{
    display:flex;
    align-items:center
}
.about-page-images img:first-child{
    margin-right:30px;
    max-width:50%;
    position: absolute;
    left: 20%;
    top:190px
    
}
.about-page-images img:last-child{
    
    width:50%
}
.solutions-section-three .number{
    left:-10px
}
.counter-section{
    transform:translateY(85px)
}
.counter-inner{
    border-radius:7px;
    padding:50px 65px 15px
}
.success-item{
    display:flex;
    padding-top:40px;
    position:relative;
    align-items:center;
    margin-bottom:40px
}
.success-item:before{
    content:'';
    height:20px;
    width:20px;
    left:-7.5px;
    top:0;
    transition:.5s;
    border-radius:50%;
    position:absolute;
    transform:scale(0);
    border:1px solid #fff
}
.success-item:hover:before{
    transform:scale(1)
}
.success-item:after{
    content:'';
    height:5px;
    width:5px;
    left:0;
    top:8px;
    background:#fff;
    border-radius:50%;
    position:absolute
}
.count-text{
    font-size:42px;
    font-weight:600;
    margin-right:15px;
    font-family:var(--heading-font)
}
.count-text:after{
    content:'+'
}
.success-item p{
    font-size:18px;
    margin-bottom:0;
    font-weight:500
}
.white-circle{
    bottom:10%;
    left:65%;
    z-index:-1;
    position:absolute;
    animation:slideLeftRight 5s infinite linear
}
.counter-inner-two{
    overflow:hidden;
    border-radius:7px
}
.success-item.style-two{
    display:block;
    margin-bottom:0;
    padding:75px 75px 70px;
    border-right:1px solid #2791ff
}
.success-item.style-two:before{
    display:none
}
.success-item.style-two i{
    margin-bottom:30px;
    font-size:55px;
    display:block
}
.success-item.style-two:after{
    height:90px;
    width:90px;
    z-index:-1;
    top:45px;
    left:45px;
    background:#1b8bff
}
.feature-item{
    display:flex;
    margin-bottom:10px
}
.feature-item>i{
    height:60px;
    width:60px;
    flex:none;
    font-size:35px;
    transition:.5s;
    line-height:66px;
    text-align:center;
    margin-right:25px;
    border-radius:7px;
    background:#e7e4fb;
    color:var(--primary-color)
}
.feature-item:hover>i{
    color:#fff;
    background:var(--primary-color)
}
.feature-images{
    z-index:1;
    max-width:600px;
    margin-left:auto;
    position:relative
}
.feature-images img{
    position:relative;
    border-radius:10px;
    box-shadow:10px 0 60px rgba(81,56,238,.1)
}
.feature-images .first{
    width:48%
}
.feature-images .second{
    margin-left:-7%;
    margin-top:-8%;
    width:55%
}
.feature-images .third{
    margin-left:22%;
    margin-top:-14%;
    width:36%
}
.feature-images .fourth{
    position:relative;
    margin-left:-3%;
    margin-top:-30%;
    width:43%
}
.feature-images .circle-line{
    position:absolute;
    border-radius:50%;
    box-shadow:none;
    right:-8%;
    width:28%;
    top:33%
}
.features-section .circle-shape{
    bottom:10%
}
.features-section .close-shape{
    left:90%
}
.services-tab .nav{
    background:var(--light-color)
}
.services-tab .nav .nav-link{
    font-size:19px;
    font-weight:600;
    border-radius:0;
    padding-top:16px;
    padding-bottom:16px;
    color:var(--heading-color);
    font-family:var(--heading-font);
  
}
.services-tab .nav .nav-link.active{
    background:0 0;
    color:var(--primary-color);

}
.services-tab .nav .nav-link.active::before{
    position: absolute;
    content: '';
    left:0;
    bottom:0px;
    width: 100%;
    height: 3px;
    background-color: #5825b2;
}

.services-tab .nav .nav-link{
    position: relative;
}

.services-tab .nav .nav-link span{
    position: absolute;
    top:-55px;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(120deg, var(--primary-color) 40%, var(--secondry-color));
    z-index: 2;
}

.services-tab .nav .nav-link.active span{
    border-bottom:3px solid var(--primary-color);
    background: linear-gradient(0deg, var(--primary-color) 20%, var(--secondry-color));
    opacity: 1;
}

.services-tab .tab-content{
    max-width:1260px;
    margin-left:auto;
    margin-right:auto
}
.service-content{
    max-width:428px
}
.service-content h3{
    font-size:27px;
    line-height:1.45;
    margin-bottom:15px
}
.services-image img{
    width:100%
}
.dots-circle-half{
    position:absolute;
    bottom:0;
    left:0;
    z-index:-1;
    max-width:20%
}
.solutions-tab-nav{
    height:100%
}
.solutions-tab-nav .nav-item{
    margin-bottom:20px
}
.solutions-tab-nav .nav-link{
    display:flex;
    height:100%;
    text-align:left;
    padding:25px 35px;
    border-radius:7px;
    align-items:center;
    border:1px solid var(--border-color)
}
.solutions-tab-nav .nav-link>i{
    margin-right:20px;
    font-size:60px;
    flex:none
}
.solutions-tab-nav .nav-link h3{
    letter-spacing:-.5px
}
.solutions-tab-nav .nav-link p{
    margin-bottom:0
}
.solutions-tab-nav .nav-link:hover,.solutions-tab-nav .nav-link.active{
    border-color:var(--primary-color);
    color:var(--primary-color);
    background:0 0
}
.service-item{
    display:flex;
    background:#fff;
    position:relative;
    border-radius:7px;
    margin-bottom:30px;
    padding:50px 45px 25px
}
.service-item:after{
    content:'';
    height:50px;
    width:100%;
    left:0;
    bottom:0;
    opacity:0;
    z-index:-1;
    transition:.25s;
    border-radius:7px;
    position:absolute;
    background:var(--primary-color)
}
.service-item:hover:after{
    opacity:1;
    bottom:-5px
}
.service-item>i{
    font-size:60px;
    display:inline-block;
    margin:0 20px 20px 0;
    color:var(--primary-color)
}
.service-item .content h3{
    margin-bottom:10px
}
.single-service-content .image img{
    width:100%
}
.single-service-content h2{
    font-size:35px
}
.single-service-content p,.single-service-content h2{
    margin-bottom:15px
}
.service-item-two{
    margin-bottom:50px
}
.service-item-two>i{
    font-size:66px;
    margin-bottom:25px;
    display:inline-block;
    color:var(--primary-color)
}
.newsletter-inner{
    margin-top:-220px;
    border-radius:7px;
    transform:translateY(220px)
}
.newsletter-content{
    margin-left:30px
}
.newsletter-email{
    position:relative
}
.newsletter-email input{
    border-radius:7px;
    padding:5px 30px;
    height:70px
}
.newsletter-email button{
    position:absolute;
    color:#fff;
    top:10px;
    right:10px;
    display:flex;
    padding:8px 30px;
    border-radius:5px;
    align-items:center;
    height:calc(100% - 20px);
    background:var(--heading-color)
}
.newsletter-email button i{
    margin:3px 0 0 7px
}
.newsletter-radios{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin-top:25px
}
.newsletter-radios .custom-radio:not(last-child){
    margin-right:35px
}
.newsletter-radios .custom-radio{
    padding-left:40px
}
.newsletter-radios .custom-radio label{
    cursor:pointer
}
.newsletter-radios .custom-radio label:before{
    height:25px;
    width:25px;
    left:-40px;
    border:1px solid;
    background:0 0
}
.newsletter-radios .custom-control-input:checked~label::before{
    background:0 0;
    border:1px solid #fff
}
.newsletter-radios .custom-radio label:after{
    background-image:none;
    content:'\f00c';
    font-weight:600;
    font-size:12px;
    left:-33px;
    top:1px;
    opacity:0;
    transition:.5s;
    font-family:"font awesome 5 free"
}
.newsletter-radios .custom-control-input:checked~.custom-control-label::after{
    background-image:none;
    opacity:1
}
.newsletter-images{
    max-width:570px;
    margin-top:-30px;
    position:relative;
    margin-bottom:-30px
}
.newsletter-images .circle{
    position:absolute;
    top:20%;
    right:15%;
    z-index:-1;
    width:33%
}
.newsletter-images .dots{
    position:absolute;
    left:20%;
    bottom:15%;
    z-index:-1;
    width:11%
}
.newsletter-inner.style-two:after{
    content:'';
    right:0;
    top:0;
    width:40%;
    z-index:-2;
    height:100%;
    position:absolute;
    background:url(../images/newsletter/newsletter-two-bg.png) no-repeat center/cover
}
.newsletter-inner.style-two .sub-title{
    background:#323a4d
}
.newsletter-inner.style-two .newsletter-email button{
    background:var(--primary-color)
}
.feedback-section .container{
    max-width:1350px
}
.feedback-left-image{
    padding-top:110px;
   
}
.feedback-left-image:before{
    content:'';
    top:0;
    right:2vw;
    width:48vw;
    height:88%;
    z-index:-1;
    position:absolute;
    background:url(../images/feedbacks/feedback-left-bg.jpg) no-repeat center/cover
}
.feedback-author{
    display:flex;
    align-items:center;
    margin-bottom:20px
}
.feedback-author i{
    height:60px;
    width:60px;
    flex:none;
    color:#fff;
    font-size:35px;
    line-height:70px;
    margin-right:25px;
    text-align:center;
    border-radius:50%;
    background:var(--primary-color)
}
.feedback-author .author-content h3{
    margin-bottom:0
}
.feedback-author .author-content span{
    font-weight:500
}
.feedback-wrap .feedback-author .author-content span{
    color:var(--primary-color)
}
.feedback-item p{
    font-size:22px;
    line-height:1.8
}
.feedback-item p b,.feedback-item-two p b{
    font-weight:600;
    color:var(--primary-color)
}
.feedback-wrap .slick-dots{
    display:flex;
    margin-top:30px;
    padding-top:45px;
    border-top:1px solid var(--border-color)
}
.slick-dots{
    display:flex
}
.slick-dots li{
    height:10px;
    width:10px;
    cursor:pointer;
    transition:.5s;
    overflow:hidden;
    border-radius:50%;
    text-indent:-100px;
    margin:5px 10px 0 0;
    border:2px solid #dcd7fc
}
.slick-dots li.slick-active{
    border-color:var(--primary-color)
}
.slick-dots li button{
    background:0 0
}
.feedback-item-two{
    margin:15px;
    transition:.5s;
    padding:40px 50px;
    background:#f8f7fc;
    border-radius:7px
}
.feedback-active{
    margin:0 -15px
}
.feedback-item-two img{
    margin-bottom:26px
}
.feedback-item-two p{
    margin-bottom:30px;
    font-size:18px
}
.feedback-item-two:hover{
    background:#fff;
    box-shadow:0 0 30px rgba(1,126,255,.1)
}
.slider-arrow-btns button,.dashboard-screenshot-wrap .slick-arrow{
    height:55px;
    width:55px;
    border-radius:5px;
    border:1px solid var(--border-color);
    background:0 0;
    transition:.5s
}
.slider-arrow-btns button:first-child{
    margin-right:10px
}
.slider-arrow-btns button:hover,.slider-arrow-btns button:focus{
    background:var(--yellow-color);
    color:#fff
}
.feedback-active .slick-dots{
    justify-content:center;
    padding-top:40px
}
.feedback-section-three{
    background-repeat:no-repeat
}
.feedback-three-wrap{
    margin-right:-300px
}
.feedback-three-wrap .slick-list{
    padding-right:285px
}
.slider-dots-area .slick-dots li{
    height:13px;
    width:13px;
    opacity:.2;
    border:3px solid #fff
}
.slider-dots-area .slick-dots li.slick-active{
    opacity:1
}
.project-filter{
    display:flex;
    flex-wrap:wrap;
    margin-left:-5px;
    margin-right:-5px;
    justify-content:center
}




.project-filter li{
    line-height:1;
    font-size:18px;
    cursor:pointer;
    font-weight:600;
    transition:.5s;
    padding:8px 13px;
    margin:0 5px 5px;
    border-radius:5px;
    color:var(--heading-color)
}
.project-filter li:hover,.project-filter li.current{
    color:#fff;
    background:var(--primary-color)
}

.project-fil-block{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.project-filter.project-fil-block li{
    display: block;
    padding:8px 10px 8px 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 14px;
    background-color: var(--light-color);
    
}
.project-filter.project-fil-block li:hover{
    background-color: var(--primary-color);
    
}

.project-filter.project-fil-block li.current{
    background-color: var(--primary-color);
}

.project-item{
    position:relative;
    margin-bottom:30px
}
.project-content{
    position:absolute;
    left:50%;
    top:50%;
    z-index:2;
    opacity:0;
    width:260px;
    height:260px;
    display:flex;
    transition:.5s;
    border-radius:50%;
    text-align:center;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    background:var(--primary-color);
    transform:translate(-50%,-50%)
}
.project-content a{
    color:#fff
}
.project-content>a{
    font-size:24px;
    display:inline-block
}
.project-content h3{
    margin:10px 0 0;
    line-height:1.4
}
.project-item:after{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    left:0;
    top:0;
    opacity:0;
    transition:.5s;
    background:#000
}
.project-item img{
    width:100%
}
.project-item:hover:after{
    opacity:.5
}
.project-item:hover .project-content{
    opacity:1
}
.project-details-content p,.project-details-content h2{
    margin-bottom:18px
}
.project-details-content h2{
    font-size:35px
}
.big-letter:first-letter{
    font-weight:700;
    font-size:30px;
    height:50px;
    width:50px;
    float:left;
    color:#fff;
    line-height:1;
    padding:9px 15px;
    border-radius:5px;
    margin:10px 15px 0 0;
    background:var(--primary-color)
}
.project-information{
    padding:50px 60px;
    margin-top:-180px
}
.project-info-title{
    font-size:30px;
    position:relative;
    margin-bottom:30px;
    padding-bottom:28px
}
.project-info-title:after{
    content:'';
    height:4px;
    width:50px;
    left:0;
    bottom:0;
    background:#fff;
    border-radius:5px;
    position:absolute
}
.project-info-item{
    font-weight:500;
    font-family:var(--heading-font)
}
.project-info-item:not(:last-child){
    border-bottom:1px solid #6b56f1;
    padding-bottom:25px;
    margin-bottom:23px
}
.project-info-item h4{
    margin-bottom:0
}
.blog-item{
    position:relative;
    margin-bottom:30px;
    box-shadow:10px 0 60px rgba(81,56,238,.1)
}
.blog-item .image img{
    width:100%
}
.blog-content{
    padding:40px 30px 10px;
    border-bottom:1px solid var(--border-color)
}
.blog-content h4{
    margin-bottom:12px
}
.blog-author{
    left:30px;
    padding:6px;
    display:flex;
    background:#fff;
    margin-top:-25px;
    border-radius:5px;
    position:absolute;
    align-items:center;
    width:calc(100% - 60px);
    box-shadow:10px 0 60px rgb(81 56 238/15%)
}
.blog-author img{
    flex:none;
    width:36px;
    height:36px;
    border-radius:5px;
    margin-right:10px
}
.blog-author h5{
    margin:0
}
.blog-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-bottom:10px
}
.blog-meta li{
    transition:.5s
}
.blog-meta li:not(:last-child){
    margin-right:18px
}
.blog-meta li i{
    margin-right:5px
}
.blog-item .learn-more{
    padding-bottom:15px;
    padding-top:15px
}
.blog-item-two{
    z-index:1;
    padding:35px;
    transition:.5s;
    background:#fff;
    position:relative;
    margin-bottom:30px
}
.blog-item-two h3{
    line-height:1.35;
    margin-bottom:12px
}
.blog-item-two h3 a:hover{
    text-decoration:underline
}
.blog-two-image{
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
    opacity:0;
    z-index:-1;
    transition:.5s;
    background-size:cover
}
.blog-two-image:after{
    position:absolute;
    height:100%;
    width:100%;
    content:'';
    left:0;
    top:0;
    background:rgba(0,0,0,.8)
}
.blog-item-two:hover .blog-two-image{
    opacity:1
}
.blog-item-two:hover,.blog-item-two:hover a{
    color:#fff
}
.blog-standard-item:not(:last-child){
    margin-bottom:60px
}
.blog-standard-item>img{
    margin-bottom:35px;
    width:100%
}
.blog-standard-item .blog-meta{
    margin-bottom:12px;
    font-size:18px
}
.blog-standard-item .blog-meta li{
    line-height:1;
    margin-right:25px;
    margin-bottom:12px;
    padding-right:25px;
    border-right:3px solid var(--border-color)
}
.blog-standard-item>p{
    font-size:18px
}
.blog-standard-item h2{
    font-size:35px
}
.blog-standard-item p,.blog-standard-item h2{
    margin-bottom:15px
}
.blog-standard-item .theme-btn{
    margin-top:15px
}
.blog-details-content h3{
    font-size:30px
}
blockquote{
    z-index:1;
    max-width:680px;
    text-align:center;
    position:relative;
    margin:30px auto 0;
    padding:50px 50px 30px
}
blockquote:before{
    position:absolute;
    content:"\f10e";
    left:50%;
    top:20px;
    z-index:-1;
    color:#ededed;
    line-height:1;
    font-size:110px;
    font-weight:600;
    transform:translate(-50%);
    font-family:"font awesome 5 free"
}
blockquote p{
    font-size:30px;
    font-weight:600;
    line-height:1.33;
    font-family:var(--heading-font)
}
blockquote .name-designation{
    font-family:var(--heading-font)
}
blockquote .name-designation .name{
    font-size:18px;
    font-weight:600;
    color:var(--primary-color)
}
blockquote .name-designation .designation{
    font-size:14px;
    display:inline-block
}
.blog-footer .tags,.blog-footer .social{
    display:flex;
    flex-wrap:wrap;
    font-weight:600;
    align-items:center
}
.blog-footer .tags b,.blog-footer .social b{
    font-size:18px;
    margin:10px 15px 10px 0;
    color:var(--heading-color);
    font-family:var(--heading-font)
}
.blog-footer .tags a{
    padding:8px 14px;
    font-size:14px;
    line-height:1;
    border-radius:5px;
    margin:5px 10px 5px 0;
    color:var(--heading-color);
    font-family:var(--heading-font);
    border:1px solid var(--border-color)
}
.blog-footer .tags a:hover{
    color:#fff;
    border-color:var(--primary-color);
    background:var(--primary-color)
}
.blog-footer .social a:not(:last-child){
    margin-right:20px
}
.comment-item{
    display:flex;
    margin-bottom:44px
}
.comment-item.child-comment{
    margin-left:80px
}
.author-image{
    flex:none;
    max-width:100px;
    margin-right:30px
}
.author-image img{
    width:100px;
    height:100px;
    border-radius:50%
}
.comment-details .name-date{
    flex-wrap:wrap;
    display:flex
}
.comment-details .name-date h4{
    margin-right:15px
}
.comment-details .name-date .date{
    font-weight:500
}
.comment-details p{
    margin-bottom:5px
}
.comment-details .reply{
    display:flex;
    font-weight:600;
    align-items:center;
    font-family:var(--heading-font)
}
.comment-details .reply i{
    margin:5px 0 0 5px
}
.admin-comment{
    border-radius:7px
}
.admin-comment .comment-details h3{
    font-size:24px
}
.admin-comment .social a{
    margin-right:15px;
    color:#fff;
    opacity:.4
}
.admin-comment .social a:hover{
    opacity:1
}
.widget:not(:last-child){
    margin-bottom:55px
}
.service-widget:not(:last-child){
    margin-bottom:40px
}
.widget-title{
    position:relative;
    margin-bottom:35px;
    padding-bottom:28px
}
.widget-title:after{
    position:absolute;
    content:'';
    height:4px;
    width:60px;
    left:0;
    bottom:0;
    border-radius:5px;
    background:var(--primary-color)
}
.search-widget .widget-title{
    margin-bottom:0
}
.search-widget .widget-title:after{
    display:none
}
.search-widget form{
    position:relative
}
.search-widget form button{
    position:absolute;
    right:0;
    top:0;
    width:66px;
    height:100%;
    line-height:1;
    font-size:18px;
    background:0 0;
    color:var(--primary-color)
}
.search-widget form input{
    padding:34px 40px;
    border-radius:5px;
    font-size:18px
}
.category-widget li{
    display:flex;
    font-size:18px;
    font-weight:500
}
.category-widget li:not(:last-child){
    margin-bottom:20px
}
.category-widget li:before{
    content:"\f105";
    font-weight:600;
    margin-right:10px;
    font-family:"font awesome 5 free"
}
.category-widget li a:not(:hover){
    color:var(--heading-color)
}
.category-widget li span{
    margin-left:auto
}
.news-widget-item{
    display:flex;
    align-items:center
}
.news-widget-item:not(:last-child){
    margin-bottom:25px
}
.news-widget-item img{
    margin-right:30px
}
.news-widget-item h5{
    font-weight:700;
    line-height:1.66;
    margin-bottom:0
}
.news-widget-item .date i{
    margin-right:5px
}
.tag-clouds{
    display:flex;
    flex-wrap:wrap
}
.tag-clouds a{
    line-height:1;
    font-weight:600;
    padding:10px 14px;
    border-radius:5px;
    background:#edebfd;
    margin:0 10px 10px 0;
    color:var(--heading-color)
}
.tag-clouds a:hover{
    color:#fff;
    background:var(--primary-color)
}
.service-list{
    padding:30px 35px;
    border:1px solid var(--border-color);
    position: relative;
}
.service-list li{
    position: relative;
}
.service-list li a{
    display:flex;
    font-size:18px;
    font-weight:600;
    padding:11px 25px;
    border-radius:5px;
    align-items:center;
    color:var(--heading-color);
    justify-content:space-between;
    background:var(--light-color);
    font-family:var(--heading-font)
}
.service-list li:not(:last-child){
    margin-bottom:15px
}
.service-list li a:hover,.service-list li a.active{
    color:#fff;
    background:var(--primary-color)
}




.service-list li .side-dropdown{
    position: absolute; 
    right: -330px;
    top:0px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    display: none;
    background:#7635e7;
    border-radius: 7px;   
}
.service-list li .side-dropdown li{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.service-list li .side-dropdown li a:hover{
    background:var(--primary-color);
    color:var(--light-color);
    border-radius: 0px;
}


.service-list li:hover .side-dropdown{
    display: block;
}

.service-list li .side-dropdown li a{
    background:#7635e7;
    color: var(--light-color);
    margin-bottom: 0;
    padding: 12px 15px;


    
}
/* .service-list li .side-dropdown li a:first-child{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
} */
.service-list li a:hover > .side-dropdown::before{
    border-right:10px solid var(--light-color); 
}
.service-list li .side-dropdown::before{
    content: '';
    z-index: 300;
    position: absolute;
    top:10px;
    left:-10px;
    width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #7635e7; 

}




.call-action-widget{
    z-index:1;
    overflow:hidden;
    padding:40px 45px;
    position:relative;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:bottom right;
    background-color:var(--primary-color);
    background-image:url(../images/widgets/call-to-action-bg.png)
}
.call-action-widget h3{
    color:#fff;
    margin-bottom:0
}
.call-action-widget .h2{
    color:#fff;
    font-size:35px;
    font-weight:600;
    margin-bottom:22px;
    display:inline-block;
    font-family:var(--heading-color)
}
.call-action-widget .number{
    color:#fff;
    font-size:17px;
    font-weight:600;
    text-decoration:underline;
    font-family:var(--heading-font)
}
.call-action-widget .theme-btn{
    background:#fff;
    padding:6px 25px;
    margin-bottom:25px;
    color:var(--heading-color)
}
.call-action-widget .action-man{
    margin:-80px -45px -40px auto;
    position:relative;
    display:block;
    z-index:-1
}
.call-action-widget .dots-shape{
    left:75%;
    top:12%
}
.call-action-widget .circle-shape{
    right:80%;
    bottom:15%
}
.file-download{
    padding:30px 35px;
    border:1px solid var(--border-color)
}
.file-download li:not(:last-child){
    margin-bottom:15px
}
.file-download li a{
    display:flex;
    border-radius:5px;
    align-items:center;
    background:var(--light-color)
}
.file-download li a i{
    width:55px;
    height:55px;
    color:#fff;
    font-size:22px;
    transition:.5s;
    line-height:55px;
    text-align:center;
    border-radius:5px;
    margin-right:20px;
    background:var(--heading-color)
}
.file-download li a h5{
    margin:0
}
.file-download li a:hover i{
    background:var(--primary-color)
}
.pricing-item{
    z-index:1;
    padding:40px;
    overflow:hidden;
    background:#fff;
    border-radius:7px;
    position:relative;
    margin-bottom:30px
}
.pricing-item:after{
    content:'';
    height:100%;
    width:100%;
    left:0;
    top:0;
    opacity:0;
    z-index:-1;
    transition:.5s;
    position:absolute;
    background:url(../images/shapes/pricing-bg.png) no-repeat top/cover
}
.pricing-item .price-title{
    color:var(--primary-color);
    margin-bottom:20px;
    transition:.5s
}
.pricing-item .price{
    font-size:35px;
    display:block;
    transition:.5s;
    font-weight:600;
    margin-bottom:15px;
    color:var(--heading-color);
    font-family:var(--heading-font)
}
.pricing-item .price:before{
    content:'$'
}
.pricing-item .price:after{
    content:'/monthly';
    font-weight:400;
    font-size:18px
}
.pricing-item .theme-btn{
    width:100%;
    margin-top:5px;
    padding-top:8px;
    background:#fff;
    padding-bottom:8px;
    margin-bottom:25px;
    color:var(--heading-color);
    border:1px solid var(--border-color)
}
.pricing-item .list-style-one li:before{
    height:20px;
    width:20px;
    color:#fff;
    font-size:10px;
    font-weight:600;
    line-height:20px;
    background:#1b8bff
}
.pricing-item .list-style-one li{
    margin-top:7px;
    margin-bottom:0;
    font-weight:500;
    transition:.5s
}
.pricing-item:hover:after{
    opacity:1
}
.pricing-item:hover p,.pricing-item:hover .price,.pricing-item:hover .price-title,.pricing-item:hover .list-style-one li{
    color:#fff
}
.pricing-section .section-alpha-text{
    transform:translateY(-80px);
    margin-bottom:0
}
.pricing-section .close-shape{
    left:80%;
    top:10%
}
.pricing-section .text-white .sub-title{
    background:#323a4d
}
.pricing-section .left-circles,.pricing-section .right-circles{
    opacity:.1
}
.team-section .counter-inner-two{
    transform:translateY(-155px);
    margin-bottom:-155px
}
.team-member{
    text-align:center;
    margin-bottom:50px
}
.team-member .image{
    position:relative;
    margin-bottom:45px
}
/* .team-member .image img{
    border-radius:0 150px 150px 150px
} */
.team-member .image a{
    position:absolute;
    height:55px;
    width:55px;
    bottom:0;
    left:50%;
    color:#fff;
    line-height:55px;
    border-radius:50%;
    transform:translate(-50%,44%);
    background:var(--primary-color)
}
.team-member h3{
    margin-bottom:5px
}
.team-member span{
    font-weight:600
}
.team-profile-description h2{
    font-size:35px
}
.team-profile-description h3{
    font-size:30px
}
.team-profile-description p,.team-profile-description h2,.team-profile-description h3{
    margin-bottom:15px
}
.progress-content{
    position:relative;
    margin-bottom:10px
}
.team-skill-item{
    text-align:center;
    margin-bottom:40px
}
.progress-content h2{
    position:absolute;
    left:50%;
    top:50%;
    font-weight:700;
    transform:translate(-50%,-50%)
}
.progress-content h2 span{
    font-size:18px
}
.contact-form{
    z-index:9;
    border-radius:7px;
    position:relative;
    margin-top:-265px;
    padding:80px 70px;
    box-shadow:10px 0 60px rgba(81,56,238,.1)
}
.contact-information-area{
    max-width:990px;
    margin-left:auto;
    margin-right:auto
}
.contact-info-item{
    display:flex;
    padding:35px;
    transition:.5s;
    border-radius:7px;
    margin-bottom:30px;
    background:var(--light-color)
}
.contact-info-item>i{
    height:55px;
    width:55px;
    flex:none;
    color:#fff;
    transition:.5s;
    border:2px solid;
    line-height:51px;
    text-align:center;
    margin-right:20px;
    border-radius:50%;
    background:var(--primary-color)
}
.contact-info-content h3{
    margin-bottom:0;
    transition:.5s
}
.contact-info-content span{
    font-weight:600;
    transition:.5s;
    text-decoration:underline
}
.contact-info-item:hover{
    background:var(--primary-color)
}
.contact-info-item:hover h3,.contact-info-item:hover span,.contact-info-item:hover span a{
    color:#fff
}
.contact-left-map{
    min-height:500px
}
.contact-form-two .form-control{
    border-width:0 0 2px;
    padding:0 0 20px;
    border-radius:0
}
.contact-form-two .form-control::placeholder{
    font-size:18px;
    font-weight:600;
    text-transform:capitalize;
    color:var(--heading-color);
    font-family:var(--heading-font)
}
.contact-form-two .form-control:focus{
    border-color:var(--primary-color);
    background:0 0
}
.contact-form-two .form-group{
    margin-bottom:50px
}
.contact-info-item.style-two{
    padding:0;
    margin-bottom:40px;
    align-items:center;
    background:0 0
}
.contact-info-item.style-two>i{
    height:60px;
    width:60px;
    border:none;
    font-size:22px;
    line-height:60px
}
.contact-info-item.style-two h5{
    margin-bottom:5px
}
.contact-info-item.style-two span{
    font-size:16px;
    font-weight:500;
    text-decoration:none
}
.contact-info-item.style-two span,.contact-info-item.style-two span a{
    color:var(--base-color)
}
.contact-form-three .form-group{
    margin-bottom:30px
}
.contact-form-three .form-control{
    padding:8px 30px;
    border:1px solid #ddd;
    border-radius:0;
}
.contact-form-three .form-control::placeholder{
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
    color:var(--heading-color);
    font-family:var(--heading-font)
}
.contact-form-three .form-control:focus{
    border-color:var(--primary-color);
    background:0 0
}
.dashboard-screenshot-item{
    opacity:.25;
    text-align:right
}
.dashboard-screenshot-item.slick-active{
    border-radius:0;
    opacity:1;
    z-index:4
}
.dashboard-screenshot-item img{
    transform:translate(calc(100% - 144px));
    display:inline-block;
    border-radius:25px;
    width:80%
}
.dashboard-screenshot-item.slick-active img{
    transform:translate(0);
    border-radius:0;
    width:100%
}
.dashboard-screenshot-item.slick-active+.dashboard-screenshot-item{
    text-align:left
}
.dashboard-screenshot-item.slick-active+.dashboard-screenshot-item img{
    transform:translate(calc(144px - 100%))
}
.dashboard-screenshot-wrap .slick-track{
    align-items:center;
    display:flex
}
.dashboard-screenshot-wrap .slick-arrow{
    color:#fff;
    border:none;
    z-index:1;
    position:absolute;
    top:calc(50% - 27px);
    background:var(--heading-color)
}
.dashboard-screenshot-wrap .slick-arrow:hover,.dashboard-screenshot-wrap .slick-arrow:focus{
    background:var(--primary-color)
}
.dashboard-screenshot-wrap .dashboard-prev{
    left:-27px
}
.dashboard-screenshot-wrap .dashboard-next{
    right:-27px
}

.footer-dark-blue
{
    background-color: #131022;
}
.footer-dark-blue-light
{
    background-color: #295cb9;
}
.footer-section .newsletter-inner{
    transform:translateY(-220px);
    margin-bottom:-140px;
    margin-top:0
}
.footer-section .newsletter-email button{
    background:var(--yellow-color);
    color:var(--heading-color);
    font-weight:700
}
.footer-section .bg-yellow-shape{
    top:-100px
}
.call-to-action{
   
    padding:45px 90px 25px;
    transform:translateY(0px)
}
.call-to-action-btns .theme-btn:not(:last-child){
    border:2px solid #fff;
    margin-right:15px
}
.call-to-action-btns .theme-btn.style-three{
    background:0 0;
    border-color:#fff;
    color:#fff
}
.call-to-action-btns .theme-btn.style-three:hover{
    color:var(--primary-color);
    background:#fff
}
.call-to-action .white-circle{
    left:2%;
    bottom:42%
}
.call-to-action .white-dots{
    position:absolute;
    bottom:25%;
    left:45%
}
.call-to-action .white-dots-circle{
    position:absolute;
    z-index:-1;
    right:28%;
    top:0
}
.footer-widget{
    margin-bottom:50px
}
.footer-title{
    font-size:20px;
    font-weight:500;
    margin-bottom:20px;
    color: var(--light-color);
}
.about-widget{
    max-width:435px
}
.about-widget p b{
    font-weight:600;
    text-decoration:underline;
    color:var(--primary-color)
}
.copyright-area{
    padding-bottom:10px;
  
}
.copyright-area p a{
    color:var(--light-color)
}
.left-circles,.right-circles,.left-circles:after,.right-circles:after{
    height:500px;
    width:500px;
    z-index:-1;
    position:absolute;
    border-radius:50%;
    border:1px solid var(--border-color);
    animation:slideUpDown 4s infinite linear
}
.left-circles:after,.right-circles:after{
    content:'';
    top:50%;
    animation-delay:2s
}
.left-circles{
    left:-350px;
    top:5%
}
.right-circles{
    right:-300px;
    bottom:5%
}
.right-circles:after{
    right:-150px;
    top:0
}
.footer-section.text-white p span,.footer-section.text-white .copyright-area p,.footer-section.text-white .list-style-two a,.footer-section.text-white .list-style-three li span{
    opacity:.7;
 
}

.list-style-three li,.list-style-three li a,.list-style-three li i {
    color: #fff;
}
.footer-section.text-white p b,.footer-section.text-white .list-style-two a,.footer-section.text-white .copyright-area p a,.footer-section.text-white .social-style-one a,.footer-section.text-white .list-style-three li i,.footer-section.text-white .list-style-three li a{
    color:#fff
}
.footer-section.text-white .list-style-two a:hover{
    opacity:1
}
.footer-section.text-white .social-style-one a{
    background:rgba(255,255,255,.1)
}
.footer-section.text-white .social-style-one a:hover{
    background:var(--primary-color)
}
.footer-section.text-white .copyright-area{
    border-color:#394153
}
.footer-two:before{
    content:'';
    left:0;
    top:100px;
    z-index:-1;
    width:150px;
    height:150px;
    border-radius:50%;
    text-align:center;
    position:absolute;
    filter:blur(100px);
    background:#ee9a38
}
.footer-two:after{
    content:'';
    bottom:0;
    right:0;
    z-index:-1;
    width:250px;
    opacity:.5;
    height:250px;
    border-radius:50%;
    text-align:center;
    position:absolute;
    filter:blur(100px);
    background:#00ff12
}
.inner-page .footer-section .newsletter-email button{
    background:var(--heading-color);
    color:#fff
}
.inner-page .slider-arrow-btns button:hover,.inner-page .slider-arrow-btns button:focus{
    background:var(--primary-color)
}
@-webkit-keyframes sticky{
    0%{
        top:-100px
    }
    100%{
        top:0
    }
}
@keyframes sticky{
    0%{
        top:-100px
    }
    100%{
        top:0
    }
}
@keyframes shapeAnimationOne{
    0%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
    25%{
        -webkit-transform:translate(0px,150px) rotate(90deg);
        transform:translate(0px,150px) rotate(90deg)
    }
    50%{
        -webkit-transform:translate(150px,150px) rotate(180deg);
        transform:translate(150px,150px) rotate(180deg)
    }
    75%{
        -webkit-transform:translate(150px,0px) rotate(270deg);
        transform:translate(150px,0px) rotate(270deg)
    }
    100%{
        -webkit-transform:translate(0px,0px) rotate(360deg);
        transform:translate(0px,0px) rotate(360deg)
    }
}
@keyframes shapeAnimationTwo{
    0%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
    25%{
        -webkit-transform:translate(-150px,-0px) rotate(270deg);
        transform:translate(-150px,-0px) rotate(270deg)
    }
    50%{
        -webkit-transform:translate(-150px,-150px) rotate(180deg);
        transform:translate(-150px,-150px) rotate(180deg)
    }
    75%{
        -webkit-transform:translate(-0px,-150px) rotate(90deg);
        transform:translate(-0px,-150px) rotate(90deg)
    }
    100%{
        -webkit-transform:translate(0px,0px) rotate(360deg);
        transform:translate(0px,0px) rotate(360deg)
    }
}
@keyframes shapeAnimationThree{
    0%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
    25%{
        -webkit-transform:translate(50px,150px) rotate(90deg);
        transform:translate(50px,150px) rotate(90deg)
    }
    50%{
        -webkit-transform:translate(150px,150px) rotate(180deg);
        transform:translate(150px,150px) rotate(180deg)
    }
    75%{
        -webkit-transform:translate(150px,50px) rotate(270deg);
        transform:translate(150px,50px) rotate(270deg)
    }
    100%{
        -webkit-transform:translate(0px,0px) rotate(360deg);
        transform:translate(0px,0px) rotate(360deg)
    }
}
@keyframes shapeAnimationFour{
    0%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
    25%{
        -webkit-transform:translate(-150px -50px) rotate(90deg);
        transform:translate(-150px -50px) rotate(90deg)
    }
    50%{
        -webkit-transform:translate(-150px,-150px) rotate(180deg);
        transform:translate(-150px,-150px) rotate(180deg)
    }
    75%{
        -webkit-transform:translate(-50px,-150px) rotate(270deg);
        transform:translate(-50px,-150px) rotate(270deg)
    }
    100%{
        -webkit-transform:translate(0px,0px) rotate(360deg);
        transform:translate(0px,0px) rotate(360deg)
    }
}
@keyframes shapeAnimationFive{
    0%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
    25%{
        -webkit-transform:translate(-100px -100px) rotate(90deg);
        transform:translate(-100px -100px) rotate(90deg)
    }
    50%{
        -webkit-transform:translate(100px,50px) rotate(180deg);
        transform:translate(100px,50px) rotate(180deg)
    }
    75%{
        -webkit-transform:translate(-100px,150px) rotate(270deg);
        transform:translate(-100px,150px) rotate(270deg)
    }
    100%{
        -webkit-transform:translate(0px,0px) rotate(360deg);
        transform:translate(0px,0px) rotate(360deg)
    }
}
.shapeAnimationOne{
    animation:shapeAnimationOne 20s infinite linear
}
.shapeAnimationTwo{
    animation:shapeAnimationTwo 20s infinite linear
}
.shapeAnimationThree{
    animation:shapeAnimationThree 20s infinite linear
}
.shapeAnimationFour{
    animation:shapeAnimationFour 20s infinite linear
}
.shapeAnimationFive{
    animation:shapeAnimationFive 20s infinite linear
}
@keyframes circleRotated{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.circleRotated{
    animation:circleRotated 10s infinite linear
}
@keyframes slideLeftRight{
    0%{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
    50%{
        -webkit-transform:translate(20px);
        transform:translate(20px)
    }
    100%{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
}
.slideLeftRight{
    animation:slideLeftRight 5s infinite linear
}
@keyframes slideUpDown{
    0%{
        -webkit-transform:translate(0px,0px);
        transform:translate(0px,0px)
    }
    50%{
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        -webkit-transform:translate(0px,0px);
        transform:translate(0px,0px)
    }
}
.slideUpDown{
    animation:slideUpDown 5s infinite linear
}
@keyframes slideUpRight{
    0%{
        -webkit-transform:translate(0px,0px);
        transform:translate(0px,0px)
    }
    50%{
        -webkit-transform:translate(-20px,20px);
        transform:translate(-20px,20px)
    }
    100%{
        -webkit-transform:translate(0px,0px);
        transform:translate(0px,0px)
    }
}
.slideUpRight{
    animation:slideUpRight 5s infinite linear
}
@-webkit-keyframes circleAnimation{
    0%{
        border-radius:60% 40% 30% 70%/60% 30% 70% 40%
    }
    50%{
        border-radius:30% 60% 70% 40%/50% 60% 30% 60%
    }
    100%{
        border-radius:60% 40% 30% 70%/60% 30% 70% 40%
    }
}
@keyframes circleAnimation{
    0%{
        border-radius:60% 40% 30% 70%/60% 30% 70% 40%
    }
    50%{
        border-radius:30% 60% 70% 40%/50% 60% 30% 60%
    }
    100%{
        border-radius:60% 40% 30% 70%/60% 30% 70% 40%
    }
}
.circleAnimation{
    animation:circleAnimation 8s ease-in-out infinite
}
.delay-0-1s{
    -webkit-animation-delay:.1s;
    -o-animation-delay:.1s;
    animation-delay:.1s
}
.delay-0-2s{
    -webkit-animation-delay:.2s;
    -o-animation-delay:.2s;
    animation-delay:.2s
}
.delay-0-3s{
    -webkit-animation-delay:.3s;
    -o-animation-delay:.3s;
    animation-delay:.3s
}
.delay-0-4s{
    -webkit-animation-delay:.4s;
    -o-animation-delay:.4s;
    animation-delay:.4s
}
.delay-0-5s{
    -webkit-animation-delay:.5s;
    -o-animation-delay:.5s;
    animation-delay:.5s
}
.delay-0-6s{
    -webkit-animation-delay:.6s;
    -o-animation-delay:.6s;
    animation-delay:.6s
}
.delay-0-7s{
    -webkit-animation-delay:.7s;
    -o-animation-delay:.7s;
    animation-delay:.7s
}
.delay-0-8s{
    -webkit-animation-delay:.8s;
    -o-animation-delay:.8s;
    animation-delay:.8s
}
.delay-0-9s{
    -webkit-animation-delay:.9s;
    -o-animation-delay:.9s;
    animation-delay:.9s
}
.delay-1-0s{
    -webkit-animation-delay:1s;
    -o-animation-delay:1s;
    animation-delay:1s
}
.delay-1-1s{
    -webkit-animation-delay:1.1s;
    -o-animation-delay:1.1s;
    animation-delay:1.1s
}
.delay-1-2s{
    -webkit-animation-delay:1.2s;
    -o-animation-delay:1.2s;
    animation-delay:1.2s
}
.delay-1-3s{
    -webkit-animation-delay:1.3s;
    -o-animation-delay:1.3s;
    animation-delay:1.3s
}
.delay-1-4s{
    -webkit-animation-delay:1.4s;
    -o-animation-delay:1.4s;
    animation-delay:1.4s
}
.delay-1-5s{
    -webkit-animation-delay:1.5s;
    -o-animation-delay:1.5s;
    animation-delay:1.5s
}
.delay-1-6s{
    -webkit-animation-delay:1.6s;
    -o-animation-delay:1.6s;
    animation-delay:1.6s
}
.delay-1-7s{
    -webkit-animation-delay:1.7s;
    -o-animation-delay:1.7s;
    animation-delay:1.7s
}
.delay-1-8s{
    -webkit-animation-delay:1.8s;
    -o-animation-delay:1.8s;
    animation-delay:1.8s
}
.delay-1-9s{
    -webkit-animation-delay:1.9s;
    -o-animation-delay:1.9s;
    animation-delay:1.9s
}
.delay-2-0s{
    -webkit-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s
}
.dark-body{
    background:#222b40;
    --light-color: #131b2c;
    --border-color: rgba(255, 255, 255, 0.15)
}
.dark-body .service-item,.dark-body .blog-item-two,.dark-body .feedback-item-two{
    background:#222b40
}
.dark-body p,.dark-body h1,.dark-body h2,.dark-body h3,.dark-body h4,.dark-body h5,.dark-body h6,.dark-body p a,.dark-body h1 a,.dark-body h2 a,.dark-body h3 a,.dark-body h4 a,.dark-body h5 a,.dark-body h6 a,.dark-body .sub-title,.dark-body .blog-meta li,.dark-body .blog-item-two a,.dark-body footer .read-more,.dark-body .form-group input,.dark-body .menu-right .login,.dark-body .list-style-one li,.dark-body .navigation>li>a,.dark-body .form-group textarea,.dark-body .nav-search>button,.dark-body .feedback-item-two p b,.dark-body .theme-btn.style-three,.dark-body a.theme-btn.style-three,.dark-body .contact-info-content span,.dark-body .contact-info-content span a,.dark-body .form-group input::placeholder,.dark-body .form-group textarea::placeholder,.dark-body .navigation li.dropdown .dropdown-btn,.dark-body .newsletter-radios .custom-radio label,.dark-body .feedback-author .author-content span,.dark-body .hero-content-three .newsletter-email input,.dark-body .hero-content-three .newsletter-email input::placeholder{
    color:#fff
}
.dark-body .icon-bar,.dark-body .navigation>li>a:before{
    background:#fff
}
.dark-body hr,.dark-body .main-menu .navigation li,.dark-body .form-group input:not(:focus),.dark-body .form-group textarea:not(:focus),.dark-body .theme-btn.style-three:not(:hover),.dark-body a.theme-btn.style-three:not(:hover),.dark-body .hero-content-three .newsletter-email input,.dark-body .main-menu .navigation li.dropdown .dropdown-btn{
    border-color:var(--border-color)
}
.dark-body .dots-shape,.dark-body .close-shape,.dark-body .tringle-shape{
    filter:brightness(99)
}
.dark-body .hero-section-three:before{
    background:var(--primary-color)
}
.dark-body .fixed-header .header-upper,.dark-body .bg-blue:not(.call-to-action){
    background:#141b2d
}
.dark-body .newsletter-inner{
    background:#172033
}
.dark-body .sub-title{
    background:rgba(255,255,255,.07)
}
.dark-body .service-item p,.dark-body .feedback-item-two p,.dark-body .blog-item-two:not(:hover) p{
    opacity:.7
}
.dark-body .partner-item-three:not(:hover),.dark-body .contact-info-item:not(:hover) span,.dark-body .blog-item-two:not(:hover) .read-more i,.dark-body .blog-item-two:not(:hover) .blog-meta li{
    opacity:.5
}
.dark-body .feedback-author .author-content span{
    opacity:.3
}
.dark-body .solution-item-three>i:after{
    opacity:1
}
.dark-body .contact-info-item:not(:hover)>i{
    border-color:var(--light-color)
}
.dark-body .theme-btn.style-three:not(:hover),.dark-body a.theme-btn.style-three:not(:hover){
    background:0 0
}
@media only screen and (max-width:991px){
    .dark-body .header-inner,.dark-body .main-menu .navigation,.dark-body .main-header.header-three{
        background:#141b2d
    }
    .dark-body .main-menu .navigation li ul li a{
        color:#fff
    }
}

#btn-header-close{
    content: 'close';
    height: 30px;
    width: 100px;
    position: absolute;
    top: 73%;
    right: -6%;
    color: var(--light-color);
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
 
  
}


@keyframes rotate {
    from{transform: rotate(45deg);}
    to{transform: rotate(360deg);}
    
}

.text-bg-blue-gradient{
    background-color: #f3ec78;
    background-image: linear-gradient(20deg, var(--primary-color), var(--secondry-color));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    font-weight: 700;
    line-height: 89px;
    font-size: 65px;
    
}

.text-blue-gradient{
    background-color: #f3ec78;
    background-image: linear-gradient(20deg, var(--primary-color), var(--secondry-color));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    
}





.timeline
{
    height: 100%;
    position: relative;
}


.focus-image-wrapper{
    position: relative;
    padding: 80px 0 0px;
    margin-bottom: 150px;

    
}

.timeline::before
{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: rgb(212 227 255);
    right: 0;
    top:-100%;
    z-index: 100;
   
}
.timeline::after{
    content: '';
    position: absolute;
    top:-50%;
    transform: translateY(50%);
    right:-7.5px;
    height: 15px;
    width: 15px;
    background-color:#a377f1 ;
    border-radius: 50%;
    z-index: 100;

}

.content-image-wrapper
{
    position: relative;
    box-sizing: content-box;
   min-height: 500px;
  margin-bottom: 150px;
}

.content-image-wrapper .num{

    background-color: #f3ec78;
    background-image: linear-gradient(20deg, var(--primary-color), var(--secondry-color));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-weight: 500;
    line-height: 89px;
    font-size: 365px;
    font-family: var(--syne-font);
    position: absolute;
    transform: translateX(-50%);
    left:45%;
    z-index: -100;
    padding: 80px 0;
    opacity: .4;
    height: 400px;
   

}

.focus-text-desc
{
    position: absolute;
    z-index: 100;
    top: 210px;
    min-width: 400px;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    
}
.focus-text-desc h2{
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    color: #000;
}
.rev-ink ul{
    padding: 0;
    margin: 0;
    display: block;
}
.rev-ink ul li{
    color: #fff;
    line-height: 1.9em;
    padding-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.rev-ink ul li i
{
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left:0;
    top:8px;
    color: rgb(219, 190, 24);
}
.rev-ink ul li span{
    font-size: 32px;
    font-weight: 500;
    display: inline-block ; padding-left: 10px;
    color: rgb(13 207 19);
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    letter-spacing: .2px;
    text-transform: uppercase;
}
.rev-ink ul li #typed-strings{
    padding-left: 100px;
}

.rev_image
{
    position: absolute;
    right:-240px;
    top:0;
}

.newsletter-footer 
{
    display: block;
    margin-top: 15px;
    position: relative;
    max-width: 320px;
}
.newsletter-footer input[type="email"]
{
    max-width: 340px;
    height: 40px;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 120px;
}

.newsletter-footer button
{
    position: absolute;
    top:0;
    right: 0px;
    height: 40px;
    border-left: 0px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    text-decoration: none;
    background-color: #5825b2;
  

}
.newsletter-footer button:hover
{

    border-left: 0px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.newsletter-icon{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 20px;
    color: #fff;
}

.newsletter-footer input[type="email"]:focus{
    background-color: #131022;
    color: #fff;
}


/*cursor pointer css*/

/* Custom Cursor */
.custom-cursor, .custom-cursor-dot {
    position:fixed; z-index:999; top:0; left:0;
    transform:translate(-50%, -50%);
    pointer-events:none; opacity:0;
  }
  
  /* decorative */
  .custom-cursor {
    width:62px; 
    height:62px; 
    border:1px solid #95a5ff; 
    border-radius:50%;
  }
  
  .custom-cursor-dot {
    width:7px; 
    height:7px; 
    border-radius:50%; 
    background-color:#6c7cd6;
  }

 .hero-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    
 }

  .hero-slider-arrow-btns{
      position: absolute;
      top:40%;
      transform: translateY(-60%);
      width: 100%;
  }
  .hero-slider-arrow-btns button
  {
      height: 50px;
      width: 50px;
      border-radius: 50%;
      border:1px solid rgb(212 227 255);
      background-color: transparent;
      
  }
  .hero-slider-arrow-btns button i
  {
    color: #a377f1;
  }
  .hero-slider-arrow-btns button.hero-prev{
      position: absolute;
      left: -70px;
  }
  .hero-slider-arrow-btns button.hero-next{
    position: absolute;
    right: -70px;
}

.hero-items .hero-content
{
    flex-basis: 60%;
}
.hero-items.slick-active .hero-content{
    /*animation: slideInLeft .5s forwards;*/
   
}

@media only screen and (max-width:768px){
    
   
    .hero-items .hero-content{
        width: 100%;
    }
    .hero-flex{
        flex-direction: column;
    }
    .hero-flex{
        flex-direction: 1;
    }
}


/*.hero-items.slick-active img{
    animation: slideInRight 2s forwards;
  
}*/

.location-page-content
{
    display: block;
    box-sizing: content-box;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    padding: 25px;
    min-height: 222px;
    position: relative;
   

}
.location-page-content h2{
    font-size: 18px;
    font-weight: 600;
}
.location-page-content ul
{
    display: block;
    padding: 0;
    margin: 0;
}

.location-page-content ul li{
    display: flex;
    justify-content: flex-start;
    padding: 5px 45px 0 0px;
}

.location-page-content ul li i{
    display: block;
    color: #f77e7e;
    margin-right: 10px;
    font-size: 14px;
    padding-top: 11px;
  
}
.location-page-content ul li span{
    font-size: 16px;
}

.location-page-content .bg-single-map-marker
{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 10px;
    height: 70px;
  
}

.bg-location{
    position: absolute; left:-40px;
    top:-130px;
    z-index: -100;
}

.contact-form-area .section-title h2{
    font-size: 24px;
    font-weight: 400;
}
.contact-form-area{
    padding: 40px 70px 40px 30px;
}
.contact-form-area input,
.contact-form-area textarea,
.contact-form-area text{
   border: 1px solid rgb(221, 221, 221);
}

.contact-form-area .c-social-media{
    position: absolute;
    right: -25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;

}
.contact-form-area .c-social-media a{
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-container{
    position: relative;
    right:0px;
    background-size: cover;
    bottom: 0px;
}
.video-container .actual-video
{
  width: 100%;
  height: 100%;
}


 .play-button__aperture--left
{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);

}
.play-button__aperture--left.play-btn-video-play,.play-button__aperture--left.play-btn-video-pause{
    left: 50%;
    z-index: 100;
}

 .play-button__aperture--left i{
    font-size: 90px;
    background-image: linear-gradient(20deg, var(--primary-color), var(--secondry-color));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    animation: playbtn 1.5s linear infinite forwards;
    border-radius: 50%;
    border:1px solid;
    
   
    
}

.play-button__aperture--left.d-none{
    display: none;
}

@keyframes playbtn {

    from{
        border:1px solid var(--primary-color-dark);
        opacity: .5;
    }
    to{
        border:30px solid var(--primary-color-dark) ;
        opacity: 1;
    }
    
}

.obj-card
{
    position: relative;
    text-align: center;
    padding: 20px 40px;
    background-color: #5825b2;
    min-height: 1080px;
    color: #fff;
    margin-bottom: 15px;

}

.obj-card .obj-icon
{
    height: 90px;
    width: 90px;
    display: flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0;


}

.obj-card .obj-title
{
  font-size: 24px;
  padding: 15px 0 0px;
  color: #fff;
}



.goal-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;

}
.goal-wrapper .goal-single-box{
    margin-bottom: 15px;
    background-color: #5825b2;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    border-radius: 15px;
    min-height: 520px;
    margin-bottom: 20px;
    
}
.goal-wrapper .goal-single-box h3,.goal-wrapper .goal-single-box p{
    color: #fff;
}

.text-qut{
    font-size: 18px;
}

.text-car-title{
    font-size: 22px;
}

.ind_supp{
   
    position: relative;
    display: block;
    border-radius: 15px;
    min-height: 478px;
}
.ind_supp h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
 
}

ul.list-chevron{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 15px 0;
    list-style-type: none;
    
}
ul.list-chevron li{
    position: relative;
    margin-left: 0px;
    padding-left: 20px;
    line-height: 2.2em;
}

ul.list-chevron li::before{
    float: left;
    position: absolute;
    left:0px;
    content: '\f058';
    font-family: 'font awesome 5 free';
    font-weight: 700;
    color:rgb(88, 37, 178)
  
}
ul.list-chevron.light li::before{
    color: #fff;
}
ul.list-link-underline li a
{
    text-decoration: underline;
}
.career-fooer{
    display: flex;
    justify-content: space-around;

}




/*instructor css*/


.become-inst-main{
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 40px 70px;
    border-radius: 7px;
    width: 100%;
    top:-100px;
    box-shadow: 0px 5px 10px #ccc;
    z-index: 1;
}

.become-inst-main .step-heading{
    display: flex;
    justify-content: space-around;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;

}

.become-inst-main .step-heading::before{
 content: '';
 position: absolute;
 height: 1px;
 width: 90%;
 bottom: -20px;
 margin: 20px auto;
 background-image: -webkit-gradient(linear,left top,right top,
 color-stop(50%,transparent),
 color-stop(50%,#b9b9b9));
 background-image: -webkit-linear-gradient(left,transparent 50%,#b9b9b9 0);
 background-image: linear-gradient(90deg,transparent 50%,#b9b9b9 0);
 background-size: 20px 100%;
}





.become-inst-main .step-heading h3{
    font-size: 22px;
    color:#333;
    position: relative;
    font-weight: 700;
}

.become-inst-main .step-heading h3::before{
    content: '';
    position: absolute;
    bottom: -42px;
    left:40%;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%,-50%);
    border:3px dashed var(--primary-color);
    animation: Rotate 1s linear infinite 800ms;
}



@keyframes Rotate {
    from { transform:rotate(0deg);}
    to { transform:rotate(360deg);}
}



/* .become-inst-main .step-heading h3::after{
    content: '';
    position: absolute;
    bottom: -36px;
    left:50%;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #f8f8f8;
    transform: translate(-50%,-20%);
} */

.form-wrapper{
    display: block;
    position: relative;
    margin-top: 75px;
}

.form-wrapper h3{
    font-size: 23px;
    padding-bottom: 15px;
    font-weight: 700;
}
.form-wrapper h3 span{
    color: #5825b2;
    font-weight: 700;
}
.form-wrapper input,.form-wrapper textarea,.form-wrapper select{

    margin-bottom: 15px;
    margin-top: 10px;
}

.form-wrapper input:hover,
.form-wrapper textarea:hover{
    border-bottom:1px solid rgb(104, 103, 103);
}

.form-wrapper input:focus,
.form-wrapper textarea:focus{
    border-bottom:1px solid rgb(104, 103, 103);
}

.form-wrapper button{
    background-color: #5825b2;
    border:#5825b2;
    color: #fff;
}
    
@media(max-width: 768px) {

    .become-inst-main{
        padding: 15px 10px;
    }

    .form-wrapper h3{
        font-size: 16px;
        font-weight: 700;
    }
    
.become-inst-main .step-heading h3{
    font-size: 16px;
    color:#333;
    position: relative;
    font-weight: 700;
}

}

.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
    font-size: 60px;
  }
  .waviy span {
    position: relative;
    display: inline-block;
    animation: waviy 1s infinite;
    font-size: 32px;
    animation-delay: calc(.1s * var(--i));
    
  }
  @keyframes waviy {
    0%,40%,100% {
      transform: translateY(0)
    }
    20% {
      transform: translateY(-20px)
    }
  }
  

  .video-popup{
    position: absolute;
    left: 0;
    top:0%;
    width: 100%;
    height: 100%;
  }

  .video-popup a{
    position: relative;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(8, 8, 8, 0.525); */
    display: block;
  }
  /* .video-popup a i{
    position: absolute;
    left: 40%;
    top:40%;
    z-index: 110;
    transform: translate(-60%,-60%);
    font-size: 90px;
    color: var(--primary-color);
    border:8px solid rgb(255, 255, 255);
    border-radius: 50%;
    animation: pulse 2s infinite;
  } */

  /*corporate form css*/

  .cp-form-text-main{
    position:relative;
    display: block;
    box-sizing: content-box;

  }

  .cp-form-text-main h4{
     font-size: 16px;
  
  }

  .cp-form-text-main h2{
    font-size: 32px;
    padding-bottom: 0px;
    text-transform: uppercase;
  }

  .cp-form-text-main h2 span{
    color:var(--primary-color);
  }
  ul.cp-list{
    position: relative;
    padding: 0;
    margin: 0;
  

  }

  ul.cp-list li{
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-left: 5px;
  }
  ul.cp-list li i{
    display: inline-block;
    padding-right: 10px;
    padding-top: 10px;
    color: var(--primary-color);
  }


  .cp-box {
    position: relative;
    width: 100%;
    padding: 40px;
    background: #fff;
    box-sizing: border-box;

  }

  
  .cp-box .user-box {
    position: relative;
  }
  
  .cp-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: transparent;
  }

    
  .nice-select{
   border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 25px;
}
.nice-select.bordered{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:  9px 10px;
}

  .cp-box .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    pointer-events: none;
    transition: .5s;
  }
  
  .cp-box .user-box input:focus ~ label,.cp-box .user-box input[type='Email']:focus ~ label,
  .cp-box .user-box input:valid ~ label,.cp-box .user-box input[type='Email']:valid ~ label {
    top: -20px;
    left: 0;
    color: #333;
    font-size: 12px;
  }
  
  .cp-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: var(--primary-color);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
  }
  
  .cp-box a:hover {
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    
  }
  
  .cp-box a span {
    position: absolute;
    display: block;
  }
  
  .cp-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color));
    animation: btn-anim1 1s linear infinite;
  }
  
  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%,100% {
      left: 100%;
    }
  }
  
  .cp-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--primary-color));
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
  }
  
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,100% {
      top: 100%;
    }
  }
  
  .cp-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, var(--primary-color));
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
  }
  
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,100% {
      right: 100%;
    }
  }
  
  .cp-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, var(--primary-color));
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
  }
  
  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,100% {
      bottom: 100%;
    }
  }
  
  .nice-select {
    font-size: 16px;
    color: #000;
  }
  .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
   
  }

.scroll-y{
    min-height: 300px;
    max-height: 450px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

.scroll-y.theme::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #ccc;
	background-color: rgb(226, 226, 226);
   
}

.scroll-y.theme::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.scroll-y.theme::-webkit-scrollbar-thumb
{
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
   
}


.blog-nn{
    background-color: var(--primary-color);
    margin: 155px 0 20px;
    padding: 35px 0;
}
.blog-nn h1{
    color: #fff;
    font-size: 48px;
}
.blog-wrappper{
    margin: 30px 0 20px;
}

.blog-card-box{
    background-color: #f1f1f1;
    display: block;
    margin-bottom: 30px;
    position: relative;
}


.blog-card-box .blog-image{
    width: 100%;
}

.min-h-300{
    min-height: 300px;
}


.min-h-500{
    min-height: 500px;
}


.blog-card-box .summery{
    padding: 30px 20px;
}
.blog-card-box .summery p{
    line-height: 1.6em;
   padding-bottom: 0px;
   margin-bottom: .7rem;
   padding-top: 0px;
   text-align: justify;
    font-size: 15px;
}
.blog-card-box .summery .post-date{
    margin-bottom: 5px;
    font-size: 13px;
}
.blog-card-box .summery .post-date i{
    padding-right: 5px;
}
.blog-card-box .summery .post-date strong{
    color: var(--primary-color);
}
.blog-card-box .summery a.btn-blog{

    background-color: var(--primary-color);
    padding: 15px 15px;
    line-height: 0;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    border-radius: 18px;
   
    
}
.blog-card-box .summery a.btn-blog:hover{
    opacity: .9;
}

.sticky-share-social{
    position: absolute;
    top:10px;
    left:10px;
    display: block;
    z-index: 100;

}


.sticky-share-social ul li a {
    height: 40px;
    width: 40px;
    background-color: #f2f2f2;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 50%;
}
.sticky-share-social ul li a i{
    font-size: 20px;
}

.sticky-share-social ul li a i.fa-facebook-f{
    color: #1877f2
}
.sticky-share-social ul li a i.fa-google{
    color: rgb(236, 44, 57)
}
.sticky-share-social ul li a i.fa-instagram{
    color: #333
}

.sticky-share-social ul li:hover a{
    background-color: var(--primary-color);
    transition: 1s linear all;
    -webkit-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -o-transition: 1s linear all;

}

.sticky-share-social ul li:hover a i{
    color: #fff;
    transform: scale(1.2) rotate(45deg);
   -webkit-transform: scale(1.2) rotate(45deg);
   -moz-transform: scale(1.2) rotate(45deg);
   -o-transform: scale(1.2) rotate(45deg);
}

.summery a.linkurl{
    color: #5d46ef;
    text-decoration: underline;
    font-weight: 600;

}

.salf-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgb(218, 216, 216);
    padding: 25px;
    border-radius: 10px;
    min-height: 400px;
    margin-bottom: 27px;
    
}

.salf-item h4{
 line-height: 1.2em;
 padding: 15px;
}

.salf-item .icon{
    display: inline-block;
    margin-right: 15px;
    font-size: 50px;
    position: relative;
    color: #295cb9;

}

.salf-item .btn-primary{
    background-color: #295cb9;
    border: #295cb9;
    padding: 5px 15px;
    text-transform: capitalize;
    font-size: 13px;
}

.feature-items{
    position: relative;
    padding: 20px 0px 15px 0px;
    /* border: 1px solid rgb(203, 203, 203); */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-bottom: 30px;
    /* overflow: hidden; */
    background-color: #f5f5f5;
    /* border-left: 1px solid #f3f6f9;
    border-top: 1px solid #f3f6f9; */
     min-height: 250px; 
     margin-bottom: 80px;
   
    
}
.feature-items h4,.feature-items p{
    padding: 0 30px;
}
.feature-items::before{
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    height: 100%;
    width: 20%;
    left: auto;
    right: 0;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#c2cfde 100%);
    clip-path: polygon(0 15%,100% 0,100% 100%,0 85%);
    opacity: .2;
}
.feature-items.no::before{
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    height: 0%;
    width: 20%;
    left: auto;
    right: 0;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#c2cfde 100%);
    clip-path: polygon(0 15%,100% 0,100% 100%,0 85%);
    opacity: .2;
}

.feature-items .icon{
    font-size: 35px;
    font-weight: 700;
    color: #9c65fa;
    padding-bottom: 5px;
    height: 68px;
    width: 68px;
    background-color: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    /* padding-right: 15px;
    padding-bottom: 15px; */
    transform: translateX(-90%);
    top:-30px;
    left:10%;
    box-shadow: rgba(122, 74, 254, 0.4) 5px 5px, rgba(122, 74, 254, 0.4) 10px 10px;
}

.feature-items .f-name{
    padding: 15px ;
    font-size: 14px;
}

.dn-single-wrapper{
    display: block;
    position: relative;
    padding: 20px 15px;
    background-color: var(--light-color);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    min-height: 80px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.dn-single-wrapper h3{
    font-size: 18px;
    color: var(--dark-color);
    margin: 0;
    padding: 0;
    font-weight: 100;
   
}
.dn-single-wrapper i{
    color: var(--primary-color);
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
}

.dn-single-wrapper:hover{
    background-color: var(--primary-color);
    color: var(--light-color);
    transition: .3s linear all;
    
}

.dn-single-wrapper:hover h3,.dn-single-wrapper:hover i{
    color: var(--light-color);
   
}

.tech-stack-main{
    display: block;
    margin: 15px 0;


}

.tech-stack-main .nav-tabs{
    border: 0;
    padding: 15px 0;
}


.tech-stack-main .nav{
    /* display: block; */
    text-align: left;
    
}
.tech-stack-main .nav-tabs .nav-item{
    margin: 0px 3px;
}
.tech-stack-main .nav-tabs .nav-item a.nav-link{
    text-transform: uppercase;
    border: 0;
    font-size: 15px;
    margin: 7px 0px 0 0;
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    padding: 8px 15px;
    
}

.tech-stack-main .nav-tabs .nav-item a.nav-link:hover{
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
    
   
}

.tech-stack-main .nav-tabs .nav-item a.nav-link.active{

    background-color: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    /* border-bottom-left-radius: 30px; */
    

}

.tech-stack-active .slick-track{
    display: flex;
    align-items: center;
    width: 100%;
}
.tech-stack-active .slick-slide {
    margin-right:15px;
    margin-left:15px;
}

.tech-stack-main .tab-pane.active{
    /* background-color: red; */
    border: 1px solid #f1f1f1;
    /* border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color); */
    border-radius: 7px;
    /* border-top-right-radius: 7px;
    border-bottom-right-radius: 7px; */
    padding: 15px;
    /* margin-top: 25px; */
    background-color: #f1f1f1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
   
}

.tech-stack-main .tech-items
{
    margin-bottom: 15px;
}

.logo-slider-arrow-btns button{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.logo-slider-arrow-btns button.logo-prev{ 
    left: 0px;   
}

.logo-slider-arrow-btns button.logo-next{
    right: 0px;
}

.logo-slider-arrow-btns button{
    background-color: #ffffff00;
    font-size: 30px;
}

.c-banner{
    position: relative;
    background-color: #e6e4f2;
    padding: 90px 0px 40px 0px;
 }
 .cont-content-wrapper{
    position: absolute;
    right:250px;
    top:50%;
    transform: translateY(-50%);
    z-index: 100;
    max-width: 740px;
    background-color: transparent;
    padding-top: 100px;
 }
 @media(max-width:768px){
    .cont-content-wrapper{
        position: relative;
        left: 0;
        top:140px;
        right: 0;
        width: 100%;

    }
    /* .c-banner img{
        height: 200px;
        width: 100%;
    } */
 }