#loading-text{
    margin: -15px 0 0 -53px;
}
/* home */
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    align-items: baseline;
}
.navbar.style-3 .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    font-weight: 600;
}
.navbar.style-3{
    padding: 0px 0px !important ;
    border-bottom: 0.5px solid #000000;
}
.navbar.style-3 .navbar-brand img{
    width: 150px;
}
#home-header{
    padding-top: 90px;
}
.section-head.style-3{
    margin-bottom: 0px;
    padding:10px 0px;
}
.chat-banner.style-7{
     background:linear-gradient(0deg, #4b00e1bc, #4a00e1,#4b00e1bc,#157efb),url(../img/about/272_Soft_Blue_Halftone_BG.jpg);
}
.about.style-3 .top-content{
    margin-bottom: 0px;
}
#page-link{
    color: #4a00e1;
}
.chat-link .btn.sm-butn:hover.chat-link .btn.sm-butn span{
    color: #212529 !important;
}
.about.style-3 .btm-content{
    min-height: 800px;
}
/* about us */
.inner-header{
     background:linear-gradient(0deg, #4b00e1bc, #4a00e1,#4b00e1bc,#157efb),url(../img/about/272_Soft_Blue_Halftone_BG.jpg);
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-header .container{
    /* padding: 100px 0px; */
    padding-top: 100px;
    padding-bottom: 0px;
}
.inner-header .container h1{
    font-size: 55px;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 25px;
}
.inner-header .container h1 span{
        font-weight: 800;
    position: relative;
    font-style: italic;
}
.inner-header .container h1 span::before{
        position: absolute;
    content: "";
    left: 0;
    top: 100%;
    width: 190px;
    height: 30px;
    background-image: url(../img/header/info_h1_line.png);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: right;
}
.inner-header .container p{
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
}
.under-line{
        font-weight: 400;
    color: #4a00e1 !important;
    font-style: italic;
    position: relative
}
.under-line::after{
    display: none;
}
.under-line::before{
        position: absolute;
    content: "";
    background-image: url(../img/section_head/title_shap1.png);
    left: 0;
    bottom: -15px;
    width: calc(100% + 40px);
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link.active{
    color: #4a00e1 !important;
}
.services.style-1 .service-box .icon img{
    width: 24px;
    height: 24px;
}
.services.style-1 .service-box:hover .services.style-1 .service-box h5{
    color: #4a00e1 !important;
}

/* portfolio */
.section-head{
    padding: 50px 0px;
}
.section-head.style-4 h2 span{
    background-image: -webkit-gradient(linear, left top, right top, from(#4a00e1), color-stop(30%, #4a00e1), color-stop(30%, #4a00e1), color-stop(73%, #4a00e1), to(#4a00e1));
    color: #4a00e1 !important;
}
.portfolio-page.style-1 .portfolio-projects.style-1 .controls button.mixitup-control-active{
    color: #4a00e1 !important;
}

.card-container {
  position: relative;
  /* width: 50%; */
  /* max-width: 300px; */
  height: 100%;
  width: 100%;
}

.card-container .image {
  display: block;
  width: 100%;
  height: auto;
}
.card-container a{
    color: #fff !important;
    display: none;
}

.card-container .overlay {
  position: absolute; 
  bottom: 0px; 
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    height: 100px;
}

.card-container:hover .overlay {
    opacity: 1;
}
.card-container:hover.card-container a{
    display: block;
}
.portfolio-page.style-1 .portfolio-projects.style-1 .controls button{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.portfolio-page.style-1 .portfolio-projects.style-1 .controls button::before{
    	content: "";
	position: absolute;
	z-index: -1;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4a00e1 ;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.portfolio-page.style-1 .portfolio-projects.style-1 .controls button:hover:before,
.portfolio-page.style-1 .portfolio-projects.style-1 .controls button:focus:before,
.portfolio-page.style-1 .portfolio-projects.style-1 .controls button:active:before{
    	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.portfolio.style-1 .portfolio-card .img img{
    width: 100%;
    /* height: 300px; */
    border-radius: 20px;
}
    
/* blog page */
.blog-slider{
    padding: 150px 0px;
}
/* contact us */
.tc-innerHeader-st2{
    padding: 100px 0px;
}
.contact.style-6 .content::before{
    content: none;
}
.section-head.style-16 .sub-title{
    color: #4a00e1;
    background-color: #4b00e144;
}
.form-text{
    width: 70%;
}
.form-text h2{
    width: 60%;
    font-size: 45px;
    font-weight: 600;
    color: #000000 !important;
    line-height: 1.1;
    padding-bottom: 20px;
}
.form-text .d-flex{
    gap: 10px;
    align-items: center;
    padding-top: 20px;
}
.form-text .d-flex a{
    color: #000000;
}
.form-text h5{
    font-size: 20px;
    color: #4b00e1;
}
.lets-chat{
    border: 1px solid #fff !important;
}
.lets-chat:hover{
    background-color: #4b00e1 !important;
    border: 1px solid #fff !important;
}
.lets-chat2:hover{
    border: 1px solid #fff !important;
}
.logo-item .title{
    margin-bottom: 2px !important;
}
footer.style-3 .foot{
    margin-top: 10px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 50px;
}
.logo{
    width: 50%;
    margin-top: -30px;
}
/* midia query */
@media screen and (max-width: 1024px) {
    .navbar.style-3{
        background-color: #fff;
    }
    .navbar-dark .navbar-toggler-icon{
        background-color: #000000;
        padding: 10px;
        border-radius: 10px;
        border: 5px solid  #000000
    }
    .container{
        max-width: 1024px;
    }
    header.style-7 .img .rock7{
        right: 0px;
        width: 30%;
    }
    .about.style-3 .btm-content{
        min-height: 900px;
    }
}
@media screen and (max-width: 768px) {
    .container{
        max-width: 768px;
        overflow: hidden;
    }
    div#navbarSupportedContent{
        padding-bottom: 10px;
    }
    #home-header{
        text-align: center;
    }
    .head-img{
        width: 50%;
        margin: 0 auto;
    }
    #home-header .flex-wrap{
        justify-content: center;
    }
    .butn small, .btn small{
        line-height: 3;
    }
    .butn.btn-icon-circle i, .btn.btn-icon-circle i{
        bottom: 0px;
    }
    header.style-7 .img .rock7{
        width: 20%;
        right: 90px;
    }
    .services-slider.style-6 .swiper-container{
        padding-bottom: 0px;
    }
    .services.style-3{
        text-align: center;
    }
    .tech-section .container{
        min-height: 1080px;
    }
    .about.style-3{
        text-align: center;
    }
    .chat-banner.style-7{
        text-align: center;
    }
    .about.style-3 .btm-content{
        min-height: 1060px;
    }
    .chat-banner.style-3{
        text-align: center;
    }
    .chat-banner.style-3 .bttns{
        text-align: center !important;
    }
    footer{
        text-align: center;
    }
    footer.style-3 .foot{
        margin-top: 0 !important;
    }
    footer.style-3 .foot .logo{
        text-align: center !important;
        margin:  0 auto;
    }
    footer.style-3 .foot{
        padding: 0px !important;
        margin: 0px !important;
    }
    .inner-header.style-5 .content{
        padding: 50px 0px;
        padding-top: 0px;
    }
    .about-page.style-2 .about.style-2{
        text-align: center;
    }
    .portfolio.style-1{
        width: 70%;
        margin: 0 auto;
    }
    .section-head{
        padding: 0px;
    }
    .blog-box{
        width: 70%;
        margin: 0 auto;
    }
    .blog.style-3{
        width: 70%;
        margin: 0 auto;
    }
    .inner-header.style-5 .content{
        text-align: center;
    }
    .form-text{
        text-align: center;
        margin: 0 auto;
    }
    .form-text h2{
        width: 100%;
    }
    .form-text .d-flex{
        width: 40%;
        margin: 0 auto;
        text-align: start;
        padding-bottom: 20px;
    }
    footer.style-3{
        width: 70%;
        padding-top: 10px;
        margin: 0 auto;
    }
    .logo{
        width: 30%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 426px) {
    .navbar.style-3 .navbar-brand img {
    width: 130px;
}
    .container{
        max-width: 425px;
        overflow: hidden;
    }
    .head-img{
        width: 80%;
    }
     .about.style-3 .btm-content .container{
        min-height: 1940px !important;
    }
    .portfolio.style-1 .portfolio-card .img{
        height: 120px;
    }
    .blog-box{
        width: 90%;
    }
    .blog.style-3{
        width: 90%;
    }
    .popular-posts{
        padding-bottom: 0px !important;
    }
    .form-text .d-flex{
        width: 80%;
    }
    .logo{
        width: 50%;
    }
}
@media screen and (max-width: 376px) {
    .container{
        max-width: 375px;
        overflow: hidden;
    }
    #home-header .flex-wrap{
        flex-wrap: nowrap;
        flex-direction: column !important;
        display: block !important;
    }
    .inner-header.style-5 .content .side-img{
        top: 0;
        height: 40%;
    }
    .bg-blue7{
        padding: 0px;
    }
    .butn.btn-icon-circle, .btn.btn-icon-circle{
        padding: 5px 45px;
    }
    .head-img{
        width: 100%;
    }
    .section-padding{
        padding: 50px 0px;
    }
    .section-head{
        padding: 0 !important;
    }
        .portfolio.style-1{
        width: 90%;
        margin: 0 auto;
    }
    .form-text{
        width: 90%;
    }
}
@media screen and (max-width: 321px) {
    .container{
        max-width: 321px;
        overflow: hidden;
    }
    header.style-7 .img .rock7{
        right: 40px;
    }
    .about.style-3 .btm-content .container{
        min-height: 2120px !important;
    }
    .blog.style-8 .side-posts .item .img{
            width: 80px;
    height: 70px;
    }
    .date-author{
        font-size: 0.7em;
    }
    .blog.style-8 .side-posts .item .info h4.title{
        font-size: 15px;
    }
    .blog-box{
        width: 100%;
    }
    .brd-gray{
        padding: 0px;
    }
    .contact.style-6 .content{
        padding: 50px 0px;
    }
    .tech-section .container{
        min-height: 2100px;    
    }
}