
/*************************
    General
*************************/

/*Template Google font ddd*/










body {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #5d6061;
}

a, .btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a {
    color: inherit;
}

    a:hover {
        color: #00acc1;
    }

    a:focus {
        text-decoration: none;
    }

    a:focus, a:hover {
        text-decoration: none;
    }

a, button, input {
    outline: medium none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin-bottom: 22px;
}

img, svg {
    max-width: 100%;
}

.small-text {
    font-size: 12px;
}

.medium-text {
    font-size: 18px;
}

.large-text {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #5d6061;
}

h1 {
    font-size: 52px;
    font-style: normal;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 25px;
}

h2 {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

h5 {
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}


/**Text color**/
.text-theme {
    color: #00acc1
}

.text-black {
    color: #000;
}

.blog-section .owl-carousel .owl-stage-outer {
    /*overflow: unset;*/
    height: 600px;
}

#blog.blog-section .blog-post-image img {
    width: 410px;
    height: 273px;
}

.industry .feature-info-img img {
    height: 100%;
    width: 100%;
}

.industry .feature-info-img {
    height: 200px;
    margin: auto;
}

.main + .footer {
    margin-top: 0px
}

/**bg color**/
.bg-gray {
    background: #f3f2f2;
}

.bg-dark {
    background: #020811;
}

.bg-theme {
    background: #00acc1;
}

.f-w-4 {
    font-weight: 400;
}

.f-w-5 {
    font-weight: 500;
}

.f-w-6 {
    font-weight: 600;
}

.f-w-7 {
    font-weight: 700;
}

.f-w-8 {
    font-weight: 800;
}




/**Page section margin padding **/
section {
    position: relative;
    overflow: hidden;
}

.page-section-ptb {
    padding: 70px 0;
}

.page-section-pt {
    padding: 70px 0 0;
}

.page-section-pb {
    padding: 0 0 70px;
}


/**Button**/

.btn {
    padding: 14px 40px;
    position: relative;
    color: #fff !important;
    vertical-align: middle;
    border-radius: inherit;
    background: #00acc1;
    text-decoration: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

    .btn:hover, .btn.blue:hover {
        color: #fff;
        background: #ff036a;
    }

    .btn.red {
        background: #ff036a;
    }

        .btn.red:hover {
            background: #00acc1;
        }

    .btn.blk {
        background: #5d6061;
    }

        .btn.blk:hover {
            background: #ff036a;
        }

    .btn i {
        margin-left: 4px;
    }

    .btn.sml {
        padding: 10px 26px;
    }

    .btn.lg {
        padding: 14px 60px;
    }

a.link-text {
    color: #00acc1;
    text-decoration: underline;
}

    a.link-text:hover {
        text-decoration: none;
    }

.underline {
    text-decoration: underline;
}

.logo-img.text-center {
    height: 80px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    filter: grayscale(100%);
}

a:hover .logo-img.text-center {
    filter: none;
}

/**carousel**/
.owl-carousel .owl-controls {
    position: absolute;
    bottom: 50%;
    width: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
    display: none;
}

.owl-carousel .owl-dot {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

    .owl-carousel .owl-dot.active {
        background: #00acc1;
    }

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .owl-prev:hover i, .owl-next:hover i {
        color: #00acc1;
    }

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px
}

.owl-nav i {
    font-size: 45px;
    color: #b7b7b7;
    .
}

.owl-carousel[data-slide-count='1'] .owl-controls {
    display: none;
}

.image-box .image {
    height: 418px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/**top bar**/
.topbar {
    background: #ebebeb;
    padding: 10px 0;
}

    .topbar ul, .topbar ul li {
        display: inline-block;
    }

        .topbar ul li + li {
            display: inline-block;
            margin-left: 25px;
        }

        .topbar ul li a {
            color: #000000;
            font-size: 14px;
            font-weight: 500;
        }

.language {
    margin-right: 15px;
}

    .language .dropdown-toggle {
        border-radius: 100%;
        background: #00acc1;
        padding: 5px 7px;
        border: none;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        outline: none;
    }

        .language .dropdown-toggle::after {
            display: none;
        }

        .language .dropdown-toggle i {
            position: absolute;
            right: -17px;
            top: 50%;
            transform: translateY(-50%);
            color: #000;
        }

    .language .dropdown-menu {
        top: 44px !important;
        right: -15px !important;
        transform: initial !important;
        left: auto !important;
        z-index: 11;
        padding: 0;
    }

        .language .dropdown-menu a {
            font-size: 14px;
            padding: 5px 20px;
        }

            .language .dropdown-menu a:hover {
                background: #00acc1;
                color: #fff;
            }
/**Navigation**/

.main-header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    transition: all 0.5s ease;
}

.navbar-main {
    box-shadow: 0px 2px rgba(0,0,0,0.2);
    padding: 10px 0px;
    position: relative;
    z-index: 10;
}

.navbar-nav .nav-item {
    margin-right: 60px;
}

    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    .navbar-nav .nav-item .nav-link {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        padding: 0;
        position: relative;
    }

        .navbar-nav .nav-item .nav-link:before {
            position: absolute;
            bottom: -26px;
            left: 0;
            right: 0;
            margin: 0 auto;
            background: #00acc1;
            width: 0;
            height: 8px;
            content: "";
            transition: all 0.5s ease;
        }

        .navbar-nav .nav-item .nav-link:hover:before, .navbar-nav .nav-item .nav-link.active:before {
            width: 100%;
        }


.navbar-light .navbar-nav .nav-link.active {
    color: #000;
    font-weight: 700;
}

    .navbar-light .navbar-nav .nav-link.active:before {
        width: 100%;
        padding: 0;
    }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #00acc1;
}

/**Banner**/
.home-slider.main .item {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.home-slider .item {
    padding-top: 130px;
    padding-bottom: 130px;
    height: 500px;
    position: relative;
    background-position: 50% !important;
}

/*.home-slider.innerpage .caption .btn {
    margin-top: 120px;
}*/
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    width: 100%;
}

.active #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    width: 100%;
}

.inner-intro {
    padding: 240px 0;
}

    .inner-intro h1 {
        margin-bottom: 0;
    }

.home-slider .owl-controls {
    bottom: 35px;
}

.bg-overlay {
    position: relative;
}

    .bg-overlay:before {
        background: rgba(255, 255, 255, 0.4);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .bg-overlay.green:before {
        background: rgba(0, 172, 193, 0.72);
    }

    .bg-overlay.blue:before {
        background: rgba(0, 172, 193, 0.53);
    }

.caption {
    text-align: center;
}

    .caption h1, .caption h2, .caption h3, .caption h4, .caption h5, .caption h6, .caption p, .caption pre {
        color: #070707;
        word-break: break-word;
    }

    /*.caption h4 {
        font-size: 20px;
    }
*/
    .caption p {
        font-size: 20px;
    }

    .caption .btn {
        margin-top: 30px;
    }


.section-title {
    margin-bottom: 30px;
}

    .section-title h2 {
        margin-bottom: 35px;
    }

    .section-title p {
        color: #000;
        font-size: 18px;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 80%;
        margin: auto;
    }

.clients-logo {
    margin-top: 30px
}

    .clients-logo .logo-img img, .logo-thumnail img {
        width: auto;
        display: inline-block;
        filter: grayscale(100%);
    }

        .clients-logo .logo-img img:hover, .logo-thumnail img:hover {
            filter: grayscale(0);
        }

.box-shadow {
    box-shadow: -2px 3px 10px rgba(0, 0, 0, 0.15);
}

/*.feature-info {
    margin: 0 30px;
}*/

.feature-info-title {
    background: #fff;
    padding: 24px 5px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.feature-info-button {
    margin-top: -26px;
}

.newsevent .feature-info.box-shadow {
    height: 620px;
}

.feature-info.box-shadow {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.feature-info-content {
    padding: 35px;
    padding-bottom: 30px;
}

    .feature-info-content p {
        margin-bottom: 0;
        text-align: justify;
    }

.industry {
    padding-bottom: 110px;
}
/**slick slider**/
.industry-slider {
    /*margin-top: 70px;*/
}

.slide-button {
    display: none;
}

.slick-center .slide-button {
    display: block;
}

.slide-image, .slide-button {
    transition: all 0.3s ease;
}

.slick-center .slide-image {
    transform: scale(1.45);
}

.slick-center .slide-button {
    margin-top: 40px;
    /*height: 42px;*/
    line-height: 40px;
    overflow: hidden;
}

.slick-center.bg-overlay {
    background: transparent;
    position: relative;
    z-index: 9;
}

    .slick-center.bg-overlay.slick-current.slick-active {
        padding-bottom: 55px;
    }

.industry-slider .heading-slider {
    opacity: 0;
    /*margin-top: -85px;*/
    margin-bottom: 100px;
}

.industry-slider .slick-center .heading-slider {
    opacity: 1;
}

.image-box .image-content > h2 {
    margin: 0 5%;
    height: 112px;
    overflow: hidden;
}

.tab-content {
    margin-top: 30px;
}

.blog-section {
    padding-bottom: 80px;
}

.news-blog-section .blog-post-image {
    height: 200px;
}

    .news-blog-section .blog-post-image img {
        height: 100%;
    }

.news-blog-section .blog-post {
    height: 600px;
}

.blog-post {
    background: #fff;
    position: relative;
    /*margin: 0 30px;*/
}

.blog-tag {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 3px;
    text-align: left;
    padding-left: 10px;
}

.blog-post-content {
    padding: 17px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    height: 280px;
}

    .blog-post-content .blog-post-logo img {
        width: auto;
        max-height: 40px;
    }

.blog-post-description {
    height: 175px;
    padding: 30px 0;
    font-size: 18px;
    overflow: hidden;
}

.blog-section .owl-nav i {
    color: #fff;
}

.blog-post-link {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%);
}

.step-box {
    border-top: 14px solid #00acc1;
    padding-top: 22px;
    margin: 0 25px;
}

    .step-box ul li {
        color: #050505;
        margin-bottom: 3px;
        font-weight: normal;
    }
/**cookies**/

.cookies-notification {
    min-height: 50px;
    font-size: 18px;
    background: #00acc1;
    z-index: 1200;
    width: 100%;
    color: #fff;
    display: none;
    position: relative;
    /*z-index: 3;*/
    position: fixed;
    max-width: 430px;
    right: 0;
    bottom: 0;
    border-radius: 0;
}


.cookies-popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    text-decoration: none !important;
    font-size: 28px;
    line-height: 18px;
}



.cookies-notification a {
    color: #fff;
    text-decoration: underline;
}


.cookies-notification .container {
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}


.cookies-notification .container {
    padding: 50px 35px;
    text-align: center;
    width: 100%;
}

body.home .container {
    width: 100%;
    max-width: 1208px;
}

.cookies-notification p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 350px;
}

.cookies-btn {
    margin-top: 25px;
}

    .cookies-btn .popup-close {
        display: inline-block;
        text-transform: capitalize;
        padding: 10px 25px;
        border-radius: 50px;
        cursor: pointer;
        font-size: 16px;
        background-color: #ff036a;
        color: #ffffff;
        font-weight: bold;
        width: 200px;
    }

        .cookies-btn .popup-close span {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .cookies-btn .popup-close span img {
                margin-right: 7px;
                width: 20px;
            }


/**inner pages**/
.team-member {
    background: #fff;
    padding: 25px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 60px;
    margin-right: 10px;
    margin-left: 10px;
    height: 574px;
    overflow: hidden;
}

    .team-member .small-text {
        height: 100px;
        overflow: hidden;
    }

.member-social {
    margin-top: 15px;
}

.member-name {
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
}

.member-image {
    height: 300px;
}

    .member-image img {
        border-radius: 100%;
        margin: 12px 0;
        max-height: 100%;
        margin: auto;
    }

.member-description h4 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
}

.member-social li {
    display: inline-block;
}

    .member-social li a {
        color: #00acc1;
        font-size: 20px;
    }

        .member-social li a:hover {
            color: #ff036a;
        }

.leadership {
    padding-bottom: 10px;
}

/*solutions*/
/*.style-01.nav-tabs {
    justify-content: space-between;
}*/

/*.style-01.nav-tabs .nav-link.active {
    color: #00acc1;
    border-color: transparent;
    background: none;
}*/

/*.style-01.nav-tabs .nav-link:hover, .style-01.nav-tabs .nav-link:focus {
    border-color: transparent;
}

.style-01.nav-tabs .nav-link {
    font-size: 18px;
    color: #000;
    padding: 10px 8px;
}*/

.style-01.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 33.33%;
    text-align: center;
    padding: 15px 0;
    background: #e6e6e6;
    color: #9B9C9D;
}

    .style-01.nav-tabs .nav-item.active {
        background: #00acc1;
        color: #fff;
        font-weight: 500;
    }

.style-01.nav-tabs .nav-link:hover, .style-01.nav-tabs .nav-link:focus {
    border: none;
}

.style-01.nav-tabs .nav-item.active .nav-link:hover, .style-01.nav-tabs .nav-item.active .nav-link:focus {
    border: none;
    color: #fff;
}

.style-01.nav-tabs .nav-link {
    border: none;
    font-size: 16px;
}

.style-01.nav-tabs .nav-item.active .nav-link {
    border: none;
    font-weight: 600;
}

.section4 .content-info {
    padding-bottom: 25px;
    height: 270px;
    overflow: hidden;
}


.feature-01 {
    margin-bottom: 30px;
    height: 245px;
    overflow: hidden;
}

    .feature-01 .feature-title {
        display: table;
        width: 100%;
    }

    .feature-01 .feature-icon {
        margin-right: 50px;
        display: table-cell;
        width: 88px;
        height: 88px;
        border-spacing: 90px;
        padding: 0;
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: inherit;
    }

        .feature-01 .feature-icon + h2 {
            display: table-cell;
            vertical-align: text-top;
            padding-left: 50px;
        }

    .feature-01 .feature-content {
        color: #050505;
        padding-left: 100px;
        border-left: 8px solid #00acc1;
        margin-left: 35px;
        margin-top: 45px;
        text-align: justify;
        line-height: 30px;
        padding-right: 60px;
    }

.content-box .content-image {
    position: relative;
}

    .content-box .content-image span.label {
        background: #00acc1;
        color: #fff;
        font-size: 18px;
        padding: 10px 20px;
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.event .content-info h4 {
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}

.event .content-info {
    height: 355px;
    overflow: hidden;
}

    .event .content-info .small-text {
    }

.eventdesc {
    height: 200px;
    overflow: hidden;
}

.content-info {
    padding: 25px;
    background: #fff;
    /*padding-bottom: 80px;*/
    /*min-height: 400px;*/
}

    .content-info h4 {
        line-height: 30px;
        height: 90px;
        overflow: hidden;
    }

    .content-info .small-text {
        font-size: 14px;
        line-height: 18px;
        display: block;
        margin-bottom: 10px;
        height: 42%;
        overflow: hidden;
    }

        .content-info .small-text p {
            margin-bottom: 0;
        }

    .content-info .button-link {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%);
    }

.testimonial-bg .owl-carousel .owl-controls {
    bottom: -40px;
}

.testimonial-avatar img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
}

.home-slider .owl-carousel .owl-item {
    height: 500px;
}

.owl-carousel .owl-item .testimonial-avatar img {
    display: inline-block;
    width: auto;
}

.testimonial-info {
    margin-top: 40px;
}

    .testimonial-info h2 {
        line-height: 50px;
    }

/*news*/
.story-box {
    margin-top: 30px;
    padding: 25px;
    margin-right: 43px;
    height: 92% !important;
    padding-bottom: 80px;
    position: relative;
}

    .story-box .bottom-btn {
        position: absolute;
        bottom: 25px;
        right: 25px;
    }

.news-row {
    border-bottom: 1px solid #939498;
    padding-bottom: 35px;
    margin-bottom: 15px;
}

.news-content {
    margin-top: 30px;
    margin-bottom: 50px;
}

.news-row {
    position: relative;
}

    .news-row .date {
        font-size: 14px;
        display: block;
    }

    .news-row .heading {
        color: #000;
        font-weight: 600;
    }

    .news-row p {
        line-height: 24px;
        color: #000;
        margin: 0;
    }

    .news-row.news {
        padding-bottom: 25px;
    }

        .news-row.news .more-text {
            bottom: 0;
        }

    .news-row .more-text {
        position: absolute;
        bottom: 9px;
        right: 5px;
    }

        .news-row .more-text a {
            color: #00acc1;
        }

    .news-row:last-child {
        border: none;
    }

.blog-sidebar .news-row:last-child {
    border-bottom: 1px solid #939498;
}

.feature-info.style-01 .feature-info-img {
    margin-bottom: 40px;
    height: 90px;
}

    .feature-info.style-01 .feature-info-img img {
        width: auto;
        max-height: 100px;
        margin: auto;
    }

.owl-carousel.event .item {
    padding-bottom: 20px;
}

.owl-carousel.event .owl-prev {
    left: -20px;
}

.owl-carousel.event .owl-next {
    right: -20px;
}

.owl-carousel.event h3 {
    font-size: 26px;
    overflow: hidden;
    height: 70px;
}

/*blog*/
.blog-heading {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
}

.blog-date {
    font-size: 14px;
    color: #00acc1;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.blog .blog-post {
    margin: 0;
}

.blog .col-lg-6:first-child .blog-post-content {
    padding-left: 60px;
}

.blog .col-lg-6:first-child .readmore {
    width: 78%;
}

.blog .blog-post-content {
    padding: 25px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.blog .col-lg-6:first-child .blog-post-description {
    padding: 10px 0;
    height: 90px;
}

.blog .blog-post-description {
    font-size: 16px;
    color: #000;
    /*text-align: justify;*/
    padding: 5px 0;
    padding-bottom: 30px;
}

.blog-post .readmore {
    display: flex;
    position: absolute;
    width: 90%;
    bottom: 30px;
}

.blog .blog-post a {
    color: #00acc1;
}

    .blog .blog-post a .blog-heading {
        /*color: #5d6061;*/
        margin-bottom: 10px;
    }

.blog .col-lg-6:first-child {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 70px !important;
}

    .blog .col-lg-6:first-child .blog-post {
        display: flex;
    }

    .blog .col-lg-6:first-child .blog-post-content {
        position: relative;
    }

    .blog .col-lg-6:first-child .blog-post-image {
        width: 50%;
        height: 280px;
        background-size: cover;
    }

    .blog .col-lg-6:first-child .blog-post-content {
        width: 53%;
        min-height: auto;
    }

.blog .col-lg-6 .blog-post-image {
    width: 100%;
    height: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.share-box {
    position: relative;
}

    .share-box .share-box-social {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 100%;
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        padding: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        box-shadow: 1px 1.5px 4px 0px rgba(170, 174, 181, 0.45);
        border: 1px solid #d3d3d36b;
        z-index: 9;
    }

        .share-box .share-box-social li a {
            padding: 0 3px;
            color: #00acc1;
            font-size: 26px;
            display: block;
        }

            .share-box .share-box-social li a:hover {
                color: #ff036a;
            }

        .share-box .share-box-social:before, .share-box .share-box-social:after {
            left: 50%;
            top: -14px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            margin-left: -5px;
        }

        .share-box .share-box-social:before {
            border-color: rgba(211, 211, 211, 0);
            border-bottom-color: #d3d3d3;
            border-width: 10px;
            margin-top: -7px;
        }

        .share-box .share-box-social:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-top: -6px;
        }

    .share-box:hover .share-box-social {
        opacity: 1;
        visibility: visible;
        margin-top: 4px;
    }

.blog-sidebar .widget {
    margin-bottom: 78px;
}

    .blog-sidebar .widget.posts {
        margin-bottom: 105px;
    }

    .blog-sidebar .widget .widget-title {
        margin-bottom: 32px;
    }

.newsletter {
    padding: 30px 25px;
    min-height: 300px;
}

.newsletter-form {
    margin-top: 0px;
}

.newsletter .form-control {
    padding: 0.375rem 0.15rem;
}

.form-control {
    height: 56px;
    border-radius: 0;
}

.subscribe {
    margin-top: 50px;
}

.blog-sidebar .news-content {
    margin-bottom: 0;
}

.blog-sidebar .widget .popular-tag ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}

    .blog-sidebar .widget .popular-tag ul li a {
        padding: 6px 20px;
        display: block;
        border: 1px solid #b4b3b3;
        color: #00acc1;
        font-size: 13px;
        font-weight: 600;
    }

        .blog-sidebar .widget .popular-tag ul li a:hover {
            color: #fff;
            border-color: #00acc1;
            background: #00acc1;
        }

.blog-description {
    padding-right: 40px;
}

    .blog-description img {
        width: 100%;
        height: auto;
    }

    .blog-description ul {
        list-style: disc;
        margin: 1em 0;
        padding-left: 40px;
    }

.recent-posts .blog-post-content {
    padding: 0;
    height: auto;
}

.recent-posts .blog-post-description {
    padding-bottom: 10px;
    min-height: 62px;
    max-height: 62px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-align: left;
}

.recent-posts .blog-post-image {
    margin-top: 15px;
}

.recent-posts .blog-post-image {
    max-height: 230px;
    min-height: 230px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.footer {
    background: #020811;
    margin-top: 80px;
    overflow: visible;
    font-weight: normal;
}

    .footer:before {
        position: absolute;
        content: "";
        left: 0;
        top: -100px;
        background: url(../images/footer-left-bg.png) no-repeat left 0;
        width: 350px;
        height: 160px;
        z-index: 9;
        background-size: contain;
    }

    .footer:after {
        position: absolute;
        content: "";
        right: 0;
        top: -100px;
        background: url(../images/footer-right-bg.png) no-repeat right 0;
        width: 350px;
        height: 160px;
        z-index: 9;
        background-size: contain;
    }

.footer-left-bg {
    position: absolute;
    left: 0;
    top: -300px;
}

.footer .about-info {
    padding-right: 60px;
}

.footer p {
    font-size: 14px;
}

.footer h2 {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: normal;
}

.footer-links {
    width: 50%;
    float: left;
}

    .footer-links h2 {
        color: #019ac1;
        font-size: 14px !important;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .footer-links p {
        margin-bottom: 10px;
        font-size: 14px;
    }

.footer .about-info p {
    margin-bottom: 30px;
    line-height: 30px;
}


.footer-links li {
    margin-bottom: 6px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

    .footer-links li:nth-child(1), .footer-links li:nth-child(2) {
        color: #00acc1;
    }

.copyright {
    background: #f0f1f3;
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
}

.gutters .contact-info .btn {
    position: relative;
}

.contact-info a {
    color: #00acc1;
    font-size: 14px;
}

.contact-info .btn {
    margin-top: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.social {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}

    .social ul li {
        padding-right: 20px;
        display: inline-block;
    }

    .social a {
        color: #fff;
        font-size: 22px;
    }

        .social a:hover {
            color: #00acc1;
        }

.contact-section .contact-info {
    padding-right: 20%;
}

.rich-content ul {
    list-style: disc;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 40px;
    text-align: left;
}

.rich-content a {
    color: #00acc1;
}

.visible-desktop {
    display: block;
}

.visible-tablet {
    display: none;
}

.mb-7 {
    margin-bottom: 6rem !important;
}

.formulate__cell--6-columns {
    width: 50%;
    float: left;
}

.become-partner-form .formulate__cell--6-columns .btn {
    float: right;
}

.formulate__inline-validation-summary__error {
    color: red !important;
    font-size: 12px;
}

.formulate__field__label__requiredsymbol {
    color: red !important;
    margin-left: 5px;
    margin-bottom: 0;
}

.partner-form-wraper + .footer {
    margin-top: 0px;
}

.resource-form .formulate__field {
    text-align: left;
}

.resource-form .form-control[type="checkbox"] {
    margin-right: 5px !important;
}

.resource-form a {
    color: #ff036a;
}

.resource-form #successmessage h1, .resource-form #successmessage h2, .resource-form #successmessage h3, .resource-form #successmessage h4,
.resource-form #successmessage h5, .resource-form #successmessage h6, .resource-form #successmessage p {
    color: #000;
}

.resource-form #successmessage .btn.sml {
    color: #000;
}

.resource-form .formulate__field__label {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.resource-form .formulate__field.formulate__field--checkbox * {
    display: inline;
    height: auto;
    width: auto;
    line-height: normal;
    margin: auto;
    font-size: 12px;
    font-weight: normal;
}

.resource-form .formulate__field.formulate__field--checkbox .formulate__inline-validation-summary {
    display: block;
}

.resource-form .btn {
    background: #ff036a;
    width: 100%;
    margin-top: 10px;
}

.rich-content a.btn {
    color: #fff;
}

.newsletter-form .btn {
    background: #5d6061;
    width: 100%;
    /*margin-top: 10px;*/
}

.resource-form .formulate__field--button {
    text-align: center;
}

.errorpage {
    height: 70vh;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
}

    .errorpage + .footer {
        margin-top: 0px;
    }

    .errorpage .rich-content {
        margin-bottom: 50px;
    }

        .errorpage .rich-content h1, .errorpage .rich-content h2,
        .errorpage .rich-content h3, .errorpage .rich-content h4,
        .errorpage .rich-content h5, .errorpage .rich-content h6,
        .errorpage .rich-content p {
            color: #000;
            margin-bottom: 30px;
        }

.errorpage-content {
    text-align: center;
}

    .errorpage-content .btn {
        min-width: 200px;
    }

.errorpage.visible-desktop {
    display: table-cell;
}

.errorpage.visible-tablet {
    display: none;
}

.newsletter-form .formulate__field__label,
.newsletter-form .formulate__field__label__requiredsymbol {
    display: none;
}

.cybersolutionrow {
    padding: 0 1.7%;
}
/** Responsive css**/
@media(max-width:1440px) {
    .news-row .more-text {
        position: initial;
        margin-top: 5px;
        display: inline-block;
    }
}

@media(max-width:1366px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }

    .navbar-nav .nav-item {
        margin-right: 35px;
    }

    .btn {
        font-size: 14px;
    }

    .contact-info .btn {
        margin-top: 66px;
    }

    .btn i {
        font-size: 17px;
    }

    .feature-info, .blog-post, .step-box {
        margin: 0;
    }

    .team-member {
        margin-right: 0;
        margin-left: 0;
    }

    .owl-carousel.event .owl-prev {
        left: -40px;
    }

    .owl-carousel.event .owl-next {
        right: -40px;
    }

    .newsletter {
        min-height: 413px;
    }

    .contact-section .contact-info {
        padding-right: 6%;
    }

        .contact-section .contact-info .btn {
            margin-top: 10px;
        }
}

@media(max-width:1199px) {
    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .navbar-nav .nav-item .nav-link, .topbar ul li a, .language .dropdown-toggle {
        font-size: 13px;
    }

    .language .dropdown-toggle {
        padding: 2px 7px;
    }

    .topbar ul li + li {
        margin-left: 15px;
    }

    .btn {
        padding: 14px 20px;
        font-size: 13px;
    }

        .btn i {
            font-size: 16px;
        }

    .navbar-nav .nav-item {
        margin-right: 20px;
    }

    .home-slider .item {
        padding-top: 80px;
    }

    .home-slider.main .item {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .home-slider.innerpage .caption .btn {
        margin-top: 60px;
    }

    .inner-intro {
        padding: 160px 0;
    }

    .contact-info .btn {
        margin-top: 127px;
    }

    .clients-logo {
        margin-top: 0;
    }

    .section-title h2 {
        margin-bottom: 20px;
    }

    .industry-slider .heading-slider {
        margin-bottom: 60px;
    }

    .social {
        margin-top: 90px;
    }

    .footer-links li {
        width: 100%;
    }

    .footer .about-info {
        padding-right: 0px;
    }

    .footer h2 {
        margin-bottom: 20px;
    }

    .feature-01 {
        margin-bottom: 50px;
    }

        .feature-01 .feature-icon {
            margin-right: 20px;
        }

        .feature-01 .feature-content {
            padding-left: 65px;
            padding-right: 0;
        }

    .testimonial-info h2 {
        line-height: 35px;
    }

    .story-box {
        margin-right: 0;
    }

    .logo-thumnail {
        margin-top: 35px;
    }

    .blog-section {
        padding-bottom: 70px;
    }

    .blog-post.style-01 .blog-post-content {
        padding-left: 20px;
    }

    .blog-post.style-01 .blog-post-description {
        padding: 5px 0;
    }

    .blog-post .readmore {
        width: 85%;
        bottom: 15px;
    }

    .blog .col-lg-6:first-child .blog-post {
        display: block;
    }

    .blog .col-lg-6:first-child .blog-post {
        width: 100%;
    }

    .blog .col-lg-6:first-child .blog-post-image {
        width: 100%;
    }

    .blog .col-lg-6:first-child .blog-post-content {
        width: 100%;
        padding-left: 25px;
    }


    .nav-tabs.style-01 {
        justify-content: center;
    }

    .newsletter {
        padding: 20px;
        min-height: 230px;
    }

    .newsletter-form {
        margin-top: 0;
    }

    .subscribe {
        margin-top: 30px;
    }

    .blog .col-lg-6:first-child {
        margin-bottom: 45px !important;
        height: 580px;
    }

    .blog .col-lg-6:nth-child(2) {
        height: 560px;
    }

    .blog-sidebar .widget {
        margin-bottom: 35px;
    }

        .blog-sidebar .widget.posts {
            margin-bottom: 58px;
        }

        .blog-sidebar .widget .widget-title {
            margin-bottom: 20px;
        }

    .blog-sidebar .news-content {
        margin-top: 0;
    }

    .blog-sidebar .news-row:last-child {
        margin: 0;
    }

    .blog-sidebar .widget .popular-tag ul li a {
        padding: 5px 15px;
    }

    .recent-posts .blog-post-image img {
        max-height: 140px;
    }

    .contact-section .contact-info {
        padding: 30px;
    }
}


/** Tablate viwe css**/
@media(max-width:991px) {

    h1 {
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 45px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    nav.navbar {
        z-index: 99;
        transition: all 0.5s ease;
        position: relative;
    }

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #fff;
        background: #3e3e3e;
        border-color: #3e3e3e;
    }

    .navbar.fixed {
        padding: 10px 20px;
    }

    #navbarNav {
        background: #00acc1;
        position: absolute;
        top: 67px;
        width: 100%;
    }

    .navbar-nav {
        display: block;
    }

        .navbar-nav .nav-item {
            margin-right: 0;
        }

            .navbar-nav .nav-item .nav-link {
                color: #fff;
                padding: 10px 30px;
                display: block;
                border-top: 1px solid #1ebed2;
                font-size: 16px;
                text-transform: capitalize;
            }

                .navbar-nav .nav-item .nav-link:before {
                    display: none;
                }

            .navbar-nav .nav-item:last-child .nav-link {
                border-bottom: 1px solid #1ebed2;
            }

    .button-block {
        display: none;
    }

    .menu-mobile-trigger {
        position: relative;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }

        .menu-mobile-trigger:before,
        .menu-mobile-trigger:after,
        .menu-mobile-trigger span {
            content: "";
            display: block;
            height: 4px;
            width: 35px;
            background: #00acc1;
            position: absolute;
            top: 0;
            transition: all 0.5s ease;
        }

        .menu-mobile-trigger:after {
            top: 27px;
        }

        .menu-mobile-trigger span {
            top: 13px;
        }

        .menu-mobile-trigger.active span {
            opacity: 0;
        }

        .menu-mobile-trigger.active:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .menu-mobile-trigger.active:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .menu-mobile-trigger.active:before, .menu-mobile-trigger.active:after {
            top: 17px;
        }

    .caption .btn {
        margin-top: 0px;
    }

    .home-slider.innerpage .caption .btn {
        margin-top: 40px;
    }

    .feature-info-title {
        padding: 15px;
    }

    .blog-post-content {
        padding: 16px;
        height: 280px;
    }

    .blog-post-description {
        padding: 16px 0;
        font-size: 15px;
        line-height: 22px;
    }

    .blog-post-link {
        left: 31%;
        transform: translate(-20%);
    }

    .footer .about-info .btn {
        padding: 10px;
    }

    .contact-info .btn {
        margin-top: 92px;
    }

    .footer:before {
        width: 300px;
        height: 130px;
    }

    .footer:after {
        width: 300px;
        height: 100px;
    }

    .team-member {
        margin-bottom: 30px;
    }

    .style-01.nav-tabs .nav-link {
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .feature-01 .feature-icon {
        width: 50px;
        height: 50px;
    }

        .feature-01 .feature-icon + h2 {
            padding-left: 20px;
        }

    .feature-01 .feature-content {
        margin-left: 20px;
        padding-left: 24px;
        border-left: 5px solid #00acc1;
        margin-top: 25px;
        line-height: 24px;
    }

    .story-box {
        height: initial !important;
        padding-bottom: 25px;
    }

        .story-box .bottom-btn {
            position: relative;
            bottom: inherit;
            right: inherit;
        }

    .news-content {
        margin-bottom: 15px;
    }

    .blog-post.style-01 .readmore {
        width: 100%;
    }

    .blog-post.style-01 .blog-post-description {
        padding: 16px 0;
    }

    .blog .blog-post-description {
        padding: 16px 0;
        font-size: 15px;
        line-height: 22px;
    }

    .blog .blog-post-content {
        padding-bottom: 25px;
    }

    .blog-post .readmore {
        width: 100%;
        position: relative;
        margin-top: 20px;
    }

    .blog .col-lg-6:first-child .readmore {
        width: 100%;
        position: relative;
        margin-top: 10px;
        padding-top: 10px;
    }

    .blog .viewall {
        margin-top: 10px;
    }

    .blog-sidebar {
        margin-top: 40px;
    }

        .blog-sidebar .widget.posts {
            margin-bottom: 35px;
        }

    .recent-posts .blog-post-content {
        padding-bottom: 0;
    }

    .recent-posts .blog-post-image img {
        max-height: 213px;
        min-height: 213px;
    }

    .pr-5, .px-5 {
        padding-right: 15px !important;
    }
}
@media(max-width:768px){
#myVideo{
	top: 0;
        margin: auto;
        zoom: 0.1;
        width: auto;
	}
	.blog .col-lg-6:first-child,.blog .col-lg-6,.blog .col-lg-6:nth-child(2){
	    height:auto;
	}
	.blog .col-lg-6:first-child .blog-post-description,
	.blog .col-lg-6 .blog-post-description{
	    height:auto;
	    
	}
	.blog-post-content{
	    height:auto;
	}
}
@media(max-width:767px) {
    .visible-desktop {
        display: none;
    }

    .visible-tablet {
        display: block;
    }

    .modal-dialog {
        width: 90%;
    }

    .errorpage.visible-desktop {
        display: none;
    }

    .errorpage.visible-tablet {
        display: table-cell;
    }

    body {
        font-size: 15px;
    }

    h1 {
        font-size: 34px;
        line-height: 40px;
    }

	#myVideo{
	top: 0;
        margin: auto;
        zoom: 0.1;
        width: auto;
	}
    /*.caption h4 {
        font-size: 22px;
    }*/

    .active #myVideo {
        top: 0;
        margin: auto;
        zoom: 0.1;
        width: auto;
    }

    h2 {
        font-size: 21px;
        line-height: 28px;
    }

    .caption p {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 34px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .page-section-ptb {
        padding: 30px 5px;
    }

    .page-section-pt {
        padding: 30px 0 0;
    }


    .page-section-pb {
        padding: 0 0 30px;
    }

  /*  .section-title {
        margin-bottom: 0px;
    }*/

    .industry {
        padding-bottom: 90px;
    }

    .industry-slider .heading-slider {
        margin-bottom: 100px;
    }

    .slick-center .slide-button {
        margin-top: 40px;
    }

    .industry .owl-controls .owl-dots {
        margin-top: 25px;
    }

    .industry .owl-carousel {
        margin-bottom: -120px;
    }

    .industry .owl-controls {
        bottom: 31px;
    }

    .image-box .image-content > h2 {
        margin: 0;
    }

    .blog-post-link {
        position: relative;
        left: auto;
        transform: inherit;
        margin-bottom: -16px;
    }

    .footer .about-info h2 br {
        display: none;
    }

    .contact-info .btn {
        margin-top: 15px;
        position: relative;
    }

    .social {
        margin-top: 0;
    }

    .footer:before {
        width: 255px;
        height: 112px;
    }

    .footer:after {
        width: 253px;
        height: 100px;
    }

    .footer h2 {
        margin-bottom: 10px;
    }

    .footer-links li {
        width: 100%;
    }

    .section-title p {
        font-size: 16px;
    }

    .testimonial-avatar img {
        height: 80px;
    }

    .testimonial-info h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .testimonial-info .medium-text {
        font-size: 14px;
    }

    .testimonial-bg .owl-carousel .owl-controls {
        bottom: -20px;
    }

    .recent-posts .blog-post-image img {
        max-height: 155px;
        min-height: 155px;
    }

    .social {
        position: relative;
        margin-left: 20px;
    }

    .main-header.fixed #navbarNav {
        top: 57px;
    }

    .navbar-nav .nav-item.hasChild {
        border-top: 1px solid #1ebed2;
    }

        .navbar-nav .nav-item.hasChild a {
            border-top: 0;
            /*margin-right: 80px;*/
            display: inline-block;
            line-height: normal;
        }

        .navbar-nav .nav-item.hasChild:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #fff;
            position: absolute;
            right: 11px;
            margin-top: 18px;
        }

        .navbar-nav .nav-item.hasChild.active:before {
            content: '';
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #fff;
            position: absolute;
            right: 11px;
            margin-top: 18px;
        }

    .navbar-nav .nav-item {
        margin-right: 0 !important;
        padding-top: 0px !important;
    }

    .nav-item > .megamenuchild {
        position: relative !important;
        overflow: auto;
        height: 400px;
    }

    .nav-item.active:hover > .megamenuchild {
        display: block;
        margin-top: 0px;
    }

    .nav-item > .megamenuchild > ul {
        padding: 10px 20px 29px 30px !important;
    }

        .nav-item > .megamenuchild > ul > li {
            display: block !important;
        }

    .copyright {
        text-align: center;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none !important;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 15px 30px !important;
    }

    .cookies-notification p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .cookies-notification .container {
        padding: 25px;
    }

    .cookies-btn {
        margin-top: 15px;
    }

    .nav-item.hasChild.active > .megamenuchild {
        display: block !important;
        background: #fff;
        top: 0;
    }

    .nav-item.hasChild > .megamenuchild {
        display: none !important;
        margin-top: 0px;
    }

    .channel-partnership-wraper .rich-content {
        width: auto;
    }

    .formulate__cell--6-columns {
        width: 100%;
        float: none;
        text-align: center;
        margin: 10px auto 0;
    }

    .become-partner-form .formulate__cell--6-columns .btn {
        float: none;
    }
    .style-01.nav-tabs .nav-item {
        width: 100%;
    }
}
/** Mobile viwe css**/
@media(max-width:575px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }
.share-box:hover .share-box-social{
    left: -50px;
}
.share-box .share-box-social:before,
.share-box .share-box-social:after{
    left:130px;
}
    .medium-text {
        font-size: 14px;
    }

    .home-slider.innerpage h1 {
        font-size: 34px;
        line-height: normal;
    }

    .navbar-main {
        box-shadow: none;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .main-header.fixed {
        padding: 0px;
    }

    .language .dropdown-toggle {
        padding: 6px 9px;
    }

        .language .dropdown-toggle i {
            right: -17px;
        }

    .home-slider.innerpage .caption .btn {
        margin-top: 30px;
    }

    .caption .btn {
        padding: 12px 15px;
        font-size: 14px;
        letter-spacing: 0;
    }

        .caption .btn i {
            font-size: 12px;
        }

    .home-slider .owl-controls {
        bottom: 6px;
    }

    .owl-carousel .owl-dot {
        width: 10px;
        height: 10px;
    }

    .owl-prev {
        left: 10px;
        top: -444px;
    }

    .owl-next {
        right: 10px;
        top: -444px;
    }

    .owl-nav i {
        font-size: 30px;
    }

    .page-section-ptb p {
        text-align: justify;
    }

    .text-md-right {
        text-align: center;
    }

    .btn {
        padding: 10px 26px;
        font-size: 16px;
        min-width: 200px;
    }

        .btn i {
            font-size: 16px;
        }

    .contact-section p {
        text-align: justify;
    }

    .contact-section .contact-info {
        text-align: center;
    }

    .home-slider .item {
        padding-top: unset;
        padding-bottom: unset;
        vertical-align: middle;
        display: table-cell !important;
		width:100vw;
    }

    .home-slider.main .item {
        padding-top: unset;
        padding-bottom: unset;
        vertical-align: middle;
        display: table-cell !important;
		width:100vw;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .industry-slider .heading-slider {
        margin-bottom: 60px;
    }

    .inner-intro {
        padding: 100px 0;
    }

    .footer {
        margin-top: 0;
    }

        .footer:after, .footer:before {
            display: none;
        }

    .section-title p {
        font-size: 14px;
        line-height: 22px;
    }

    .feature-01 {
        margin-bottom: 30px;
        height: auto;
    }

    .feature-info-content {
        padding: 15px;
    }

    .feature-info.style-01 .feature-info -img {
        margin-bottom: 20px;
        height: 90px;
    }

    .owl-carousel.event h3 {
        font-size: 22px;
    }

    .owl-carousel.event .owl-prev {
        left: -20px;
    }

    .owl-carousel.event .owl-next {
        right: -20px;
    }
    /*.blog .col-lg-6:first-child .blog-post-description{

    }*/

    .blog .blog-post-description {
        font-size: 15px;
        height: 125px !important;
    }

    .blog-date {
        font-size: 12px;
    }

    .blog-heading {
        font-size: 18px;
    }

    .form-control {
        height: 42px;
    }

    .subscribe a {
        display: block;
    }

    .news-row .more-text {
        position: absolute;
    }

    .recent-posts .owl-prev {
        left: -20px;
        top: -130px;
    }

    .recent-posts .owl-next {
        right: -20px;
        top: -130px;
    }

    .owl-carousel .owl-controls {
        bottom: -21px;
    }

    .footer {
        text-align: center;
    }

        .footer .mb-4, .footer .my-4 {
            margin-bottom: 3rem !important;
        }

        .footer .about-info p {
            margin-bottom: 10px;
        }

    .footer-links p {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin-right: 0 !important;
        padding-top: 0px !important;
    }
}

@media(max-width:480px) {
    
    .recent-posts .blog-post-image img {
        max-height: 236px;
        min-height: 236px;
    }

    .slick-center .slide-button {
        margin-top: 10px;
    }

    .navbar-nav .nav-item {
        margin-right: 0 !important;
        padding-top: 0px !important;
    }
}

@media(max-width:320px) {
    h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .banner .owl-carousel .owl-controls {
        display: none;
    }

    .inner-intro {
        padding: 80px 0;
    }

    .caption p {
        line-height: 14px;
    }

    .slick-center .slide-button .btn {
        font-size: 11px;
    }

    .home-slider .item {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(min-width:1300px) and (max-width:1500px) {
    .slick-center .slide-button {
        margin-top: 23px;
    }

    .blog-post-link .btn {
        width: 200px;
    }

    .content-info .button-link .btn {
        width: 200px;
    }
}
