body{
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #353535;
    font-family: 'Jost', sans-serif;
    margin-top: 0;
}

.bg-grea{
    background: #fff6f6;
}

.main-title{
    max-width: 600px;
    margin: 0 auto 30px;
}

.main-title h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-title p{
    margin-bottom: 0;
    font-size: 17px;
    color: #353535;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/** Tab box **/
.tab-box {
    text-align: center;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-image: linear-gradient(to bottom, #ff744a, #ffc624);
    border: none;
    border-radius: 3px;
}

.nav-tabs .nav-link {
    padding: 10px 25px;
    background: rgba(231, 13, 60, 0.05);
    color: #222222;
    margin: 2px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    border-radius: 3px;
    border: none;
    font-family: 'Jost', sans-serif;
}

.nav-tabs .nav-link:hover{
    background-image: linear-gradient(to bottom, #ff744a, #ffc624);
    border: none;
    color: #fff;
    border-radius: 3px;
}

.nav-tabs {
    text-align: center;
    display: inline-block;
    margin-bottom: 60px;
    border-bottom: none;
}

.tab-box .nav-tabs .nav-item {
    display: inline-block;
}

/** BTN 3 **/
.btn-3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background: #5f6bff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 13.5px 30px 12.5px;
    border-radius: 0;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
    background-image: linear-gradient(to bottom, #ff744a, #ffc624);
}

.btn-3:hover {
    color: #ffc624;
}

.btn-3:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
    border-radius: 0;
}

.btn-3:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: #fff;
    content: "";
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(
            90deg
    ) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}

.container {
    max-width: 1625px;
}

/** Banner start **/
.banner {
    background: url(../img/img-1.jpg) top left repeat;
    background-size: cover;
    height: 800px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(83deg,#2a00d1 12.33%,#3f53ef 33.75%,#3443fff5 60.02%,#3723e5 89.93%);
    opacity: 0.8;
}

.banner .breadcrumb-area {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
}

.banner .invoice-demo-image{
    max-width: 700px;
    margin-left: auto;
}

.banner h1{
    font-size: 35px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
}

.banner p{
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px;
}

.banner h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

.banner h1 span{
    color: #ffc624;
}

.banner .logo img{
    margin-bottom: 30px;
    height: 40px;
}

.banner .breadcrumb-area-inner{
    max-width: 550px;
    text-align: left;
}

.banner .editorial {
    display: block;
    width: 100%;
    height: 100px;
    max-height: 100px;
    margin: 0;
    z-index:5;
    bottom:0;
    position:absolute;
    left:0px;
    float:left;
    right: 0;
}

.banner .parallax1 > use {
    animation: move-forever1 10s linear infinite;
}

.banner .parallax2 > use {
    animation: move-forever2 8s linear infinite;
}

.banner .parallax3 > use {
    animation: move-forever3 6s linear infinite;
}

.banner .parallax4 > use {
    animation: move-forever4 4s linear infinite;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}
@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
@keyframes move-forever3 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}
@keyframes move-forever4 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

/** Animate image 2 **/
.animate-image-2{
    position: relative;
    -webkit-animation:glide 2s ease-in-out alternate infinite;
}

@-webkit-keyframes glide  {
    from {
        right:0;
        bottom:0;
    }

    to {
        right:0;
        bottom:20px;
    }

}


/** Demo item **/
.demo-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 0 5px 40px 5px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.demo-item:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.demo-item .new {
    padding: 3px 12px 4px;
    text-align: center;
    background: #5f6bff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    border-radius: 3px;
    z-index: 999!important;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.demo-item:hover .new {
    transform: rotateY(360deg);
    background: #fff;
    color: #5f6bff;
}

.demo-item:hover .demo-item-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.demo-item h4{
    padding: 15px 25px!important;
    width: 100% !important;
    margin-bottom: 0;
    border-top: 1px solid #0b0b0b14;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.demo-item h4 i {
    float: right;
    font-weight: 400;
    font-size: 17px;
}

.demo-item .demo-item-content {
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgb(86 29 224 / 82%);
}

.demo-item:hover .demo-item-inner {
    top: 50%;
}

.demo-item .demo-item-inner {
    border: none;
    position: absolute;
    top: -100px;
    left: 5px;
    right: 5px;
    z-index: 9;
    transition: .5s;
    text-align: center;
    transform: translateY(-50%);
}

.demo-item .icon{
    padding: 10px 18px 10px;
    text-align: center;
    font-size: 15px;
    background: #fff;
    line-height: normal;
    border-radius: 3px;
}

.demo-item .icon:hover{
    background: #5f6bff;
    color: #fff;
}

.demo-item .icon i:hover{
    border: solid 2px #fff;
    background: #fff;
    color: #5f6bff;
}

.demo-item:hover .line h4{
    color: #5f6bff;
}

.demo-item:hover .thumb-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.demo-item .thumb-photo img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

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

.demo-item .demo-item-inner h3 {
    margin: 0;
    text-transform: capitalize;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.demo-item .demo-item-inner p {
    color: #454545;
    line-height: 1;
    margin: 5px 0 0;
}

/** OVERVIEW BGI **/
.demo-section{
    padding: 120px 15px 80px;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

/** Fully responsive section area start **/
.fully-responsive-section{
    padding: 120px 0;
}

.fully-responsive-section .main-title{
    margin-bottom: 30px;
}

.fully-responsive-section .responsive-text p{
    color: #5a5959;
}

/** Responsive photo area start **/
.responsive-photo {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 26%);
    border-radius: 10px;
    padding: 30px;
    margin-left: auto;
    background: #fff;
}

.responsive-photo img {
    display: block;
    border-radius: 10px;
}

.responsive-photo:after{
    content: '';
    position: absolute;
    width: 20px; height: 20px;
    border: 1px solid #999;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}

.responsive-photo:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: -14px;
    left: 51.2%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.responsive-text{
    max-width: 600px;
}

.responsive-text .main-title h1 {
    font-size: 25px;
    margin-bottom: 0;
}

.responsive-text .main-title{
    margin-bottom: 30px;
}

/** Our newslatters area start **/
.our-newslatters {
    text-align: center;
    padding: 50px 0;
}

.our-newslatters h3{
    font-size: 25px;
    margin-bottom: 20px;
}

.our-newslatters .form-info {
    max-width: 650px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgb(135 135 135 / 9%);
}

.our-newslatters .form-inline {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 30px 60px 0 rgb(0 29 35 / 7%);
    padding: 10px;
}

.our-newslatters .form-inline .form-control {
    width: 69%;
    height: 55px;
    padding: 10px 15px 10px 18px;
    border-radius: 5px;
    font-size: 18px;
    outline: 0;
    border: 1px solid #fff;
    background: #fff;
}

.our-newslatters .form-inline .btn {
    width: 31%;
    height: 55px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #ff744a, #ffc624);
    color: #fff;
}

.our-newslatters .form-inline .btn:hover{
    background-image: linear-gradient(to bottom, #ffc624, #ff744a);
}

.our-newslatters .form-control:focus {
    box-shadow: none;
}

.our-newslatters .btn.focus, .btn:focus {
    box-shadow: none;
}

/** Footer area start **/
.footer{
    background-color: #000000;
    padding: 100px 0;
    text-align: center;
}

.footer .logo2 img{
    text-align: center!important;
    margin-bottom: 20px;
    height: 30px;
}

.footer.footer p {
    color: #bababa;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

footer.footer p a {
    color: #bababa;
}

.footer.footer .social-list-2 ul{
    padding: 0;
    margin: 0;
}

.footer.footer .social-list-2 li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.footer.footer .social-list-2 li a {
    margin: 0 2px;
    color: #000;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    background-image: linear-gradient(to bottom, #ff744a, #ffc624);
}

.footer.footer .social-list-2 li a:hover{
    color: #000;
    background: #fff;
}

@media (max-width: 1200px) {
    .demo-item {
        margin-right: 0;
        margin-left: 0;
    }

    .d-none-1200{
        display: none;
    }
}

@media (max-width: 992px) {
    .demo-section{
        padding: 100px 0 60px;
    }
    
    .demo-hero-menu {
        margin-bottom: 25px;
    }

    .footer{
        padding: 70px 0;
    }
    
    .banner .invoice-demo-image {
        max-width: 500px;
    }

    .banner .breadcrumb-area-inner {
        max-width: 650px;
        text-align: center;
        margin: 0 auto 50px;
    }

    .banner h1 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .banner p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .banner .logo img {
        height: 30px;
    }

    .banner .breadcrumb-area {
        top: 10%;
    }

    .main-title h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .fully-responsive-section {
        padding: 100px 0;
    }

    .nav-tabs {
        margin-bottom: 50px;
    }

}

@media (max-width: 768px) {
    .demo-section{
        padding: 80px 0 50px;
    }

    .btn-3 {
        padding: 11px 18px 11px;
    }

    .demo-item {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .demo-hero-menu ul li {
        margin-right: 20px;
        font-size: 16px;
    }

    .fully-responsive-section {
        padding: 80px 0;
    }

    .banner h1 {
        font-size: 27px;
    }


    .nav-tabs {
        margin-bottom: 40px;
    }

}
