body {overflow-x: hidden;}

section {padding: 3rem 0}

a{text-decoration: none;}





/* ===================================
    Header & Navigation
====================================== */


@-webkit-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

@-o-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}

@keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
    }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}





/* =====================================================================================================================
                                            PORTFOLIO UI-BLOCKS START
======================================================================================================================== */

/* ===================================
     Portfolio-Index
==================================== */
.main-page .font-primary {
    font-family: 'Poppins', sans-serif;
}

.main-page .font-secondary {
    font-family: 'Roboto', sans-serif;
}

.main-page  {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.main-page ol, .main-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.main-page {position: relative; padding: 7.5rem 0; overflow: hidden;}

.main-page h1, .main-page h2, .main-page h3, .main-page h4, .main-page h5, .main-page h6 {
    font-family: 'Poppins', sans-serif;
}

.main-page h1, .main-page h2, .main-page h3, .main-page h4, .main-page h5, .main-page h6 {
    line-height: 1;
}

.main-page h1 {
    font-size: 72px;
}

.main-page .h1 {
    font-size: 4rem;
}

.main-page h2 {
    font-size: 3rem;
}

.main-page p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #535353;
}

.main-page .line-height-heading {
    line-height: 1.2;
}

.main-page .line-height-normal {
    line-height: normal;
}

.main-page .line-height-17px {
    line-height: 17px;
}

.main-page .line-height-25px {
    line-height: 25px;
}

.main-page .line-height-35px {
    line-height: 35px;
}

.main-page img {
    max-width: 100%;
}

.main-page .h-100vh {
    min-height: 100vh !important;
}

.main-page .hidden {
    visibility: hidden !important;
}

.main-page .fullscreen{
    height: 100vh !important;
    width: 100%;
}

/* img wrap */
.main-page .image {
    overflow: hidden;
}

.main-page a.image{
    display: block;
}

.main-page .image img {
    width: 100%;
    height: 100%;
    display: block;
}

.main-page .image, .image img {
    position: relative;
}

.main-page .demo-setting .cbp-item-wrapper {
    text-align: center;
    margin: 0;
}

.main-page .cbp-wrapper-outer {
    overflow: visible;
}

.main-page .cbp-caption-active .cbp-caption, .cbp-caption {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
    overflow: visible;
}

.main-page .demo-setting.cbp .cbp-item {
    list-style-type: none;
    overflow: visible;
}

.main-page .cbp-item-wrapper .cbp-caption {
    overflow: hidden;
    position: relative;
}

.main-page .demo-setting.cbp-caption-active .cbp-caption-activeWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-page .demo-setting .cbp-l-caption-text {
    font: 400 20px/40px "Roboto", sans-serif;
    color: #ffffff;
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-bottom: 5px;
}

.main-page .demo-setting .cbp-item .cbp-caption-activeWrap {
    background: rgba(247, 28, 82, 0.8);
}

.main-page .cbp-l-filters-list {
    display: table;
    margin: 0;
}

.main-page .cbp-l-filters-list .cbp-filter-item {
    color: #484b59;
    display: table-cell;
    font: 400 15px/35px "Poppins", sans-serif;
    padding: 0 8px;
    margin: 0;
    float: none;
    border: 1px solid #646464;
}

.main-page .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
    cursor: default;
    color: #ffffff;
    background-color: #646464;
}

.main-page .cbp-search {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.main-page .cbp-search input::-webkit-input-placeholder {
    color: #acacac;
    font-size: 16px;
}

.main-page .cbp-search-input {
    font: 400 16px "Roboto", sans-serif;
    display: table-cell;
    outline: none;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.main-page .cbp-search-input:focus {
    border-color: #24c1dd;
}

.main-page .cbp-search-icon {
    height: 44px;
    right: 5px;
}

.main-page .cbp-search-nothing {
    position: absolute;
    top: 0;
    font-size: 15px;
    text-align: center;
    padding: 0 0 30px;
    width: 100%;
}

.main-page .cbp-l-grid-blog-title {
    text-transform: capitalize;
    font: 400 20px/28px "Roboto", sans-serif;
    color: #484b59;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
}

.main-page .cbp-l-grid-blog-title:hover {
    color: #24c1dd;
}

.main-page .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #24c1dd;
}

.main-page .cbp-l-filters-alignCenter .cbp-filter-counter {
    background-color: #484b59;
}

.main-page .cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top: 4px solid #484b59;
}

.main-page .cbp-l-filters-alignCenter .cbp-filter-item {
    color: #484b59;
    font: 400 16px/20px "Poppins", sans-serif;
    margin: 10px 0 0;
}

@media screen and (min-width: 1199px) {
    .main-page .container-width {
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .main-page .demo-container-width {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1366px) {
    .main-page .demo-container-width {
        max-width: 1340px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1440px) {
    .main-page .demo-container-width {
        max-width: 1350px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1600px) {
    .main-page .demo-container-width {
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1920px) {
    .main-page .demo-container-width {
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1252px) {
    .main-page .cbp-l-filters-alignCenter {
        margin: 0 auto 10px;
    }
    .main-page .owl-demos, .owl-demos-single {
        max-width: 365px;
    }
}

@media screen and (max-width: 1199px) {
    .main-page .owl-demos, .owl-demos-single {
        max-width: 365px;
        width: 100%;
    }
}

@media screen and (max-width: 1198px) {
    .main-page .owl-demos, .owl-demos-single  {
        max-width: 445px;
    }
}

@media screen and (max-width: 991px) {
    .main-page .owl-demos, .owl-demos-single {
        max-width: 325px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .main-page .owl-demos, .owl-demos-single {
        max-width: 100%;
        width: 100%;
    }
    .main-page {
        text-align: center;
    }
}

@media screen and (min-width: 320px) {
    .main-page .owl-carousel .item {
        width:290px;
        height: 290px;
    }
}

@media screen and (min-width: 340px) {
    .main-page .owl-carousel .item {
        width:310px;
        height: 310px;
    }
}

@media screen and (min-width: 360px) {
    .main-page .owl-carousel .item {
        width:345px;
        height: 345px;
    }
}

@media screen and (min-width: 393px) {
    .main-page .owl-carousel .item {
        width:363px;
        height: 363px;
    }
}

@media screen and (min-width: 410px) {
    .main-page .owl-carousel .item {
        width:384px;
        height: 384px;
    }
}

@media screen and (min-width: 430px) {
    .main-page .owl-carousel .item {
        width:400px;
        height: 400px;
    }
}

@media screen and (min-width: 440px) {
    .main-page .owl-carousel .item {
        width:410px;
        height: 410px;
    }
}

@media screen and (min-width: 460px) {
    .main-page .owl-carousel .item {
        width:430px;
        height: 430px;
    }
}

@media screen and (min-width: 480px) {
    .main-page .owl-carousel .item {
        width:450px;
        height: 450px;
    }
}

@media screen and (min-width: 640px) {
    .main-page .owl-carousel .item {
        width:510px;
        height: 510px;
    }
}

@media screen and (min-width: 768px) {
    .main-page .owl-carousel .item {
        width:325px;
        height: 325px;
    }
}

@media screen and (min-width: 992px) {
    .main-page .owl-carousel .item {
        width:445px;
        height: 445px;
    }
}

@media screen and (min-width: 1200px) {
    .main-page .owl-carousel .item {
        width:416px;
        height: 416px;
        max-width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    .main-page .owl-carousel .item {
        width:445px;
        height: 445px;
    }
}



