body{
    background: #fbf1f1;
    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: 700px;
    margin: 0 auto 30px;
}

.main-title h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #000;
}

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


.accordion-item{
    background: transparent;
}

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

.nav-tabs .nav-link.active {
    color: #fff;
    background: red;
    border: none;
    border-radius: 3px;
}

.nav-tabs .nav-link {
    padding: 8px 25px;
    background: #fff;
    color: #222222;
    margin: 2px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    border-radius: 3px;
    border: none;
    font-family: 'Jost', sans-serif;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.nav-tabs .nav-link:hover{
    background: #eb0404;
    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;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 13px 30px 12px;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
    background: red;
    letter-spacing: normal;
    margin: 0 3px 5px;
}

.btn-3:hover {
    color: #fff;
    background: #eb0404;
}

.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: 3px;
    content: "";
    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;
    background: #eb0404;
}

.container {
    max-width: 1625px;
}

/** Banner start **/
.banner {
    height: 650px;
    z-index: 9;
    background: url(../img/banner.png) top left repeat;
    background-size: cover;
    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,#2808a7 12.33%,#1d68c5 33.75%,#3443ffde 60.02%,#2312b1 89.93%);
    opacity: 0.8;
}

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

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

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

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

.banner h1 span{
    color: red;
}

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

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

.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 15px 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);
    padding: 10px;
}

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

.demo-item .new {
    padding: 3px 12px 4px;
    text-align: center;
    background: red;
    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: red;
}

.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: 8px 18px 8px;
    text-align: center;
    font-size: 17px;
    background: #fff;
    line-height: normal;
    border: none;
    color: red;
    border-radius: 3px;
    font-family: 'Jost', sans-serif;
}

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

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

.demo-item:hover .line h4{
    color: red;
}

.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;
}

/** Footer area start **/
.footer{
    background-color: #172c56;
    padding: 100px 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/footer.png) top left repeat;
}

.footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(145deg,#120f0f,#10060a);
    z-index: 1;
}

.footer .footer-inner{
    z-index: 999;
    position: relative;
    width: 100%;
    display: inline-block;
}

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

.footer.footer p {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
}

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

.footer .social-list a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin: 0 2px 2px 0;
    border-radius: 50px;
}

/** Social media **/
.footer .facebook-bg{
    background: #4867aa;
}

.footer .facebook-bg:hover {
    background: #3b589e;
}

.footer .twitter-bg {
    background: #33CCFF;
}

.footer .twitter-bg:hover {
    background: #2abdef;
}

.footer .google-bg {
    background: #db4437;
}

.footer .google-bg:hover {
    background: #cc4437;
}

.footer .linkedin-bg {
    background: #2392e0;
}

.footer .linkedin-bg:hover {
    background: #1c82ca;
    color: #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 {
        height: 500px;
    }

    .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: 23%;
    }

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

    .footer.footer p {
        font-size: 16px;
    }

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

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

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

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

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

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


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

}
