/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.text-underline.text-white{
    color: #fff;
    text-decoration: underline;

}
.m-0 {
    margin: 0 !important;
}


.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fade-in.one {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.fade-in.two {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.fade-in.three {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.fade-in.four {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.fade-in.five {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.fade-in.six {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.fade-in.seven {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    animation-delay: 2.8s;
}


/*Animated-scroll*/

[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease
}

.breadcrumb_container {
    position: absolute;
    width: 100%;
    /* top: 80px; */
    height: 64px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb_cs {
    margin: 0 !important;
    width: 100%;
    clear: both;
}

.breadcrumb_cs ul li a {
    text-decoration: none;
    color: #bbb;
    font-size: 12px;
}

.breadcrumb_cs ul li .bread_arrow {
    font-size: 15px;
    padding: 0 1px 0 4px;
    color: #bbb;
}

.breadcrumb_cs ul li.current {
    color: #ffffff;
    font-weight: bold;
}


.fade-in {
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}




.new-industries-container {
    overflow-x: hidden;
    margin-top: -67px;
}

.new-industries-container .bg-sky{
    background-color: aliceblue;
    scroll-margin-top: 5em;
}

.industries-banner-section {


    background: url("../../images/industries/computerization-of-land-records/land-banner.jpg") no-repeat scroll center center/ 100% 100%;
    background-size: cover;
    height: 80vh;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.banner-section-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    color: white;
    font-family: sans-serif;
    font-size: 36px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-top: 50px;

}

.about-text {
    margin-top: 36px;
}



.ld-fancy-heading h3 {
    font-size: 40px;
    color: #fff;
}

.ld-fancy-heading p {
    font-size: 18px;
    line-height: 28px;
    color: #ececec;
    padding: 0;
    letter-spacing: 0.2px;
}

.about-pic {
    margin-right: -2vw;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0px;
}

.about-pic img {
    width: 85%;
}

.csr-btn-about {
    border-color: rgb(27, 19, 99);
    border-radius: 50em;
    background-color: rgb(27, 19, 99);
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff;
    transition: 0.2s;
}

.csr-btn-about:hover {
    border-color: rgb(27, 19, 99);
    background-color: rgb(255, 255, 255);
    color: rgb(27, 19, 99);

    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}

.csr-btn-about:focus {
    color: #fff;
    outline: none;
}

.csr-btn-about:focus:hover {
    color: rgb(27, 19, 99);
}

.csr-btn-about>span {
    padding: 0.45em 0.75em;
    display: inline-flex;
    border-radius: inherit;
    border-color: inherit;
    flex-flow: row wrap;
    align-items: center;
    margin: -1px;

}

.csr-btn-about.download-brochure-swift {
    width: 100%;
}








.industries-tab-section {
    background-color: #161616;
    border-top: solid 1px #4a4a4a;
}

ul.link-list {
    column-count: inherit !important;
    padding: 0;
    white-space: nowrap;
    margin-bottom: 0;
}


ul.link-list li {
    display: inline-block;
    float: none;
    padding-bottom: 0 !important;
    padding-left: 0;
}

ul.link-list li a {
    padding: 1rem;
    min-width: 14.5rem;
    color: #f4f4f4;
    display: block;
    border-right: solid 2px #161616;
    transition: all 0.3s ease;
    font-size: 13px;
}

ul.link-list li a:hover {
    background-color: #262626;
    border-right: solid 2px #263263;
}

ul.link-list li a span {
    display: block;
}




.industries-top-content-text {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.top-content-left {
    width: 30%;
    padding-right: 50px;
}


.top-content-left h4 {
    font-size: 21px;
    font-weight: 700;
}

.top-content-right {

    width: 70%;
}












.new-content-section {
    margin-bottom: 0;
    background: #fff;
    padding: 0px 0 40px 0;
    overflow-x: hidden;
}

.new-content-section .row {
    display: flex;
    align-items: center;
}

.lqd-highlight {
    display: inline-block;
    padding: 0;
    background: none;
    position: relative;
    color: inherit;
}


.lqd-highlight-txt {
    position: relative;
    z-index: 1;
    font-family: 'rocko', sans-serif !important;
    color: #1b1363;
    letter-spacing: 0px;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.lqd-highlight-inner {
    height: 4px;
    bottom: 8px;
    background: rgb(173, 197, 255);
    opacity: 0;
    border-radius: 15px;
}

.section_bggrey {
    margin-bottom: 0;
    background: #f5f5f5;
    padding: 40px 0;
}

.read_btn {
    border: solid 1px rgb(27, 19, 99);
    border-radius: 50em;
    background-color: rgb(27, 19, 99);
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    transition: 0.2s;
    padding: 10px;
}

.read_btn:hover {
    border-color: rgb(27, 19, 99);
    background-color: rgb(255, 255, 255);
    color: rgb(27, 19, 99) !important;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}



.img_txt_inr ul {
    padding-left: 20px;
}

.img_txt_inr ul li {
    list-style-type: disc;
    line-height: 25px;
}






/*---------------------------------------------*/


.industries-bottom-story-section{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}





.industries-bottom-story-section .top-content-left {
    width: 30%;
    padding-right: 50px;
}


.industries-bottom-story-section .top-content-left h4 {
    font-size: 21px;
    font-weight: 700;
}

.industries-bottom-story-section .top-content-right {

    width: 70%;
}

.industries-bottom-story-section .top-content-right h3{
    height: 53px;
}

.industries-bottom-story-section .top-content-right .thumb-content p{
    padding: 15px 0 5px 0;
}



.industries-bottom-story-section .top-content-right .thumb-section img {
    object-fit: cover;
    height: 175px;
    width: 100%;
}






/*-----------------------------------------------*/



.readmore-btn {
    border-color: rgb(137, 139, 194);
    border-radius: 50em;
    background-color: rgb(137, 139, 194);
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    transition: 0.2s;
    margin-top: 15px;
}

.readmore-btn:hover {
    border-color: rgb(137, 139, 194);
    background-color: rgb(255, 255, 255);
    color: rgb(27, 19, 99) !important;

    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}

.readmore-btn>span {
    padding: 0.45em 0.75em;
    display: inline-flex;
    border-radius: inherit;
    border-color: inherit;
    flex-flow: row wrap;
    align-items: center;
    margin: -4px;

}

.readmore-btn>span:nth-child(2) {
    padding: 0.45em 0.75em;
}









@media (max-width:1023px) {

    .about-text {
        text-align: center;
    }

    .about-pic {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .about-pic img {
        max-width: 350px;
        text-align: center;
    }



    .info-system-section .com-info-block p {
        text-align: center;
    }

    .info-system-section .info-main-title h2 {
        width: 100%;
    }

    .csr-img-box-section .txt-heading {
        text-align: center;
        width: 100%;
        display: block;
    }

    .pricing-system-section .info-main-title h2 {
        width: 90%;
    }

    .pricing-system-section .info-main-title h6.circle {
        padding-right: 4% !important;
        padding-left: 4% !important;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1299px;
    }
}


@media (min-width:768px) {
    .mobile-banner-content {
        background-color: transparent;
        display: none;
    }



}

@media (max-width:991px) {
    .industries-bottom-story-section{
        display: block;
    }
    .industries-bottom-story-section .top-content-left,.industries-bottom-story-section .top-content-right{
        width: 100%;
        padding: 0;
    }
    .industries-bottom-story-section .top-content-left h4{
        text-align: center;
    }
}

@media (max-width:767px) {

    #header.lqd-custom-menu.fixed {
        display: none;
    }

    .industries-banner-section {
        height: 287px;
        min-height: auto;
        margin-bottom: 0;
    }

    .industries-banner-section .web-banner-content {
        display: none;
    }

    .new-content-section .row {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .new-content-section .content-first {
        width: 100%;
        order: 1;
    }
    .new-content-section .content-second {
        width: 100%;
        order: 2;
    }


    .mobile-banner-content {
        background-color: #000;
        display: block;
    }

    .mobile-banner-content .ld-fancy-heading h3 {
        font-size: 28px;
    }

    .mobile-banner-content .ld-fancy-heading p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        font-weight: 300;
        margin-bottom: 30px;
    }

    /* ul.link-list li {
        display: block;
        float: none;
        padding-bottom: 0 !important;
        padding-left: 0;
    }
    ul.link-list {
        text-align: center;
    } */


    .industries-top-content-text {
        display: block;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 30px 0;
    }
    
    .top-content-left {
        width: 100%;
        padding-right: 50px;
    }
    
    
    .top-content-left h4 {
        font-size: 21px;
        font-weight: 700;
    }
    .top-content-right p {
      padding: 0;
    }

    .top-content-right {    
        width: 100%;
    }



}

@media (max-width:640px) {}

@media (max-width:480px) {}

@media (max-width:479px) {}